Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 13 of 13) sorted by relevance

/lib/
A Dvsprintf.c164 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 Dtiny-printf.c130 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 Davb_cmdline.c158 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 Dpsa_storage.py27 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 DSNMPv2-SMI39 -- 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 Dtest_suite_platform_printf.function52 /* 2 hex digits per byte */
A Dtest_suite_base64.data1 enc_char (all digits)
A Dtest_suite_x509write.function577 // UTC tag if before 2050, 2 digits less for year
A Dtest_suite_bignum.misc.data82 Test mpi_write_string #10 (Negative hex with odd number of digits)
A Dtest_suite_psa_crypto.data7524 # and the conversion errors out if there are too many digits without checking
/lib/lwip/lwip/src/apps/smtp/
A Dsmtp.c957 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 Dmbed-crypto-storage-specification.md81 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 DChangeLog1897 zero digits when operating from values constructed with an mpi_read
4024 digits. Found and fixed by Guido Vranken.

Completed in 80 milliseconds