Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_operators.c2919 if (length >= BLOCKCONV_STRIDE) { in zend_str_tolower_impl()
2925 p += BLOCKCONV_STRIDE; in zend_str_tolower_impl()
2926 q += BLOCKCONV_STRIDE; in zend_str_tolower_impl()
2947 p += BLOCKCONV_STRIDE; in zend_str_toupper_impl()
2948 q += BLOCKCONV_STRIDE; in zend_str_toupper_impl()
3067 p += BLOCKCONV_STRIDE; in zend_string_tolower_ex()
3068 q += BLOCKCONV_STRIDE; in zend_string_tolower_ex()
3073 p += BLOCKCONV_STRIDE; in zend_string_tolower_ex()
3116 p += BLOCKCONV_STRIDE; in zend_string_toupper_ex()
3117 q += BLOCKCONV_STRIDE; in zend_string_toupper_ex()
[all …]

Completed in 14 milliseconds