Lines Matching defs:CMP
71 #define CMP(t, x, y) (cmp((x), (y), (t)))
73 #define CMP(t, x, y) (cmp((t), (x), (y)))
75 #define CMP(t, x, y) (cmp((x), (y), (t)))
77 #define CMP(t, x, y) (cmp((x), (y)))
87 return CMP(thunk, a, b) < 0 ?
88 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
89 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
117 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
140 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
147 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) {