Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c552 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
557 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
565 int pos = start / ZEND_MM_BITSET_LEN;
567 int bit = start & (ZEND_MM_BITSET_LEN - 1);
597 int pos = start / ZEND_MM_BITSET_LEN;
599 int bit = start & (ZEND_MM_BITSET_LEN - 1);
629 int pos = start / ZEND_MM_BITSET_LEN;
849 i += ZEND_MM_BITSET_LEN;
861 i += ZEND_MM_BITSET_LEN;
891 i += ZEND_MM_BITSET_LEN;
[all …]

Completed in 11 milliseconds