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

Function MEM_32bits

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

Source from the content-addressed store, hash-verified

385#endif
386
387MEM_STATIC unsigned MEM_32bits(void) { return sizeof(size_t)==4; }
388MEM_STATIC unsigned MEM_64bits(void) { return sizeof(size_t)==8; }
389
390MEM_STATIC unsigned MEM_isLittleEndian(void)

Callers 10

MEM_swapSTFunction · 0.70
MEM_readLESTFunction · 0.70
MEM_writeLESTFunction · 0.70
MEM_readBESTFunction · 0.70
MEM_writeBESTFunction · 0.70
HUF_decodeStreamX1Function · 0.70
ZSTD_execSequenceFunction · 0.70
ZSTD_decodeSequenceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected