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

  /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 326 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed)
  /external/vulkan-validation-layers/layers/
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 320 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed)

Completed in 169 milliseconds