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

  /src/sbin/nvmectl/
humanize_bignum.c 48 static mp_digit digit = 5UL;
56 static mp_digit digit = 10UL;
64 static mp_digit digit = 50UL;
72 static mp_digit digit = 100UL;
80 static mp_digit digit = 995UL;
88 static mp_digit digit = 1000UL;
96 static mp_digit digit = 1024UL;
bignum.c 73 #define MP_MASK ((((mp_digit)1)<<((mp_digit)DIGIT_BIT))-((mp_digit)1))
99 static int signed_subtract_word(mp_int *a, mp_digit b, mp_int *c);
127 mp_digit *tmp;
159 mp_digit *top, *bottom;
254 mp_digit d;
278 d = (mp_digit) (b % DIGIT_BIT);
280 mp_digit *tmpc, shift, mask, carry, rr;
284 mask = (((mp_digit)1) << d) - 1
    [all...]
bn.h 48 typedef unsigned long mp_digit; typedef in typeref:typename:unsigned long
53 mp_digit *dp; /* array of digits */
60 #define BN_ULONG mp_digit

Completed in 12 milliseconds