Searched defs:digits (Results 1 - 4 of 4) sorted by relevance

/u-boot/lib/libavb/
H A Davb_cmdline.c198 char digits[AVB_MAX_DIGITS_UINT64]; local
157 uint64_to_base10(uint64_t value, char digits[AVB_MAX_DIGITS_UINT64]) argument
/u-boot/lib/
H A Dtiny-printf.c130 int i, digits; local
413 void print_grouped_ull(unsigned long long int_val, int digits) argument
H A Dvsprintf.c163 static const char digits[16] = "0123456789ABCDEF"; local
376 int i, digits; local
878 print_grouped_ull(unsigned long long int_val, int digits) argument
[all...]
/u-boot/common/
H A Dhash.c498 int digits = algo->digest_size * 2; local

Completed in 56 milliseconds