func internal/byteorder.BEAppendUint64
8 uses
internal/byteorder (current package)
byteorder.go#L138: func BEAppendUint64(b []byte, v uint64) []byte {
crypto/internal/fips140deps/byteorder
byteorder.go#L54: return byteorder.BEAppendUint64(b, v)
crypto/md5
md5.go#L77: b = byteorder.BEAppendUint64(b, d.len)
crypto/sha1
sha1.go#L65: b = byteorder.BEAppendUint64(b, d.len)
math/rand/v2
pcg.go#L37: b = byteorder.BEAppendUint64(b, p.hi)
pcg.go#L38: b = byteorder.BEAppendUint64(b, p.lo)
net/netip
netip.go#L1020: b = byteorder.BEAppendUint64(b, ip.addr.hi)
netip.go#L1021: b = byteorder.BEAppendUint64(b, ip.addr.lo)
![]() |
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. |