Home
last modified time | relevance | path

Searched refs:n_SP_updates (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/exp-sgcheck/tests/
Dbad_percentify.c623 UInt n_SP_updates = n_SP_updates_fast + n_SP_updates_generic_known in VG_print_translation_stats() local
625 VG_percentify(n_SP_updates_fast, n_SP_updates, 1, 6, buf); in VG_print_translation_stats()
630 VG_percentify(n_SP_updates_generic_known, n_SP_updates, 1, 6, buf); in VG_print_translation_stats()
635 VG_percentify(n_SP_updates_generic_unknown, n_SP_updates, 1, 6, buf); in VG_print_translation_stats()
/external/valgrind/main/coregrind/
Dm_translate.c77 UInt n_SP_updates = n_SP_updates_fast + n_SP_updates_generic_known in VG_() local
79 VG_(percentify)(n_SP_updates_fast, n_SP_updates, 1, 6, buf); in VG_()
84 VG_(percentify)(n_SP_updates_generic_known, n_SP_updates, 1, 6, buf); in VG_()
89 VG_(percentify)(n_SP_updates_generic_unknown, n_SP_updates, 1, 6, buf); in VG_()