Home
last modified time | relevance | path

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

/php-src/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.c1070 cmp in cmp() function
H A Dzend_operators.c3614 int cmp = strcmp(&ptr[-digits], long_min_digits); local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h78 lexbor_hash_cmp_f cmp; /* For compare key. */ member
84 lexbor_hash_cmp_f cmp; /* For compare key. */ member
/php-src/ext/standard/
H A Darray.c578 bucket_compare_func_t cmp; in PHP_FUNCTION() local
599 bucket_compare_func_t cmp; in PHP_FUNCTION() local
737 bucket_compare_func_t cmp; in PHP_FUNCTION() local
758 bucket_compare_func_t cmp; in PHP_FUNCTION() local
779 bucket_compare_func_t cmp; in PHP_FUNCTION() local
800 bucket_compare_func_t cmp; in PHP_FUNCTION() local
4920 bucket_compare_func_t cmp; local
H A Dstring.c5880 __m128i in, gt, lt, cmp, delta; local
/php-src/ext/spl/
H A Dspl_heap.c53 spl_ptr_heap_cmp_func cmp; member
253 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-src/ext/date/lib/
H A Dparse_tz.c590 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position() local
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c837 ir_insn *cmp = &ctx->ir_base[next->op2]; in ir_optimize_merge() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c3138 sljit_ins cmp = 0; in sljit_emit_atomic_store() local

Completed in 105 milliseconds