Searched defs:XXH32 (Results 1 - 5 of 5) sorted by relevance

/external/fio/crc/
H A Dxxhash.c224 uint32_t XXH32(const void* input, uint32_t len, uint32_t seed) function
/external/lz4/lib/
H A Dxxhash.h64 XXH32 6.8 GB/s 6.0 GB/s
126 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
162 /*! XXH32() :
167 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
182 For small input, prefer `XXH32()` and `XXH64()` .
H A Dxxhash.c321 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) function
/external/vulkan-validation-layers/layers/
H A Dxxhash.h64 XXH32 6.8 GB/s 6.0 GB/s
126 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
162 /*! XXH32() :
167 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
182 For small input, prefer `XXH32()` and `XXH64()` .
H A Dxxhash.c320 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) function

Completed in 389 milliseconds