Home | History | Annotate | Download | only in fst

Lines Matching refs:rshift

301           int rshift = CHAR_BIT * sizeof(size_t) - lshift;
303 hash ^= n << lshift ^ n >> rshift ^ element.weight.Hash();