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

Method InsertOldDist

Libraries/unrar/unpackinline.cpp:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1_forceinline void Unpack::InsertOldDist(uint Distance)
2{
3 OldDist[3]=OldDist[2];
4 OldDist[2]=OldDist[1];
5 OldDist[1]=OldDist[0];
6 OldDist[0]=Distance;
7}
8
9#ifdef _MSC_VER
10#define FAST_MEMCPY

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected