Searched refs:kH2Bits (Results 1 – 2 of 2) sorted by relevance
203 static constexpr int kH2Bits = 7; variable205 static constexpr int kNotFullMask = (1 << kH2Bits);212 inline static uint32_t H1(uint32_t hash) { return (hash >> kH2Bits); } in H1()218 return hash & ((1 << kH2Bits) - 1); in H2()
26 const kH2Bits: constexpr int32 generates 'swiss_table::kH2Bits';28 constexpr uint32 generates '((1 << swiss_table::kH2Bits) - 1)';94 return hash >>> Unsigned(FromConstexpr<int32>(kH2Bits));