Home
last modified time | relevance | path

Searched refs:UpdateState_Match (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp311 unsigned UpdateState_Match (unsigned state) { return state < 7 ? 7 : 10; } in UpdateState_Match() function
541 state = UpdateState_Match(state); in Decode()
/external/lzma/DOC/
Dlzma-specification.txt957 unsigned UpdateState_Match (unsigned state) { return state < 7 ? 7 : 10; }
1028 The state is update with UpdateState_Match function:
1030 state = UpdateState_Match(state);