Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:mp_lshd

1725   if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
1789 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
1802 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
4234 if (mp_lshd (&t1, B) != MP_OKAY)
4236 if (mp_lshd (&x1y1, B * 2) != MP_OKAY)
4361 if (mp_lshd (&t1, B) != MP_OKAY)
4363 if (mp_lshd (&x1x1, B * 2) != MP_OKAY)
4473 int mp_lshd (mp_int * a, int b)
5110 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
6344 if ((res = mp_lshd (a, 1)) != MP_OKAY) {
6634 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY)
8067 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
8070 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) {
8073 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) {
8076 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
8299 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
8302 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) {
8305 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) {
8308 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {