func internal/byteorder.LEUint64
11 uses
internal/byteorder (current package)
byteorder.go#L49: func LEUint64(b []byte) uint64 {
internal/chacha8rand
chacha8.go#L66: byteorder.LEUint64(seed[0*8:]),
chacha8.go#L67: byteorder.LEUint64(seed[1*8:]),
chacha8.go#L68: byteorder.LEUint64(seed[2*8:]),
chacha8.go#L69: byteorder.LEUint64(seed[3*8:]),
chacha8.go#L160: s.seed[i] = byteorder.LEUint64(data[(2+i)*8:])
crypto/internal/fips140deps/byteorder
byteorder.go#L22: return byteorder.LEUint64(b)
os
dir_unix.go#L206: return uint64(byteorder.LEUint64(b))
runtime
alg.go#L433: return byteorder.LEUint64(q[:])
debuglog.go#L600: return byteorder.LEUint64(b[:])
syscall
dirent.go#L51: return byteorder.LEUint64(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. |