Home
last modified time | relevance | path

Searched refs:XXH32 (Results 1 – 9 of 9) sorted by relevance

/external/lz4/lib/
Dxxhash.h126 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
167 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
Dxxhash.c321 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() function
Dlz4frame.c236 U32 const xxh = XXH32(header, length, 0); in LZ4F_headerChecksum()
/external/lz4/tests/
Dfuzzer.c311 U32 const crcOrig = XXH32(block, blockSize, 0); in FUZ_test()
332 U32 const crcBase = XXH32(block, srcSize, 0); in FUZ_test()
342 { U32 const crcDec = XXH32(decodedBuffer, srcSize, 0); in FUZ_test()
380 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
402 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
414 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
519 crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0); in FUZ_test()
531 crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0); in FUZ_test()
559 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
568 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
[all …]
Dfullbench.c384 crcOriginal = XXH32(orig_buff, benchedSize,0); in fullSpeedBench()
574 crcDecoded = XXH32(orig_buff, (int)benchedSize, 0); in fullSpeedBench()
Dframetest.c867 U32 const h = XXH32(&t, sizeof(t), 1); in main()
/external/fio/crc/
Dxxhash.h91 uint32_t XXH32 (const void* input, uint32_t len, uint32_t seed);
Dxxhash.c224 uint32_t XXH32(const void* input, uint32_t len, uint32_t seed) in XXH32() function
/external/fio/lib/
Dbloom.c45 .fn = XXH32,