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

  /external/valgrind/main/callgrind/
bbcc.c 114 BBCC *bbcc, *bbcc2; local
124 if ((bbcc2 = bbcc->rec_array[j]) == 0) continue;
126 (*func)(bbcc2);
dump.c 948 BBCC *bbcc2 = *pbbcc2; local
950 Context* cxt2 = bbcc2->cxt;
962 if (bbcc1->rec_index != bbcc2->rec_index)
963 return bbcc1->rec_index - bbcc2->rec_index;
977 return bbcc1->bb->offset - bbcc2->bb->offset;
    [all...]

Completed in 195 milliseconds