HomeSort by relevance Sort by last modified time
    Searched defs:BIGINT_INVALID (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 466 #define BIGINT_INVALID ((Bigint *)&bigint_invalid_value)
595 /* Return BIGINT_INVALID on allocation failure.
620 rv = BIGINT_INVALID;
641 if (v && v != BIGINT_INVALID) {
659 if (*px == BIGINT_INVALID)
661 if (y == BIGINT_INVALID) {
663 *px = BIGINT_INVALID;
684 if (b == BIGINT_INVALID)
707 if (b1 == BIGINT_INVALID) {
779 if (b == BIGINT_INVALID)
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 466 #define BIGINT_INVALID ((Bigint *)&bigint_invalid_value)
595 /* Return BIGINT_INVALID on allocation failure.
620 rv = BIGINT_INVALID;
641 if (v && v != BIGINT_INVALID) {
659 if (*px == BIGINT_INVALID)
661 if (y == BIGINT_INVALID) {
663 *px = BIGINT_INVALID;
684 if (b == BIGINT_INVALID)
707 if (b1 == BIGINT_INVALID) {
779 if (b == BIGINT_INVALID)
    [all...]

Completed in 54 milliseconds