Searched defs:mp_digit (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h148 /* We only use unsigned long for mp_digit iff long is more than 32 bits. */
150 typedef unsigned long mp_digit; typedef
161 typedef unsigned long long mp_digit; typedef
172 typedef unsigned int mp_digit; typedef
212 #define MP_DIGIT_BIT (CHAR_BIT*sizeof(mp_digit))
217 #define MP_HALF_RADIX (1+(mp_digit)MP_HALF_DIGIT_MAX)
240 mp_digit *dp; /* the digits themselves */
255 void mp_set(mp_int *mp, mp_digit d);
261 mp_err mp_add_d(const mp_int *a, mp_digit d, mp_int *b);
262 mp_err mp_sub_d(const mp_int *a, mp_digit
[all...]

Completed in 22 milliseconds