Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_bitset.h35 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f)) macro
38 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f)) macro
41 # define ZEND_BITSET_BIT_NUM(n) ((n) % (sizeof(zend_long) * 8)) macro

Completed in 5 milliseconds