Home
last modified time | relevance | path

Searched defs:uncompressed_size (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/zlib/google/
Dcompression_utils.cc75 uLongf uncompressed_size = static_cast<uLongf>(GetUncompressedSize(input)); in GzipUncompress() local
91 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() local
103 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() local
/third_party/skia/third_party/externals/zlib/google/
Dcompression_utils.cc78 uLongf uncompressed_size = static_cast<uLongf>(GetUncompressedSize(input)); in GzipUncompress() local
100 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() local
116 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() local
/third_party/flutter/skia/third_party/externals/zlib/google/
Dcompression_utils.cc162 uLongf uncompressed_size = static_cast<uLongf>(GetUncompressedSize(input)); in GzipUncompress() local
175 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() local
/third_party/musl/porting/linux/user/ldso/
Dzip_archive.h76 uint32_t uncompressed_size; member
92 uint32_t uncompressed_size; member
/third_party/ffmpeg/libavcodec/
Dhapdec.c201 int64_t uncompressed_size; in hap_parse_frame_header() local
235 int64_t uncompressed_size = ctx->tex_size; in decompress_chunks_thread() local
Dnotchlc.c40 unsigned uncompressed_size; member
150 unsigned uncompressed_size) in decode_blocks()
470 unsigned uncompressed_size; in decode_frame() local
Drasc.c175 unsigned size, unsigned uncompressed_size) in decode_zlib()
214 unsigned uncompressed_size; in decode_move() local
337 unsigned uncompressed_size, pos; in decode_dlta() local
541 unsigned w, h, pos, uncompressed_size; in decode_mous() local
Dexr.c113 int uncompressed_size; member
199 int uncompressed_size, EXRThreadData *td) in zip_uncompress()
216 int compressed_size, int uncompressed_size) in rle()
258 int uncompressed_size, EXRThreadData *td) in rle_uncompress()
677 int compressed_size, int uncompressed_size, in pxr24_uncompress()
812 int uncompressed_size, EXRThreadData *td) { in b44_uncompress()
989 int uncompressed_size, EXRThreadData *td) in dwa_uncompress()
1188 uint64_t line_offset, uncompressed_size; in decode_block() local
Dhap.h58 size_t uncompressed_size; member
Dmidivid.c41 unsigned int uncompressed_size; member
Dpsd.c54 uint64_t uncompressed_size; member
Dexrenc.c64 unsigned int uncompressed_size; member
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.h120 ZPOS64_T uncompressed_size; /* uncompressed size 8 bytes */ member
141 uLong uncompressed_size; /* uncompressed size 4 bytes */ member
Dzip.c1509 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) in zipCloseFileInZipRaw()
1514 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) in zipCloseFileInZipRaw64()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.h120 ZPOS64_T uncompressed_size; /* uncompressed size 8 bytes */ member
141 uLong uncompressed_size; /* uncompressed size 4 bytes */ member
Dzip.c1509 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) in zipCloseFileInZipRaw()
1514 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) in zipCloseFileInZipRaw64()
/third_party/zlib/contrib/minizip/
Dunzip.h120 ZPOS64_T uncompressed_size; /* uncompressed size 8 bytes */ member
141 uLong uncompressed_size; /* uncompressed size 4 bytes */ member
Dzip.c1523 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) in zipCloseFileInZipRaw()
1528 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) in zipCloseFileInZipRaw64()
/third_party/mesa3d/src/util/
Dfossilize_db.h65 uint32_t uncompressed_size; member
Ddisk_cache_os.c41 uint32_t uncompressed_size; member
/third_party/elfio/elfio/
Delfio_section.hpp245 Elf_Xword uncompressed_size = 0; in load() local
/third_party/freetype/include/freetype/internal/
Dwofftypes.h167 FT_ULong uncompressed_size; /* uncompressed brotli stream size */ member
/third_party/libxml2/
Dxzlib.c305 uint64_t uncompressed_size; in is_format_lzma() local
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dwofftypes.h167 FT_ULong uncompressed_size; /* uncompressed brotli stream size */ member
/third_party/freetype/src/sfnt/
Dsfwoff2.c320 FT_Offset uncompressed_size = (FT_Offset)dst_size; in woff2_decompress() local

12