Lines Matching refs:p2
116 u_char *list2, *list1, *p2, *p, *last, **p1; in mergesort_b() local
140 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in mergesort_b()
141 p2 = *EVAL(p2); in mergesort_b()
143 f2 = l1 = list1 + (p2 - list2); in mergesort_b()
144 if (p2 != last) in mergesort_b()
145 p2 = *EVAL(p2); in mergesort_b()
146 l2 = list1 + (p2 - list2); in mergesort_b()
269 u_char *f1, *f2, *s, *l2, *last, *p2; in setup() local
287 p2 = list2; 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()
324 for (f1 = list1, p2 = list2; f1 < last; f1 += size2) { in setup()
325 p2 = *EVAL(p2) = p2 + size2; in setup()