Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ MEM_64bits
Function
MEM_64bits
freebsd/contrib/zstd/lib/common/mem.h:154–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
153
MEM_STATIC unsigned MEM_32bits(void) { return sizeof(size_t)==4; }
154
MEM_STATIC unsigned MEM_64bits(void) { return sizeof(size_t)==8; }
155
156
MEM_STATIC unsigned MEM_isLittleEndian(void)
157
{
Callers
5
ZSTD_decodeSequence
Function · 0.50
ZSTD_decompressBlock_internal
Function · 0.50
ZSTD_NbCommonBytes
Function · 0.50
ZSTD_count
Function · 0.50
ZDICT_NbCommonBytes
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected