MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / GetCurrentShiftCount

Method GetCurrentShiftCount

Libraries/unrar/coder.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38inline uint RangeCoder::GetCurrentShiftCount(uint SHIFT)
39{
40 return (code-low)/(range >>= SHIFT);
41}
42
43
44inline void RangeCoder::Decode()

Callers 1

decodeBinSymbolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected