Home | History | Annotate | Download | only in LZMA

Lines Matching refs:kDif

1032 		int kDif = 7;

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