Home
last modified time | relevance | path

Searched defs:ZEND_BITSET_BIT_NUM (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_bitset.h28 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f)) macro
31 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f)) macro
34 # define ZEND_BITSET_BIT_NUM(n) ((n) % (sizeof(zend_long) * 8)) macro

Completed in 5 milliseconds