Searched refs:shift (Results 1 – 1 of 1) sorted by relevance
222 static u64 vli_lshift(u64 *result, const u64 *in, unsigned int shift, in vli_lshift() argument231 result[i] = (temp << shift) | carry; in vli_lshift()232 carry = temp >> (64 - shift); in vli_lshift()608 int shift = (ndigits * 2 * 64) - vli_num_bits(mod, ndigits); in vli_mmod_slow() local609 int word_shift = shift / 64; in vli_mmod_slow()610 int bit_shift = shift % 64; in vli_mmod_slow()621 for (i = 1; shift >= 0; --shift) { in vli_mmod_slow()