Home
last modified time | relevance | path

Searched refs:last_ (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_list.h32 first_ = last_ = 0; in clear()
42 first_ = last_ = x; in push_back()
46 last_->next = x; in push_back()
47 last_ = x; in push_back()
55 first_ = last_ = x; in push_front()
68 last_ = 0; in pop_front()
73 Item *back() { return last_; } in back()
82 l->last_->next = first_; in append_front()
96 last_->next = l->first_; in append_back()
97 last_ = l->last_; in append_back()
[all …]
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_vector.h31 , last_() { in Vector()
44 last_ = 0; in Reset()
97 T *last_; variable
102 if (size <= (uptr)(last_ - begin_)) { in EnsureSize()
106 uptr cap0 = last_ - begin_; in EnsureSize()
119 last_ = begin_ + cap; in EnsureSize()
/NextBSD/sys/net/altq/
HDaltq_rmclass.h179 struct timeval last_; /* time last packet sent */ member
HDaltq_rmclass.c1327 TV_DELTA(&ifd->ifnow_, &cl->last_, idle); in rmc_update_class_util()
1380 cl->last_ = ifd->ifnow_; in rmc_update_class_util()