Home
last modified time | relevance | path

Searched refs:swp (Results 1 – 6 of 6) sorted by relevance

/php-src/Zend/
H A Dzend_sort.c26 swp(a, b); in zend_sort_2()
36 swp(b, c); in zend_sort_3()
38 swp(a, b); in zend_sort_3()
43 swp(a, c); in zend_sort_3()
46 swp(a, b); in zend_sort_3()
48 swp(b, c); in zend_sort_3()
56 swp(c, d); in zend_sort_4()
58 swp(b, c); in zend_sort_4()
60 swp(a, b); in zend_sort_4()
70 swp(d, e); in zend_sort_5()
[all …]
H A Dzend_sort.h24 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
25 …I void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
H A Dzend_API.c2381 …rt_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_func_t swp) /* {{{ */ in zend_sort_modules() argument
/php-src/ext/date/lib/
H A Dinterval.c31 timelib_time *swp; in swap_times() local
33 swp = *two; in swap_times()
35 *one = swp; in swap_times()
/php-src/
H A D.gitignore17 *.swp
/php-src/ext/opcache/
H A DZendAccelerator.c3642 …preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap_func_t swp) argument

Completed in 46 milliseconds