Lines Matching defs:shift
267 int shift;
282 shift = 0;
283 while (!BN_is_bit_set(B, shift)) { /* note that 0 < B */
284 shift++;
296 if (shift > 0) {
297 if (!BN_rshift(B, B, shift))
304 shift = 0;
305 while (!BN_is_bit_set(A, shift)) { /* note that 0 < A */
306 shift++;
316 if (shift > 0) {
317 if (!BN_rshift(A, A, shift))
636 /* add powers of 2 removed, then correct the artificial shift */