Searched refs:indx (Results 1 – 1 of 1) sorted by relevance
77 int indx, sum, prodlen; in _bc_simp_mul() local89 for (indx = 0; indx < prodlen-1; indx++) in _bc_simp_mul()91 n1ptr = (char *) (n1end - MAX(0, indx-n2len+1)); in _bc_simp_mul()92 n2ptr = (char *) (n2end - MIN(indx, n2len-1)); in _bc_simp_mul()
Completed in 7 milliseconds