Searched refs:bflush (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.c | 1633 int bflush; /* set if current block must be flushed */ local 1672 s->match_length - MIN_MATCH, bflush); 1708 _tr_tally_lit (s, s->window[s->strstart], bflush); 1712 if (bflush) FLUSH_BLOCK(s, 0); 1735 int bflush; /* set if current block must be flushed */ local 1797 s->prev_length - MIN_MATCH, bflush); 1815 if (bflush) FLUSH_BLOCK(s, 0); 1823 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1824 if (bflush) { 1842 _tr_tally_lit(s, s->window[s->strstart-1], bflush); [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.c | 1453 int bflush; /* set if current block must be flushed */ local 1502 s->match_length - MIN_MATCH, bflush); 1538 _tr_tally_lit (s, s->window[s->strstart], bflush); 1542 if (bflush) FLUSH_BLOCK(s, 0); 1559 int bflush; /* set if current block must be flushed */ local 1624 s->prev_length - MIN_MATCH, bflush); 1642 if (bflush) FLUSH_BLOCK(s, 0); 1650 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1651 if (bflush) { 1669 _tr_tally_lit(s, s->window[s->strstart-1], bflush); [all …]
|