Searched refs:pivot (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_sort.c | 326 char *pivot = start + (offset * siz); in zend_sort() local 330 zend_sort_5(start, start + delta, pivot, pivot + delta, end - siz, cmp, swp); in zend_sort() 332 zend_sort_3(start, pivot, end - siz, cmp, swp); in zend_sort() 334 swp(start + siz, pivot); in zend_sort() 335 pivot = start + siz; in zend_sort() 336 i = pivot + siz; in zend_sort() 339 while (cmp(pivot, i) > 0) { in zend_sort() 349 while (cmp(j, pivot) > 0) { in zend_sort() 362 swp(pivot, i - siz); in zend_sort()
|
Completed in 6 milliseconds