Searched refs:XXH32 (Results 1 – 9 of 9) sorted by relevance
/external/lz4/programs/ |
D | fuzzer.c | 384 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()
|
D | bench.c | 346 crcOrig = XXH32(orig_buff, (unsigned int)benchedSize,0); in BMK_benchFile() 404 crcCheck = XXH32(orig_buff, (unsigned int)benchedSize,0); in BMK_benchFile()
|
D | fullbench.c | 490 crcOriginal = XXH32(orig_buff, (unsigned int)benchedSize,0); in fullSpeedBench() 681 crcDecoded = XXH32(orig_buff, (int)benchedSize, 0); in fullSpeedBench()
|
/external/fio/crc/ |
D | xxhash.h | 91 uint32_t XXH32 (const void* input, uint32_t len, uint32_t seed);
|
D | xxhash.c | 224 uint32_t XXH32(const void* input, uint32_t len, uint32_t seed) in XXH32() function
|
/external/lz4/lib/ |
D | xxhash.h | 84 unsigned int XXH32 (const void* input, size_t length, unsigned seed);
|
D | xxhash.c | 338 unsigned int XXH32 (const void* input, size_t len, unsigned seed) in XXH32() function
|
D | lz4frame.c | 212 U32 xxh = XXH32(header, (U32)length, 0); in LZ4F_headerChecksum()
|
/external/fio/lib/ |
D | bloom.c | 45 .fn = XXH32,
|