Searched refs:MPN_SQR_N_RECURSE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpih-mul.c44 #define MPN_SQR_N_RECURSE(prodp, up, size, tspace) \ macro
284 MPN_SQR_N_RECURSE( prodp, up, esize, tspace );
300 MPN_SQR_N_RECURSE(prodp + size, up + hsize, hsize, tspace);
313 MPN_SQR_N_RECURSE(tspace, prodp, hsize, tspace + size);
328 MPN_SQR_N_RECURSE (tspace, up, hsize, tspace + size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpih-mul.c44 #define MPN_SQR_N_RECURSE(prodp, up, size, tspace) \ macro
284 MPN_SQR_N_RECURSE( prodp, up, esize, tspace );
300 MPN_SQR_N_RECURSE(prodp + size, up + hsize, hsize, tspace);
313 MPN_SQR_N_RECURSE(tspace, prodp, hsize, tspace + size);
328 MPN_SQR_N_RECURSE (tspace, up, hsize, tspace + size);

Completed in 53 milliseconds