- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for PutUvarint (0.07 seconds)
-
internal/hash/checksum.go
// ReadCheckSums reads the values back. func (c *Checksum) AppendTo(b []byte, parts []byte) []byte { if c == nil { return nil } var tmp [binary.MaxVarintLen32]byte n := binary.PutUvarint(tmp[:], uint64(c.Type)) crc := c.Raw if c.Type.Trailing() { // When we serialize we don't care if it was trailing. c.Type ^= ChecksumTrailing } if len(crc) != c.Type.RawByteLen() { return b }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 22 14:15:21 GMT 2025 - 18.3K bytes - Click Count (0) -
api/go1.txt
pkg encoding/binary, const MaxVarintLen16 ideal-int pkg encoding/binary, const MaxVarintLen32 ideal-int pkg encoding/binary, const MaxVarintLen64 ideal-int pkg encoding/binary, func PutUvarint([]uint8, uint64) int pkg encoding/binary, func PutVarint([]uint8, int64) int pkg encoding/binary, func Read(io.Reader, ByteOrder, interface{}) error pkg encoding/binary, func ReadUvarint(io.ByteReader) (uint64, error)
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)