/external/valgrind/main/exp-ptrcheck/tests/ |
bad_percentify.c | 17 percentify() 22 // Percentify n/m with d decimal places. Includes the '%' symbol at the end.
|
/external/valgrind/main/cachegrind/ |
cg_main.c | [all...] |
/external/valgrind/main/include/ |
pub_tool_libcprint.h | 52 // Percentify n/m with d decimal places. Includes the '%' symbol at the end. 54 extern void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, char buf[]);
|
/external/valgrind/main/callgrind/ |
sim.c | 1599 void percentify(Int n, Int ex, Int field_width, char buf[]) function [all...] |
main.c | [all...] |
/external/valgrind/main/coregrind/ |
m_libcprint.c | 271 percentify() 274 // Percentify n/m with d decimal places. Includes the '%' symbol at the end. 276 void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, char buf[]) function
|
m_translate.c | 75 VG_(percentify)(n_SP_updates_fast, n_SP_updates, 1, 6, buf); 80 VG_(percentify)(n_SP_updates_generic_known, n_SP_updates, 1, 6, buf); 85 VG_(percentify)(n_SP_updates_generic_unknown, n_SP_updates, 1, 6, buf); [all...] |
m_main.c | [all...] |
/external/valgrind/main/lackey/ |
lk_main.c | 926 VG_(percentify)(taken_Jccs, (total_Jccs ? total_Jccs : 1), [all...] |
/external/valgrind/main/massif/ |
ms_main.c | [all...] |
/external/valgrind/main/memcheck/ |
mc_main.c | [all...] |