Home
last modified time | relevance | path

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

/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaBase.cs26 public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } in UpdateRep() method
DLzmaEncoder.cs721 state.UpdateRep(); in GetOptimum()
745 state.UpdateRep(); in GetOptimum()
751 state.UpdateRep(); in GetOptimum()
915 state2.UpdateRep(); in GetOptimum()
1160 _state.UpdateRep(); in CodeOneBlock()
DLzmaDecoder.cs306 state.UpdateRep(); in Code()