bignum.c | 183 /* much like rshift_digits this is implemented using a sliding window 727 rshift_digits(mp_int * a, int b) function in typeref:typename:int 931 rshift_digits(c, b / DIGIT_BIT); 1063 rshift_digits(&y, n - t); 1830 rshift_digits(&a1, B); 1836 rshift_digits(&a2, B*2); 1846 rshift_digits(&b1, B); 1852 rshift_digits(&b2, B*2); 2595 rshift_digits(&q, um - 1); 2609 rshift_digits(&q, um + 1); [all...] |