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

/linux-4.1.27/lib/mpi/
H A Dmpi-bit.c50 n = BITS_PER_MPI_LIMB; mpi_get_nbits()
51 n = BITS_PER_MPI_LIMB - n + (a->nlimbs - 1) * BITS_PER_MPI_LIMB; mpi_get_nbits()
H A Dgeneric_mpih-lshift.c50 sh_2 = BITS_PER_MPI_LIMB - sh_1; mpihelp_lshift()
H A Dgeneric_mpih-rshift.c51 sh_2 = BITS_PER_MPI_LIMB - sh_1; mpihelp_rshift()
H A Dmpi-internal.h142 _q += (nh); /* DI is 2**BITS_PER_MPI_LIMB too small */ \
238 #define W_TYPE_SIZE BITS_PER_MPI_LIMB
H A Dmpi-pow.c174 c = BITS_PER_MPI_LIMB - 1 - c; mpi_powm()
260 c = BITS_PER_MPI_LIMB; mpi_powm()
/linux-4.1.27/include/linux/
H A Dmpi.h42 #define BITS_PER_MPI_LIMB BITS_PER_LONG macro

Completed in 96 milliseconds