ZEND_MM_BITSET_LEN  156 Zend/zend_alloc.c #define ZEND_MM_PAGE_MAP_LEN	(ZEND_MM_PAGES / ZEND_MM_BITSET_LEN) /* 16 or 8 */
ZEND_MM_BITSET_LEN  533 Zend/zend_alloc.c 	if (bitset == (zend_mm_bitset)-1) return ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  572 Zend/zend_alloc.c 	if (bitset == (zend_mm_bitset)0) return ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  595 Zend/zend_alloc.c 			return i * ZEND_MM_BITSET_LEN + zend_mm_bitset_nts(tmp);
ZEND_MM_BITSET_LEN  609 Zend/zend_alloc.c 			return i * ZEND_MM_BITSET_LEN + zend_mm_bitset_ntz(tmp);
ZEND_MM_BITSET_LEN  625 Zend/zend_alloc.c 			return i * ZEND_MM_BITSET_LEN + n;
ZEND_MM_BITSET_LEN  634 Zend/zend_alloc.c 	return (bitset[bit / ZEND_MM_BITSET_LEN] & (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)))) != 0;
ZEND_MM_BITSET_LEN  639 Zend/zend_alloc.c 	bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
ZEND_MM_BITSET_LEN  644 Zend/zend_alloc.c 	bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
ZEND_MM_BITSET_LEN  652 Zend/zend_alloc.c 		int pos = start / ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  653 Zend/zend_alloc.c 		int end = (start + len - 1) / ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  654 Zend/zend_alloc.c 		int bit = start & (ZEND_MM_BITSET_LEN - 1);
ZEND_MM_BITSET_LEN  665 Zend/zend_alloc.c 			end = (start + len - 1) & (ZEND_MM_BITSET_LEN - 1);
ZEND_MM_BITSET_LEN  667 Zend/zend_alloc.c 			tmp = (zend_mm_bitset)-1 >> ((ZEND_MM_BITSET_LEN - 1) - end);
ZEND_MM_BITSET_LEN  670 Zend/zend_alloc.c 			end = (start + len - 1) & (ZEND_MM_BITSET_LEN - 1);
ZEND_MM_BITSET_LEN  673 Zend/zend_alloc.c 			tmp &= (zend_mm_bitset)-1 >> ((ZEND_MM_BITSET_LEN - 1) - end);
ZEND_MM_BITSET_LEN  684 Zend/zend_alloc.c 		int pos = start / ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  685 Zend/zend_alloc.c 		int end = (start + len - 1) / ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  686 Zend/zend_alloc.c 		int bit = start & (ZEND_MM_BITSET_LEN - 1);
ZEND_MM_BITSET_LEN  697 Zend/zend_alloc.c 			end = (start + len - 1) & (ZEND_MM_BITSET_LEN - 1);
ZEND_MM_BITSET_LEN  699 Zend/zend_alloc.c 			tmp = (zend_mm_bitset)-1 >> ((ZEND_MM_BITSET_LEN - 1) - end);
ZEND_MM_BITSET_LEN  702 Zend/zend_alloc.c 			end = (start + len - 1) & (ZEND_MM_BITSET_LEN - 1);
ZEND_MM_BITSET_LEN  705 Zend/zend_alloc.c 			tmp &= (zend_mm_bitset)-1 >> ((ZEND_MM_BITSET_LEN - 1) - end);
ZEND_MM_BITSET_LEN  716 Zend/zend_alloc.c 		int pos = start / ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  717 Zend/zend_alloc.c 		int end = (start + len - 1) / ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  718 Zend/zend_alloc.c 		int bit = start & (ZEND_MM_BITSET_LEN - 1);
ZEND_MM_BITSET_LEN  733 Zend/zend_alloc.c 			end = (start + len - 1) & (ZEND_MM_BITSET_LEN - 1);
ZEND_MM_BITSET_LEN  735 Zend/zend_alloc.c 			tmp = (zend_mm_bitset)-1 >> ((ZEND_MM_BITSET_LEN - 1) - end);
ZEND_MM_BITSET_LEN  738 Zend/zend_alloc.c 			end = (start + len - 1) & (ZEND_MM_BITSET_LEN - 1);
ZEND_MM_BITSET_LEN  741 Zend/zend_alloc.c 			tmp &= (zend_mm_bitset)-1 >> ((ZEND_MM_BITSET_LEN - 1) - end);
ZEND_MM_BITSET_LEN  922 Zend/zend_alloc.c 					i += ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  934 Zend/zend_alloc.c 					i += ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  964 Zend/zend_alloc.c 					i += ZEND_MM_BITSET_LEN;
ZEND_MM_BITSET_LEN  981 Zend/zend_alloc.c 					i += ZEND_MM_BITSET_LEN;