Searched refs:MPN_MUL_N_RECURSE (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/lib/mpi/ |
D | mpih-mul.c | 34 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ macro 125 MPN_MUL_N_RECURSE(prodp, up, vp, esize, tspace); in mul_n() 155 MPN_MUL_N_RECURSE(prodp + size, up + hsize, vp + hsize, hsize, in mul_n() 179 MPN_MUL_N_RECURSE(tspace, prodp, prodp + hsize, hsize, in mul_n() 203 MPN_MUL_N_RECURSE(tspace, up, vp, hsize, tspace + size); in mul_n() 350 MPN_MUL_N_RECURSE(prodp, up, vp, vsize, ctx->tspace); in mpihelp_mul_karatsuba_case() 370 MPN_MUL_N_RECURSE(ctx->tp, up, vp, vsize, ctx->tspace); in mpihelp_mul_karatsuba_case()
|
D | mpi-internal.h | 100 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ macro
|