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

  /external/valgrind/callgrind/
dump.c 849 Context* cxt1 = bbcc1->cxt; local
853 if (cxt1->fn[0]->file->obj != cxt2->fn[0]->file->obj)
854 return cxt1->fn[0]->file->obj - cxt2->fn[0]->file->obj;
856 if (cxt1->fn[0]->file != cxt2->fn[0]->file)
857 return cxt1->fn[0]->file - cxt2->fn[0]->file;
859 if (cxt1->fn[0] != cxt2->fn[0])
860 return cxt1->fn[0] - cxt2->fn[0];
865 while((off < cxt1->size) && (off < cxt2->size)) {
866 fn_node* ffn1 = cxt1->fn[off];
874 if (cxt1->size > cxt2->size) return 1
    [all...]

Completed in 188 milliseconds