/toolchain/binutils/binutils-2.25/libiberty/ |
D | strverscmp.c | 130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp() 137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp() 140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp() 148 while (ISDIGIT (*p1++)) in strverscmp() 149 if (!ISDIGIT (*p2++)) in strverscmp() 152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
|
D | strtod.c | 106 if (ISDIGIT (*p) || *p == '.') in strtod() 109 while (ISDIGIT (*p) || (!got_dot && *p == '.')) in strtod() 123 if (ISDIGIT (p[i])) in strtod() 125 while (ISDIGIT (p[i])) in strtod()
|
D | cplus-dem.c | 498 if (! ISDIGIT ((unsigned char)**type)) in consume_count() 501 while (ISDIGIT ((unsigned char)**type)) in consume_count() 512 while (ISDIGIT ((unsigned char) **type)) in consume_count() 540 if (!ISDIGIT ((unsigned char)**mangled)) in consume_count_with_underscores() 927 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle() 928 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle() 1061 if (ISDIGIT (*p)) in ada_demangle() 1066 while (ISDIGIT (*p) || (p[0] == '_' && ISDIGIT (p[1]))); in ada_demangle() 1114 while (ISDIGIT (*p)) in ada_demangle() 1125 if (p[0] == '.' && ISDIGIT (p[1])) in ada_demangle() [all …]
|
D | d-demangle.c | 437 while (ISDIGIT (*mangled)) in dlang_type() 605 if (ISDIGIT (*mangled)) in dlang_identifier() 619 if (ISDIGIT (mangled[3]) && mangled[3] != '0') in dlang_identifier() 779 while (ISDIGIT (*mangled)) in dlang_parse_integer() 872 while (ISDIGIT (*mangled)) in dlang_parse_real() 1167 if (mangled && !ISDIGIT (*mangled)) in dlang_parse_symbol() 1175 while (mangled && ISDIGIT (*mangled)); in dlang_parse_symbol()
|
D | _doprnt.c | 101 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */ in _doprnt() 110 while (ISDIGIT(*ptr)) /* Handle explicit numeric value. */ in _doprnt()
|
D | strtoul.c | 91 if (ISDIGIT(c)) in strtoul()
|
D | strtoull.c | 96 if (ISDIGIT(c)) in strtoull()
|
D | strtol.c | 141 if (ISDIGIT(c)) in strtol()
|
D | strtoll.c | 149 if (ISDIGIT(c)) in strtoll()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | atof-generic.c | 167 if (ISDIGIT (c)) in atof_generic() 196 for (p++; (c = *p) && ISDIGIT (c); p++) in atof_generic() 217 if (ISDIGIT (c)) in atof_generic() 271 if (ISDIGIT (c)) in atof_generic() 382 if (ISDIGIT (c)) in atof_generic()
|
D | read.c | 1118 if ((LOCAL_LABELS_DOLLAR || LOCAL_LABELS_FB) && ISDIGIT (c)) in read_a_source_file() 1128 while (ISDIGIT (*input_line_pointer)) in read_a_source_file() 1797 if (!ISDIGIT (*name)) in s_mri_common() 1805 while (ISDIGIT (*input_line_pointer)); in s_mri_common() 2847 if (!ISDIGIT (*name)) in s_mri_sect() 2855 while (ISDIGIT (*input_line_pointer)); in s_mri_sect() 5434 ISDIGIT (c) && i < 3; in next_char_of_string() 5454 if (ISDIGIT (c)) in next_char_of_string()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-iq2000.c | 861 if (! ISDIGIT (*input_line_pointer)) in get_number() 880 while (ISDIGIT (*input_line_pointer)) in get_number() 889 if (! ISDIGIT (*input_line_pointer)) in get_number() 897 while (ISDIGIT (*input_line_pointer)) in get_number() 918 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-') in s_iq2000_ent()
|
D | tc-h8300.c | 515 if (src[0] == '8' && !ISDIGIT (src[1])) in skip_colonthing() 517 else if (src[0] == '2' && !ISDIGIT (src[1])) in skip_colonthing() 519 else if (src[0] == '3' && !ISDIGIT (src[1])) in skip_colonthing() 521 else if (src[0] == '4' && !ISDIGIT (src[1])) in skip_colonthing() 523 else if (src[0] == '5' && !ISDIGIT (src[1])) in skip_colonthing() 525 else if (src[0] == '2' && src[1] == '4' && !ISDIGIT (src[2])) in skip_colonthing() 527 else if (src[0] == '3' && src[1] == '2' && !ISDIGIT (src[2])) in skip_colonthing() 529 else if (src[0] == '1' && src[1] == '6' && !ISDIGIT (src[2])) in skip_colonthing() 534 while (ISDIGIT (*src)) in skip_colonthing() 619 ISDIGIT (src[2]) && src[3] == '-' && in get_operand() [all …]
|
D | tc-dlx.c | 188 && ISDIGIT ((unsigned char) ptr[1])) in is_ldst_registers() 631 && ISDIGIT ((unsigned char) s[1])) in parse_operand() 1099 if (c != '$' || ! ISDIGIT ((unsigned char) input_line_pointer[0])) in dlx_unrecognized_line() 1105 while (ISDIGIT ((unsigned char) *s)) in dlx_unrecognized_line() 1147 ISDIGIT ((unsigned char) input_line_pointer[1])) in md_operand()
|
D | tc-i860.c | 555 if (ISDIGIT (*s++)) in i860_process_insn() 557 while (ISDIGIT (*s)) in i860_process_insn() 598 if (!ISDIGIT (c = *s++)) in i860_process_insn() 602 if (ISDIGIT (*s)) in i860_process_insn() 645 if (*s++ == 'f' && ISDIGIT (*s)) in i860_process_insn() 648 if (ISDIGIT (*s)) in i860_process_insn()
|
D | tc-sparc.c | 1567 while (ISLOWER (*s) || ISDIGIT (*s) || *s == '_'); in sparc_ip() 1833 if (ISDIGIT (*s)) in sparc_ip() 1837 while (ISDIGIT (*s)) in sparc_ip() 1883 || ISDIGIT (*s)) in sparc_ip() 1899 while (ISDIGIT (*s)) in sparc_ip() 2170 if (ISDIGIT (*s++)) in sparc_ip() 2172 while (ISDIGIT (*s)) in sparc_ip() 2191 if (*s++ == '%' && *s++ == 'c' && ISDIGIT (*s)) in sparc_ip() 2194 if (ISDIGIT (*s)) in sparc_ip() 2287 if (!ISDIGIT ((c = *s++))) in sparc_ip() [all …]
|
D | tc-microblaze.c | 494 if (ISDIGIT (s[4]) && ISDIGIT (s[5])) in parse_reg() 500 else if (ISDIGIT (s[4])) in parse_reg() 523 if (ISDIGIT (s[4]) && ISDIGIT (s[5])) in parse_reg() 528 else if (ISDIGIT (s[4])) in parse_reg() 560 if (ISDIGIT (s[1]) && ISDIGIT (s[2])) in parse_reg() 565 else if (ISDIGIT (s[1])) in parse_reg()
|
D | tc-spu.c | 512 && ISDIGIT (param[2])) in get_reg() 519 && ISDIGIT (param[2])) in get_reg() 523 if (ISDIGIT (*param)) in get_reg() 526 while (ISDIGIT (*param)) in get_reg()
|
D | obj-evax.c | 257 if ((id[0] == '$') && ISDIGIT (id[1])) in evax_shorten_name() 263 if (!ISDIGIT (id[i])) in evax_shorten_name()
|
D | m68k-parse.y | 772 if (ISDIGIT (str[1]) in yylex() 774 && ISDIGIT (str[2]))) in yylex()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | stabs.c | 295 if (ISDIGIT (d)) in parse_number() 740 if (ISDIGIT (*p) || *p == '(' || *p == '-') in parse_stab_string() 1163 if (! ISDIGIT (**pp) && **pp != '(' && **pp != '-') in parse_stab_type() 1204 if (ISDIGIT (*p) || *p == '(' || *p == '-') in parse_stab_type() 2872 && (ISDIGIT (argtypes[2]) in parse_stab_argtypes() 3101 if (! ISDIGIT (**pp) && **pp != '-') in parse_stab_array_type() 3115 if (! ISDIGIT (**pp) && **pp != '-') in parse_stab_array_type() 3693 while (ISDIGIT (**pp)) in stab_demangle_count() 3708 if (! ISDIGIT (**pp)) in stab_demangle_get_count() 3713 if (ISDIGIT (**pp)) in stab_demangle_get_count() [all …]
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | sym_ids.c | 141 if (ISDIGIT (spec[0])) in parse_spec() 157 else if (ISDIGIT (*spec)) in parse_spec()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldbuildid.c | 83 if (ISDIGIT (xdigit)) in read_hex()
|
D | ldctor.c | 142 if (! ISDIGIT (name[3])) in ctor_prio()
|
/toolchain/binutils/binutils-2.25/include/ |
D | safe-ctype.h | 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
|