Home
last modified time | relevance | path

Searched refs:total_shown (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_memory_profile.cc57 uptr total_shown = 0; in Print() local
72 total_shown += a.total_size; in Print()
73 if (total_shown * 100 / total_allocated_user_size_ > top_percent) in Print()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_memory_profile.cpp56 uptr total_shown = 0; in Print() local
71 total_shown += a.total_size; in Print()
72 if (total_shown * 100 / total_allocated_user_size_ > top_percent) in Print()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_memory_profile.cc55 uptr total_shown = 0; in Print() local
70 total_shown += a.total_size; in Print()
71 if (total_shown * 100 / total_allocated_user_size_ > top_percent) in Print()
/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_util.c49 static int total_shown = 0; variable
77 xsnprintf(n, sizeof(n), "%d", total_shown); in show_total()
221 total_shown++; in show_new()
241 if (total_shown) in show_area_being_processed()
250 total_shown = 0; in show_area_being_processed()