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

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c615 static UInt n_SP_updates_fast = 0; variable
623 UInt n_SP_updates = n_SP_updates_fast + n_SP_updates_generic_known
625 VG_percentify(n_SP_updates_fast, n_SP_updates, 1, 6, buf);
628 n_SP_updates_fast, buf );
/external/valgrind/main/coregrind/
H A Dm_translate.c68 static UInt n_SP_updates_fast = 0; variable
75 UInt n_SP_updates = n_SP_updates_fast + n_SP_updates_generic_known
77 VG_(percentify)(n_SP_updates_fast, n_SP_updates, 1, 6, buf);
80 n_SP_updates_fast, buf );
342 n_SP_updates_fast++; \
370 n_SP_updates_fast++; \

Completed in 84 milliseconds