Lines Matching defs:a_len
3931 void s_mpv_mul_d(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c)
3937 while (a_len--) {
3945 while (a_len--) {
3962 void s_mpv_mul_d_add(const mp_digit *a, mp_size a_len, mp_digit b,
3969 while (a_len--) {
3977 while (a_len--) {
3998 void s_mpv_mul_d_add_prop(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c)
4004 while (a_len--) {
4017 while (a_len--) {
4070 void s_mpv_sqr_add_prop(const mp_digit *pa, mp_size a_len, mp_digit *ps)
4086 for (ix = a_len; ix >= 4; ix -= 4) {
4111 while (a_len--) {