Home
last modified time | relevance | path

Searched defs:DataDesc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file.h136 struct __attribute__((packed)) DataDesc { struct
137 uint32_t signature = 0;
138 uint32_t crc = 0;
139 uint32_t compressedSize = 0;
140 uint32_t uncompressedSize = 0;
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.h134 struct __attribute__((packed)) DataDesc { struct
135 uint32_t signature = 0;
136 uint32_t crc = 0;
137 uint32_t compressedSize = 0;
138 uint32_t uncompressedSize = 0;