Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ WriteLength
Function
WriteLength
source/common/scripting/jit/jit_runtime.cpp:323–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
static void WriteLength(TArray<uint8_t> &stream, unsigned int pos, unsigned int v)
324
{
325
*(uint32_t*)(&stream[pos]) = v;
326
}
327
328
static void WriteUInt64(TArray<uint8_t> &stream, uint64_t v)
329
{
Callers
2
WriteCIE
Function · 0.85
WriteFDE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected