OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ffn1
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/callgrind/
dump.c
966
fn_node*
ffn1
= cxt1->fn[off];
local
968
if (
ffn1
->file->obj != ffn2->file->obj)
969
return
ffn1
->file->obj - ffn2->file->obj;
970
if (
ffn1
!= ffn2)
971
return
ffn1
- ffn2;
[
all
...]
Completed in 54 milliseconds