Searched defs:XXH_read32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c145 static U32 XXH_read32(const void* memPtr) { return *(const U32*) memPtr; } function
154 static U32 XXH_read32(const void* ptr) { return ((const unalign*)ptr)->u32; } function
163 static U32 XXH_read32(const void* memPtr) function
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h1638 static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*) memPtr; } function
1651 static xxh_u32 XXH_read32(const void* ptr) function
1663 static xxh_u32 XXH_read32(const void* memPtr) function

Completed in 188 milliseconds