Searched refs:ffetarget_cmp_logical3 (Results 1 – 2 of 2) sorted by relevance
306 return ffetarget_cmp_logical3 (ffebld_constant_logical3 (c1), in ffebld_constant_cmp()1231 cmp = ffetarget_cmp_logical3 (val, ffebld_constant_logical3 (c->next)); in ffebld_constant_new_logical3_val()
860 #define ffetarget_cmp_logical3(l,r) ((l) == (r) ? 0 : ((l) < (r) ? -1 : 1)) macro