Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.c426 static inline zend_bool is_power_of_two(uint32_t n) { in is_power_of_two() function
432 if (list->children >= 4 && is_power_of_two(list->children)) { in zend_ast_list_add()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc1723 static zend_bool is_power_of_two(uint32_t x)
1730 return is_power_of_two (value_type & (MAY_BE_ANY|MAY_BE_UNDEF));
12788 zend_reg tmp_reg = (type_mask == 0 || is_power_of_two(type_mask)) ? ZREG_FCARG1a : ZREG_R0;
12802 if (is_power_of_two(type_mask)) {
15079 } else if (is_power_of_two(type_mask)) {

Completed in 39 milliseconds