Searched refs:shift_mask (Results 1 – 1 of 1) sorted by relevance
213 const uint64_t shift_mask = (uint64_t(1) << shift_amount) - 1; in right_shift() local237 accumulator &= shift_mask; in right_shift()248 accumulator &= shift_mask; in right_shift()