Searched refs:width_mask (Results 1 – 1 of 1) sorted by relevance
215 uint64_t width_mask = ~UINT64_C(0) >> (64 - width); in RotateRight() local218 value &= width_mask; in RotateRight()221 return value & width_mask; in RotateRight()