Lines Matching refs:mp_rshd
340 * array of mp_word to mp_digit than calling mp_rshd
1737 mp_rshd (&y, n - t);
1978 mp_rshd (c, b / DIGIT_BIT);
4501 /* much like mp_rshd this is implemented using a sliding window
4835 mp_rshd (x, n->used);
6589 mp_rshd (&q, um - 1);
6614 mp_rshd (&q, um + 1);
7051 void mp_rshd (mp_int * a, int b)
7414 mp_rshd (&t1,t1.used/2);
7868 mp_rshd(&a1, B);
7874 mp_rshd(&a2, B*2);
7884 mp_rshd(&b1, B);
7890 mp_rshd(&b2, B*2);
8149 mp_rshd(&a1, B);
8155 mp_rshd(&a2, B*2);