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
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |