Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_bitset.h86 static zend_always_inline int zend_ulong_nlz(zend_ulong num) function
/PHP-8.3/ext/standard/
H A Dmath.c838 len = ((sizeof(value) * 8 - zend_ulong_nlz(value)) + (base_log2 - 1)) / base_log2; in _php_math_longtobase_pwr2()

Completed in 7 milliseconds