Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
int 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
Restore
Method · 0.85
Restore
Method · 0.85
ShowUnpRead
Method · 0.85
uiExtractProgress
Function · 0.85
uiProcessProgress
Function · 0.85
CalcFileSum
Function · 0.85
Calls
1
ToPercentUnlim
Function · 0.85
Tested by
no test coverage detected