Lines Matching refs:kSentinel
259 kSentinel = -1, // 0b11111111
262 kEmpty & kDeleted & kSentinel & 0x80,
264 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
267 static_assert(kSentinel == -1,
273 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
285 kSentinel, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty,
313 inline bool IsEmptyOrDeleted(ctrl_t c) { return c < kSentinel; }
360 auto special = _mm_set1_epi8(kSentinel);
367 auto special = _mm_set1_epi8(kSentinel);
462 assert(ctrl[capacity] == kSentinel);
469 ctrl[capacity] = kSentinel;
656 assert(!ctrl_ || IsFull(*ctrl_) || *ctrl_ == kSentinel);
1743 ctrl_[capacity_] = kSentinel;