Home | History | Annotate | Download | only in zip

Lines Matching refs:writeBuf

72 		b := writeBuf(buf[:])
90 eb := writeBuf(buf[:])
132 b := writeBuf(buf[:])
165 b := writeBuf(buf[:])
263 b := writeBuf(buf[:])
383 b := writeBuf(buf)
418 type writeBuf []byte
420 func (b *writeBuf) uint16(v uint16) {
425 func (b *writeBuf) uint32(v uint32) {
430 func (b *writeBuf) uint64(v uint64) {