Home | History | Annotate | Download | only in rtl

Lines Matching refs:n_

215     : n_()
221 : n_()
234 CHECK_NE(n_, 0);
238 n_ = 0;
251 n_ = cnt;
257 n_ = thr->shadow_stack_pos - thr->shadow_stack;
258 if (n_ + !!toppc == 0)
263 if (n_ + !!toppc > c_) {
264 start = n_ - c_ + !!toppc;
265 n_ = c_ - !!toppc;
269 (n_ + !!toppc) * sizeof(s_[0]));
271 for (uptr i = 0; i < n_; i++)
274 s_[n_] = toppc;
275 n_++;
285 return n_ == 0;
289 return n_;
293 CHECK_LT(i, n_);