Searched refs:is_power_of_two (Results 1 – 3 of 3) sorted by relevance
750 static zend_always_inline bool is_power_of_two(uint32_t x) in is_power_of_two() function757 return is_power_of_two (value_type & (MAY_BE_ANY|MAY_BE_UNDEF)); in has_concrete_type()
10677 if (is_power_of_two(type_mask)) {10842 } else if (is_power_of_two(type_mask)) {
472 static inline bool is_power_of_two(uint32_t n) { in is_power_of_two() function478 if (list->children >= 4 && is_power_of_two(list->children)) { in zend_ast_list_add()
Completed in 55 milliseconds