Searched refs:BITS_PER_MPI_LIMB (Results 1 – 6 of 6) sorted by relevance
50 n = BITS_PER_MPI_LIMB; in mpi_get_nbits()51 n = BITS_PER_MPI_LIMB - n + (a->nlimbs - 1) * BITS_PER_MPI_LIMB; in mpi_get_nbits()
50 sh_2 = BITS_PER_MPI_LIMB - sh_1; in mpihelp_lshift()
51 sh_2 = BITS_PER_MPI_LIMB - sh_1; in mpihelp_rshift()
174 c = BITS_PER_MPI_LIMB - 1 - c; in mpi_powm()260 c = BITS_PER_MPI_LIMB; in mpi_powm()
238 #define W_TYPE_SIZE BITS_PER_MPI_LIMB
42 #define BITS_PER_MPI_LIMB BITS_PER_LONG macro