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

  /system/core/libziparchive/include/ziparchive/
zip_archive.h 100 uint32_t uncompressed_length; member in struct:ZipEntry
199 * |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 465 entry->uncompressed_length != descriptor->uncompressed_size ||
469 entry->compressed_length, entry->uncompressed_length, entry->crc32,
509 data->uncompressed_length = cdr->uncompressed_size;
561 data->uncompressed_length != lfh->uncompressed_size || data->crc32 != lfh->crc32) {
564 data->compressed_length, data->uncompressed_length, data->crc32, lfh->compressed_size,
618 static_cast<off64_t>(data_offset + data->uncompressed_length) > cd_offset) {
620 static_cast<int64_t>(data_offset), data->uncompressed_length,
786 const uint32_t declared_length = entry->uncompressed_length;
910 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 182 milliseconds