Searched refs:res_ptr (Results 1 – 7 of 7) sorted by relevance
/lib/mpi/ |
D | mpi-inline.h | 37 mpihelp_add_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_add_1() argument 44 *res_ptr++ = s2_limb; in mpihelp_add_1() 48 *res_ptr++ = x; /* and store */ in mpihelp_add_1() 56 if (res_ptr != s1_ptr) { /* not the same variable */ in mpihelp_add_1() 59 res_ptr[i] = s1_ptr[i]; in mpihelp_add_1() 65 mpihelp_add(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, in mpihelp_add() argument 71 cy = mpihelp_add_n(res_ptr, s1_ptr, s2_ptr, s2_size); in mpihelp_add() 74 cy = mpihelp_add_1(res_ptr + s2_size, s1_ptr + s2_size, in mpihelp_add() 80 mpihelp_sub_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_sub_1() argument 87 *res_ptr++ = s2_limb; in mpihelp_sub_1() [all …]
|
D | generic_mpih-mul2.c | 33 mpihelp_addmul_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_addmul_1() argument 44 res_ptr -= j; in mpihelp_addmul_1() 54 x = res_ptr[j]; in mpihelp_addmul_1() 57 res_ptr[j] = prod_low; in mpihelp_addmul_1()
|
D | generic_mpih-mul3.c | 33 mpihelp_submul_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_submul_1() argument 44 res_ptr -= j; in mpihelp_submul_1() 54 x = res_ptr[j]; in mpihelp_submul_1() 57 res_ptr[j] = prod_low; in mpihelp_submul_1()
|
D | generic_mpih-mul1.c | 33 mpihelp_mul_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, in mpihelp_mul_1() argument 46 res_ptr -= j; in mpihelp_mul_1() 53 res_ptr[j] = prod_low; in mpihelp_mul_1()
|
D | generic_mpih-add1.c | 34 mpihelp_add_n(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_add_n() argument 47 res_ptr -= j; in mpihelp_add_n() 57 res_ptr[j] = y; in mpihelp_add_n()
|
D | generic_mpih-sub1.c | 33 mpihelp_sub_n(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_sub_n() argument 46 res_ptr -= j; in mpihelp_sub_n() 56 res_ptr[j] = y; in mpihelp_sub_n()
|
D | mpi-internal.h | 171 mpi_limb_t mpihelp_add_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, 173 mpi_limb_t mpihelp_add_n(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, 175 mpi_limb_t mpihelp_add(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, 179 mpi_limb_t mpihelp_sub_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, 181 mpi_limb_t mpihelp_sub_n(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, 183 mpi_limb_t mpihelp_sub(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, 201 mpi_limb_t mpihelp_addmul_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, 203 mpi_limb_t mpihelp_submul_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, 218 mpi_limb_t mpihelp_mul_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr,
|