Home
last modified time | relevance | path

Searched refs:n_tops (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dm_sbprofile.c49 void show_SB_profile ( const SBProfEntry tops[], UInt n_tops, in show_SB_profile() argument
80 for (r = 0; r < n_tops; r++) { in show_SB_profile()
119 for (r = 0; r < n_tops; r++) { in show_SB_profile()
155 for (r = n_tops-1; r >= 0; r--) { in show_SB_profile()
Dpub_core_transtab.h139 extern ULong VG_(get_SB_profile) ( SBProfEntry tops[], UInt n_tops );
Dm_transtab.c2464 ULong VG_(get_SB_profile) ( SBProfEntry tops[], UInt n_tops ) in VG_()
2474 for (s = 0; s < n_tops; s++) { in VG_()
2489 r = n_tops-1; in VG_()
2504 vg_assert(r >= 0 && r <= n_tops); in VG_()
2507 if (r < n_tops) { in VG_()
2508 for (s = n_tops-1; s > r; s--) in VG_()