Home
last modified time | relevance | path

Searched refs:PREFIX3 (Results 1 – 25 of 31) sorted by relevance

12

/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_deflate.h6 int Z_INTERNAL dfltcc_can_deflate(PREFIX3(streamp) strm);
7 int Z_INTERNAL dfltcc_deflate(PREFIX3(streamp) strm, int flush, block_state *result);
8 int Z_INTERNAL dfltcc_deflate_params(PREFIX3(streamp) strm, int level, int strategy, int *flush);
9 int Z_INTERNAL dfltcc_deflate_done(PREFIX3(streamp) strm, int flush);
10 int Z_INTERNAL dfltcc_can_set_reproducible(PREFIX3(streamp) strm, int reproducible);
11 int Z_INTERNAL dfltcc_deflate_set_dictionary(PREFIX3(streamp) strm,
13 int Z_INTERNAL dfltcc_deflate_get_dictionary(PREFIX3(streamp) strm, unsigned char *dictionary, uInt…
Ddfltcc_common.h11 void Z_INTERNAL *dfltcc_alloc_state(PREFIX3(streamp) strm, uInt items, uInt size);
13 void Z_INTERNAL dfltcc_reset(PREFIX3(streamp) strm, uInt size);
14 void Z_INTERNAL *dfltcc_alloc_window(PREFIX3(streamp) strm, uInt items, uInt size);
15 void Z_INTERNAL dfltcc_free_window(PREFIX3(streamp) strm, void *w);
Ddfltcc_deflate.c23 static inline int dfltcc_can_deflate_with_params(PREFIX3(streamp) strm, int level, uInt window_bits… 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 …]
Ddfltcc_inflate.h6 int Z_INTERNAL dfltcc_can_inflate(PREFIX3(streamp) strm);
12 dfltcc_inflate_action Z_INTERNAL dfltcc_inflate(PREFIX3(streamp) strm, int flush, int *ret);
13 int Z_INTERNAL dfltcc_was_inflate_used(PREFIX3(streamp) strm);
14 int Z_INTERNAL dfltcc_inflate_disable(PREFIX3(streamp) strm);
Ddfltcc_common.c38 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()
Ddfltcc_inflate.c23 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()
/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate.c41 static int inflateStateCheck(PREFIX3(stream) *strm);
42 static int updatewindow(PREFIX3(stream) *strm, const unsigned char *end, uint32_t copy);
45 static int inflateStateCheck(PREFIX3(stream) *strm) { in inflateStateCheck()
55 int32_t Z_EXPORT PREFIX(inflateResetKeep)(PREFIX3(stream) *strm) { in PREFIX()
82 int32_t Z_EXPORT PREFIX(inflateReset)(PREFIX3(stream) *strm) { in PREFIX()
94 int32_t Z_EXPORT PREFIX(inflateReset2)(PREFIX3(stream) *strm, int32_t windowBits) { in PREFIX()
129 int32_t Z_EXPORT PREFIX(inflateInit2_)(PREFIX3(stream) *strm, int32_t windowBits, const char *versi… in PREFIX()
139 …if (version == NULL || version[0] != PREFIX2(VERSION)[0] || stream_size != (int)(sizeof(PREFIX3(st… in PREFIX()
167 int32_t Z_EXPORT PREFIX(inflateInit_)(PREFIX3(stream) *strm, const char *version, int32_t stream_si… in PREFIX()
171 int32_t Z_EXPORT PREFIX(inflatePrime)(PREFIX3(stream) *strm, int32_t bits, int32_t value) { in PREFIX()
[all …]
Dzbuild.h16 # define PREFIX3(x) z_ ## x macro
23 # define PREFIX3(x) zng_ ## x macro
Ddeflate.c106 static int deflateStateCheck (PREFIX3(stream) *strm);
117 Z_INTERNAL unsigned read_buf (PREFIX3(stream) *strm, unsigned char *buf, unsigned size);
123 extern void copy_with_crc(PREFIX3(stream) *strm, unsigned char *dst, unsigned long size);
252 int32_t Z_EXPORT PREFIX(deflateInit_)(PREFIX3(stream) *strm, int32_t level, const char *version, in… in PREFIX()
258 int32_t Z_EXPORT PREFIX(deflateInit2_)(PREFIX3(stream) *strm, int32_t level, int32_t method, int32_… in PREFIX()
271 if (version == NULL || version[0] != my_version[0] || stream_size != sizeof(PREFIX3(stream))) { in PREFIX()
402 static int deflateStateCheck (PREFIX3(stream) *strm) { in deflateStateCheck()
422 int32_t Z_EXPORT PREFIX(deflateSetDictionary)(PREFIX3(stream) *strm, const uint8_t *dictionary, uin… in PREFIX()
481 int32_t Z_EXPORT PREFIX(deflateGetDictionary)(PREFIX3(stream) *strm, uint8_t *dictionary, uint32_t … in PREFIX()
500 int32_t Z_EXPORT PREFIX(deflateResetKeep)(PREFIX3(stream) *strm) { in PREFIX()
[all …]
Dgzwrite.c21 PREFIX3(stream) *strm = &(state->strm); in gz_init()
77 PREFIX3(stream) *strm = &(state->strm); in gz_comp()
144 PREFIX3(stream) *strm = &(state->strm); in gz_zero()
290 PREFIX3(stream) *strm; in PREFIX()
360 PREFIX3(stream) *strm; in PREFIX()
453 PREFIX3(stream) *strm; in PREFIX()
Dinffast.h13 void Z_INTERNAL zng_inflate_fast(PREFIX3(stream) *strm, unsigned long start);
Dinfback.c28 int32_t Z_EXPORT PREFIX(inflateBackInit_)(PREFIX3(stream) *strm, int32_t windowBits, uint8_t *windo… in PREFIX()
32 …if (version == NULL || version[0] != PREFIX2(VERSION)[0] || stream_size != (int)(sizeof(PREFIX3(st… in PREFIX()
130 int32_t Z_EXPORT PREFIX(inflateBack)(PREFIX3(stream) *strm, in_func in, void *in_desc, out_func out… in PREFIX()
503 int32_t Z_EXPORT PREFIX(inflateBackEnd)(PREFIX3(stream) *strm) { in PREFIX()
Dgzread.c50 PREFIX3(stream) *strm = &(state->strm); in gz_avail()
81 PREFIX3(stream) *strm = &(state->strm); in gz_look()
165 PREFIX3(stream) *strm = &(state->strm); in gz_decomp()
213 PREFIX3(stream) *strm = &(state->strm); in gz_fetch()
Ddeflate.h108 PREFIX3(stream) *strm; /* pointer back to this zlib stream */
390 void Z_INTERNAL flush_pending(PREFIX3(streamp) strm);
Dinflate.h86 PREFIX3(stream) *strm; /* pointer back to this zlib stream */
Dgzguts.h137 PREFIX3(stream) strm; /* stream structure in-place (not a pointer) */
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dinfcover.c162 static void mem_setup(PREFIX3(stream) *strm) { in mem_setup()
179 static void mem_limit(PREFIX3(stream) *strm, size_t limit) { in mem_limit()
186 static void mem_used(PREFIX3(stream) *strm, char *prefix) { in mem_used()
193 static void mem_high(PREFIX3(stream) *strm, char *prefix) { in mem_high()
200 static void mem_done(PREFIX3(stream) *strm, char *prefix) { in mem_done()
290 PREFIX3(stream) strm, copy; in inf()
357 PREFIX3(stream) strm; in cover_support()
380 ret = PREFIX(inflateInit_)(&strm, &PREFIX2(VERSION)[1], (int)sizeof(PREFIX3(stream))); in cover_support()
395 PREFIX3(stream) strm, copy; in cover_wrap()
465 state = (void *)((PREFIX3(stream) *)desc)->state; in pull()
[all …]
Dexample.c240 PREFIX3(stream) c_stream; /* compression stream */ in test_deflate()
278 PREFIX3(stream) d_stream; /* decompression stream */ in test_inflate()
319 PREFIX3(stream) c_stream; /* compression stream */ in test_large_deflate()
428 PREFIX3(stream) d_stream; /* decompression stream */ in test_large_inflate()
467 PREFIX3(stream) c_stream; /* compression stream */ in test_flush()
503 PREFIX3(stream) d_stream; /* decompression stream */ in test_sync()
542 PREFIX3(stream) c_stream; /* compression stream */ in test_dict_deflate()
578 PREFIX3(stream) d_stream; /* decompression stream */ in test_dict_inflate()
624 PREFIX3(stream) c_stream; /* compression stream */ in test_deflate_bound()
669 PREFIX3(stream) c_stream, c_stream_copy; /* compression stream */ in test_deflate_copy()
[all …]
Dswitchlevels.c54 static int compress_chunk(PREFIX3(stream) *strm, int level, int size, int last) { in compress_chunk()
123 PREFIX3(stream) strm; in main()
/external/deqp-deps/glslang/Test/
DcppMerge.frag10 #define PREFIX3 imag
16 #define RESOURCE_TYPE3 MAKE_TYPE3(PREFIX3, SUFFIX3)
/external/angle/third_party/vulkan-deps/glslang/src/Test/
DcppMerge.frag10 #define PREFIX3 imag
16 #define RESOURCE_TYPE3 MAKE_TYPE3(PREFIX3, SUFFIX3)
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dexample_small_fuzzer.c32 PREFIX3(stream) c_stream; /* compression stream */ in test_deflate()
69 PREFIX3(stream) d_stream; /* decompression stream */ in test_inflate()
Dexample_flush_fuzzer.c32 PREFIX3(stream) c_stream; /* compression stream */ in test_flush()
68 PREFIX3(stream) d_stream; /* decompression stream */ in test_sync()
Dexample_dict_fuzzer.c34 PREFIX3(stream) c_stream; /* compression stream */ in test_dict_deflate()
99 PREFIX3(stream) d_stream; /* decompression stream */ in test_dict_inflate()
Dexample_large_fuzzer.c33 PREFIX3(stream) c_stream; /* compression stream */ in test_large_deflate()
87 PREFIX3(stream) d_stream; /* decompression stream */ in test_large_inflate()

12