func runtime/internal/sys.LeadingZeros64
8 uses
runtime/internal/sys (current package)
intrinsics.go#L153: func LeadingZeros64(x uint64) int { return 64 - Len64(x) }
runtime
mgcscavenge.go#L931: z1 := uint(sys.LeadingZeros64(^x))
mgcscavenge.go#L936: run = uint(sys.LeadingZeros64(x << z1))
mgcscavenge.go#L944: run += uint(sys.LeadingZeros64(x))
mpallocbits.go#L143: l := uint(sys.LeadingZeros64(x))
mpallocbits.go#L292: end = uint(sys.LeadingZeros64(bi))
mpallocbits.go#L321: size = uint(sys.LeadingZeros64(x))
mpallocbits.go#L330: size = uint(sys.LeadingZeros64(x))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |