Searched refs:iterations_left (Results 1 – 1 of 1) sorted by relevance
274 unsigned int iterations_left = kMaxIterationCount; in Dispatch() local275 while (has_more && --iterations_left != 0) { in Dispatch()