Home
last modified time | relevance | path

Searched refs:uncompressed (Results 1 – 4 of 4) sorted by relevance

/system/libziparchive/
Dziptool.cpp117 static float CompressionRatio(int64_t uncompressed, int64_t compressed) { in CompressionRatio() argument
118 if (uncompressed == 0) return 0; in CompressionRatio()
119 return static_cast<float>(100LL * (uncompressed - compressed)) / in CompressionRatio()
120 static_cast<float>(uncompressed); in CompressionRatio()
/system/libziparchive/cli-tests/
Dzipinfo.test31 7 files, 1033 bytes uncompressed, 20 bytes compressed: 98.1%
/system/logging/logd/
DREADME.replay.md25 2. Size (the uncompressed size of the log messages in bytes)
/system/apex/docs/
DREADME.md45 uncompressed and located at 4&nbsp;KB boundaries.
569 form with compression level of 9 and other files stored uncompressed.
579 `original_apex` is the original uncompressed [APEX file](#apex-format).
623 extension. It makes it easier to distinguish between compressed and uncompressed
656 5. Finally, regular activation logic for uncompressed APEX files is performed