Searched refs:indx_ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dbitmap.h129 unsigned int indx_ = (MIN) / BITMAP_ELEMENT_ALL_BITS; \
136 while (ptr_ != 0 && ptr_->indx < indx_) \
139 if (ptr_ != 0 && ptr_->indx != indx_) \
187 unsigned int indx_ = (MIN) / BITMAP_ELEMENT_ALL_BITS; \
193 while (ptr1_ != 0 && ptr1_->indx < indx_) \
196 if (ptr1_ != 0 && ptr1_->indx != indx_) \
254 unsigned int indx_ = (MIN) / BITMAP_ELEMENT_ALL_BITS; \
260 while (ptr1_ != 0 && ptr1_->indx < indx_) \
263 if (ptr1_ != 0 && ptr1_->indx != indx_) \
/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc4265 unsigned int indx_; member in class:__anon572::Stub_table::Plt_stub_ent
4351 ent.indx_ = this->plt_call_stubs_.size();
4370 ent.indx_ = this->plt_call_stubs_.size();
4650 sorted[cs->first.indx_] = cs;

Completed in 83 milliseconds