Lines Matching refs:BLOCKCONV_STRIDE
66 #define BLOCKCONV_STRIDE sizeof(__m128i) macro
2729 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()
2737 } while (p + BLOCKCONV_STRIDE <= end); in zend_str_tolower_impl()
2751 if (length >= BLOCKCONV_STRIDE) { in zend_str_toupper_impl()
2757 p += BLOCKCONV_STRIDE; in zend_str_toupper_impl()
2758 q += BLOCKCONV_STRIDE; in zend_str_toupper_impl()
2759 } while (p + BLOCKCONV_STRIDE <= end); in zend_str_toupper_impl()
2865 while (p + BLOCKCONV_STRIDE <= end) { in zend_string_tolower_ex()
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()
2914 while (p + BLOCKCONV_STRIDE <= end) { in zend_string_toupper_ex()
2926 p += BLOCKCONV_STRIDE; in zend_string_toupper_ex()
2927 q += BLOCKCONV_STRIDE; in zend_string_toupper_ex()
2932 p += BLOCKCONV_STRIDE; in zend_string_toupper_ex()