HomeSort by relevance Sort by last modified time
    Searched full:topkey (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/cachegrind/
cg_merge.c 397 FileFn* topKey;
408 while (nextIterFM( cpf->outerMap, (Word*)(&topKey), (Word*)(&topVal) )) {
410 topKey->fi_name, topKey->fn_name );
543 FileFn* topKey;
555 topKey = malloc(sizeof(FileFn));
556 if (topKey) {
557 topKey->fi_name = strdup(fi);
558 topKey->fn_name = strdup(fn);
560 if (! (topKey && topKey->fi_name && topKey->fn_name)
    [all...]

Completed in 292 milliseconds