HomeSort by relevance Sort by last modified time
    Searched defs:uncompressed_length (Results 1 - 6 of 6) sorted by null

  /system/core/include/ziparchive/
zip_archive.h 93 uint32_t uncompressed_length; member in struct:ZipEntry
194 * |entry->uncompressed_length| bytes will be written to the file at
  /build/make/tools/ijar/
zip.cc 233 size_t uncompressed_length; member in struct:devtools_ijar::OutputZipFile::LocalFileEntry
788 entry->uncompressed_length = 0;
812 put_u4le(q, entry->uncompressed_length); // uncompressed_size
962 entries_.back()->uncompressed_length = filelength;
    [all...]
  /system/core/libziparchive/
zip_archive.cc 512 entry->uncompressed_length = descriptor->uncompressed_size;
551 data->uncompressed_length = cdr->uncompressed_size;
593 || data->uncompressed_length != lfh->uncompressed_size
597 data->compressed_length, data->uncompressed_length, data->crc32,
643 static_cast<off64_t>(data_offset + data->uncompressed_length) > cd_offset) {
645 static_cast<int64_t>(data_offset), data->uncompressed_length,
818 const uint32_t declared_length = entry->uncompressed_length;
946 const uint32_t uncompressed_length = entry->uncompressed_length; local
    [all...]
  /external/libpng/
pngrutil.c 2571 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; local
2682 png_alloc_size_t uncompressed_length = 0; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 2569 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; local
2680 png_alloc_size_t uncompressed_length = 0; local
    [all...]
  /external/skia/third_party/libpng/
pngrutil.c 2569 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; local
2680 png_alloc_size_t uncompressed_length = 0; local
    [all...]

Completed in 276 milliseconds