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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c324 # define GMP_LIMB_BITS 32 macro
325 typedef int mp_limb_verify[2 * (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS) - 1];
393 carry = carry >> GMP_LIMB_BITS;
418 with m>=0 and n>0 (in base beta = 2^GMP_LIMB_BITS).
527 ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr;
581 /* 0 <= s < GMP_LIMB_BITS.
600 accu = accu >> GMP_LIMB_BITS;
628 accu = accu >> GMP_LIMB_BITS;
639 ((mp_twolimb_t) b_msd << GMP_LIMB_BITS) | b_2msd;
650 ((mp_twolimb_t) r_ptr[j + b_len] << GMP_LIMB_BITS)
[all...]

Completed in 25 milliseconds