Home
last modified time | relevance | path

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

/PHP-5.4/ext/bcmath/libbcmath/src/
H A Ddiv.c54 unsigned char *nptr, *rptr; local
66 rptr = (unsigned char *) (result+size-1);
72 *rptr-- = value % BASE;
76 if (carry != 0) *rptr = carry;

Completed in 4 milliseconds