runtime.mspan.divShift2 (field)

6 uses

	runtime (current package)
		mbitmap.go#L238: 	return uintptr(((uint64(byteOffset) >> s.divShift) * uint64(s.divMul)) >> s.divShift2)
		mbitmap.go#L405: 			objIndex = uintptr(p-base) >> s.divShift * uintptr(s.divMul) >> s.divShift2
		mcentral.go#L239: 	n := (npages << _PageShift) >> s.divShift * uintptr(s.divMul) >> s.divShift2
		mheap.go#L461: 	divShift2   uint8         // for divide by elemsize - divMagic.shift2
		mheap.go#L1230: 			s.divShift2 = 0
		mheap.go#L1239: 			s.divShift2 = m.shift2