Searched refs:kBottom25Bits (Results 1 – 1 of 1) sorted by relevance
774 static const int64_t kBottom25Bits = 0x1ffffffLL; variable903 h2 += h1 >> 25; h1 &= kBottom25Bits; in fe_tobytes()905 h4 += h3 >> 25; h3 &= kBottom25Bits; in fe_tobytes()907 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes()909 h8 += h7 >> 25; h7 &= kBottom25Bits; in fe_tobytes()911 h9 &= kBottom25Bits; in fe_tobytes()