Home
last modified time | relevance | path

Searched refs:LZ4F_max4MB (Results 1 – 7 of 7) sorted by relevance

/third_party/lz4/lib/
Dlz4file.c104 case LZ4F_max4MB: in LZ4F_readOpen()
205 case LZ4F_max4MB: in LZ4F_writeOpen()
Dlz4frame.h128 LZ4F_max4MB=7 enumerator
Dlz4frame.c330 if (blockSizeID < LZ4F_max64KB || blockSizeID > LZ4F_max4MB) in LZ4F_getBlockSize()
/third_party/lz4/ossfuzz/
Dlz4_helpers.c8 info.blockSizeID = FUZZ_rand32(seed, LZ4F_max64KB - 1, LZ4F_max4MB); in FUZZ_randomFrameInfo()
Dfuzz_data_producer.c53 info.blockSizeID = FUZZ_dataProducer_range32(producer, LZ4F_max64KB - 1, LZ4F_max4MB); in FUZZ_dataProducer_frameInfo()
/third_party/lz4/examples/
DframeCompress.c192 case LZ4F_max4MB: return 1 << 22; in get_block_size()
/third_party/lz4/tests/
Dframetest.c484 prefs.frameInfo.blockSizeID = LZ4F_max4MB; in basicTests()