Searched refs:ISDIGIT (Results 26 - 50 of 221) sorted by relevance

123456789

/haiku-buildtools/gcc/gcc/
H A Dgodump.c238 if (!ISDIGIT (p[1]))
254 while (ISDIGIT (*p) || *p == '.' || *p == 'e' || *p == 'E'
H A Dstringpool.c105 if (length == 1 && ISDIGIT (contents[0]))
H A Dgenextract.c326 else if (ISDIGIT (path[i]))
338 else if (ISDIGIT (path[i]))
/haiku-buildtools/gcc/libiberty/
H A D_doprnt.c101 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
110 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */
H A Dcplus-dem.c505 if (! ISDIGIT ((unsigned char)**type))
508 while (ISDIGIT ((unsigned char)**type))
519 while (ISDIGIT ((unsigned char) **type))
547 if (!ISDIGIT ((unsigned char)**mangled))
934 while (ISLOWER(*p) || ISDIGIT (*p)
935 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1]))));
1068 if (ISDIGIT (*p))
1073 while (ISDIGIT (*p) || (p[0] == '_' && ISDIGIT (p[1])));
1121 while (ISDIGIT (*
[all...]
H A Dd-demangle.c437 while (ISDIGIT (*mangled))
605 if (ISDIGIT (*mangled))
619 if (ISDIGIT (mangled[3]) && mangled[3] != '0')
779 while (ISDIGIT (*mangled))
872 while (ISDIGIT (*mangled))
1167 if (mangled && !ISDIGIT (*mangled))
1175 while (mangled && ISDIGIT (*mangled));
/haiku-buildtools/gcc/mpfr/src/
H A Dget_d64.c31 #define ISDIGIT(c) ('0' <= c && c <= '9') macro
189 while (ISDIGIT (*s))
195 while (ISDIGIT (*s))
/haiku-buildtools/binutils/libiberty/
H A Dcplus-dem.c519 if (! ISDIGIT ((unsigned char)**type))
522 while (ISDIGIT ((unsigned char)**type))
533 while (ISDIGIT ((unsigned char) **type))
561 if (!ISDIGIT ((unsigned char)**mangled))
985 while (ISLOWER(*p) || ISDIGIT (*p)
986 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1]))));
1119 if (ISDIGIT (*p))
1124 while (ISDIGIT (*p) || (p[0] == '_' && ISDIGIT (p[1])));
1172 while (ISDIGIT (*
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dcplus-dem.c496 if (! ISDIGIT ((unsigned char)**type))
499 while (ISDIGIT ((unsigned char)**type))
510 while (ISDIGIT ((unsigned char) **type))
538 if (!ISDIGIT ((unsigned char)**mangled))
947 if (ISDIGIT ((unsigned char) mangled[len0 - 1])) {
948 for (i = len0 - 2; i >= 0 && ISDIGIT ((unsigned char) mangled[i]); i -= 1)
1457 while (**mangled && ISDIGIT ((unsigned char)**mangled))
1793 while (ISDIGIT ((unsigned char)**mangled))
1802 while (ISDIGIT ((unsigned char)**mangled))
1812 while (ISDIGIT ((unsigne
[all...]
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h97 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/haiku-buildtools/binutils/ld/
H A Dldbuildid.c84 if (ISDIGIT (xdigit))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-iq2000.c917 if (! ISDIGIT (*input_line_pointer))
936 while (ISDIGIT (*input_line_pointer))
945 if (! ISDIGIT (*input_line_pointer))
953 while (ISDIGIT (*input_line_pointer))
975 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-')
H A Dtc-or32.c291 if ((*s == 'r') && ISDIGIT (*(s + 1)))
819 || ! ISDIGIT ((unsigned char) input_line_pointer[0]))
825 while (ISDIGIT ((unsigned char) *s))
892 && ISDIGIT ((unsigned char) input_line_pointer[1]))
952 if (ISDIGIT (*s))
H A Dtc-h8300.c469 if (src[0] == '8' && !ISDIGIT (src[1]))
471 else if (src[0] == '2' && !ISDIGIT (src[1]))
473 else if (src[0] == '3' && !ISDIGIT (src[1]))
475 else if (src[0] == '4' && !ISDIGIT (src[1]))
477 else if (src[0] == '5' && !ISDIGIT (src[1]))
479 else if (src[0] == '2' && src[1] == '4' && !ISDIGIT (src[2]))
481 else if (src[0] == '3' && src[1] == '2' && !ISDIGIT (src[2]))
483 else if (src[0] == '1' && src[1] == '6' && !ISDIGIT (src[2]))
488 while (ISDIGIT (*src))
567 ISDIGIT (sr
[all...]
H A Dtc-i860.c557 if (ISDIGIT (*s++))
559 while (ISDIGIT (*s))
600 if (!ISDIGIT (c = *s++))
604 if (ISDIGIT (*s))
647 if (*s++ == 'f' && ISDIGIT (*s))
650 if (ISDIGIT (*s))
/haiku-buildtools/binutils/gas/config/
H A Dtc-dlx.c190 && ISDIGIT ((unsigned char) ptr[1]))
631 && ISDIGIT ((unsigned char) s[1]))
1100 if (c != '$' || ! ISDIGIT ((unsigned char) input_line_pointer[0]))
1106 while (ISDIGIT ((unsigned char) *s))
1148 ISDIGIT ((unsigned char) input_line_pointer[1]))
H A Dtc-iq2000.c865 if (! ISDIGIT (*input_line_pointer))
884 while (ISDIGIT (*input_line_pointer))
893 if (! ISDIGIT (*input_line_pointer))
901 while (ISDIGIT (*input_line_pointer))
922 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-')
H A Dtc-h8300.c520 if (src[0] == '8' && !ISDIGIT (src[1]))
522 else if (src[0] == '2' && !ISDIGIT (src[1]))
524 else if (src[0] == '3' && !ISDIGIT (src[1]))
526 else if (src[0] == '4' && !ISDIGIT (src[1]))
528 else if (src[0] == '5' && !ISDIGIT (src[1]))
530 else if (src[0] == '2' && src[1] == '4' && !ISDIGIT (src[2]))
532 else if (src[0] == '3' && src[1] == '2' && !ISDIGIT (src[2]))
534 else if (src[0] == '1' && src[1] == '6' && !ISDIGIT (src[2]))
539 while (ISDIGIT (*src))
624 ISDIGIT (sr
[all...]
H A Dobj-evax.c255 if ((id[0] == '$') && ISDIGIT (id[1]))
261 if (!ISDIGIT (id[i]))
H A Dtc-i860.c555 if (ISDIGIT (*s++))
557 while (ISDIGIT (*s))
598 if (!ISDIGIT (c = *s++))
602 if (ISDIGIT (*s))
645 if (*s++ == 'f' && ISDIGIT (*s))
648 if (ISDIGIT (*s))
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
/haiku-buildtools/legacy/binutils/gprof/
H A Dsym_ids.c139 if (ISDIGIT (spec[0]))
155 else if (ISDIGIT (*spec))
/haiku-buildtools/binutils/gprof/
H A Dsym_ids.c142 if (ISDIGIT (spec[0]))
158 else if (ISDIGIT (*spec))
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dlex.c585 if (ISDIGIT (nextc)) /* || nextc == '_') we don't start numbers with '_' */
677 if (! ISDIGIT (ch) && ch != '_')
687 } while (ISDIGIT (ch) || ch == '_');
700 if (ISDIGIT (ch) || ch == '_')
707 } while (ISDIGIT (ch) || ch == '_');
1094 if (! ISDIGIT (cc))
1197 if (!ISDIGIT (*p)) /* this test is for equal_number () */
1737 if (ISDIGIT(c))
1748 } while (ISDIGIT(c));
1815 if (ISDIGIT (
[all...]

Completed in 164 milliseconds

123456789