MCPcopy 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
11template <class T>
12inline void _PPMD_SWAP(T& t1,T& t2) { T tmp=t1; t1=t2; t2=tmp; }
13
14
15inline RARPPM_CONTEXT* RARPPM_CONTEXT::createChild(ModelPPM *Model,RARPPM_STATE* pStats,

Callers 3

rescaleMethod · 0.85
UpdateModelMethod · 0.85
update1Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected