Searched refs:is_power_of_two (Results 1 – 1 of 1) sorted by relevance
177 static inline zend_bool is_power_of_two(uint32_t n) { in is_power_of_two() function183 if (list->children >= 4 && is_power_of_two(list->children)) { in zend_ast_list_add()
Completed in 8 milliseconds