Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c1446 #define FLUSH_BLOCK(s, last) { \ macro
1498 FLUSH_BLOCK(s, 0);
1504 FLUSH_BLOCK(s, 0);
1507 FLUSH_BLOCK(s, flush == Z_FINISH);
1602 if (bflush) FLUSH_BLOCK(s, 0);
1604 FLUSH_BLOCK(s, flush == Z_FINISH);
1699 if (bflush) FLUSH_BLOCK(s, 0);
1729 FLUSH_BLOCK(s, flush == Z_FINISH);
1795 if (bflush) FLUSH_BLOCK(s, 0);
1797 FLUSH_BLOCK(s, flush == Z_FINISH);
[all …]