const runtime.cntBits
4 uses
runtime (current package)
lfstack_64bit.go#L30: cntBits = 64 - addrBits + 3
lfstack_64bit.go#L45: return uint64(uintptr(unsafe.Pointer(node)))<<(64-addrBits) | uint64(cnt&(1<<cntBits-1))
lfstack_64bit.go#L52: return (*lfnode)(unsafe.Pointer(uintptr(int64(val) >> cntBits << 3)))
lfstack_64bit.go#L57: return (*lfnode)(unsafe.Pointer(uintptr(val >> cntBits << 3)))
![]() |
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. |