Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h750 static zend_always_inline bool is_power_of_two(uint32_t x) in is_power_of_two() function
757 return is_power_of_two (value_type & (MAY_BE_ANY|MAY_BE_UNDEF)); in has_concrete_type()
H A Dzend_jit_ir.c10677 if (is_power_of_two(type_mask)) {
10842 } else if (is_power_of_two(type_mask)) {
/php-src/Zend/
H A Dzend_ast.c472 static inline bool is_power_of_two(uint32_t n) { in is_power_of_two() function
478 if (list->children >= 4 && is_power_of_two(list->children)) { in zend_ast_list_add()

Completed in 55 milliseconds