Lines Matching defs:a_len
4103 void s_mpv_mul_d(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c)
4109 while (a_len--) {
4117 while (a_len--) {
4134 void s_mpv_mul_d_add(const mp_digit *a, mp_size a_len, mp_digit b,
4141 while (a_len--) {
4149 while (a_len--) {
4170 void s_mpv_mul_d_add_prop(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c)
4176 while (a_len--) {
4189 while (a_len--) {
4242 void s_mpv_sqr_add_prop(const mp_digit *pa, mp_size a_len, mp_digit *ps)
4258 for (ix = a_len; ix >= 4; ix -= 4) {
4283 while (a_len--) {