Searched defs:cmp (Results 1 – 10 of 10) sorted by relevance
/php-src/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 | 1062 cmp in cmp() function
|
H A D | zend_operators.c | 3629 int cmp = strcmp(&ptr[-digits], long_min_digits); local
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | hash.h | 78 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 D | array.c | 572 bucket_compare_func_t cmp; in PHP_FUNCTION() local 593 bucket_compare_func_t cmp; in PHP_FUNCTION() local 731 bucket_compare_func_t cmp; in PHP_FUNCTION() local 752 bucket_compare_func_t cmp; in PHP_FUNCTION() local 773 bucket_compare_func_t cmp; in PHP_FUNCTION() local 794 bucket_compare_func_t cmp; in PHP_FUNCTION() local 4919 bucket_compare_func_t cmp; local
|
H A D | string.c | 5865 __m128i in, gt, lt, cmp, delta; local
|
/php-src/ext/spl/ |
H A D | spl_heap.c | 52 spl_ptr_heap_cmp_func cmp; member 252 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 D | parse_tz.c | 590 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position() local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_sccp.c | 2138 ir_insn *cmp = &ctx->ir_base[next->op2]; in ir_optimize_merge() local
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_64.c | 3315 sljit_ins cmp = 0; in sljit_emit_atomic_store() local
|
Completed in 117 milliseconds