HomeSort by relevance Sort by last modified time
    Searched defs:XXH32 (Results 1 - 3 of 3) sorted by null

  /external/fio/crc/
xxhash.c 224 uint32_t XXH32(const void* input, uint32_t len, uint32_t seed)
  /external/lz4/lib/
xxhash.h 64 XXH32 6.8 GB/s 6.0 GB/s
126 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32)
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()` .
xxhash.c 321 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed)

Completed in 134 milliseconds