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

Function RawGet2

Libraries/unrar/rawint.hpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#define rotr32(x,n) rotrs(x,n,32)
8
9inline uint RawGet2(const void *Data)
10{
11 byte *D=(byte *)Data;
12 return D[0]+(D[1]<<8);
13}
14
15
16inline uint32 RawGet4(const void *Data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected