Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.c589 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
594 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
602 int pos = start / ZEND_MM_BITSET_LEN;
604 int bit = start & (ZEND_MM_BITSET_LEN - 1);
634 int pos = start / ZEND_MM_BITSET_LEN;
636 int bit = start & (ZEND_MM_BITSET_LEN - 1);
666 int pos = start / ZEND_MM_BITSET_LEN;
908 i += ZEND_MM_BITSET_LEN;
920 i += ZEND_MM_BITSET_LEN;
950 i += ZEND_MM_BITSET_LEN;
[all …]

Completed in 10 milliseconds