Lines Matching full:nnext
755 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot756 int mem = sizeof(State) + nnext*sizeof(State*) + ninst*sizeof(int);767 s->inst_ = reinterpret_cast<int*>(s->next_ + nnext);768 memset(s->next_, 0, nnext*sizeof s->next_[0]);