Searched refs:thisstream (Results 1 – 1 of 1) sorted by relevance
57 size_t i, thisstream = 0, numstreams = 1; in FuzzerTestOneInput() local183 thisstream = numstreams; in FuzzerTestOneInput()198 stream = allstreams[thisstream]; in FuzzerTestOneInput()201 thisstream = numstreams; in FuzzerTestOneInput()210 if (++thisstream == numstreams) in FuzzerTestOneInput()211 thisstream = 0; in FuzzerTestOneInput()212 stream = allstreams[thisstream]; in FuzzerTestOneInput()216 assert(thisstream < numstreams); in FuzzerTestOneInput()
Completed in 6 milliseconds