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#L910: 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) 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. |