Searched defs:nlimbs (Results 1 – 4 of 4) sorted by relevance
30 MPI mpi_alloc(unsigned nlimbs) in mpi_alloc()57 mpi_ptr_t mpi_alloc_limb_space(unsigned nlimbs) in mpi_alloc_limb_space()75 void mpi_assign_limb_space(MPI a, mpi_ptr_t ap, unsigned nlimbs) in mpi_assign_limb_space()86 int mpi_resize(MPI a, unsigned nlimbs) in mpi_resize()
39 unsigned nbits, nlimbs; in mpi_read_raw_data() local333 unsigned int nbits, nlimbs; in mpi_read_raw_from_sgl() local
107 unsigned int nlimbs = (n/BITS_PER_MPI_LIMB); in mpi_rshift() local
31 int nlimbs; /* number of valid limbs */ member