Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_sort.c91 static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swap_func_t swp) /* {{{ */ { in zend_sort_2()
98 static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t cmp, swap_func_t swp) /* {… in zend_sort_3()
120 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()
134 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()
151 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort()
315 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.c3124 int cmp = strcmp(&ptr[-digits], long_min_digits); local
/PHP-7.4/ext/standard/
H A Darray.c693 compare_func_t cmp; in PHP_FUNCTION() local
716 compare_func_t cmp; in PHP_FUNCTION() local
868 compare_func_t cmp; in PHP_FUNCTION() local
891 compare_func_t cmp; in PHP_FUNCTION() local
914 compare_func_t cmp; in PHP_FUNCTION() local
937 compare_func_t cmp; in PHP_FUNCTION() local
4552 compare_func_t cmp; local
H A Dstring.c5785 char cmp; local
5984 __m128i in, gt, lt, cmp, delta; local
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c425 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position() local
/PHP-7.4/ext/spl/
H A Dspl_heap.c59 spl_ptr_heap_cmp_func cmp; member
248 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 62 milliseconds