| /external/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
| D | dfltcc_deflate.h | 15 #define DEFLATE_SET_DICTIONARY_HOOK(strm, dict, dict_len) \ argument 21 #define DEFLATE_GET_DICTIONARY_HOOK(strm, dict, dict_len) \ argument 27 #define DEFLATE_RESET_KEEP_HOOK(strm) \ argument 30 #define DEFLATE_PARAMS_HOOK(strm, level, strategy, hook_flush) \ argument 41 #define DEFLATE_BOUND_ADJUST_COMPLEN(strm, complen, source_len) \ argument 48 #define DEFLATE_NEED_CONSERVATIVE_BOUND(strm) (dfltcc_can_deflate((strm))) argument 52 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm))) argument
|
| D | dfltcc_inflate.h | 16 #define INFLATE_RESET_KEEP_HOOK(strm) \ argument 19 #define INFLATE_PRIME_HOOK(strm, bits, value) \ argument 22 #define INFLATE_TYPEDO_HOOK(strm, flush) \ argument 35 #define INFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_inflate((strm))) argument 37 #define INFLATE_NEED_UPDATEWINDOW(strm) (!dfltcc_can_inflate((strm))) argument 39 #define INFLATE_MARK_HOOK(strm) \ argument
|
| D | dfltcc_deflate.c | 23 …nt dfltcc_can_deflate_with_params(PREFIX3(streamp) strm, int level, uInt window_bits, int strategy, in dfltcc_can_deflate_with_params() 47 int Z_INTERNAL dfltcc_can_deflate(PREFIX3(streamp) strm) { in dfltcc_can_deflate() 53 static inline void dfltcc_gdht(PREFIX3(streamp) strm) { in dfltcc_gdht() 61 static inline dfltcc_cc dfltcc_cmpr(PREFIX3(streamp) strm) { in dfltcc_cmpr() 78 static inline void send_eobs(PREFIX3(streamp) strm, const struct dfltcc_param_v0 *param) { in send_eobs() 98 int Z_INTERNAL dfltcc_deflate(PREFIX3(streamp) strm, int flush, block_state *result) { in dfltcc_deflate() 293 static int dfltcc_was_deflate_used(PREFIX3(streamp) strm) { in dfltcc_was_deflate_used() 300 int Z_INTERNAL dfltcc_deflate_params(PREFIX3(streamp) strm, int level, int strategy, int *flush) { in dfltcc_deflate_params() 318 int Z_INTERNAL dfltcc_deflate_done(PREFIX3(streamp) strm, int flush) { in dfltcc_deflate_done() 337 int Z_INTERNAL dfltcc_can_set_reproducible(PREFIX3(streamp) strm, int reproducible) { in dfltcc_can_set_reproducible() [all …]
|
| D | dfltcc_inflate.c | 23 int Z_INTERNAL dfltcc_can_inflate(PREFIX3(streamp) strm) { in dfltcc_can_inflate() 35 static inline dfltcc_cc dfltcc_xpnd(PREFIX3(streamp) strm) { in dfltcc_xpnd() 50 dfltcc_inflate_action Z_INTERNAL dfltcc_inflate(PREFIX3(streamp) strm, int flush, int *ret) { in dfltcc_inflate() 115 int Z_INTERNAL dfltcc_was_inflate_used(PREFIX3(streamp) strm) { in dfltcc_was_inflate_used() 122 int Z_INTERNAL dfltcc_inflate_disable(PREFIX3(streamp) strm) { in dfltcc_inflate_disable()
|
| D | dfltcc_common.c | 38 void Z_INTERNAL dfltcc_reset(PREFIX3(streamp) strm, uInt size) { in dfltcc_reset() 61 void Z_INTERNAL *dfltcc_alloc_state(PREFIX3(streamp) strm, uInt items, uInt size) { in dfltcc_alloc_state() 71 void Z_INTERNAL *dfltcc_alloc_window(PREFIX3(streamp) strm, uInt items, uInt size) { in dfltcc_alloc_window() 86 void Z_INTERNAL dfltcc_free_window(PREFIX3(streamp) strm, void *w) { in dfltcc_free_window()
|
| /external/zlib/ |
| D | inflate.c | 105 local int inflateStateCheck(strm) in inflateStateCheck() argument 119 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument 144 int ZEXPORT inflateReset(strm) in inflateReset() argument 157 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 195 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument 240 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 248 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 397 local int updatewindow(strm, end, copy) in updatewindow() argument 623 int ZEXPORT inflate(strm, flush) in inflate() argument 1279 int ZEXPORT inflateEnd(strm) in inflateEnd() argument [all …]
|
| D | deflate.c | 220 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument 232 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 403 local int deflateStateCheck (strm) in deflateStateCheck() argument 426 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 491 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument 513 int ZEXPORT deflateResetKeep (strm) in deflateResetKeep() argument 551 int ZEXPORT deflateReset (strm) in deflateReset() argument 563 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument 574 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() argument 588 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument [all …]
|
| /external/angle/third_party/zlib/ |
| D | inflate.c | 105 local int inflateStateCheck(strm) in inflateStateCheck() argument 119 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument 144 int ZEXPORT inflateReset(strm) in inflateReset() argument 157 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 195 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument 240 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 248 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 397 local int updatewindow(strm, end, copy) in updatewindow() argument 623 int ZEXPORT inflate(strm, flush) in inflate() argument 1279 int ZEXPORT inflateEnd(strm) in inflateEnd() argument [all …]
|
| /external/rust/crates/libz-sys/src/zlib/ |
| D | inflate.c | 105 local int inflateStateCheck(strm) in inflateStateCheck() argument 119 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument 144 int ZEXPORT inflateReset(strm) in inflateReset() argument 157 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 195 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument 239 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 247 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 396 local int updatewindow(strm, end, copy) in updatewindow() argument 622 int ZEXPORT inflate(strm, flush) in inflate() argument 1277 int ZEXPORT inflateEnd(strm) in inflateEnd() argument [all …]
|
| /external/python/cpython2/Modules/zlib/ |
| D | inflate.c | 105 local int inflateStateCheck(strm) in inflateStateCheck() argument 119 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument 144 int ZEXPORT inflateReset(strm) in inflateReset() argument 157 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 195 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument 239 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 247 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 396 local int updatewindow(strm, end, copy) in updatewindow() argument 622 int ZEXPORT inflate(strm, flush) in inflate() argument 1277 int ZEXPORT inflateEnd(strm) in inflateEnd() argument [all …]
|
| D | deflate.c | 228 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument 240 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 353 local int deflateStateCheck (strm) in deflateStateCheck() argument 376 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 445 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument 467 int ZEXPORT deflateResetKeep (strm) in deflateResetKeep() argument 505 int ZEXPORT deflateReset (strm) in deflateReset() argument 517 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument 528 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() argument 542 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument [all …]
|
| /external/angle/third_party/zlib/contrib/optimizations/ |
| D | inflate.c | 106 local int inflateStateCheck(strm) in inflateStateCheck() argument 120 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument 145 int ZEXPORT inflateReset(strm) in inflateReset() argument 158 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 196 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument 241 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 249 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 398 local int updatewindow(strm, end, copy) in updatewindow() argument 634 int ZEXPORT inflate(strm, flush) in inflate() argument 1299 int ZEXPORT inflateEnd(strm) in inflateEnd() argument [all …]
|
| /external/zlib/contrib/optimizations/ |
| D | inflate.c | 106 local int inflateStateCheck(strm) in inflateStateCheck() argument 120 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument 145 int ZEXPORT inflateReset(strm) in inflateReset() argument 158 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 196 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument 241 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 249 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 398 local int updatewindow(strm, end, copy) in updatewindow() argument 634 int ZEXPORT inflate(strm, flush) in inflate() argument 1299 int ZEXPORT inflateEnd(strm) in inflateEnd() argument [all …]
|
| /external/zstd/zlibWrapper/ |
| D | zstd_zlibwrapper.c | 108 z_streamp strm = (z_streamp) opaque; in ZWRAP_allocFunction() local 116 z_streamp strm = (z_streamp) opaque; in ZWRAP_freeFunction() local 181 static ZWRAP_CCtx* ZWRAP_createCCtx(z_streamp strm) in ZWRAP_createCCtx() 220 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) in ZWRAPC_finishWithError() 229 static int ZWRAPC_finishWithErrorMsg(z_streamp strm, char* message) in ZWRAPC_finishWithErrorMsg() 239 int ZWRAP_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize) in ZWRAP_setPledgedSrcSize() 254 ZEXTERN int ZEXPORT z_deflateInit_ OF((z_streamp strm, int level, in z_deflateInit_() 281 ZEXTERN int ZEXPORT z_deflateInit2_ OF((z_streamp strm, int level, int method, in z_deflateInit2_() 293 int ZWRAP_deflateReset_keepDict(z_streamp strm) in ZWRAP_deflateReset_keepDict() 313 ZEXTERN int ZEXPORT z_deflateReset OF((z_streamp strm)) in z_deflateReset() [all …]
|
| /external/libwebsockets/win32port/zlib/ |
| D | inflate.c | 103 int ZEXPORT inflateReset(strm) in inflateReset() argument 130 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 168 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument 201 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 209 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 358 local int updatewindow(strm, out) in updatewindow() argument 589 int ZEXPORT inflate(strm, flush) in inflate() argument 1238 int ZEXPORT inflateEnd(strm) in inflateEnd() argument 1252 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1294 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument [all …]
|
| D | gzwrite.c | 19 z_streamp strm = &(state->strm); local 65 z_streamp strm = &(state->strm); local 117 z_streamp strm = &(state->strm); local 151 z_streamp strm; local 227 z_streamp strm; local 285 z_streamp strm; in gzprintf() local 361 z_streamp strm; local 464 z_streamp strm; local
|
| /external/openscreen/third_party/abseil/src/absl/strings/internal/ |
| D | ostringstream_test.cc | 34 absl::strings_internal::OStringStream strm(nullptr); in TEST() local 40 absl::strings_internal::OStringStream strm(&s); in TEST() local 47 absl::strings_internal::OStringStream strm(s.get()); in TEST() local 54 absl::strings_internal::OStringStream strm(&s1); in TEST() local 80 absl::strings_internal::OStringStream strm(&s); in TEST() local
|
| /external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
| D | ostringstream_test.cc | 34 absl::strings_internal::OStringStream strm(nullptr); in TEST() local 40 absl::strings_internal::OStringStream strm(&s); in TEST() local 47 absl::strings_internal::OStringStream strm(s.get()); in TEST() local 54 absl::strings_internal::OStringStream strm(&s1); in TEST() local 80 absl::strings_internal::OStringStream strm(&s); in TEST() local
|
| /external/libtextclassifier/abseil-cpp/absl/strings/internal/ |
| D | ostringstream_test.cc | 34 absl::strings_internal::OStringStream strm(nullptr); in TEST() local 40 absl::strings_internal::OStringStream strm(&s); in TEST() local 47 absl::strings_internal::OStringStream strm(s.get()); in TEST() local 54 absl::strings_internal::OStringStream strm(&s1); in TEST() local 80 absl::strings_internal::OStringStream strm(&s); in TEST() local
|
| /external/angle/third_party/abseil-cpp/absl/strings/internal/ |
| D | ostringstream_test.cc | 34 absl::strings_internal::OStringStream strm(nullptr); in TEST() local 40 absl::strings_internal::OStringStream strm(&s); in TEST() local 47 absl::strings_internal::OStringStream strm(s.get()); in TEST() local 54 absl::strings_internal::OStringStream strm(&s1); in TEST() local 80 absl::strings_internal::OStringStream strm(&s); in TEST() local
|
| /external/abseil-cpp/absl/strings/internal/ |
| D | ostringstream_test.cc | 34 absl::strings_internal::OStringStream strm(nullptr); in TEST() local 40 absl::strings_internal::OStringStream strm(&s); in TEST() local 47 absl::strings_internal::OStringStream strm(s.get()); in TEST() local 54 absl::strings_internal::OStringStream strm(&s1); in TEST() local 80 absl::strings_internal::OStringStream strm(&s); in TEST() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
| D | ostringstream_test.cc | 34 absl::strings_internal::OStringStream strm(nullptr); in TEST() local 40 absl::strings_internal::OStringStream strm(&s); in TEST() local 47 absl::strings_internal::OStringStream strm(s.get()); in TEST() local 54 absl::strings_internal::OStringStream strm(&s1); in TEST() local 80 absl::strings_internal::OStringStream strm(&s); in TEST() local
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | deflate.c | 70 # define ZALLOC_STATE(strm, items, size) ZALLOC(strm, items, size) argument 71 # define ZFREE_STATE(strm, addr) ZFREE(strm, addr) argument 74 # define ZALLOC_WINDOW(strm, items, size) ZALLOC(strm, items, size) argument 75 # define TRY_FREE_WINDOW(strm, addr) TRY_FREE(strm, addr) argument 77 # define DEFLATE_SET_DICTIONARY_HOOK(strm, dict, dict_len) do {} while (0) argument 79 # define DEFLATE_GET_DICTIONARY_HOOK(strm, dict, dict_len) do {} while (0) argument 81 # define DEFLATE_RESET_KEEP_HOOK(strm) do {} while (0) argument 83 # define DEFLATE_PARAMS_HOOK(strm, level, strategy, hook_flush) do {} while (0) argument 85 # define DEFLATE_DONE(strm, flush) 1 argument 88 # define DEFLATE_BOUND_ADJUST_COMPLEN(strm, complen, sourceLen) do {} while (0) argument [all …]
|
| D | inflate.c | 20 # define ZALLOC_STATE(strm, items, size) ZALLOC(strm, items, size) argument 21 # define ZFREE_STATE(strm, addr) ZFREE(strm, addr) argument 24 # define ZALLOC_WINDOW(strm, items, size) ZALLOC(strm, items, size) argument 25 # define ZFREE_WINDOW(strm, addr) ZFREE(strm, addr) argument 27 # define INFLATE_RESET_KEEP_HOOK(strm) do {} while (0) argument 29 # define INFLATE_PRIME_HOOK(strm, bits, value) do {} while (0) argument 31 # define INFLATE_TYPEDO_HOOK(strm, flush) do {} while (0) argument 33 # define INFLATE_NEED_CHECKSUM(strm) 1 argument 35 # define INFLATE_NEED_UPDATEWINDOW(strm) 1 argument 37 # define INFLATE_MARK_HOOK(strm) do {} while (0) argument [all …]
|
| /external/zlib/contrib/tests/ |
| D | infcover.cc | 173 local void mem_setup(z_stream *strm) in mem_setup() 191 local void mem_limit(z_stream *strm, size_t limit) in mem_limit() 199 local void mem_used(z_stream *strm, const char *prefix) in mem_used() 207 local void mem_high(z_stream *strm, const char *prefix) in mem_high() 215 local void mem_done(z_stream *strm, const char *prefix) in mem_done() 312 z_stream strm, copy; in inf() local 375 z_stream strm; in cover_support() local 413 z_stream strm, copy; in cover_wrap() local 495 z_stream strm; in cover_back() local 535 z_stream strm; variable
|