Lines Matching defs:pivot
1253 PyObject *pivot;
1263 pivot = *r;
1265 * pivot >= all in [lo, l).
1266 * pivot < all in [r, start).
1272 IFLT(pivot, *p)
1278 /* The invariants still hold, so pivot >= all in [lo, l) and
1279 pivot < all in [l, start), so pivot belongs at l. Note
1280 that if there are elements equal to pivot, l points to the
1287 *l = pivot;
1291 pivot = *p;
1295 *l = pivot;