Searched defs:nlimbs (Results 1 – 4 of 4) sorted by relevance
32 MPI mpi_alloc(unsigned nlimbs) in mpi_alloc()59 mpi_ptr_t mpi_alloc_limb_space(unsigned nlimbs) in mpi_alloc_limb_space()77 void mpi_assign_limb_space(MPI a, mpi_ptr_t ap, unsigned nlimbs) in mpi_assign_limb_space()88 int mpi_resize(MPI a, unsigned nlimbs) in mpi_resize()
40 unsigned nbits, nlimbs; in mpi_read_raw_data() local334 unsigned int nbits, nlimbs; in mpi_read_raw_from_sgl() local
109 unsigned int nlimbs = (n/BITS_PER_MPI_LIMB); in mpi_rshift() local
31 int nlimbs; /* number of valid limbs */ member