Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.c395 static inline zend_bool is_power_of_two(uint32_t n) { in is_power_of_two() function
401 if (list->children >= 4 && is_power_of_two(list->children)) { in zend_ast_list_add()

Completed in 10 milliseconds