Home
last modified time | relevance | path

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

/external/pdfium/third_party/zlib_v128/
Ddeflate.c1549 #define FLUSH_BLOCK(s, last) { \ macro
1601 FLUSH_BLOCK(s, 0); in deflate_stored()
1607 FLUSH_BLOCK(s, 0); in deflate_stored()
1612 FLUSH_BLOCK(s, 1); in deflate_stored()
1616 FLUSH_BLOCK(s, 0); in deflate_stored()
1711 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast()
1715 FLUSH_BLOCK(s, 1); in deflate_fast()
1719 FLUSH_BLOCK(s, 0); in deflate_fast()
1814 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow()
1846 FLUSH_BLOCK(s, 1); in deflate_slow()
[all …]
/external/python/cpython2/Modules/zlib/
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(s, 1);
[all …]
/external/zlib/src/
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(s, 1);
[all …]
/external/syslinux/com32/lib/zlib/
Ddeflate.c1448 #define FLUSH_BLOCK(s, last) { \ macro
1500 FLUSH_BLOCK(s, 0);
1506 FLUSH_BLOCK(s, 0);
1509 FLUSH_BLOCK(s, flush == Z_FINISH);
1604 if (bflush) FLUSH_BLOCK(s, 0);
1606 FLUSH_BLOCK(s, flush == Z_FINISH);
1701 if (bflush) FLUSH_BLOCK(s, 0);
1731 FLUSH_BLOCK(s, flush == Z_FINISH);
1797 if (bflush) FLUSH_BLOCK(s, 0);
1799 FLUSH_BLOCK(s, flush == Z_FINISH);
[all …]