func internal/byteorder.LEUint64
11 uses
internal/byteorder (current package)
byteorder.go#L49: func LEUint64(b []byte) uint64 {
internal/chacha8rand
chacha8.go#L65: byteorder.LEUint64(seed[0*8:]),
chacha8.go#L66: byteorder.LEUint64(seed[1*8:]),
chacha8.go#L67: byteorder.LEUint64(seed[2*8:]),
chacha8.go#L68: byteorder.LEUint64(seed[3*8:]),
chacha8.go#L159: s.seed[i] = byteorder.LEUint64(data[(2+i)*8:])
crypto/internal/fips140deps/byteorder
byteorder.go#L24: return byteorder.LEUint64(b)
os
dir_unix.go#L205: return uint64(byteorder.LEUint64(b))
runtime
alg.go#L420: return byteorder.LEUint64(q[:])
debuglog.go#L573: return byteorder.LEUint64(b[:])
syscall
dirent.go#L51: return uint64(byteorder.LEUint64(b))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)