Lines Matching refs:kSentinel
274 kSentinel = -1, // 0b11111111
277 kEmpty & kDeleted & kSentinel & 0x80,
279 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
282 static_assert(kSentinel == -1,
288 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
300 kSentinel, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty,
328 inline bool IsEmptyOrDeleted(ctrl_t c) { return c < kSentinel; }
375 auto special = _mm_set1_epi8(kSentinel);
382 auto special = _mm_set1_epi8(kSentinel);
477 assert(ctrl[capacity] == kSentinel);
484 ctrl[capacity] = kSentinel;
691 if (ABSL_PREDICT_FALSE(*ctrl_ == kSentinel)) ctrl_ = nullptr;
1764 ctrl_[capacity_] = kSentinel;