Lines Matching refs:Lizard_compressBound

298     compressedBuffer = (char*)malloc(Lizard_compressBound(FUZ_MAX_BLOCK_SIZE));  in FUZ_test()
322 …compress_continue(Lizarddict, block, compressedBuffer, blockSize, Lizard_compressBound(blockSize)); in FUZ_test()
324 …compress_continue(Lizarddict, block, compressedBuffer, blockSize, Lizard_compressBound(blockSize)); in FUZ_test()
326 …compress_continue(Lizarddict, block, compressedBuffer, blockSize, Lizard_compressBound(blockSize)); in FUZ_test()
353 … ret = Lizard_compress(block, compressedBuffer, blockSize, Lizard_compressBound(blockSize), 0); in FUZ_test()
359 …press_extState(stateLizardHC, block, compressedBuffer, blockSize, Lizard_compressBound(blockSize),… in FUZ_test()
364 …xtState_MinLevel(stateLizard, block, compressedBuffer, blockSize, Lizard_compressBound(blockSize)); in FUZ_test()
369 …ret = Lizard_compress_MinLevel(block, compressedBuffer, blockSize, Lizard_compressBound(blockSize)… in FUZ_test()
494 …mpress_continue (Lizard_stream, dict, compressedBuffer, dictSize, Lizard_compressBound(dictSize));… in FUZ_test()
495 …ress_continue (Lizard_stream, block, compressedBuffer, blockSize, Lizard_compressBound(blockSize)); in FUZ_test()
505 …compress_continue(Lizarddict, block, compressedBuffer, blockSize, Lizard_compressBound(blockSize)); in FUZ_test()
549 …_continue(Lizard_streamHCPtr, block, compressedBuffer, blockSize, Lizard_compressBound(blockSize)); in FUZ_test()
789 …_continue(streamPtr, testInput + segStart, testCompressed, segSize, Lizard_compressBound(segSize)); in FUZ_unitTests()