Home
last modified time | relevance | path

Searched defs:extraSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp440 bool ZipFile::UnzipWithStore(const ZipEntry &zipEntry, const uint16_t extraSize, std::ostream &dest… in UnzipWithStore() argument
501 bool ZipFile::UnzipWithInflated(const ZipEntry &zipEntry, const uint16_t extraSize, std::ostream &d… in UnzipWithInflated() argument
579 uint16_t extraSize = 0; in GetDataOffsetRelative() local
596 uint16_t extraSize = 0; in ExtractFile() local
666 …ile::UnzipWithInflatedFromMMap(const ZipEntry &zipEntry, [[maybe_unused]] const uint16_t extraSize, in UnzipWithInflatedFromMMap()
743 uint16_t extraSize = 0; in ExtractToBufByName() local
Dzip_file.h60 uint16_t extraSize = 0; member
94 uint16_t extraSize = 0; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp332 uint32 extraSize = (aggSize % k8ByteSize) * kBitsPerByte; in SelectIntAggCopyReturn() local