func internal/byteorder.BEAppendUint64
20 uses
internal/byteorder (current package)
byteorder.go#L138: func BEAppendUint64(b []byte, v uint64) []byte {
crypto/internal/fips140deps/byteorder
byteorder.go#L52: return byteorder.BEAppendUint64(b, v)
crypto/md5
md5.go#L72: b = byteorder.BEAppendUint64(b, d.len)
crypto/sha1
sha1.go#L65: b = byteorder.BEAppendUint64(b, d.len)
hash/fnv
fnv.go#L192: return byteorder.BEAppendUint64(in, v)
fnv.go#L197: return byteorder.BEAppendUint64(in, v)
fnv.go#L201: ret := byteorder.BEAppendUint64(in, s[0])
fnv.go#L202: return byteorder.BEAppendUint64(ret, s[1])
fnv.go#L206: ret := byteorder.BEAppendUint64(in, s[0])
fnv.go#L207: return byteorder.BEAppendUint64(ret, s[1])
fnv.go#L244: b = byteorder.BEAppendUint64(b, uint64(*s))
fnv.go#L254: b = byteorder.BEAppendUint64(b, uint64(*s))
fnv.go#L264: b = byteorder.BEAppendUint64(b, s[0])
fnv.go#L265: b = byteorder.BEAppendUint64(b, s[1])
fnv.go#L275: b = byteorder.BEAppendUint64(b, s[0])
fnv.go#L276: b = byteorder.BEAppendUint64(b, s[1])
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#L1021: b = byteorder.BEAppendUint64(b, ip.addr.hi)
netip.go#L1022: b = byteorder.BEAppendUint64(b, ip.addr.lo)