Home
last modified time | relevance | path

Searched refs:n1end (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c66 char *n1end, *n2end; /* To the end of n1 and n2. */ in _bc_simp_mul() local
73 n1end = (char *) (n1->n_value + n1len - 1); in _bc_simp_mul()
79 n1ptr = (char *) (n1end - MAX(0, index - n2len + 1)); in _bc_simp_mul()

Completed in 5 milliseconds