Lines Matching refs:tp2
108 register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in php_mergesort() local
137 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in php_mergesort()
195 ICOPY_LIST(f2, tp2, b); in php_mergesort()
196 ICOPY_ELT(f1, tp2, i); in php_mergesort()
198 CCOPY_LIST(f2, tp2, b); in php_mergesort()
199 CCOPY_ELT(f1, tp2, i); in php_mergesort()
203 ICOPY_LIST(f1, tp2, b); in php_mergesort()
204 ICOPY_ELT(f2, tp2, i); in php_mergesort()
206 CCOPY_LIST(f1, tp2, b); in php_mergesort()
207 CCOPY_ELT(f2, tp2, i); in php_mergesort()
213 ICOPY_LIST(f2, tp2, l2); in php_mergesort()
215 CCOPY_LIST(f2, tp2, l2); in php_mergesort()
218 ICOPY_LIST(f1, tp2, l1); in php_mergesort()
220 CCOPY_LIST(f1, tp2, l1); in php_mergesort()
224 tp2 = list1; /* swap list1, list2 */ in php_mergesort()
226 list2 = tp2; in php_mergesort()