MCPcopy Create free account
hub / github.com/F-Stack/f-stack / MEM_write16

Function MEM_write16

freebsd/contrib/zstd/lib/common/mem.h:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169MEM_STATIC size_t MEM_readST(const void* memPtr) { return *(const size_t*) memPtr; }
170
171MEM_STATIC void MEM_write16(void* memPtr, U16 value) { *(U16*)memPtr = value; }
172MEM_STATIC void MEM_write32(void* memPtr, U32 value) { *(U32*)memPtr = value; }
173MEM_STATIC void MEM_write64(void* memPtr, U64 value) { *(U64*)memPtr = value; }
174

Callers 1

MEM_writeLE16Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected