Home
last modified time | relevance | path

Searched refs:BLOCKCONV_STRIDE (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_operators.c2729 if (length >= BLOCKCONV_STRIDE) { in zend_str_tolower_impl()
2735 p += BLOCKCONV_STRIDE; in zend_str_tolower_impl()
2736 q += BLOCKCONV_STRIDE; in zend_str_tolower_impl()
2757 p += BLOCKCONV_STRIDE; in zend_str_toupper_impl()
2758 q += BLOCKCONV_STRIDE; in zend_str_toupper_impl()
2877 p += BLOCKCONV_STRIDE; in zend_string_tolower_ex()
2878 q += BLOCKCONV_STRIDE; in zend_string_tolower_ex()
2883 p += BLOCKCONV_STRIDE; in zend_string_tolower_ex()
2926 p += BLOCKCONV_STRIDE; in zend_string_toupper_ex()
2927 q += BLOCKCONV_STRIDE; in zend_string_toupper_ex()
[all …]

Completed in 12 milliseconds