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

Function MEM_writeBEST

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

Source from the content-addressed store, hash-verified

642}
643
644MEM_STATIC void MEM_writeBEST(void* memPtr, size_t val)
645{
646 if (MEM_32bits())
647 MEM_writeBE32(memPtr, (U32)val);
648 else
649 MEM_writeBE64(memPtr, (U64)val);
650}
651
652
653#if defined (__cplusplus)

Callers

nothing calls this directly

Calls 3

MEM_32bitsFunction · 0.70
MEM_writeBE32Function · 0.70
MEM_writeBE64Function · 0.70

Tested by

no test coverage detected