Lines Matching refs:XXH32
372 U32 const crcOrig = XXH32(block, blockSize, 0); in FUZ_test()
397 U32 const crcBase = XXH32(block, srcSize, 0); in FUZ_test()
407 { U32 const crcDec = XXH32(decodedBuffer, srcSize, 0); in FUZ_test()
432 U32 const crcBase = XXH32(block, srcSize, 0); in FUZ_test()
442 { U32 const crcDec = XXH32(decodedBuffer, srcSize, 0); in FUZ_test()
489 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
537 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
549 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
655 { U32 const crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0); in FUZ_test()
663 { U32 const crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0); in FUZ_test()
694 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
704 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
739 expectedCrc = XXH32(compressedBuffer, expectedSize, 0); in FUZ_test()
754 …FUZ_CHECKTEST(XXH32(compressedBuffer, blockContinueCompressedSize, 0) != expectedCrc, "LZ4_compres… in FUZ_test()
769 …FUZ_CHECKTEST(XXH32(compressedBuffer, ret, 0) != expectedCrc, "LZ4_compress_fast_continue using ex… in FUZ_test()
778 …FUZ_CHECKTEST(XXH32(compressedBuffer, ret, 0) != expectedCrc, "LZ4_compress_fast_continue using ex… in FUZ_test()
787 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
797 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
848 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
890 { U32 const crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
914 { U32 const crcSrc = XXH32(block, consumedSize, 0); in FUZ_test()
915 U32 const crcDst = XXH32(decodedBuffer, consumedSize, 0); in FUZ_test()
1453 U32 const h = XXH32(&t, sizeof(t), 1); in main()