Searched refs:ffetarget_cmp_logical2 (Results 1 – 2 of 2) sorted by relevance
300 return ffetarget_cmp_logical2 (ffebld_constant_logical2 (c1), in ffebld_constant_cmp()1193 cmp = ffetarget_cmp_logical2 (val, ffebld_constant_logical2 (c->next)); in ffebld_constant_new_logical2_val()
859 #define ffetarget_cmp_logical2(l,r) ((l) == (r) ? 0 : ((l) < (r) ? -1 : 1)) macro