const internal/goarch.IsAmd64
6 uses
internal/goarch (current package)
zgoarch_amd64.go#L10: const IsAmd64 = 1
runtime
malloc.go#L310: arenaBaseOffset = 0xffff800000000000*goarch.IsAmd64 + 0x0a00000000000000*goos.IsAix
panic.go#L1134: case goarch.IsAmd64 != 0:
stubs.go#L129: if goarch.IsAmd64|goarch.IsArm64|goarch.IsPpc64|
stubs.go#L162: if goarch.IsAmd64|goarch.IsArm64|goarch.IsPpc64|
trace.go#L119: traceTimeDiv = 16 + 48*(goarch.Is386|goarch.IsAmd64)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |