Searched refs:is_powerof2 (Results 1 – 3 of 3) sorted by relevance
137 if (is_powerof2(bit1)) in FF_FUN()159 if (is_powerof2(bit2)) in FF_FUN()
232 if (!is_powerof2(bit)) in fast_forward_char_simd()391 if (!is_powerof2(bit)) in fast_requested_char_simd()557 if (is_powerof2(bit1)) in fast_forward_char_pair_simd()586 if (is_powerof2(bit2)) in fast_forward_char_pair_simd()899 if (is_powerof2(mask)) in fast_forward_char_simd()1276 if (!is_powerof2(bit)) in fast_forward_char_simd()1472 if (!is_powerof2(bit)) in fast_requested_char_simd()1650 if (!is_powerof2(bit1)) in fast_forward_char_pair_simd()1662 if (!is_powerof2(bit2)) in fast_forward_char_pair_simd()
3077 static SLJIT_INLINE BOOL is_powerof2(unsigned int value) in is_powerof2() function3589 if (!is_powerof2(bit)) in char_get_othercase_bit()5971 if (is_powerof2(mask)) in fast_forward_first_char2()6043 if (is_powerof2(chars[i].chars[0] ^ chars[i].chars[1])) in fast_forward_first_n_chars()6181 if (is_powerof2(mask)) in fast_forward_first_n_chars()6538 if (is_powerof2(bit)) in search_requested_char()6878 && is_powerof2(ranges[2] - ranges[0])) in optimize_class_ranges()8101 if (is_powerof2(other_cases[1] ^ other_cases[0])) in compile_xclass_matchingpath()8114 else if (is_powerof2(other_cases[2] ^ other_cases[1])) in compile_xclass_matchingpath()8988 SLJIT_ASSERT(!is_powerof2(c ^ oc)); in compile_char1_matchingpath()[all …]
Completed in 39 milliseconds