Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ faddbits
Method
faddbits
Libraries/unrar/getbits.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
void BitInput::faddbits(uint Bits)
32
{
33
// Function wrapped version of inline addbits to save code size.
34
addbits(Bits);
35
}
36
37
38
uint BitInput::fgetbits()
Callers
10
ReadData
Method · 0.80
ShortLZ
Method · 0.80
LongLZ
Method · 0.80
HuffDecode
Method · 0.80
DecodeNum
Method · 0.80
ReadFilter
Method · 0.80
ReadBlockHeader
Method · 0.80
ReadTables
Method · 0.80
AddVMCode
Method · 0.80
ReadTables30
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected