Searched refs:FLUSH_BLOCK (Results 1 - 3 of 3) sorted by relevance

/external/zlib/src/
H A Ddeflate.c1550 #define FLUSH_BLOCK(s, last) { \ macro
1602 FLUSH_BLOCK(s, 0);
1608 FLUSH_BLOCK(s, 0);
1613 FLUSH_BLOCK(s, 1);
1617 FLUSH_BLOCK(s, 0);
1712 if (bflush) FLUSH_BLOCK(s, 0);
1716 FLUSH_BLOCK(s, 1);
1720 FLUSH_BLOCK(s, 0);
1815 if (bflush) FLUSH_BLOCK(s, 0);
1847 FLUSH_BLOCK(
[all...]
/external/chromium_org/third_party/zlib/
H A Ddeflate.c1609 #define FLUSH_BLOCK(s, last) { \ macro
1662 FLUSH_BLOCK(s, 0);
1668 FLUSH_BLOCK(s, 0);
1671 FLUSH_BLOCK(s, flush == Z_FINISH);
1772 if (bflush) FLUSH_BLOCK(s, 0);
1774 FLUSH_BLOCK(s, flush == Z_FINISH);
1900 if (bflush) FLUSH_BLOCK(s, 0);
1930 FLUSH_BLOCK(s, flush == Z_FINISH);
1996 if (bflush) FLUSH_BLOCK(s, 0);
1998 FLUSH_BLOCK(
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c1376 #define FLUSH_BLOCK(s, eof) { \ macro
1428 FLUSH_BLOCK(s, 0);
1434 FLUSH_BLOCK(s, 0);
1437 FLUSH_BLOCK(s, flush == Z_FINISH);
1542 if (bflush) FLUSH_BLOCK(s, 0);
1544 FLUSH_BLOCK(s, flush == Z_FINISH);
1642 if (bflush) FLUSH_BLOCK(s, 0);
1672 FLUSH_BLOCK(s, flush == Z_FINISH);
1731 if (bflush) FLUSH_BLOCK(s, 0);
1733 FLUSH_BLOCK(
[all...]

Completed in 183 milliseconds