Searched refs:pivot (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_sort.c | 259 char *pivot = start + (offset * siz); in zend_sort() local 263 zend_sort_5(start, start + delta, pivot, pivot + delta, end - siz, cmp, swp); in zend_sort() 265 zend_sort_3(start, pivot, end - siz, cmp, swp); in zend_sort() 267 swp(start + siz, pivot); in zend_sort() 268 pivot = start + siz; in zend_sort() 269 i = pivot + siz; in zend_sort() 272 while (cmp(pivot, i) > 0) { in zend_sort() 282 while (cmp(j, pivot) > 0) { in zend_sort() 295 swp(pivot, i - siz); in zend_sort()
|
Completed in 4 milliseconds