Lines Matching defs:next_mp
1206 mp_int* next_mp = mp;1209 while (next_mp != NULL) {1210 mp_clear(next_mp);1211 next_mp = va_arg(args, mp_int*);