Searched refs:is_power_of_two (Results 1 – 4 of 4) sorted by relevance
827 static zend_always_inline bool is_power_of_two(uint32_t x) in is_power_of_two() function834 return is_power_of_two (value_type & (MAY_BE_ANY|MAY_BE_UNDEF)); in has_concrete_type()
11869 zend_reg tmp_reg = (type_mask == 0 || is_power_of_two(type_mask)) ? ZREG_FCARG1 : ZREG_REG0;11894 if (is_power_of_two(type_mask)) {14271 } else if (is_power_of_two(type_mask)) {
12620 zend_reg tmp_reg = (type_mask == 0 || is_power_of_two(type_mask)) ? ZREG_FCARG1 : ZREG_R0;12645 if (is_power_of_two(type_mask)) {15199 } else if (is_power_of_two(type_mask)) {
436 static inline bool is_power_of_two(uint32_t n) { in is_power_of_two() function442 if (list->children >= 4 && is_power_of_two(list->children)) { in zend_ast_list_add()
Completed in 55 milliseconds