Home
last modified time | relevance | path

Searched defs:uint32 (Results 1 – 4 of 4) sorted by relevance

/build/soong/third_party/zip/
Dwriter.go425 func (b *writeBuf) uint32(v uint32) { func
Dstruct.go241 func msdosModeToFileMode(m uint32) (mode os.FileMode) {
285 func unixModeToFileMode(m uint32) os.FileMode {
Dzip_test.go66 func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64…
Dreader.go517 func (b *readBuf) uint32() uint32 { func