Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
inline uint RangeCoder::GetCurrentShiftCount(uint SHIFT)
39
{
40
return (code-low)/(range >>= SHIFT);
41
}
42
43
44
inline void RangeCoder::Decode()
Callers
1
decodeBinSymbol
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected