MCPcopy 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
31void BitInput::faddbits(uint Bits)
32{
33 // Function wrapped version of inline addbits to save code size.
34 addbits(Bits);
35}
36
37
38uint BitInput::fgetbits()

Callers 10

ReadDataMethod · 0.80
ShortLZMethod · 0.80
LongLZMethod · 0.80
HuffDecodeMethod · 0.80
DecodeNumMethod · 0.80
ReadFilterMethod · 0.80
ReadBlockHeaderMethod · 0.80
ReadTablesMethod · 0.80
AddVMCodeMethod · 0.80
ReadTables30Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected