Home | History | Annotate | Download | only in LZMA

Lines Matching refs:baseVal

1183 							UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits);

1184 UInt32 posReduced = pos - baseVal;
1188 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced);
1320 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits);
1322 baseVal - posSlot - 1, footerBits, i - baseVal);