Searched defs:XXH_readLE32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/libarchive/libarchive/
H A Dxxhash.c227 FORCE_INLINE U32 XXH_readLE32(const U32* ptr, XXH_endianess endian) { return XXH_readLE32_align(ptr, endian, XXH_unaligned); } function
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c252 FORCE_INLINE_TEMPLATE U32 XXH_readLE32(const void* ptr, XXH_endianess endian) function
[all...]
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h1806 XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* memPtr) function
1825 XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* ptr) function
[all...]

Completed in 284 milliseconds