Searched refs:mp_digit (Results 1 – 1 of 1) sorted by relevance
73 typedef unsigned long mp_digit; typedef79 typedef unsigned long mp_digit; typedef92 #define MP_MASK ((((mp_digit)1)<<((mp_digit)DIGIT_BIT))-((mp_digit)1))128 mp_digit *dp;156 static void mp_set(mp_int * a, mp_digit b);193 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);250 register mp_digit u, *tmpa, *tmpb, *tmpc; in s_mp_add()271 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()286 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()326 register mp_digit u, *tmpa, *tmpb, *tmpc; in s_mp_sub()[all …]