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

Function MEM_writeLEST

freebsd/contrib/openzfs/module/zstd/lib/zstd.c:594–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594MEM_STATIC void MEM_writeLEST(void* memPtr, size_t val)
595{
596 if (MEM_32bits())
597 MEM_writeLE32(memPtr, (U32)val);
598 else
599 MEM_writeLE64(memPtr, (U64)val);
600}
601
602/*=== Big endian r/w ===*/
603

Callers 2

BIT_flushBitsFastFunction · 0.70
BIT_flushBitsFunction · 0.70

Calls 3

MEM_32bitsFunction · 0.70
MEM_writeLE32Function · 0.70
MEM_writeLE64Function · 0.70

Tested by

no test coverage detected