Searched refs:maxiteration (Results 1 – 2 of 2) sorted by relevance
100 const uint32_t maxiteration = 8096; variable151 maxpixels = maxpixels_per_frame * maxiteration; in LLVMFuzzerTestOneInput()152 maxsamples = maxsamples_per_frame * maxiteration; in LLVMFuzzerTestOneInput()305 while (data < end && it < maxiteration) { in LLVMFuzzerTestOneInput()371 while (decode_more && it++ < maxiteration) { in LLVMFuzzerTestOneInput()415 } while (got_frame == 1 && it++ < maxiteration); in LLVMFuzzerTestOneInput()
90 const uint32_t maxiteration = 8096; variable196 for(it = 0; it < maxiteration; it++) { in LLVMFuzzerTestOneInput()