Home
last modified time | relevance | path

Searched refs:dfltcc_can_deflate (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_deflate.h6 int Z_INTERNAL dfltcc_can_deflate(PREFIX3(streamp) strm);
17 if (dfltcc_can_deflate((strm))) \
23 if (dfltcc_can_deflate((strm))) \
43 if (dfltcc_can_deflate((strm))) \
48 #define DEFLATE_NEED_CONSERVATIVE_BOUND(strm) (dfltcc_can_deflate((strm)))
52 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm)))
Ddfltcc_deflate.c47 int Z_INTERNAL dfltcc_can_deflate(PREFIX3(streamp) strm) { in dfltcc_can_deflate() function
108 if (!dfltcc_can_deflate(strm)) { in dfltcc_deflate()
302 int could_deflate = dfltcc_can_deflate(strm); in dfltcc_deflate_params()
334 return !dfltcc_can_deflate(strm) || (!param->cf && !param->bcf); in dfltcc_deflate_done()