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

Function MEM_swapST

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

Source from the content-addressed store, hash-verified

276}
277
278MEM_STATIC size_t MEM_swapST(size_t in)
279{
280 if (MEM_32bits())
281 return (size_t)MEM_swap32((U32)in);
282 else
283 return (size_t)MEM_swap64((U64)in);
284}
285
286/*=== Little endian r/w ===*/
287

Callers

nothing calls this directly

Calls 3

MEM_32bitsFunction · 0.70
MEM_swap32Function · 0.70
MEM_swap64Function · 0.70

Tested by

no test coverage detected