Lines Matching refs:ctrl_t
171 using ctrl_t = signed char;
176 enum Ctrl : ctrl_t {
217 inline static swiss_table::ctrl_t H2(uint32_t hash) {
241 explicit GroupSse2Impl(const ctrl_t* pos) {
277 void ConvertSpecialToEmptyAndFullToDeleted(ctrl_t* dst) const {
299 explicit GroupSse2Polyfill(const ctrl_t* pos) { memcpy(ctrl_, pos, kWidth); }
327 void ConvertSpecialToEmptyAndFullToDeleted(ctrl_t* dst) const {
348 ctrl_t ctrl_[kWidth];
354 explicit GroupPortableImpl(const ctrl_t* pos)
356 reinterpret_cast<uintptr_t>(const_cast<ctrl_t*>(pos)))) {}
399 void ConvertSpecialToEmptyAndFullToDeleted(ctrl_t* dst) const {