Home
last modified time | relevance | path

Searched refs:FLUSH_BLOCK (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_fast.c92 FLUSH_BLOCK(s, 0); in deflate_fast()
96 FLUSH_BLOCK(s, 1); in deflate_fast()
100 FLUSH_BLOCK(s, 0); in deflate_fast()
Ddeflate_slow.c97 FLUSH_BLOCK(s, 0); in deflate_slow()
129 FLUSH_BLOCK(s, 1); in deflate_slow()
133 FLUSH_BLOCK(s, 0); in deflate_slow()
Ddeflate_medium.c277 FLUSH_BLOCK(s, 0); in deflate_medium()
281 FLUSH_BLOCK(s, 1); in deflate_medium()
285 FLUSH_BLOCK(s, 0); in deflate_medium()
Ddeflate_p.h71 #define FLUSH_BLOCK(s, last) { \ macro
Ddeflate.c1590 FLUSH_BLOCK(s, 0); in deflate_rle()
1594 FLUSH_BLOCK(s, 1); in deflate_rle()
1598 FLUSH_BLOCK(s, 0); in deflate_rle()
1625 FLUSH_BLOCK(s, 0); in deflate_huff()
1629 FLUSH_BLOCK(s, 1); in deflate_huff()
1633 FLUSH_BLOCK(s, 0); in deflate_huff()
/external/libwebsockets/win32port/zlib/
Ddeflate.c1460 #define FLUSH_BLOCK(s, last) { \ macro
1512 FLUSH_BLOCK(s, 0);
1518 FLUSH_BLOCK(s, 0);
1521 FLUSH_BLOCK(s, flush == Z_FINISH);
1616 if (bflush) FLUSH_BLOCK(s, 0);
1618 FLUSH_BLOCK(s, flush == Z_FINISH);
1713 if (bflush) FLUSH_BLOCK(s, 0);
1743 FLUSH_BLOCK(s, flush == Z_FINISH);
1809 if (bflush) FLUSH_BLOCK(s, 0);
1811 FLUSH_BLOCK(s, flush == Z_FINISH);
[all …]
/external/python/cpython2/Modules/zlib/
Ddeflate.c1617 #define FLUSH_BLOCK(s, last) { \ macro
1908 if (bflush) FLUSH_BLOCK(s, 0);
1912 FLUSH_BLOCK(s, 1);
1916 FLUSH_BLOCK(s, 0);
2011 if (bflush) FLUSH_BLOCK(s, 0);
2043 FLUSH_BLOCK(s, 1);
2047 FLUSH_BLOCK(s, 0);
2114 if (bflush) FLUSH_BLOCK(s, 0);
2118 FLUSH_BLOCK(s, 1);
2122 FLUSH_BLOCK(s, 0);
[all …]
/external/zlib/
Ddeflate.c1693 #define FLUSH_BLOCK(s, last) { \ macro
1984 if (bflush) FLUSH_BLOCK(s, 0);
1988 FLUSH_BLOCK(s, 1);
1992 FLUSH_BLOCK(s, 0);
2093 if (bflush) FLUSH_BLOCK(s, 0);
2125 FLUSH_BLOCK(s, 1);
2129 FLUSH_BLOCK(s, 0);
2196 if (bflush) FLUSH_BLOCK(s, 0);
2200 FLUSH_BLOCK(s, 1);
2204 FLUSH_BLOCK(s, 0);
[all …]
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c1617 #define FLUSH_BLOCK(s, last) { \ macro
1908 if (bflush) FLUSH_BLOCK(s, 0);
1912 FLUSH_BLOCK(s, 1);
1916 FLUSH_BLOCK(s, 0);
2011 if (bflush) FLUSH_BLOCK(s, 0);
2043 FLUSH_BLOCK(s, 1);
2047 FLUSH_BLOCK(s, 0);
2114 if (bflush) FLUSH_BLOCK(s, 0);
2118 FLUSH_BLOCK(s, 1);
2122 FLUSH_BLOCK(s, 0);
[all …]
/external/zlib/patches/
D0001-simd.patch792 FLUSH_BLOCK(s, 0);