Searched refs:grand_total (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-main.h31 unsigned long grand_total);
H A Dmi-main.c1415 unsigned long grand_total)
1453 ui_out_field_int (uiout, "total-size", grand_total);
1474 ui_out_field_int (uiout, "total-size", grand_total);
1411 mi_load_progress(const char *section_name, unsigned long sent_so_far, unsigned long total_section, unsigned long total_sent, unsigned long grand_total) argument
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c756 uint64_t grand_total; local
758 grand_total = text_size_total + data_size_total + bss_size_total;
764 tbl_print_num(grand_total, RADIX_OCTAL, 3);
766 tbl_print_num(grand_total, RADIX_DECIMAL, 3);
767 tbl_print_num(grand_total, RADIX_HEX, 4);

Completed in 109 milliseconds