Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_alloc.c581 return i * ZEND_MM_BITSET_LEN + n;
595 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
600 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
608 int pos = start / ZEND_MM_BITSET_LEN;
610 int bit = start & (ZEND_MM_BITSET_LEN - 1);
640 int pos = start / ZEND_MM_BITSET_LEN;
672 int pos = start / ZEND_MM_BITSET_LEN;
883 i += ZEND_MM_BITSET_LEN;
895 i += ZEND_MM_BITSET_LEN;
925 i += ZEND_MM_BITSET_LEN;
[all …]

Completed in 11 milliseconds