Searched refs:FLUSH_BLOCK (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | deflate_fast.c | 92 FLUSH_BLOCK(s, 0); in deflate_fast() 96 FLUSH_BLOCK(s, 1); in deflate_fast() 100 FLUSH_BLOCK(s, 0); in deflate_fast()
|
D | deflate_slow.c | 97 FLUSH_BLOCK(s, 0); in deflate_slow() 129 FLUSH_BLOCK(s, 1); in deflate_slow() 133 FLUSH_BLOCK(s, 0); in deflate_slow()
|
D | deflate_medium.c | 277 FLUSH_BLOCK(s, 0); in deflate_medium() 281 FLUSH_BLOCK(s, 1); in deflate_medium() 285 FLUSH_BLOCK(s, 0); in deflate_medium()
|
D | deflate_p.h | 71 #define FLUSH_BLOCK(s, last) { \ macro
|
D | deflate.c | 1590 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/ |
D | deflate.c | 1460 #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/ |
D | deflate.c | 1617 #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/ |
D | deflate.c | 1693 #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/ |
D | deflate.c | 1617 #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/ |
D | 0001-simd.patch | 792 FLUSH_BLOCK(s, 0);
|