Searched defs:cmp (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_sort.c | 24 static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swap_func_t swp) /* {{{ */ { in zend_sort_2() 31 static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t cmp, swap_func_t swp) /* {… in zend_sort_3() 53 static void zend_sort_4(void *a, void *b, void *c, void *d, compare_func_t cmp, swap_func_t swp) /*… in zend_sort_4() 67 static void zend_sort_5(void *a, void *b, void *c, void *d, void *e, compare_func_t cmp, swap_func_… in zend_sort_5() 84 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort() 248 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) in zend_sort()
|
H A D | zend_strtod.c | 1070 cmp in cmp() function
|
H A D | zend_operators.c | 3614 int cmp = strcmp(&ptr[-digits], long_min_digits); local
|
/PHP-8.3/ext/standard/ |
H A D | array.c | 577 bucket_compare_func_t cmp; in PHP_FUNCTION() local 598 bucket_compare_func_t cmp; in PHP_FUNCTION() local 736 bucket_compare_func_t cmp; in PHP_FUNCTION() local 757 bucket_compare_func_t cmp; in PHP_FUNCTION() local 778 bucket_compare_func_t cmp; in PHP_FUNCTION() local 799 bucket_compare_func_t cmp; in PHP_FUNCTION() local 4798 bucket_compare_func_t cmp; local
|
H A D | string.c | 5556 __m128i in, gt, lt, cmp, delta; local
|
/PHP-8.3/ext/spl/ |
H A D | spl_heap.c | 54 spl_ptr_heap_cmp_func cmp; member 254 static spl_ptr_heap *spl_ptr_heap_init(spl_ptr_heap_cmp_func cmp, spl_ptr_heap_ctor_func ctor, spl_… in spl_ptr_heap_init()
|
/PHP-8.3/ext/date/lib/ |
H A D | parse_tz.c | 590 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position() local
|
Completed in 89 milliseconds