func internal/byteorder.LEUint16
5 uses
internal/byteorder (current package)
byteorder.go#L9: func LEUint16(b []byte) uint16 {
crypto/internal/fips140deps/byteorder
byteorder.go#L12: return byteorder.LEUint16(b)
net/netip
netip.go#L1280: *p = AddrPortFrom(addr, byteorder.LEUint16(b[len(b)-2:]))
os
dir_unix.go#L193: return uint64(byteorder.LEUint16(b))
syscall
dirent.go#L47: return uint64(byteorder.LEUint16(b))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)