Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_bitset.h30 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f)) macro
33 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f)) macro
36 # define ZEND_BITSET_BIT_NUM(n) ((n) % (sizeof(zend_long) * 8)) macro

Completed in 4 milliseconds