Lines Matching defs:mp_count_bits
346 mp_count_bits(const mp_int *a)
416 int size = mp_count_bits(a);
1033 norm = mp_count_bits(&y) % DIGIT_BIT;
2661 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2692 p = mp_count_bits(n);
3237 x = mp_count_bits(X);
3494 iy = mp_count_bits(a);
3939 p = mp_count_bits(a);
3970 p = mp_count_bits(n);
4015 bits = mp_count_bits(b) % DIGIT_BIT;
4907 *size = mp_count_bits(a) + (a->sign == MP_NEG ? 1 : 0) + 1;
5471 return mp_count_bits(a);