Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument
96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument
[all …]
Dsymcat.h24 #define CONCAT3(a,b,c) a##b##c argument
25 #define CONCAT4(a,b,c,d) a##b##c##d argument
26 #define CONCAT5(a,b,c,d,e) a##b##c##d##e argument
27 #define CONCAT6(a,b,c,d,e,f) a##b##c##d##e##f argument
35 #define CONCAT3(a,b,c) a/**/b/**/c argument
36 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d argument
37 #define CONCAT5(a,b,c,d,e) a/**/b/**/c/**/d/**/e argument
38 #define CONCAT6(a,b,c,d,e,f) a/**/b/**/c/**/d/**/e/**/f argument
43 #define XCONCAT3(a,b,c) CONCAT3(a,b,c) argument
44 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d) argument
[all …]
Dfilenames.h43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) argument
56 #define IS_DIR_SEPARATOR_1(dos_based, c) \ argument
67 #define IS_DOS_DIR_SEPARATOR(c) IS_DIR_SEPARATOR_1 (1, c) argument
71 #define IS_UNIX_DIR_SEPARATOR(c) IS_DIR_SEPARATOR_1 (0, c) argument
/toolchain/binutils/binutils-2.25/bfd/
Drs6000-core.c132 # define CORE_NEW(c) (!(c).old.c_entries) argument
134 # define CORE_NEW(c) 0 argument
145 # define CNEW_IS_CORE_DUMPXX(c) ((c).new_dump.c_version == CORE_DUMPXX_VERSION) argument
147 # define CNEW_IS_CORE_DUMPXX(c) 0 argument
153 # define CNEW_STACKORG(c) (c).c_stackorg argument
155 # define CNEW_STACKORG(c) 0 argument
161 # define CNEW_LOADER(c) (c).c_loader argument
163 # define CNEW_LOADER(c) 0 argument
168 #define COLD_LOADER(c) (c).c_tab argument
173 # define CNEW_LSIZE(c) (c).c_lsize argument
[all …]
Dlibxcoff.h129 #define bfd_xcoff_swap_ldhdr_in(a, b, c) \ argument
132 #define bfd_xcoff_swap_ldhdr_out(a, b, c) \ argument
135 #define bfd_xcoff_swap_ldsym_in(a, b, c) \ argument
138 #define bfd_xcoff_swap_ldsym_out(a, b, c) \ argument
141 #define bfd_xcoff_swap_ldrel_in(a, b, c) \ argument
144 #define bfd_xcoff_swap_ldrel_out(a, b, c) \ argument
157 #define bfd_xcoff_put_symbol_name(a, b, c, d) \ argument
160 #define bfd_xcoff_put_ldsymbol_name(a, b, c, d) \ argument
170 #define bfd_xcoff_create_csect_from_smclas(a, b, c) \ argument
198 #define bfd_xcoff_generate_rtinit(a, b, c, d) ((xcoff_backend (a)->_xcoff_generate_rtinit ((a), (b)… argument
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-opc-m.c60 #define OpX3X6b(a,b,c) (bOp (a) | bX3 (b) | bX6b (c)), \ argument
62 #define OpX3X6bX7(a,b,c,d) (bOp (a) | bX3 (b) | bX6b (c) | bX7 (d)), \ argument
64 #define OpX3X4(a,b,c) (bOp (a) | bX3 (b) | bX4 (c)), \ argument
66 #define OpX3X4X2(a,b,c,d) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d)), \ argument
68 #define OpX3X4X2Y(a,b,c,d,e) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d) | bY (e)), \ argument
70 #define OpX3X4X2YZ(a,b,c,d,e,f) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d) | bY (e) | bZ(f)), \ argument
72 #define OpX6aHint(a,b,c) (bOp (a) | bX6a (b) | bHint (c)), \ argument
74 #define OpX6aHintHlf(a,b,c,d) (bOp (a) | bX6a (b) | bHint (c) | bHlf(d)), \ argument
76 #define OpXX6aHint(a,b,c,d) (bOp (a) | bX (b) | bX6a (c) | bHint (d)), \ argument
78 #define OpMXX6a(a,b,c,d) \ argument
[all …]
Dia64-opc-b.c49 #define OpPaWhaD(a,b,c,d) \ argument
51 #define OpPaWhcD(a,b,c,d) \ argument
53 #define OpBtypePaWhaD(a,b,c,d,e) \ argument
56 #define OpBtypePaWhaDPr(a,b,c,d,e,f) \ argument
59 #define OpX6BtypePaWhaD(a,b,c,d,e,f) \ argument
62 #define OpX6BtypePaWhaDPr(a,b,c,d,e,f,g) \ argument
65 #define OpIhWhb(a,b,c) \ argument
68 #define OpX6IhWhb(a,b,c,d) \ argument
90 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY argument
91 #define BRP(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, PSEUDO, 0, NULL argument
[all …]
Dia64-opc-i.c74 #define OpZaZbVeX2aX2b(a,b,c,d,e,f) \ argument
77 #define OpZaZbVeX2aX2bX2c(a,b,c,d,e,f,g) \ argument
80 #define OpX2X(a,b,c) (bOp (a) | bX2 (b) | bX (c)), (mOp | mX2 | mX) argument
81 #define OpX2XYa(a,b,c,d) (bOp (a) | bX2 (b) | bX (c) | bYa (d)), \ argument
83 #define OpX2XYb(a,b,c,d) (bOp (a) | bX2 (b) | bX (c) | bYb (d)), \ argument
85 #define OpX2TaTbYaC(a,b,c,d,e,f) \ argument
88 #define OpX2TaTbYaXcC(a,b,c,d,e,f,g) \ argument
92 #define OpX3X6(a,b,c) (bOp (a) | bX3 (b) | bX6(c)), \ argument
94 #define OpX3X6Yb(a,b,c,d) (bOp (a) | bX3 (b) | bX6(c) | bYb(d)), \ argument
96 #define OpX3XbIhWh(a,b,c,d,e) \ argument
[all …]
Dia64-opc-f.c55 #define OpXaSf(a,b,c) (bOp (a) | bXa (b) | bSf (c)), (mOp | mXa | mSf) argument
56 #define OpXaSfF2(a,b,c,d) \ argument
58 #define OpXaSfF4(a,b,c,d) \ argument
60 #define OpXaSfF2F4(a,b,c,d,e) \ argument
63 #define OpXaX2(a,b,c) (bOp (a) | bXa (b) | bX2 (c)), (mOp | mXa | mX2) argument
64 #define OpXaX2F2(a,b,c,d) \ argument
66 #define OpRaRbTaSf(a,b,c,d,e) \ argument
70 #define OpXbQSf(a,b,c,d) \ argument
72 #define OpXbX6(a,b,c) \ argument
74 #define OpXbX6Y(a,b,c,d) \ argument
[all …]
Dia64-opc-x.c49 #define OpX3X6(a,b,c) (bOp (a) | bX3 (b) | bX6(c)), \ argument
51 #define OpX3X6Y(a,b,c,d) (bOp (a) | bX3 (b) | bX6(c) | bY(d)), \ argument
54 #define OpPaWhaD(a,b,c,d) \ argument
56 #define OpBtypePaWhaD(a,b,c,d,e) \ argument
59 #define OpBtypePaWhaDPr(a,b,c,d,e,f) \ argument
78 #define BRL(a,b,c) \ argument
80 #define BRLP(a,b,c) \ argument
132 #define BRL(a,b,c) X, OpPaWhaD (0xD, a, b, c), {B1, TGT64}, 0, 0, NULL argument
133 #define BRLP(a,b,c) X, OpPaWhaD (0xD, a, b, c), {B1, TGT64}, PSEUDO, 0, NULL argument
Dia64-opc-a.c62 #define OpX2aVe(a,b,c) (bOp (a) | bX2a (b) | bVe (c)), \ argument
64 #define OpX2aVeR3a(a,b,c,d) (bOp (a) | bX2a (b) | bVe (c) | bR3a (d)), \ argument
66 #define OpX2aVeImm14(a,b,c,d) (bOp (a) | bX2a (b) | bVe (c) | bImm14 (d)), \ argument
68 #define OpX2aVeX4(a,b,c,d) (bOp (a) | bX2a (b) | bVe (c) | bX4 (d)), \ argument
70 #define OpX2aVeX4X2b(a,b,c,d,e) \ argument
73 #define OpX2TbTaC(a,b,c,d,e) \ argument
76 #define OpX2TaC(a,b,c,d) (bOp (a) | bX2 (b) | bTa (c) | bC (d)), \ argument
78 #define OpX2aZaZbX4(a,b,c,d,e) \ argument
81 #define OpX2aZaZbX4X2b(a,b,c,d,e,f) \ argument
/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x-insn-formats.h30 #define BFLD3(a, b, c) 3, { a, b, c } argument
31 #define BFLD4(a, b, c, d) 4, { a, b, c, d } argument
37 #define CFLDS3(a, b, c) 6, { CFLDS, a, b, c } argument
38 #define CFLDS4(a, b, c, d) 7, { CFLDS, a, b, c, d } argument
39 #define CFLDS5(a, b, c, d, e) 8, { CFLDS, a, b, c, d, e } argument
40 #define CFLDS6(a, b, c, d, e, f) 9, { CFLDS, a, b, c, d, e, f } argument
41 #define CFLDS7(a, b, c, d, e, f, g) 10, { CFLDS, a, b, c, d, e, f, g } argument
42 #define CFLDS8(a, b, c, d, e, f, g, h) 11, { CFLDS, a, b, c, d, e, f, g, h } argument
46 #define NFLDS3(a, b, c) 4, { NFLDS, a, b, c } argument
47 #define NFLDS5(a, b, c, d, e) 6, { NFLDS, a, b, c, d, e } argument
[all …]
/toolchain/binutils/binutils-2.25/gas/
Dread.h40 #define is_name_beginner(c) \ argument
42 #define is_part_of_name(c) \ argument
44 #define is_name_ender(c) \ argument
50 #define is_a_char(c) (((unsigned) (c)) <= CHAR_MASK) argument
Dapp.c86 #define IS_SYMBOL_COMPONENT(c) (lex[c] == LEX_IS_SYMBOL_COMPONENT) argument
87 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) argument
88 #define IS_LINE_SEPARATOR(c) (lex[c] == LEX_IS_LINE_SEPARATOR) argument
89 #define IS_PARALLEL_SEPARATOR(c) (lex[c] == LEX_IS_PARALLEL_SEPARATOR) argument
90 #define IS_COMMENT(c) (lex[c] == LEX_IS_COMMENT_START) argument
91 #define IS_LINE_COMMENT(c) (lex[c] == LEX_IS_LINE_COMMENT_START) argument
92 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE) argument
104 int c; in do_scrub_begin() local
1048 char c; in do_scrub_chars() local
/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-lex.l367 char c = *++arg; variable
438 int c; variable
464 char c; variable
486 char c; variable
Dobj-som.c48 char c; in obj_som_compiler() local
123 char *version, c; in obj_som_version() local
165 char *copyright, c; in obj_som_copyright() local
300 int c; in obj_som_weak() local
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
Dgreg-3.s2 .global c symbol
3 c GREG #42 label
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Dpr17068c.s2 .globl c symbol
3 c: label
/toolchain/binutils/binutils-2.25/libiberty/
Dmd5.c272 #define FF(b, c, d) (d ^ (b & (c ^ d))) argument
273 #define FG(b, c, d) FF (d, b, c) argument
274 #define FH(b, c, d) (b ^ c ^ d) argument
275 #define FI(b, c, d) (c ^ (b | ~d)) argument
315 #define OP(a, b, c, d, s, T) \ in md5_process_block() argument
357 #define OP(a, b, c, d, k, s, T) \ in md5_process_block() argument
366 #define FX(b, c, d) FG (b, c, d) in md5_process_block() argument
387 #define FX(b, c, d) FH (b, c, d) in md5_process_block() argument
408 #define FX(b, c, d) FI (b, c, d) in md5_process_block() argument
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dmissing_key_func.cc31 int c; member in C
43 C c; in main() local
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
Daix-weak-1a.s3 .globl c symbol
5 c: label
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
Dsymbols-7.s21 .globl c symbol
22 c = 20 define
Dsymbols-5.s9 .globl c symbol
10 c: .space 1 label
Dzerofill-1.s14 .globl c symbol
15 c: .space 1 label
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
Dapp3.s14 .globl c symbol
15 c: label

12345678910>>...13