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

Function MEM_32bits

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

Source from the content-addressed store, hash-verified

151#endif
152
153MEM_STATIC unsigned MEM_32bits(void) { return sizeof(size_t)==4; }
154MEM_STATIC unsigned MEM_64bits(void) { return sizeof(size_t)==8; }
155
156MEM_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
ZSTD_execSequenceFunction · 0.50
ZSTD_decodeSequenceFunction · 0.50
HUF_decodeStreamX1Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected