Home
last modified time | relevance | path

Searched refs:stableDst (Results 1 - 6 of 6) sorted by relevance

/third_party/lz4/ossfuzz/
H A Ddecompress_frame_fuzzer.c60 opts.stableDst = 0; in LLVMFuzzerTestOneInput()
62 opts.stableDst = 1; in LLVMFuzzerTestOneInput()
64 opts.stableDst = 0; in LLVMFuzzerTestOneInput()
66 opts.stableDst = 1; in LLVMFuzzerTestOneInput()
H A Dlz4_helpers.c35 opts.stableDst = 1; in FUZZ_decompressFrame()
H A Dround_trip_frame_uncompressed_fuzzer.c105 opts.stableDst = 1; in compress_round_trip()
/third_party/lz4/lib/
H A Dlz4frame.h358 unsigned stableDst; /* pledges that last 64KB decompressed data will remain available unmodified between invocations. member
H A Dlz4frame.c2028 && (!decompressOptionsPtr->stableDst) /* cannot rely on dst data to remain there for next call */ in LZ4F_decompress()
/third_party/lz4/tests/
H A Dframetest.c907 dOptions.stableDst = FUZ_rand(randState) & 1; in test_lz4f_decompression_wBuffers()
908 if (o_scenario == o_overwrite) dOptions.stableDst = 0; /* overwrite mode */ in test_lz4f_decompression_wBuffers()

Completed in 9 milliseconds