zend_mm_low_bit  1027 Zend/zend_alloc.c 	if (zend_mm_low_bit(block_size) != zend_mm_high_bit(block_size)) {
zend_mm_low_bit  1117 Zend/zend_alloc.c 		if (zend_mm_low_bit(seg_size) != zend_mm_high_bit(seg_size)) {
zend_mm_low_bit  1733 Zend/zend_alloc.c 	best_fit = p = heap->large_free_buckets[index + zend_mm_low_bit(bitmap)];
zend_mm_low_bit  1781 Zend/zend_alloc.c 			index += zend_mm_low_bit(bitmap);