MCPcopy 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
252FORCE_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

XXH64_digest_endianFunction · 0.85

Calls 1

XXH_readLE64_alignFunction · 0.85

Tested by

no test coverage detected