Searched defs:a_len (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.c249 s_bmul_d(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *d) argument
252 while (a_len--) {
263 s_bmul_d_add(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *d) argument
266 while (a_len--) {
H A Dmpi.c3925 void s_mpv_mul_d(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c) argument
3931 while (a_len--) {
3939 while (a_len--) {
3956 void s_mpv_mul_d_add(const mp_digit *a, mp_size a_len, mp_digit b, argument
3963 while (a_len--) {
3971 while (a_len--) {
3992 void s_mpv_mul_d_add_prop(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c) argument
3998 while (a_len--) {
4011 while (a_len--) {
4064 void s_mpv_sqr_add_prop(const mp_digit *pa, mp_size a_len, mp_digi argument
[all...]

Completed in 30 milliseconds