func internal/byteorder.LEPutUint64
7 uses
internal/byteorder (current package)
byteorder.go#L55: func LEPutUint64(b []byte, v uint64) {
internal/chacha8rand
chacha8.go#L139: byteorder.LEPutUint64(data[(2+i)*8:], seed)
crypto/internal/fips140deps/byteorder
byteorder.go#L42: 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#L508: byteorder.LEPutUint64(b[:], x)
![]() |
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. |