Searched refs:FLUSH_BLOCK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/zlib_deflate/ |
H A D | deflate.c | 850 #define FLUSH_BLOCK(s, eof) { \ macro 903 FLUSH_BLOCK(s, 0); in deflate_stored() 909 FLUSH_BLOCK(s, 0); in deflate_stored() 912 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored() 1006 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast() 1008 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast() 1101 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow() 1130 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow()
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 1446 #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); 1729 FLUSH_BLOCK(s, flush == Z_FINISH); 1795 if (bflush) FLUSH_BLOCK(s, 0); 1797 FLUSH_BLOCK(s, flush == Z_FINISH); 1828 if (bflush) FLUSH_BLOCK(s, 0); [all …]
|