Searched refs:digits (Results 1 – 13 of 13) sorted by relevance
| /lib/ |
| A D | vsprintf.c | 164 static const char digits[16] = "0123456789ABCDEF"; in number() local 214 tmp[i++] = (digits[((unsigned char)num) & mask] in number() 377 int i, digits; in ip4_addr_string() local 380 digits = put_dec_trunc(temp, addr[i]) - temp; in ip4_addr_string() 382 while (digits--) in ip4_addr_string() 383 *p++ = temp[digits]; in ip4_addr_string() 879 void print_grouped_ull(unsigned long long int_val, int digits) in print_grouped_ull() argument 884 digits = (digits + 2) / 3; in print_grouped_ull() 885 sprintf(str, "%*llu", digits * 3, int_val); in print_grouped_ull()
|
| A D | tiny-printf.c | 130 int i, digits; in ip4_addr_string() local 133 digits = put_dec_trunc(temp, addr[i]) - temp; in ip4_addr_string() 135 while (digits--) in ip4_addr_string() 136 *p++ = temp[digits]; in ip4_addr_string() 417 void print_grouped_ull(unsigned long long int_val, int digits) in print_grouped_ull() argument
|
| /lib/libavb/ |
| A D | avb_cmdline.c | 158 char digits[AVB_MAX_DIGITS_UINT64]) { in uint64_to_base10() 170 digits[n] = rev_digits[num_digits - 1 - n]; in uint64_to_base10() 172 digits[n] = '\0'; in uint64_to_base10() 198 char digits[AVB_MAX_DIGITS_UINT64]; in cmdline_append_uint64_base10() local 199 uint64_to_base10(value, digits); in cmdline_append_uint64_base10() 200 return cmdline_append_option(slot_data, key, digits); in cmdline_append_uint64_base10()
|
| /lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/ |
| A D | psa_storage.py | 27 digits = 8 if content > 0xffff else 4 28 self.string = '{0:#0{1}x}'.format(content, digits + 2)
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-SMI | 39 -- where: YY - last two digits of year (only years 41 -- YYYY - last four digits of the year (any year)
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_platform_printf.function | 52 /* 2 hex digits per byte */
|
| A D | test_suite_base64.data | 1 enc_char (all digits)
|
| A D | test_suite_x509write.function | 577 // UTC tag if before 2050, 2 digits less for year
|
| A D | test_suite_bignum.misc.data | 82 Test mpi_write_string #10 (Negative hex with odd number of digits)
|
| A D | test_suite_psa_crypto.data | 7524 # and the conversion errors out if there are too many digits without checking
|
| /lib/lwip/lwip/src/apps/smtp/ |
| A D | smtp.c | 957 char digits[4]; in smtp_is_response() local 964 if (pbuf_copy_partial(s->p, digits, 3, 0) != 3) { in smtp_is_response() 968 digits[3] = 0; in smtp_is_response() 969 num = strtol(digits, NULL, 10); in smtp_is_response()
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | mbed-crypto-storage-specification.md | 81 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length… 183 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length… 390 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length…
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 1897 zero digits when operating from values constructed with an mpi_read 4024 digits. Found and fixed by Guido Vranken.
|
Completed in 80 milliseconds