Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_alloc.c594 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
599 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
607 int pos = start / ZEND_MM_BITSET_LEN;
609 int bit = start & (ZEND_MM_BITSET_LEN - 1);
639 int pos = start / ZEND_MM_BITSET_LEN;
641 int bit = start & (ZEND_MM_BITSET_LEN - 1);
671 int pos = start / ZEND_MM_BITSET_LEN;
907 i += ZEND_MM_BITSET_LEN;
919 i += ZEND_MM_BITSET_LEN;
949 i += ZEND_MM_BITSET_LEN;
[all …]

Completed in 18 milliseconds