Searched refs:LZ4F_blockIndependent (Results 1 - 7 of 7) sorted by relevance
/third_party/lz4/ossfuzz/ |
H A D | lz4_helpers.c | 12 info.blockMode = FUZZ_rand32(seed, LZ4F_blockLinked, LZ4F_blockIndependent); in FUZZ_randomFrameInfo()
|
H A D | fuzz_data_producer.c | 57 info.blockMode = FUZZ_dataProducer_range32(producer, LZ4F_blockLinked, LZ4F_blockIndependent); in FUZZ_dataProducer_frameInfo()
|
H A D | round_trip_frame_uncompressed_fuzzer.c | 126 prefs.frameInfo.blockMode = LZ4F_blockIndependent; in compress_independent_block_mode()
|
/third_party/lz4/lib/ |
H A D | lz4frame.c | 442 prefs.frameInfo.blockMode = LZ4F_blockIndependent; /* only one block => no need for inter-block link */ in LZ4F_compressFrame_usingCDict() 857 LZ4F_initStream(ctx, cdict, level, LZ4F_blockIndependent); in LZ4F_compressBlock() 875 LZ4F_initStream(ctx, cdict, level, LZ4F_blockIndependent); in LZ4F_compressBlockHC() 898 if (blockMode == LZ4F_blockIndependent) return LZ4F_compressBlock; in LZ4F_selectCompression() 901 if (blockMode == LZ4F_blockIndependent) return LZ4F_compressBlockHC; in LZ4F_selectCompression() 1077 * This is only supported when LZ4F_blockIndependent is used 1088 RETURN_ERROR_IF(cctxPtr->prefs.frameInfo.blockMode != LZ4F_blockIndependent, blockMode_invalid); in LZ4F_uncompressedUpdate()
|
H A D | lz4frame.h | 140 LZ4F_blockIndependent enumerator 177 LZ4F_blockMode_t blockMode; /* LZ4F_blockLinked, LZ4F_blockIndependent; 0 == default */ 576 * This is only supported when LZ4F_blockIndependent is used
|
/third_party/lz4/tests/ |
H A D | frametest.c | 709 cParams.frameInfo.blockMode = LZ4F_blockIndependent; in basicTests() 1087 && prefs.frameInfo.blockMode == LZ4F_blockIndependent /* uncompressedUpdate is only valid with blockMode==independent */ in fuzzerTests()
|
/third_party/lz4/programs/ |
H A D | lz4io.c | 1539 buffer[2] = (blockMode == LZ4F_blockIndependent) ? 'I' : 'D'; in LZ4IO_blockTypeID()
|
Completed in 12 milliseconds