Home
last modified time | relevance | path

Searched defs:XXH32 (Results 1 – 3 of 3) sorted by relevance

/external/lz4/lib/
Dxxhash.h126 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
Dxxhash.c321 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() function
/external/fio/crc/
Dxxhash.c224 uint32_t XXH32(const void* input, uint32_t len, uint32_t seed) in XXH32() function