Searched refs:kBottom26Bits (Results 1 – 1 of 1) sorted by relevance
37 static const int64_t kBottom26Bits = 0x3ffffffLL; variable156 h1 += h0 >> 26; h0 &= kBottom26Bits; in fe_tobytes()158 h3 += h2 >> 26; h2 &= kBottom26Bits; in fe_tobytes()160 h5 += h4 >> 26; h4 &= kBottom26Bits; in fe_tobytes()162 h7 += h6 >> 26; h6 &= kBottom26Bits; in fe_tobytes()164 h9 += h8 >> 26; h8 &= kBottom26Bits; in fe_tobytes()