Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_alloc.c581 return i * ZEND_MM_BITSET_LEN + n;
590 return (bitset[bit / ZEND_MM_BITSET_LEN] & (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)))) != 0;
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;
640 int pos = start / ZEND_MM_BITSET_LEN;
672 int pos = start / ZEND_MM_BITSET_LEN;
879 i += ZEND_MM_BITSET_LEN;
891 i += ZEND_MM_BITSET_LEN;
921 i += ZEND_MM_BITSET_LEN;
[all …]
/PHP-7.1/
H A DNEWS1354 . Fixed bug #73727 (ZEND_MM_BITSET_LEN is "undefined symbol" in

Completed in 39 milliseconds