Searched defs:uint32 (Results 1 – 4 of 4) sorted by relevance
425 func (b *writeBuf) uint32(v uint32) { func
241 func msdosModeToFileMode(m uint32) (mode os.FileMode) {285 func unixModeToFileMode(m uint32) os.FileMode {
66 func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64…
517 func (b *readBuf) uint32() uint32 { func