Searched refs:next_s (Results 1 – 2 of 2) sorted by relevance
91 my $next_s = $self->transition->[$s][$c - $self->min->[$s]]; # move to next state93 if ($next_s < 0) {113 $s = $next_s;
881 for (int s = 0, next_s = SC.find_first(); next_s != -1; in computeSubClasses() local882 next_s = SC.find_next(s)) { in computeSubClasses()883 std::advance(I, next_s - s); in computeSubClasses()884 s = next_s; in computeSubClasses()