/third_party/node/deps/zlib/google/ |
D | compression_utils.cc | 24 uLongf compressed_size_long = static_cast<uLongf>(output_buffer_size); in GzipCompress() 28 static_cast<uLongf>(input.size()), malloc_fn, free_fn) != Z_OK) { in GzipCompress() 44 const uLongf input_size = static_cast<uLongf>(input.size()); in GzipCompress() 46 uLongf compressed_data_size = in GzipCompress() 78 uLongf uncompressed_size = static_cast<uLongf>(GetUncompressedSize(input)); in GzipUncompress() 86 static_cast<uLongf>(input.length())) == Z_OK) { in GzipUncompress() 100 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() 106 static_cast<uLongf>(input.size())) == Z_OK; in GzipUncompress() 116 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() 121 static_cast<uLongf>(input.size())) == Z_OK; in GzipUncompress()
|
D | compression_utils_portable.h | 30 uLongf GzipExpectedCompressedSize(uLongf input_size); 35 uLongf* dest_length, 43 uLongf* dest_length, 51 uLongf* dest_length, 57 uLongf* dest_length,
|
D | compression_utils_portable.cc | 31 uLongf GzipExpectedCompressedSize(uLongf input_size) { in GzipExpectedCompressedSize() 63 uLongf* dest_length, in GzipCompressHelper() 81 uLongf* dest_length, in CompressHelper() 157 uLongf* dest_length, in GzipUncompressHelper() 169 uLongf* dest_length, in UncompressHelper()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
D | compression_utils.cc | 25 uLongf compressed_size_long = static_cast<uLongf>(output_buffer_size); in GzipCompress() 29 static_cast<uLongf>(input.size()), malloc_fn, free_fn) != Z_OK) { in GzipCompress() 45 const uLongf input_size = static_cast<uLongf>(input.size()); in GzipCompress() 47 uLongf compressed_data_size = in GzipCompress() 78 uLongf uncompressed_size = static_cast<uLongf>(GetUncompressedSize(input)); in GzipUncompress() 86 static_cast<uLongf>(input.length())) == Z_OK) { in GzipUncompress() 100 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() 106 static_cast<uLongf>(input.size())) == Z_OK; in GzipUncompress() 116 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() 121 static_cast<uLongf>(input.size())) == Z_OK; in GzipUncompress()
|
D | compression_utils_portable.h | 30 uLongf GzipExpectedCompressedSize(uLongf input_size); 35 uLongf* dest_length, 43 uLongf* dest_length, 51 uLongf* dest_length, 57 uLongf* dest_length,
|
D | compression_utils_portable.cc | 31 uLongf GzipExpectedCompressedSize(uLongf input_size) { in GzipExpectedCompressedSize() 63 uLongf* dest_length, in GzipCompressHelper() 81 uLongf* dest_length, in CompressHelper() 157 uLongf* dest_length, in GzipUncompressHelper() 169 uLongf* dest_length, in UncompressHelper()
|
/third_party/skia/third_party/externals/zlib/google/ |
D | compression_utils.cc | 25 uLongf compressed_size_long = static_cast<uLongf>(output_buffer_size); in GzipCompress() 29 static_cast<uLongf>(input.size()), malloc_fn, free_fn) != Z_OK) { in GzipCompress() 45 const uLongf input_size = static_cast<uLongf>(input.size()); in GzipCompress() 47 uLongf compressed_data_size = in GzipCompress() 78 uLongf uncompressed_size = static_cast<uLongf>(GetUncompressedSize(input)); in GzipUncompress() 86 static_cast<uLongf>(input.length())) == Z_OK) { in GzipUncompress() 100 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() 106 static_cast<uLongf>(input.size())) == Z_OK; in GzipUncompress() 116 uLongf uncompressed_size = GetUncompressedSize(input); in GzipUncompress() 121 static_cast<uLongf>(input.size())) == Z_OK; in GzipUncompress()
|
D | compression_utils_portable.h | 30 uLongf GzipExpectedCompressedSize(uLongf input_size); 35 uLongf* dest_length, 43 uLongf* dest_length, 51 uLongf* dest_length, 57 uLongf* dest_length,
|
D | compression_utils_portable.cc | 31 uLongf GzipExpectedCompressedSize(uLongf input_size) { in GzipExpectedCompressedSize() 63 uLongf* dest_length, in GzipCompressHelper() 81 uLongf* dest_length, in CompressHelper() 157 uLongf* dest_length, in GzipUncompressHelper() 169 uLongf* dest_length, in UncompressHelper()
|
/third_party/node/deps/v8/src/snapshot/ |
D | snapshot-compression.cc | 28 const uLongf input_size = in Compress() 29 static_cast<uLongf>(uncompressed_data->RawData().size()); in Compress() 33 uLongf compressed_data_size = compressBound(input_size); in Compress() 79 uLongf uncompressed_size = uncompressed_payload_length; in Decompress()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
D | uncompress_fuzzer.cc | 15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
|
D | inflate_fuzzer.cc | 20 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
|
D | deflate_set_dictionary_fuzzer.cc | 19 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
|
/third_party/libwebsockets/win32port/zlib/ |
D | compress.c | 24 uLongf *destLen; 64 uLongf *destLen;
|
D | zlib.h | 1102 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1116 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, 1139 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, 1606 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
|
/third_party/node/deps/zlib/ |
D | compress.c | 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() 63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress()
|
D | uncompr.c | 27 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress2() 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress()
|
/third_party/zlib/ |
D | compress.c | 24 uLongf *destLen; 70 uLongf *destLen;
|
D | uncompr.c | 29 uLongf *destLen; 88 uLongf *destLen;
|
/third_party/node/deps/v8/third_party/zlib/ |
D | compress.c | 24 uLongf *destLen; 70 uLongf *destLen;
|
D | uncompr.c | 29 uLongf *destLen; 88 uLongf *destLen;
|
/third_party/skia/third_party/externals/zlib/ |
D | compress.c | 24 uLongf *destLen; 70 uLongf *destLen;
|
D | uncompr.c | 29 uLongf *destLen; 88 uLongf *destLen;
|
/third_party/ffmpeg/libavcodec/ |
D | rscc.c | 68 uLongf inflated_size; 191 uLongf packed_tiles_size; in rscc_decode_frame() 202 uLongf length = tiles_nb * TILE_SIZE; in rscc_decode_frame() 298 uLongf len = ctx->inflated_size; in rscc_decode_frame()
|
D | screenpresso.c | 53 uLongf inflated_size; 109 uLongf length = ctx->inflated_size; in screenpresso_decode_frame()
|