MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / BinaryReverse64

Function BinaryReverse64

src/External/CascLib/src/CascRootFile_OW.cpp:121–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119// Public functions (non-class)
120
121static void BinaryReverse64(LPBYTE GuidReversed, LPBYTE pbGuid)
122{
123 GuidReversed[0] = pbGuid[7];
124 GuidReversed[1] = pbGuid[6];
125 GuidReversed[2] = pbGuid[5];
126 GuidReversed[3] = pbGuid[4];
127 GuidReversed[4] = pbGuid[3];
128 GuidReversed[5] = pbGuid[2];
129 GuidReversed[6] = pbGuid[1];
130 GuidReversed[7] = pbGuid[0];
131}
132
133static const char * ExtractAssetSubString(char * szBuffer, size_t ccBuffer, const char * szPlainName)
134{

Callers 1

InsertAssetFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected