Searched refs:pivot (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_sort.c | 328 char *pivot = start + (offset * siz); in zend_sort() local 332 zend_sort_5(start, start + delta, pivot, pivot + delta, end - siz, cmp, swp); in zend_sort() 334 zend_sort_3(start, pivot, end - siz, cmp, swp); in zend_sort() 336 swp(start + siz, pivot); in zend_sort() 337 pivot = start + siz; in zend_sort() 338 i = pivot + siz; in zend_sort() 341 while (cmp(pivot, i) > 0) { in zend_sort() 351 while (cmp(j, pivot) > 0) { in zend_sort() 364 swp(pivot, i - siz); in zend_sort()
|
Completed in 5 milliseconds