HomeSort by: relevance | last modified time | path
    Searched defs:mp_count_bits (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/nvmectl/
bignum.c 346 mp_count_bits(const mp_int *a) function in typeref:typename:int
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
    [all...]
bignum.c 346 mp_count_bits(const mp_int *a) function in typeref:typename:int
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
    [all...]
bignum.c 346 mp_count_bits(const mp_int *a) function in typeref:typename:int
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
    [all...]

Completed in 39 milliseconds