const internal/goarch.IsPpc64
5 uses
internal/goarch (current package)
goarch.go#L44: const BigEndian = IsArmbe|IsArm64be|IsMips|IsMips64|IsPpc|IsPpc64|IsS390|IsS390x|IsSparc|IsSparc64 == 1
zgoarch_amd64.go#L24: const IsPpc64 = 0
crypto/internal/fips140deps/cpu
cpu.go#L16: PPC64 = goarch.IsPpc64 == 1
runtime
rand.go#L232: if goarch.IsAmd64|goarch.IsArm64|goarch.IsPpc64|
tracetime.go#L42: const traceTimeDiv = (1-osHasLowResClockInt)*64 + osHasLowResClockInt*(256-224*(goarch.IsPpc64|goarch.IsPpc64le))
![]() |
The pages are generated with Golds v0.8.4. (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. |