Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfuzzer.c384 crcOrig = XXH32(block, blockSize, 0); in FUZ_test()
391 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
413 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
425 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
531 crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0); in FUZ_test()
544 crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0); in FUZ_test()
572 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
586 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
638 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
Dbench.c346 crcOrig = XXH32(orig_buff, (unsigned int)benchedSize,0); in BMK_benchFile()
404 crcCheck = XXH32(orig_buff, (unsigned int)benchedSize,0); in BMK_benchFile()
Dfullbench.c490 crcOriginal = XXH32(orig_buff, (unsigned int)benchedSize,0); in fullSpeedBench()
681 crcDecoded = XXH32(orig_buff, (int)benchedSize, 0); in fullSpeedBench()
/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/lz4/lib/
Dxxhash.h84 unsigned int XXH32 (const void* input, size_t length, unsigned seed);
Dxxhash.c338 unsigned int XXH32 (const void* input, size_t len, unsigned seed) in XXH32() function
Dlz4frame.c212 U32 xxh = XXH32(header, (U32)length, 0); in LZ4F_headerChecksum()
/external/fio/lib/
Dbloom.c45 .fn = XXH32,