HomeSort by relevance Sort by last modified time
    Searched refs:percentify (Results 1 - 10 of 10) sorted by null

  /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/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
sim.c 1483 void percentify(Int n, Int ex, Int field_width, char buf[]) function
    [all...]
main.c     [all...]
  /external/valgrind/main/coregrind/
m_translate.c 77 VG_(percentify)(n_SP_updates_fast, n_SP_updates, 1, 6, buf);
82 VG_(percentify)(n_SP_updates_generic_known, n_SP_updates, 1, 6, buf);
87 VG_(percentify)(n_SP_updates_generic_unknown, n_SP_updates, 1, 6, buf);
    [all...]
m_libcprint.c 265 percentify()
268 // Percentify n/m with d decimal places. Includes the '%' symbol at the end.
270 void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, char buf[]) function
m_main.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 928 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...]

Completed in 323 milliseconds