Lines Matching refs:EVAL
94 #define EVAL(p) (u_char **)roundup2((uintptr_t)p, PSIZE) macro
137 while (*EVAL(list2) != last) { in mergesort_b()
139 p1 = EVAL(list1); in mergesort_b()
140 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in mergesort_b()
141 p2 = *EVAL(p2); in mergesort_b()
145 p2 = *EVAL(p2); in mergesort_b()
274 *EVAL(list2) = (u_char*) list2 + n*size; in setup()
284 *EVAL(list2 + (last - list1)) = list2 + n * size; in setup()
300 p2 = *EVAL(p2) = f1 + size2 - list1 + list2; in setup()
308 p2 = *EVAL(p2) = f2 - list1 + list2; in setup()
318 p2 = *EVAL(p2) = f2 - list1 + list2; in setup()
320 p2 = *EVAL(p2) = list2 + n*size; in setup()
325 p2 = *EVAL(p2) = p2 + size2; in setup()