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

Method InitBitInput

Libraries/unrar/getbits.hpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 byte *InBuf; // Dynamically allocated input buffer.
18
19 void InitBitInput()
20 {
21 InAddr=InBit=0;
22 }
23
24 // Move forward by 'Bits' bits.
25 void addbits(uint Bits)

Callers 3

AddVMCodeMethod · 0.80
UnpInitDataMethod · 0.80
Unpack5MTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected