Searched refs:indx (Results 1 – 1 of 1) sorted by relevance
74 int indx, sum, prodlen; in _bc_simp_mul() local86 for (indx = 0; indx < prodlen-1; indx++) in _bc_simp_mul()88 n1ptr = (char *) (n1end - MAX(0, indx-n2len+1)); in _bc_simp_mul()89 n2ptr = (char *) (n2end - MIN(indx, n2len-1)); in _bc_simp_mul()
Completed in 6 milliseconds