Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_alloc.c593 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
598 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
606 int pos = start / ZEND_MM_BITSET_LEN;
608 int bit = start & (ZEND_MM_BITSET_LEN - 1);
638 int pos = start / ZEND_MM_BITSET_LEN;
640 int bit = start & (ZEND_MM_BITSET_LEN - 1);
670 int pos = start / ZEND_MM_BITSET_LEN;
906 i += ZEND_MM_BITSET_LEN;
918 i += ZEND_MM_BITSET_LEN;
948 i += ZEND_MM_BITSET_LEN;
[all …]

Completed in 12 milliseconds