Searched refs:this_run (Results 1 – 3 of 3) sorted by relevance
550 if (this_run > togo) this_run = togo; in LZXdecompress()551 togo -= this_run; in LZXdecompress()552 pState->block_remaining -= this_run; in LZXdecompress()557 if ((window_posn + this_run) > window_size) in LZXdecompress()563 while (this_run > 0) { in LZXdecompress()569 this_run--; in LZXdecompress()611 this_run -= match_length; in LZXdecompress()637 while (this_run > 0) { in LZXdecompress()643 this_run--; in LZXdecompress()701 this_run -= match_length; in LZXdecompress()[all …]
559 if (this_run > togo) this_run = togo; in LZXdecompress()560 togo -= this_run; in LZXdecompress()561 pState->block_remaining -= this_run; in LZXdecompress()566 if ((window_posn + this_run) > window_size) in LZXdecompress()572 while (this_run > 0) { in LZXdecompress()578 this_run--; in LZXdecompress()620 this_run -= match_length; in LZXdecompress()646 while (this_run > 0) { in LZXdecompress()652 this_run--; in LZXdecompress()710 this_run -= match_length; in LZXdecompress()[all …]
1697 if (this_run > togo) this_run = togo; in LZXfdi_decomp()1698 togo -= this_run; in LZXfdi_decomp()1699 LZX(block_remaining) -= this_run; in LZXfdi_decomp()1704 if ((window_posn + this_run) > window_size) in LZXfdi_decomp()1710 while (this_run > 0) { in LZXfdi_decomp()1716 this_run--; in LZXfdi_decomp()1759 this_run -= match_length; in LZXfdi_decomp()1784 while (this_run > 0) { in LZXfdi_decomp()1790 this_run--; in LZXfdi_decomp()1848 this_run -= match_length; in LZXfdi_decomp()[all …]