Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ _PPMD_SWAP
Function
_PPMD_SWAP
Libraries/unrar/model.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
template <class T>
12
inline void _PPMD_SWAP(T& t1,T& t2) { T tmp=t1; t1=t2; t2=tmp; }
13
14
15
inline RARPPM_CONTEXT* RARPPM_CONTEXT::createChild(ModelPPM *Model,RARPPM_STATE* pStats,
Callers
3
rescale
Method · 0.85
UpdateModel
Method · 0.85
update1
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected