func runtime/internal/sys.Ctz64
5 uses
runtime/internal/sys (current package)
intrinsics.go#L38: func Ctz64(x uint64) int {
runtime
malloc.go#L846: theBit := sys.Ctz64(s.allocCache) // Is there a free object in the allocCache?
mbitmap.go#L178: bitIndex := sys.Ctz64(aCache)
mbitmap.go#L190: bitIndex = sys.Ctz64(aCache)
slice.go#L188: shift = uintptr(sys.Ctz64(uint64(et.size))) & 63
![]() |
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. |