Searched refs:kBottom26Bits (Results 1 – 1 of 1) sorted by relevance
775 static const int64_t kBottom26Bits = 0x3ffffffLL; variable902 h1 += h0 >> 26; h0 &= kBottom26Bits; in fe_tobytes()904 h3 += h2 >> 26; h2 &= kBottom26Bits; in fe_tobytes()906 h5 += h4 >> 26; h4 &= kBottom26Bits; in fe_tobytes()908 h7 += h6 >> 26; h6 &= kBottom26Bits; in fe_tobytes()910 h9 += h8 >> 26; h8 &= kBottom26Bits; in fe_tobytes()