Searched refs:y_generic (Results 1 – 1 of 1) sorted by relevance
1294 cmp_xfb_offset(const void * x_generic, const void * y_generic) in cmp_xfb_offset() argument1297 tfeedback_decl *y = (tfeedback_decl *) y_generic; in cmp_xfb_offset()1519 static int match_comparator(const void *x_generic, const void *y_generic);1520 static int xfb_comparator(const void *x_generic, const void *y_generic);2048 varying_matches::match_comparator(const void *x_generic, const void *y_generic) in match_comparator() argument2051 const match *y = (const match *) y_generic; in match_comparator()2064 varying_matches::xfb_comparator(const void *x_generic, const void *y_generic) in xfb_comparator() argument2069 return match_comparator(x_generic, y_generic); in xfb_comparator()