Searched refs:index_ (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/top/
H A Dutils.c293 static int index_ = 0; local
296 ret = retarray[index_];
297 index_ = (index_ + 1) % NUM_STRINGS;
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h276 : file_(a_file), line_(a_line), index_(an_index), write_fd_(a_write_fd) {}
284 int index() const { return index_; }
290 int index_; member in class:testing::internal::InternalRunDeathTestFlag
H A Dgtest-param-util.h232 : base_(base), value_(value), index_(index), step_(step) {}
240 index_++;
253 CheckedDowncastToActualType<const Iterator>(&other)->index_;
254 return index_ == other_index;
262 index_(other.index_),
270 int index_; member in class:testing::internal::RangeGenerator::Iterator
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc1199 DestructorTracker() : index_(GetNewIndex()) {}
1201 : index_(GetNewIndex()) {}
1205 DestructorCall::List()[index_]->ReportDestroyed();
1213 const size_t index_; member in class:testing::internal::DestructorTracker
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc792 explicit SampleAnyType(int i) : index_(0), i_(i) {}
793 explicit SampleAnyType(const std::string& s) : index_(1), s_(s) {}
801 int index_; member in class:testing::gmock_matchers_test::__anon13::SampleAnyType
805 const int* get_impl(int*) const { return index_ == 0 ? &i_ : nullptr; }
807 return index_ == 1 ? &s_ : nullptr;
/freebsd-current/sys/dev/mrsas/
H A Dmrsas_fp.c128 #define SPAN_ROW_SIZE(map, ld, index_) MR_LdSpanPtrGet(ld, index_, map)->spanRowSize
129 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) \
130 MR_LdSpanPtrGet(ld, index_, map)->spanRowDataSize

Completed in 89 milliseconds