func internal/byteorder.LEUint32
21 uses
internal/byteorder (current package)
byteorder.go#L27: func LEUint32(b []byte) uint32 {
crypto/md5
md5block.go#L27: x0 := byteorder.LEUint32(q[4*0x0:])
md5block.go#L28: x1 := byteorder.LEUint32(q[4*0x1:])
md5block.go#L29: x2 := byteorder.LEUint32(q[4*0x2:])
md5block.go#L30: x3 := byteorder.LEUint32(q[4*0x3:])
md5block.go#L31: x4 := byteorder.LEUint32(q[4*0x4:])
md5block.go#L32: x5 := byteorder.LEUint32(q[4*0x5:])
md5block.go#L33: x6 := byteorder.LEUint32(q[4*0x6:])
md5block.go#L34: x7 := byteorder.LEUint32(q[4*0x7:])
md5block.go#L35: x8 := byteorder.LEUint32(q[4*0x8:])
md5block.go#L36: x9 := byteorder.LEUint32(q[4*0x9:])
md5block.go#L37: xa := byteorder.LEUint32(q[4*0xa:])
md5block.go#L38: xb := byteorder.LEUint32(q[4*0xb:])
md5block.go#L39: xc := byteorder.LEUint32(q[4*0xc:])
md5block.go#L40: xd := byteorder.LEUint32(q[4*0xd:])
md5block.go#L41: xe := byteorder.LEUint32(q[4*0xe:])
md5block.go#L42: xf := byteorder.LEUint32(q[4*0xf:])
crypto/tls
handshake_server_tls13.go#L1021: m.ageAdd = byteorder.LEUint32(ageAdd)
hash/crc32
crc32_generic.go#L79: crc ^= byteorder.LEUint32(p)
os
dir_unix.go#L195: return uint64(byteorder.LEUint32(b))
syscall
dirent.go#L49: return uint64(byteorder.LEUint32(b))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)