Home
last modified time | relevance | path

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

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DRar2Decoder.cpp248 if (distance >= kDistLimit3) in DecodeLz()
271 if (distance >= kDistLimit3) in DecodeLz()
H A DRar2Decoder.h68 const UInt32 kDistLimit3 = 0x2000 - 1; variable
H A DRar3Decoder.cpp33 static const UInt32 kDistLimit3 = 0x2000 - 2; variable
719 length += ((kDistLimit4 - rep0) >> 31) + ((kDistLimit3 - rep0) >> 31); in DecodeLZ()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DRar2Decoder.cpp283 if (distance >= kDistLimit3) in DecodeLz()
308 if (distance >= kDistLimit3) in DecodeLz()
H A DRar2Decoder.h68 const UInt32 kDistLimit3 = 0x2000 - 1; variable
H A DRar3Decoder.cpp31 static const UInt32 kDistLimit3 = 0x2000 - 2; variable
788 len += ((UInt32)(kDistLimit4 - rep0) >> 31) + ((UInt32)(kDistLimit3 - rep0) >> 31); in DecodeLZ()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DRar2Decoder.cpp290 if (distance >= kDistLimit3) in DecodeLz()
315 if (distance >= kDistLimit3) in DecodeLz()
H A DRar2Decoder.h68 const UInt32 kDistLimit3 = 0x2000 - 1; variable
H A DRar3Decoder.cpp37 static const UInt32 kDistLimit3 = 0x2000 - 2; variable
808 length += ((kDistLimit4 - rep0) >> 31) + ((kDistLimit3 - rep0) >> 31); in DecodeLZ()