Lines Matching refs:b
64 b := writeBuf(buf)
65 b.uint32(dataDescriptorSignature)
66 b.uint32(fh.CRC32)
68 b.uint64(fh.CompressedSize64)
69 b.uint64(fh.UncompressedSize64)
71 b.uint32(fh.CompressedSize)
72 b.uint32(fh.UncompressedSize)
212 b := writeBuf(buf)
213 b.uint32(dataDescriptorSignature) // de-facto standard, required by OS X
214 b.uint32(fh.CRC32)
216 b.uint64(fh.CompressedSize64)
217 b.uint64(fh.UncompressedSize64)
219 b.uint32(fh.CompressedSize)
220 b.uint32(fh.UncompressedSize)