Searched refs:total_sizes (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c814 int total_sizes = 0;
840 total_sizes += rtx_alloc_sizes[j];
850 total_sizes += rtvec_alloc_sizes;
855 SIZE_AMOUNT (total_sizes));
809 int total_sizes = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc832 int total_sizes = 0;
858 total_sizes += rtx_alloc_sizes[j];
868 total_sizes += rtvec_alloc_sizes;
873 SIZE_AMOUNT (total_sizes));
827 int total_sizes = 0; local

Completed in 129 milliseconds