Searched refs:print_grouped_ull (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | trace.c | 248 print_grouped_ull(hdr->func_count, 10); in trace_print_stats() 250 print_grouped_ull(hdr->call_count, 10); in trace_print_stats() 252 print_grouped_ull(hdr->untracked_count, 10); in trace_print_stats() 255 print_grouped_ull(count, 10); in trace_print_stats() 264 print_grouped_ull(hdr->ftrace_too_deep_count, 10); in trace_print_stats()
|
| H A D | vsprintf.su | |
| H A D | vsprintf.c | 806 void print_grouped_ull(unsigned long long int_val, int digits) in print_grouped_ull() function
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootstage.c | 226 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS); in print_time_record() 228 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS); in print_time_record() 229 print_grouped_ull(rec->time_us - prev, BOOTSTAGE_DIGITS); in print_time_record()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | vsprintf.h | 212 void print_grouped_ull(unsigned long long int_val, int digits);
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |