Searched refs:ZEND_MM_BITSET_LEN (Results 1 – 2 of 2) sorted by relevance
581 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 …]
1354 . Fixed bug #73727 (ZEND_MM_BITSET_LEN is "undefined symbol" in
Completed in 20 milliseconds