Searched refs:limit_ (Results 1 – 2 of 2) sorted by relevance
67 stack_top_(-1), current_(0), limit_(8192 - 16) in Descriptors()86 this->limit_ = 8; in open()170 if (this->current_ >= this->limit_) in open()183 this->limit_ = this->current_ - 16; in open()184 if (this->limit_ < 8) in open()185 this->limit_ = 8; in open()205 || (this->current_ > this->limit_ && !pod->is_write)) in release()
94 int limit_; variable