Searched refs:kBottom26Bits (Results 1 – 1 of 1) sorted by relevance
36 static const int64_t kBottom26Bits = INT64_C(0x3ffffff); variable155 h1 += h0 >> 26; h0 &= kBottom26Bits; in fe_tobytes()157 h3 += h2 >> 26; h2 &= kBottom26Bits; in fe_tobytes()159 h5 += h4 >> 26; h4 &= kBottom26Bits; in fe_tobytes()161 h7 += h6 >> 26; h6 &= kBottom26Bits; in fe_tobytes()163 h9 += h8 >> 26; h8 &= kBottom26Bits; in fe_tobytes()