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

Method Init

Libraries/unrar/rs.cpp:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#define Clean(D,S) {for (int I=0;I<(S);I++) (D)[I]=0;}
4
5void RSCoder::Init(int ParSize)
6{
7 RSCoder::ParSize=ParSize; // Store the number of recovery volumes.
8 FirstBlockDone=false;
9 gfInit();
10 pnInit();
11}
12
13
14// Initialize logarithms and exponents Galois field tables.

Callers 15

ResetMethod · 0.45
ProcessRSMethod · 0.45
RestoreMethod · 0.45
ExtractACL20Function · 0.45
InitDBCSFunction · 0.45
SetKey50Method · 0.45
AddVMCodeMethod · 0.45
ReadHeader50Method · 0.45
ReadSubDataMethod · 0.45
SetKey30Method · 0.45
MergeArchiveFunction · 0.45
ExtractUnixLink30Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected