MCPcopy Create free account
hub / github.com/beefytech/Beef / XXH_readLE32

Function XXH_readLE32

BeefySysLib/util/Hash.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239FORCE_INLINE U32 XXH_readLE32(const U32* ptr, XXH_endianess endian)
240{
241 return XXH_readLE32_align(ptr, endian, XXH_unaligned);
242}
243
244FORCE_INLINE U64 XXH_readLE64_align(const U64* ptr, XXH_endianess endian, XXH_alignment align)
245{

Callers 3

XXH32_digest_endianFunction · 0.85
XXH64_digest_endianFunction · 0.85

Calls 1

XXH_readLE32_alignFunction · 0.85

Tested by

no test coverage detected