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

Function ToPercent

Libraries/unrar/smallfn.cpp:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "rar.hpp"
2
3int ToPercent(int64 N1,int64 N2)
4{
5 if (N2<N1)
6 return 100;
7 return ToPercentUnlim(N1,N2);
8}
9
10
11// Allows the percent larger than 100.

Callers 6

RestoreMethod · 0.85
RestoreMethod · 0.85
ShowUnpReadMethod · 0.85
uiExtractProgressFunction · 0.85
uiProcessProgressFunction · 0.85
CalcFileSumFunction · 0.85

Calls 1

ToPercentUnlimFunction · 0.85

Tested by

no test coverage detected