Searched refs:thisstream (Results 1 – 2 of 2) sorted by relevance
68 size_t i, thisstream = 0, numstreams = 1; in FuzzerTestOneInput() local174 thisstream = numstreams; in FuzzerTestOneInput()188 stream = allstreams[thisstream]; in FuzzerTestOneInput()191 thisstream = numstreams; in FuzzerTestOneInput()200 if (++thisstream == numstreams) in FuzzerTestOneInput()201 thisstream = 0; in FuzzerTestOneInput()202 stream = allstreams[thisstream]; in FuzzerTestOneInput()206 assert(thisstream < numstreams); in FuzzerTestOneInput()
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()