Home
last modified time | relevance | path

Searched refs:UpdateMatch (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaBase.cs25 public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } in UpdateMatch() method
H A DLzmaEncoder.cs723 state.UpdateMatch(); in GetOptimum()
753 state.UpdateMatch(); in GetOptimum()
990 state2.UpdateMatch(); in GetOptimum()
1043 _state.UpdateMatch(); in WriteEndMarker()
1173 _state.UpdateMatch(); in CodeOneBlock()
H A DLzmaDecoder.cs314 state.UpdateMatch(); in Code()

Completed in 4 milliseconds