Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_sort.c24 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 Dzend_strtod.c1080 cmp in cmp() function
H A Dzend_operators.c3097 int cmp = strcmp(&ptr[-digits], long_min_digits); local
/PHP-8.0/ext/standard/
H A Darray.c661 bucket_compare_func_t cmp; in PHP_FUNCTION() local
682 bucket_compare_func_t cmp; in PHP_FUNCTION() local
818 bucket_compare_func_t cmp; in PHP_FUNCTION() local
839 bucket_compare_func_t cmp; in PHP_FUNCTION() local
860 bucket_compare_func_t cmp; in PHP_FUNCTION() local
881 bucket_compare_func_t cmp; in PHP_FUNCTION() local
4458 bucket_compare_func_t cmp; local
H A Dstring.c5398 char cmp; local
5590 __m128i in, gt, lt, cmp, delta; local
/PHP-8.0/ext/date/lib/
H A Dparse_tz.c448 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position() local
/PHP-8.0/ext/spl/
H A Dspl_heap.c58 spl_ptr_heap_cmp_func cmp; member
240 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()

Completed in 92 milliseconds