Searched refs:mp_limb_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c323 typedef unsigned int mp_limb_t; typedef
325 typedef int mp_limb_verify[2 * (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS) - 1];
335 mp_limb_t *limbs; /* Bits in little-endian order, allocated with malloc(). */
344 const mp_limb_t *p1;
345 const mp_limb_t *p2;
368 dest->limbs = (mp_limb_t *) malloc (1);
374 mp_limb_t *dp;
378 dp = (mp_limb_t *) malloc (dlen * sizeof (mp_limb_t));
385 mp_limb_t digit
[all...]

Completed in 32 milliseconds