Home
last modified time | relevance | path

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

/u-boot/include/
A Ddebug_uart.h160 static inline void printhex(unsigned int value, int digits) \
162 while (digits-- > 0) \
163 printhex1(value >> (4 * digits)); \
A Dvsprintf.h305 void print_grouped_ull(unsigned long long int_val, int digits);
/u-boot/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()
878 void print_grouped_ull(unsigned long long int_val, int digits) in print_grouped_ull() argument
883 digits = (digits + 2) / 3; in print_grouped_ull()
884 sprintf(str, "%*llu", digits * 3, int_val); in print_grouped_ull()
A Dtiny-printf.c131 int i, digits; in ip4_addr_string() local
134 digits = put_dec_trunc(temp, addr[i]) - temp; in ip4_addr_string()
136 while (digits--) in ip4_addr_string()
137 *p++ = temp[digits]; in ip4_addr_string()
414 void print_grouped_ull(unsigned long long int_val, int digits) in print_grouped_ull() argument
/u-boot/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()
/u-boot/common/
A Dhash.c527 int digits = algo->digest_size * 2; in parse_verify_sum() local
534 if (strlen(verify_str) == digits) in parse_verify_sum()
538 if (vsum_str == NULL || strlen(vsum_str) != digits) { in parse_verify_sum()
540 digits); in parse_verify_sum()
/u-boot/doc/device-tree-bindings/sysinfo/
A Dgpio-sysinfo.txt7 Each GPIO may be floating, pulled-up, or pulled-down, mapping to digits 2, 1,
/u-boot/tools/binman/
A Dmissing-blob-help2 # a tag (MUST be just lower-case text, digits and hyphens) starting in column 1,
A Dentries.rst135 hex digits of the UUID.
/u-boot/doc/usage/cmd/
A Dsetexpr.rst77 \NNN = octal number (NNN is 0 to 3 digits)
A Dacpi.rst55 Table revision number (two decimal digits)
/u-boot/doc/
A DREADME.gpt28 More often UUID is displayed as 32 hexadecimal digits, in 5 groups,
30 (32 digits and 4 hyphens)
A DREADME.pxe41 digits, for example, 550e8400-e29b-41d4-a716-446655440000. 'pxe get' uses
/u-boot/drivers/mtd/
A DKconfig85 If set to a non-zero value, print out countdown digits and dots.
/u-boot/doc/develop/
A Dbootstd.rst561 counters together as a number with three digits which increment in order, with
/u-boot/doc/develop/package/
A Dentries.rst135 hex digits of the UUID.

Completed in 845 milliseconds