const internal/goarch.BigEndian
10 uses
internal/goarch (current package)
goarch.go#L39: const BigEndian = IsArmbe|IsArm64be|IsMips|IsMips64|IsPpc|IsPpc64|IsS390|IsS390x|IsSparc|IsSparc64 == 1
internal/abi
abi.go#L79: if goarch.BigEndian {
runtime
alg.go#L341: if goarch.BigEndian {
alg.go#L349: if goarch.BigEndian {
iface.go#L356: if goarch.BigEndian {
iface.go#L369: if goarch.BigEndian {
mbitmap.go#L914: if goarch.BigEndian {
proc.go#L846: if goarch.BigEndian {
string.go#L102: if goarch.BigEndian {
traceback.go#L705: if goarch.BigEndian {
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. |