Searched refs:BLOCKCONV_STRIDE (Results 1 – 1 of 1) sorted by relevance
2931 if (length >= BLOCKCONV_STRIDE) { in zend_str_tolower_impl()2937 p += BLOCKCONV_STRIDE; in zend_str_tolower_impl()2938 q += BLOCKCONV_STRIDE; in zend_str_tolower_impl()2959 p += BLOCKCONV_STRIDE; in zend_str_toupper_impl()2960 q += BLOCKCONV_STRIDE; in zend_str_toupper_impl()3079 p += BLOCKCONV_STRIDE; in zend_string_tolower_ex()3080 q += BLOCKCONV_STRIDE; in zend_string_tolower_ex()3085 p += BLOCKCONV_STRIDE; in zend_string_tolower_ex()3128 p += BLOCKCONV_STRIDE; in zend_string_toupper_ex()3129 q += BLOCKCONV_STRIDE; in zend_string_toupper_ex()[all …]
Completed in 20 milliseconds