MCPcopy 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
323static void WriteLength(TArray<uint8_t> &stream, unsigned int pos, unsigned int v)
324{
325 *(uint32_t*)(&stream[pos]) = v;
326}
327
328static void WriteUInt64(TArray<uint8_t> &stream, uint64_t v)
329{

Callers 2

WriteCIEFunction · 0.85
WriteFDEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected