const internal/goarch.BigEndian
14 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 {
internal/chacha8rand
chacha8_generic.go#L121: if goarch.BigEndian {
chacha8_generic.go#L210: if goarch.BigEndian {
os
dir_unix.go#L167: if goarch.BigEndian {
runtime
alg.go#L498: if goarch.BigEndian {
alg.go#L506: if goarch.BigEndian {
arena.go#L736: if goarch.BigEndian {
iface.go#L368: if goarch.BigEndian {
iface.go#L381: if goarch.BigEndian {
mbitmap.go#L1437: if goarch.BigEndian {
string.go#L112: if goarch.BigEndian {
traceback.go#L685: if goarch.BigEndian {
syscall
dirent.go#L21: if goarch.BigEndian {
![]() |
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. |