Searched refs:endCheck (Results 1 – 3 of 3) sorted by relevance
388 char endCheck = FUZ_rand(&randState) & 255; in FUZ_test() local389 compressedBuffer[targetSize] = endCheck; in FUZ_test()392 …FUZ_CHECKTEST(compressedBuffer[targetSize] != endCheck, "LZ4_compress_destSize() overwrite dst buf… in FUZ_test()419 char const endCheck = FUZ_rand(&randState) & 255; in FUZ_test() local422 compressedBuffer[targetSize] = endCheck; in FUZ_test()428 …FUZ_CHECKTEST(compressedBuffer[targetSize] != endCheck, "LZ4_compress_HC_destSize() overwrite dst … in FUZ_test()
777 …U32 const endCheck = BIT_endOfDStream(&bitD1) & BIT_endOfDStream(&bitD2) & BIT_endOfDStream(&bitD3… in HUF_decompress4X4_usingDTable_internal() local778 if (!endCheck) in HUF_decompress4X4_usingDTable_internal()
1745 TextParserSave endCheck(this); in methodName() local1753 endCheck.restore(); in methodName()