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

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_clear_multi.c21 mp_int* next_mp = mp; local
24 while (next_mp != NULL) {
25 mp_clear(next_mp);
26 next_mp = va_arg(args, mp_int*);
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c1206 mp_int* next_mp = mp; local
1209 while (next_mp != NULL) {
1210 mp_clear(next_mp);
1211 next_mp = va_arg(args, mp_int*);

Completed in 55 milliseconds