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#L14: return byteorder.BEUint32(b)
crypto/md5
md5.go#L104: return b[4:], byteorder.BEUint32(b[0:4])
crypto/sha1
sha1.go#L93: return b[4:], byteorder.BEUint32(b)
hash/adler32
adler32.go#L77: *d = digest(byteorder.BEUint32(b[len(magic):]))
hash/crc32
crc32.go#L190: if tableSum(d.tab) != byteorder.BEUint32(b[4:]) {
crc32.go#L193: d.crc = byteorder.BEUint32(b[8:])
math/big
floatmarsh.go#L87: z.prec = byteorder.BEUint32(buf[2:])
floatmarsh.go#L93: z.exp = int32(byteorder.BEUint32(buf[6:]))
nat.go#L1017: return Word(byteorder.BEUint32(buf))
ratmarsh.go#L57: ln := byteorder.BEUint32(buf[j-4 : j])
os
dir_unix.go#L189: return uint64(byteorder.BEUint32(b))
runtime
alg.go#L423: return byteorder.BEUint32(q[:])
syscall
dirent.go#L34: return uint64(byteorder.BEUint32(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. |