Searched refs:iter_ (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.cc188 : iter_() {
192 if (iter_++ < kActiveSpinIters)
200 u64 active = iter_ % kActiveSpinIters;
201 u64 passive = iter_ - active;
206 int iter_; member in class:__tsan::Backoff
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.cc186 : iter_() {
190 if (iter_++ < kActiveSpinIters)
198 u64 active = iter_ % kActiveSpinIters;
199 u64 passive = iter_ - active;
204 int iter_; member in class:__tsan::Backoff
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenpreds.c702 #define FOR_ALL_CONSTRAINTS(iter_) \
703 for (iter_ = first_constraint; iter_; iter_ = iter_->next_textual)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenpreds.cc703 #define FOR_ALL_CONSTRAINTS(iter_) \
704 for (iter_ = first_constraint; iter_; iter_ = iter_->next_textual)
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dpowerpc.cc4624 : off_(off), indx_(indx), iter_(0), notoc_(0), r2save_(0), localentry0_(0)
4629 unsigned int iter_ : 1; member in struct:__anon1781::Stub_table::Plt_stub_ent
4637 : off_(off), iter_(false), notoc_(notoc), save_res_(save_res)
4641 bool iter_; member in struct:__anon1781::Stub_table::Branch_stub_ent
5087 if (p.second || (this->resizing_ && !p.first->second.iter_))
5091 p.first->second.iter_ = 1;
5138 if (p.second || (this->resizing_ && !p.first->second.iter_))
5142 p.first->second.iter_ = 1;
5230 if (p.second || (this->resizing_ && !p.first->second.iter_))
5234 p.first->second.iter_
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dpowerpc.cc4785 : off_(off), indx_(indx), tocoff_(0), p9off_(0), tsize_ (0), iter_(0),
4798 unsigned int iter_ : 1; member in struct:__anon464::Stub_table::Plt_stub_ent
4811 : off_(off), tocoff_(0), p9off_(0), iter_(0), toc_(0), notoc_(0),
4821 unsigned int iter_ : 1; member in struct:__anon464::Stub_table::Branch_stub_ent
5279 if (p.second || (this->resizing_ && !p.first->second.iter_))
5283 p.first->second.iter_ = 1;
5346 if (p.second || (this->resizing_ && !p.first->second.iter_))
5350 p.first->second.iter_ = 1;
5463 if (p.second || (this->resizing_ && !p.first->second.iter_))
5467 p.first->second.iter_
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dpowerpc.cc4643 : off_(off), indx_(indx), iter_(0), notoc_(0), toc_(0),
4649 unsigned int iter_ : 1; member in struct:__anon1710::Stub_table::Plt_stub_ent
4659 : off_(off), iter_(0), notoc_(notoc), toc_(0), save_res_(save_res),
4664 unsigned int iter_ : 1; member in struct:__anon1710::Stub_table::Branch_stub_ent
5117 if (p.second || (this->resizing_ && !p.first->second.iter_))
5121 p.first->second.iter_ = 1;
5175 if (p.second || (this->resizing_ && !p.first->second.iter_))
5179 p.first->second.iter_ = 1;
5274 if (p.second || (this->resizing_ && !p.first->second.iter_))
5278 p.first->second.iter_
[all...]

Completed in 238 milliseconds