func internal/byteorder.LEPutUint64
7 uses
internal/byteorder (current package)
byteorder.go#L55: func LEPutUint64(b []byte, v uint64) {
internal/chacha8rand
chacha8.go#L138: byteorder.LEPutUint64(data[(2+i)*8:], seed)
crypto/internal/fips140deps/byteorder
byteorder.go#L40: byteorder.LEPutUint64(b, v)
crypto/md5
md5.go#L187: byteorder.LEPutUint64(tmp[1+pad:], d.len<<3) // append length in bits
math/rand/v2
chacha8.go#L61: byteorder.LEPutUint64(p, c.Uint64())
chacha8.go#L66: byteorder.LEPutUint64(c.readBuf[:], c.Uint64())
runtime
debuglog.go#L481: byteorder.LEPutUint64(b[:], x)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)