Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h142 if (is_powerof2(bit1)) in FF_FUN()
164 if (is_powerof2(bit2)) in FF_FUN()
H A Dpcre2_jit_simd_inc.h263 if (!is_powerof2(bit)) in fast_forward_char_simd()
395 if (!is_powerof2(bit)) in fast_requested_char_simd()
528 if (is_powerof2(bit1)) in fast_forward_char_pair_simd()
554 if (is_powerof2(bit2)) in fast_forward_char_pair_simd()
875 if (is_powerof2(mask)) in fast_forward_char_simd()
1257 if (!is_powerof2(bit)) in fast_forward_char_simd()
1453 if (!is_powerof2(bit)) in fast_requested_char_simd()
1942 if (!is_powerof2(bit)) in fast_forward_char_simd()
2073 if (!is_powerof2(bit)) in fast_requested_char_simd()
2200 if (is_powerof2(bit1)) in fast_forward_char_pair_simd()
[all …]
H A Dpcre2_jit_compile.c3197 static SLJIT_INLINE BOOL is_powerof2(unsigned int value) in is_powerof2() function
3709 if (!is_powerof2(bit)) in char_get_othercase_bit()
6126 if (is_powerof2(mask)) in fast_forward_first_char2()
6198 if (is_powerof2(chars[i].chars[0] ^ chars[i].chars[1])) in fast_forward_first_n_chars()
6336 if (is_powerof2(mask)) in fast_forward_first_n_chars()
6693 if (is_powerof2(bit)) in search_requested_char()
7033 && is_powerof2(ranges[2] - ranges[0])) in optimize_class_ranges()
8265 if (is_powerof2(other_cases[1] ^ other_cases[0])) in compile_xclass_matchingpath()
8278 else if (is_powerof2(other_cases[2] ^ other_cases[1])) in compile_xclass_matchingpath()
9132 SLJIT_ASSERT(!is_powerof2(c ^ oc)); in compile_char1_matchingpath()
[all …]

Completed in 43 milliseconds