Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2232 static SLJIT_INLINE BOOL is_powerof2(unsigned int value) in is_powerof2() function
2666 if (!is_powerof2(bit)) in char_get_othercase_bit()
3901 if (!is_powerof2(bit)) in fast_forward_first_char2_sse2()
4249 if (is_powerof2(mask)) in fast_forward_first_char2()
4399 if (!is_powerof2(mask)) in fast_forward_first_n_chars()
4402 if (is_powerof2(mask)) in fast_forward_first_n_chars()
4472 if (is_powerof2(mask)) in fast_forward_first_n_chars()
4757 if (is_powerof2(bit)) in search_requested_char()
5023 && is_powerof2(ranges[2] - ranges[0])) in check_class_ranges()
6495 if (is_powerof2(bit)) in compile_char1_matchingpath()
[all …]

Completed in 33 milliseconds