Searched defs:UpdateState_ShortRep (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp313 unsigned UpdateState_ShortRep(unsigned state) { return state < 7 ? 9 : 11; } function
505 state = UpdateState_ShortRep(state);

Completed in 96 milliseconds