Lines Matching refs:kEmpty
177 kEmpty = -128, // 0b10000000
182 kEmpty & kDeleted & kSentinel & 0x80,
184 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
185 "kEmpty and kDeleted must be smaller than kSentinel to make the "
190 static_assert(kEmpty == -128,
191 "kEmpty must be -128 to make the SIMD check for its "
193 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
194 "kEmpty and kDeleted must share an unset bit that is not shared "
207 kEmpty & kDeleted & kSentinel & kNotFullMask,
255 // This only works because kEmpty is -128.
259 return Match(static_cast<h2_t>(kEmpty));
314 return Match(static_cast<h2_t>(kEmpty));
330 dst[i] = kEmpty;
369 // - they never occur on kEmpty, kDeleted, kSentinel