func internal/byteorder.BEUint32
15 uses
internal/byteorder (current package)
byteorder.go#L98: func BEUint32(b []byte) uint32 {
crypto/cipher
gcm.go#L353: byteorder.BEPutUint32(ctr, byteorder.BEUint32(ctr)+1)
crypto/internal/fips140deps/byteorder
byteorder.go#L16: return byteorder.BEUint32(b)
crypto/md5
md5.go#L99: return b[4:], byteorder.BEUint32(b[0:4])
crypto/sha1
sha1.go#L93: return b[4:], byteorder.BEUint32(b)
hash/crc32
crc32.go#L190: if tableSum(d.tab) != byteorder.BEUint32(b[4:]) {
crc32.go#L193: d.crc = byteorder.BEUint32(b[8:])
hash/fnv
fnv.go#L291: *s = sum32(byteorder.BEUint32(b[4:]))
fnv.go#L302: *s = sum32a(byteorder.BEUint32(b[4:]))
math/big
floatmarsh.go#L87: z.prec = byteorder.BEUint32(buf[2:])
floatmarsh.go#L93: z.exp = int32(byteorder.BEUint32(buf[6:]))
nat.go#L1326: return Word(byteorder.BEUint32(buf))
ratmarsh.go#L57: ln := byteorder.BEUint32(buf[j-4 : j])
os
dir_unix.go#L180: return uint64(byteorder.BEUint32(b))
syscall
dirent.go#L34: return uint64(byteorder.BEUint32(b))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)