Home
last modified time | relevance | path

Searched refs:zend_ulong_nlz (Results 1 – 2 of 2) sorted by last modified time

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

Completed in 10 milliseconds