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

/external/valgrind/main/coregrind/
H A Dm_sbprofile.c50 ULong score_total, ULong ecs_done )
77 VG_(printf)("Total score = %'lld\n\n", score_total);
92 VG_(percentify)(score_cumul, score_total, 2, 6, buf_cumul);
93 VG_(percentify)(score_here, score_total, 2, 6, buf_here);
124 VG_(percentify)(score_cumul, score_total, 2, 6, buf_cumul);
125 VG_(percentify)(score_here, score_total, 2, 6, buf_here);
152 VG_(percentify)(score_cumul, score_total, 2, 6, buf_cumul);
153 VG_(percentify)(score_here, score_total, 2, 6, buf_here);
190 ULong score_total = VG_(get_SB_profile)(tops, nToShow); local
191 show_SB_profile(tops, nToShow, score_total, ecs_don
49 show_SB_profile( SBProfEntry tops[], UInt n_tops, ULong score_total, ULong ecs_done ) argument
[all...]
H A Dm_transtab.c2309 ULong score_total; local
2319 score_total = 0;
2327 score_total += score(&sectors[sno].tt[i]);
2369 return score_total;

Completed in 96 milliseconds