Home
last modified time | relevance | path

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

/external/brotli/fuzz/
Ddecode_fuzzer.cc21 const size_t total_out_limit = (addend == 0) ? (1 << 26) : (1 << 24); in LLVMFuzzerTestOneInput() local
41 if (total_out > total_out_limit) in LLVMFuzzerTestOneInput()
44 if (total_out > total_out_limit) in LLVMFuzzerTestOneInput()