Home
last modified time | relevance | path

Searched defs:delta (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/main/
H A Dphp_ini_builder.h62 static inline void php_ini_builder_realloc(struct php_ini_builder *b, size_t delta) in php_ini_builder_realloc()
/PHP-8.3/Zend/
H A Dzend_sort.c262 size_t delta = (offset >> Z_L(1)) * siz; in zend_sort() local
H A Dzend_string.c405 size_t delta = (const char*)s2 - (const char*)s1; in zend_string_equal_val() local
443 size_t delta = (const char*)s2 - (const char*)s1; in zend_string_equal_val() local
H A Dzend_operators.c72 #define BLOCKCONV_INIT_DELTA(delta) \ argument
97 #define BLOCKCONV_INIT_DELTA(delta) \ argument
120 #define BLOCKCONV_INIT_DELTA(delta) \ argument
H A Dzend_strtod.c2540 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
3748 Bigint *b, *b1, *delta, *mlo, *mhi, *S; in zend_dtoa() local
H A Dzend_execute.c3943 size_t delta; in zend_copy_extra_args() local
/PHP-8.3/ext/gd/libgd/
H A Dgdft.c831 FT_Vector pen, delta, penf; local
H A Dgd_topal.c1308 register LOCFSERROR bnexterr, delta; in pass2_fs_dither() local
/PHP-8.3/main/streams/
H A Dplain_wrapper.c810 DWORD prot, acc, loffs = 0, hoffs = 0, delta = 0; in php_stdiop_set_option() local
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7120 PCRE2_SIZE delta = replicate*(1 + LINK_SIZE); in compile_branch() local
7290 PCRE2_SIZE delta = (repeat_min - 1)*length_prevgroup; in compile_branch() local
7342 PCRE2_SIZE delta = repeat_max*(length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch() local
/PHP-8.3/ext/standard/
H A Dstring.c2604 __m128i delta = _mm_set1_epi8(ch_to - ch_from); local
5556 __m128i in, gt, lt, cmp, delta; local
/PHP-8.3/ext/mbstring/
H A Dmbstring.c1780 const __m128i delta = _mm_set1_epi8(1); in mb_fast_strlen_utf8() local

Completed in 178 milliseconds