Searched refs:px (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdlib/
H A Dstrtod.c456 Bcopy_ptr(Bigint **px, Bigint *y) argument
458 if (*px == BIGINT_INVALID)
461 Bfree(*px); /* invalid input */
462 *px = BIGINT_INVALID;
464 Bcopy_valid(*px,y);

Completed in 26 milliseconds