Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dlzx.c480 int copy_length; in LZXdecompress() local
619 copy_length = match_offset - window_posn; in LZXdecompress()
620 if (copy_length < match_length) { in LZXdecompress()
621 match_length -= copy_length; in LZXdecompress()
622 window_posn += copy_length; in LZXdecompress()
623 while (copy_length-- > 0) *rundest++ = *runsrc++; in LZXdecompress()
709 copy_length = match_offset - window_posn; in LZXdecompress()
710 if (copy_length < match_length) { in LZXdecompress()
711 match_length -= copy_length; in LZXdecompress()
712 window_posn += copy_length; in LZXdecompress()
[all …]
/reactos/dll/win32/mspatcha/
H A Dlzx.c489 int copy_length; in LZXdecompress() local
628 copy_length = match_offset - window_posn; in LZXdecompress()
629 if (copy_length < match_length) { in LZXdecompress()
630 match_length -= copy_length; in LZXdecompress()
631 window_posn += copy_length; in LZXdecompress()
632 while (copy_length-- > 0) *rundest++ = *runsrc++; in LZXdecompress()
718 copy_length = match_offset - window_posn; in LZXdecompress()
719 if (copy_length < match_length) { in LZXdecompress()
720 match_length -= copy_length; in LZXdecompress()
721 window_posn += copy_length; in LZXdecompress()
[all …]
/reactos/dll/win32/cabinet/
H A Dfdi.c1529 copy_length = match_offset - window_posn; in QTMfdi_decomp()
1530 if (copy_length < match_length) { in QTMfdi_decomp()
1531 match_length -= copy_length; in QTMfdi_decomp()
1532 window_posn += copy_length; in QTMfdi_decomp()
1767 copy_length = match_offset - window_posn; in LZXfdi_decomp()
1768 if (copy_length < match_length) { in LZXfdi_decomp()
1769 match_length -= copy_length; in LZXfdi_decomp()
1770 window_posn += copy_length; in LZXfdi_decomp()
1857 if (copy_length < match_length) { in LZXfdi_decomp()
1858 match_length -= copy_length; in LZXfdi_decomp()
[all …]