Lines Matching refs:writeBuf
91 b := writeBuf(buf[:])
109 eb := writeBuf(buf[:])
156 b := writeBuf(buf[:])
189 b := writeBuf(buf[:])
314 eb := writeBuf(mbuf[:])
363 b := writeBuf(buf[:])
456 b := writeBuf(buf)
489 type writeBuf []byte
491 func (b *writeBuf) uint8(v uint8) {
496 func (b *writeBuf) uint16(v uint16) {
501 func (b *writeBuf) uint32(v uint32) {
506 func (b *writeBuf) uint64(v uint64) {