OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cxt2
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/callgrind/
dump.c
950
Context*
cxt2
= bbcc2->cxt;
local
953
if (cxt1->fn[0]->file->obj !=
cxt2
->fn[0]->file->obj)
954
return cxt1->fn[0]->file->obj -
cxt2
->fn[0]->file->obj;
956
if (cxt1->fn[0]->file !=
cxt2
->fn[0]->file)
957
return cxt1->fn[0]->file -
cxt2
->fn[0]->file;
959
if (cxt1->fn[0] !=
cxt2
->fn[0])
960
return cxt1->fn[0] -
cxt2
->fn[0];
965
while((off < cxt1->size) && (off <
cxt2
->size)) {
967
fn_node* ffn2 =
cxt2
->fn[off];
974
if (cxt1->size >
cxt2
->size) return 1
[
all
...]
Completed in 894 milliseconds