const runtime.aixCntBits
3 uses
runtime (current package)
lfstack_64bit.go#L38: aixCntBits = 64 - aixAddrBits + 3
lfstack_64bit.go#L43: return uint64(uintptr(unsafe.Pointer(node)))<<(64-aixAddrBits) | uint64(cnt&(1<<aixCntBits-1))
lfstack_64bit.go#L55: return (*lfnode)(unsafe.Pointer(uintptr((val >> aixCntBits << 3) | 0xa<<56)))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)