Home
last modified time | relevance | path

Searched refs:uLongf (Results 1 – 25 of 59) sorted by relevance

123

/third_party/node/deps/zlib/google/
Dcompression_utils.cc24 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()
Dcompression_utils_portable.h30 uLongf GzipExpectedCompressedSize(uLongf input_size);
35 uLongf* dest_length,
43 uLongf* dest_length,
51 uLongf* dest_length,
57 uLongf* dest_length,
Dcompression_utils_portable.cc31 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/
Dcompression_utils.cc25 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()
Dcompression_utils_portable.h30 uLongf GzipExpectedCompressedSize(uLongf input_size);
35 uLongf* dest_length,
43 uLongf* dest_length,
51 uLongf* dest_length,
57 uLongf* dest_length,
Dcompression_utils_portable.cc31 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/
Dcompression_utils.cc25 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()
Dcompression_utils_portable.h30 uLongf GzipExpectedCompressedSize(uLongf input_size);
35 uLongf* dest_length,
43 uLongf* dest_length,
51 uLongf* dest_length,
57 uLongf* dest_length,
Dcompression_utils_portable.cc31 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/
Dsnapshot-compression.cc28 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/
Duncompress_fuzzer.cc15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
Dinflate_fuzzer.cc20 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
Ddeflate_set_dictionary_fuzzer.cc19 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
/third_party/libwebsockets/win32port/zlib/
Dcompress.c24 uLongf *destLen;
64 uLongf *destLen;
Dzlib.h1102 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/
Dcompress.c22 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()
Duncompr.c27 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/
Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
/third_party/node/deps/v8/third_party/zlib/
Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
/third_party/skia/third_party/externals/zlib/
Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
/third_party/ffmpeg/libavcodec/
Drscc.c68 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()
Dscreenpresso.c53 uLongf inflated_size;
109 uLongf length = ctx->inflated_size; in screenpresso_decode_frame()

123