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

  /external/valgrind/callgrind/
fn.c 348 CLG_(stat).distinct_fns++;
349 fn->number = CLG_(stat).distinct_fns;
373 if (CLG_(stat).distinct_fns >= current_fn_active.size)
627 if (a->size <= CLG_(stat).distinct_fns)
628 a->size = CLG_(stat).distinct_fns+1;
655 if (current_fn_active.size <= CLG_(stat).distinct_fns)
660 * <distinct_fns> is the highest index, so <fn_active_array_size>
669 while (newsize <= CLG_(stat).distinct_fns) newsize *=2;
global.h 149 Int distinct_fns; member in struct:_Statistics
main.c 79 s->distinct_fns = 0;
    [all...]
dump.c 86 CLG_(stat).distinct_fns +
94 cxt_dumped = fn_dumped + CLG_(stat).distinct_fns;
    [all...]
  /external/valgrind/cachegrind/
cg_main.c 172 static Int distinct_fns = 0; variable
    [all...]

Completed in 64 milliseconds