Home
last modified time | relevance | path

Searched refs:uLongf (Results 1 - 25 of 52) sorted by relevance

123

/third_party/node/deps/zlib/google/
H A Dcompression_utils.cc23 // uLongf can be larger than size_t. in GzipCompress()
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>(inpu in GzipUncompress()
[all...]
H A 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,
H A 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/
H A Dcompression_utils.cc24 // uLongf can be larger than size_t. in GzipCompress()
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>(inpu in GzipUncompress()
[all...]
H A 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,
H A 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/
H A Dcompression_utils.cc24 // uLongf can be larger than size_t. in GzipCompress()
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>(inpu in GzipUncompress()
[all...]
H A 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,
H A 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/
H A 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/
H A Duncompress_fuzzer.cc15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
H A Dinflate_fuzzer.cc20 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
H A Ddeflate_set_dictionary_fuzzer.cc19 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput()
/third_party/libwebsockets/win32port/zlib/
H A Dcompress.c24 uLongf *destLen;
64 uLongf *destLen;
/third_party/node/deps/v8/third_party/zlib/
H A Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
H A Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
/third_party/node/deps/zlib/
H A 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()
H A 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()
/third_party/skia/third_party/externals/zlib/
H A Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
H A Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
/third_party/zlib/
H A 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()
H A 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/ffmpeg/libavcodec/
H A Dscreenpresso.c53 uLongf inflated_size;
109 uLongf length = ctx->inflated_size; in screenpresso_decode_frame()
H A 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()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h46 # define uLongf z_uLongf macro
233 typedef uLong FAR uLongf; typedef

Completed in 9 milliseconds

123