Searched refs:ffn2 (Results 1 – 1 of 1) sorted by relevance
967 fn_node* ffn2 = cxt2->fn[off]; in my_cmp() local968 if (ffn1->file->obj != ffn2->file->obj) in my_cmp()969 return ffn1->file->obj - ffn2->file->obj; in my_cmp()970 if (ffn1 != ffn2) in my_cmp()971 return ffn1 - ffn2; in my_cmp()