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

/external/zlib/src/
H A Ddeflate.c1548 #define FLUSH_BLOCK(s, last) { \ macro
1600 FLUSH_BLOCK(s, 0);
1606 FLUSH_BLOCK(s, 0);
1611 FLUSH_BLOCK(s, 1);
1615 FLUSH_BLOCK(s, 0);
1710 if (bflush) FLUSH_BLOCK(s, 0);
1714 FLUSH_BLOCK(s, 1);
1718 FLUSH_BLOCK(s, 0);
1813 if (bflush) FLUSH_BLOCK(s, 0);
1845 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 84 milliseconds