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

  /external/valgrind/callgrind/
context.c 147 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) function
244 if ( ((cxt = (*fn)->last_cxt) != 0) && is_cxt(hash, fn, cxt)) {
255 if (is_cxt(hash,fn,cxt)) break;

Completed in 139 milliseconds