Searched refs:print_grouped_ull (Results 1 - 6 of 6) sorted by path

/u-boot/cmd/x86/
H A Dcbsysinfo.c309 print_grouped_ull(ts->base_time, 12);
317 print_grouped_ull(tse->entry_stamp, 12);
/u-boot/common/
H A Dbootstage.c248 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS);
250 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS);
251 print_grouped_ull(rec->time_us - prev, BOOTSTAGE_DIGITS);
/u-boot/include/
H A Dvsprintf.h297 * print_grouped_ull() - print a value with digits grouped by ','
305 void print_grouped_ull(unsigned long long int_val, int digits);
/u-boot/lib/
H A Dtiny-printf.c413 void print_grouped_ull(unsigned long long int_val, int digits) function
H A Dtrace.c312 print_grouped_ull(hdr->func_count, 10);
314 print_grouped_ull(hdr->call_count, 10);
316 print_grouped_ull(hdr->untracked_count, 10);
319 print_grouped_ull(count, 10);
330 print_grouped_ull(hdr->ftrace_too_deep_count, 10);
332 print_grouped_ull(hdr->ftrace_size, 10);
H A Dvsprintf.c878 void print_grouped_ull(unsigned long long int_val, int digits) function

Completed in 97 milliseconds