Home | History | Annotate | Download | only in LZMA

Lines Matching refs:kDif

1032 			const int kDif = 7;

1033 return (smallDist < ((UInt32)(1) << (32 - kDif)) && bigDist >= (smallDist << kDif));