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

Method fgetbits

Libraries/unrar/getbits.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38uint BitInput::fgetbits()
39{
40 // Function wrapped version of inline getbits to save code size.
41 return getbits();
42}
43
44
45void BitInput::SetExternalBuffer(byte *Buf)

Callers 11

ReadDataMethod · 0.80
ShortLZMethod · 0.80
LongLZMethod · 0.80
HuffDecodeMethod · 0.80
GetFlagsBufMethod · 0.80
ReadFilterDataMethod · 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