func internal/byteorder.BEUint64
17 uses
internal/byteorder (current package)
byteorder.go#L120: func BEUint64(b []byte) uint64 {
internal/chacha8rand
chacha8.go#L155: used := byteorder.BEUint64(data[1*8:])
crypto/des
block.go#L13: b := byteorder.BEUint64(src)
block.go#L221: key := byteorder.BEUint64(keyBytes)
cipher.go#L108: b := byteorder.BEUint64(src)
cipher.go#L143: b := byteorder.BEUint64(src)
crypto/internal/fips140deps/byteorder
byteorder.go#L18: return byteorder.BEUint64(b)
crypto/md5
md5.go#L100: return b[8:], byteorder.BEUint64(b[0:8])
crypto/sha1
sha1.go#L89: return b[8:], byteorder.BEUint64(b)
math/big
nat.go#L1015: return Word(byteorder.BEUint64(buf))
math/rand/v2
pcg.go#L54: p.hi = byteorder.BEUint64(data[4:])
pcg.go#L55: p.lo = byteorder.BEUint64(data[4+8:])
net/netip
netip.go#L104: byteorder.BEUint64(addr[:8]),
netip.go#L105: byteorder.BEUint64(addr[8:]),
os
dir_unix.go#L191: return uint64(byteorder.BEUint64(b))
runtime
alg.go#L431: return byteorder.BEUint64(q[:])
syscall
dirent.go#L36: return byteorder.BEUint64(b)
![]() |
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. |