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

  /external/fio/crc/
xxhash.h 91 uint32_t XXH32 (const void* input, uint32_t len, uint32_t seed);
94 XXH32() :
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)
lz4frame.c 236 U32 const xxh = XXH32(header, length, 0);
    [all...]
  /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)
shader_validation.cpp     [all...]
  /external/lz4/tests/
fuzzer.c 311 U32 const crcOrig = XXH32(block, blockSize, 0);
332 U32 const crcBase = XXH32(block, srcSize, 0);
342 { U32 const crcDec = XXH32(decodedBuffer, srcSize, 0);
380 crcCheck = XXH32(decodedBuffer, blockSize, 0);
402 crcCheck = XXH32(decodedBuffer, blockSize, 0);
414 crcCheck = XXH32(decodedBuffer, blockSize, 0);
519 crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0);
531 crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0);
559 crcCheck = XXH32(decodedBuffer, blockSize, 0);
568 crcCheck = XXH32(decodedBuffer, blockSize, 0)
    [all...]
fullbench.c 384 crcOriginal = XXH32(orig_buff, benchedSize,0);
574 crcDecoded = XXH32(orig_buff, (int)benchedSize, 0);
frametest.c     [all...]
  /external/fio/lib/
bloom.c 45 .fn = XXH32,

Completed in 406 milliseconds