Searched refs:n_SP_updates (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/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/coregrind/ |
D | m_translate.c | 80 UInt n_SP_updates = n_SP_updates_fast + n_SP_updates_generic_known in VG_() local 82 if (n_SP_updates == 0) { in VG_() 87 n_SP_updates_fast, n_SP_updates_fast * 100.0 / n_SP_updates ); in VG_() 92 n_SP_updates_generic_known * 100.0 / n_SP_updates ); in VG_() 97 n_SP_updates_generic_unknown * 100.0 / n_SP_updates ); in VG_()
|