Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_alloc.c579 return i * ZEND_MM_BITSET_LEN + n;
588 return (bitset[bit / ZEND_MM_BITSET_LEN] & (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)))) != 0;
593 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
598 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
606 int pos = start / ZEND_MM_BITSET_LEN;
638 int pos = start / ZEND_MM_BITSET_LEN;
670 int pos = start / ZEND_MM_BITSET_LEN;
881 i += ZEND_MM_BITSET_LEN;
893 i += ZEND_MM_BITSET_LEN;
923 i += ZEND_MM_BITSET_LEN;
[all …]
/PHP-7.2/
H A DNEWS2359 . Fixed bug #73727 (ZEND_MM_BITSET_LEN is "undefined symbol" in

Completed in 23 milliseconds