Lines Matching defs:asc
148 } asc;
157 int first_i32_asc(int x, asc *y) { return first<int, asc>(x, *y); }
165 void second_i32_asc(int x, asc *y, asc *r) { *r = second<int, asc>(x, *y); }
173 void first_asc_i32(asc *x, int y, asc *r) { *r = first<asc, int>(*x, y); }
180 int second_asc_i32(asc *x, int y) { return second<asc, int>(*x, y); }