Lines Matching refs:x_generic
1465 cmp_xfb_offset(const void * x_generic, const void * y_generic) in cmp_xfb_offset() argument
1467 tfeedback_decl *x = (tfeedback_decl *) x_generic; in cmp_xfb_offset()
1701 static int match_comparator(const void *x_generic, const void *y_generic);
1702 static int xfb_comparator(const void *x_generic, const void *y_generic);
1703 static int not_xfb_comparator(const void *x_generic, const void *y_generic);
2251 varying_matches::match_comparator(const void *x_generic, const void *y_generic) in match_comparator() argument
2253 const match *x = (const match *) x_generic; in match_comparator()
2267 varying_matches::xfb_comparator(const void *x_generic, const void *y_generic) in xfb_comparator() argument
2269 const match *x = (const match *) x_generic; in xfb_comparator()
2272 return match_comparator(x_generic, y_generic); in xfb_comparator()
2293 varying_matches::not_xfb_comparator(const void *x_generic, const void *y_generic) in not_xfb_comparator() argument
2295 const match *x = (const match *) x_generic; in not_xfb_comparator()
2298 return match_comparator(x_generic, y_generic); in not_xfb_comparator()