Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c2578 static SLJIT_INLINE BOOL is_powerof2(unsigned int value) in is_powerof2() function
3038 if (!is_powerof2(bit)) in char_get_othercase_bit()
4438 if (!is_powerof2(bit)) in fast_forward_first_char2_sse2()
4643 if (is_powerof2(bit1)) in fast_forward_char_pair_sse2()
4670 if (is_powerof2(bit2)) in fast_forward_char_pair_sse2()
5041 if (is_powerof2(mask)) in fast_forward_first_char2()
5113 if (is_powerof2(chars[i].chars[0] ^ chars[i].chars[1])) in fast_forward_first_n_chars()
5248 if (is_powerof2(mask)) in fast_forward_first_n_chars()
5509 if (is_powerof2(bit)) in search_requested_char()
5794 && is_powerof2(ranges[2] - ranges[0])) in optimize_class_ranges()
[all …]