func internal/byteorder.LEUint64

9 uses

	internal/byteorder (current package)
		byteorder.go#L49: func LEUint64(b []byte) uint64 {

	internal/chacha8rand
		chacha8.go#L56: 		byteorder.LEUint64(seed[0*8:]),
		chacha8.go#L57: 		byteorder.LEUint64(seed[1*8:]),
		chacha8.go#L58: 		byteorder.LEUint64(seed[2*8:]),
		chacha8.go#L59: 		byteorder.LEUint64(seed[3*8:]),
		chacha8.go#L150: 		s.seed[i] = byteorder.LEUint64(data[(2+i)*8:])

	crypto/internal/fips140deps/byteorder
		byteorder.go#L24: 	return byteorder.LEUint64(b)

	os
		dir_unix.go#L197: 		return uint64(byteorder.LEUint64(b))

	syscall
		dirent.go#L51: 		return uint64(byteorder.LEUint64(b))