Searched refs:n_SP_updates (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/exp-sgcheck/tests/ |
D | bad_percentify.c | 623 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/ |
D | m_translate.c | 77 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_()
|