Searched refs:ncopy (Results 1 – 1 of 1) sorted by relevance
965 mp_small ncopy; in cf_copy() local968 if ((res = mp_int_to_int(n, &ncopy)) != MP_OK) return res; in cf_copy()970 if (ncopy < 1 || ncopy >= sp->used) return MP_RANGE; in cf_copy()974 for (ix = 0; ix < ncopy; ++ix) { in cf_copy()975 mp_int old = sp->elts[sp->used - ncopy]; in cf_copy()