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

  /external/lz4/lib/
xxhash.h 60 A 64-bits version, named XXH64, is available since r35.
63 XXH64 13.8 GB/s 1.9 GB/s
135 # define XXH64 XXH_NAME2(XXH_NAMESPACE, XXH64)
182 For small input, prefer `XXH32()` and `XXH64()` .
220 /*! XXH64() :
225 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t length, unsigned long long seed);
xxhash.c 600 /*====== xxh64 ======*/
693 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed)

Completed in 191 milliseconds