Lines Matching refs:readBuf
236 b := readBuf(buf[:])
254 b := readBuf(buf[:])
291 b := readBuf(f.Extra)
303 eb := readBuf(b[:size])
366 maybeSig := readBuf(buf[:4])
375 b := readBuf(buf[:12])
412 b := readBuf(buf[4:]) // skip signature
457 b := readBuf(buf)
479 b := readBuf(buf)
509 type readBuf []byte type
511 func (b *readBuf) uint16() uint16 {
517 func (b *readBuf) uint32() uint32 {
523 func (b *readBuf) uint64() uint64 {