Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ XXH_readLE64
Function
XXH_readLE64
BeefySysLib/util/Hash.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
FORCE_INLINE U64 XXH_readLE64(const U64* ptr, XXH_endianess endian)
253
{
254
return XXH_readLE64_align(ptr, endian, XXH_unaligned);
255
}
256
257
258
//****************************
Callers
2
XXH_errorcode XXH64_update_endian
Function · 0.85
XXH64_digest_endian
Function · 0.85
Calls
1
XXH_readLE64_align
Function · 0.85
Tested by
no test coverage detected