| /src/external/gpl3/binutils/dist/bfd/ |
| cpu-amdgcn.c | 42 #define NN(index) (&arch_info_struct[index]) 46 N (bfd_mach_amdgcn_gfx904, "amdgcn:gfx904", false, NN (1)), 47 N (bfd_mach_amdgcn_gfx906, "amdgcn:gfx906", false, NN (2)), 48 N (bfd_mach_amdgcn_gfx908, "amdgcn:gfx908", false, NN (3)), 49 N (bfd_mach_amdgcn_gfx90a, "amdgcn:gfx90a", false, NN (4)), 50 N (bfd_mach_amdgcn_gfx1010, "amdgcn:gfx1010", false, NN (5)), 51 N (bfd_mach_amdgcn_gfx1011, "amdgcn:gfx1011", false, NN (6)), 52 N (bfd_mach_amdgcn_gfx1012, "amdgcn:gfx1012", false, NN (7)), 53 N (bfd_mach_amdgcn_gfx1030, "amdgcn:gfx1030", false, NN (8)), 54 N (bfd_mach_amdgcn_gfx1031, "amdgcn:gfx1031", false, NN (9)) [all...] |
| cpu-mips.c | 115 #define NN(index) (&arch_info_struct[(index) + 1]) 119 N (32, 32, bfd_mach_mips3000, "mips:3000", false, NN(I_mips3000)), 120 N (32, 32, bfd_mach_mips3900, "mips:3900", false, NN(I_mips3900)), 121 N (64, 64, bfd_mach_mips4000, "mips:4000", false, NN(I_mips4000)), 122 N (32, 32, bfd_mach_mips4010, "mips:4010", false, NN(I_mips4010)), 123 N (64, 64, bfd_mach_mips4100, "mips:4100", false, NN(I_mips4100)), 124 N (64, 64, bfd_mach_mips4111, "mips:4111", false, NN(I_mips4111)), 125 N (64, 64, bfd_mach_mips4120, "mips:4120", false, NN(I_mips4120)), 126 N (64, 64, bfd_mach_mips4300, "mips:4300", false, NN(I_mips4300)), 127 N (64, 64, bfd_mach_mips4400, "mips:4400", false, NN(I_mips4400)) [all...] |
| cpu-alpha.c | 43 #define NN(index) (&arch_info_struct[index]) 48 N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", false, NN(1)), 49 N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", false, NN(2)), 54 N (64, 64, 0, "alpha", true, NN(0));
|
| cpu-riscv.c | 92 #define NN(index) (&arch_info_struct[(index) + 1]) 95 and each entry except the last should end with NN (my enum value). */ 98 N (64, bfd_mach_riscv64, "riscv:rv64", false, NN (I_riscv64)),
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cpu-amdgcn.c | 42 #define NN(index) (&arch_info_struct[index]) 46 N (bfd_mach_amdgcn_gfx904, "amdgcn:gfx904", false, NN (1)), 47 N (bfd_mach_amdgcn_gfx906, "amdgcn:gfx906", false, NN (2)), 48 N (bfd_mach_amdgcn_gfx908, "amdgcn:gfx908", false, NN (3)), 49 N (bfd_mach_amdgcn_gfx90a, "amdgcn:gfx90a", false, NN (4)), 50 N (bfd_mach_amdgcn_gfx1010, "amdgcn:gfx1010", false, NN (5)), 51 N (bfd_mach_amdgcn_gfx1011, "amdgcn:gfx1011", false, NN (6)), 52 N (bfd_mach_amdgcn_gfx1012, "amdgcn:gfx1012", false, NN (7)), 53 N (bfd_mach_amdgcn_gfx1030, "amdgcn:gfx1030", false, NN (8)), 54 N (bfd_mach_amdgcn_gfx1031, "amdgcn:gfx1031", false, NN (9)) [all...] |
| cpu-mips.c | 115 #define NN(index) (&arch_info_struct[(index) + 1]) 119 N (32, 32, bfd_mach_mips3000, "mips:3000", false, NN(I_mips3000)), 120 N (32, 32, bfd_mach_mips3900, "mips:3900", false, NN(I_mips3900)), 121 N (64, 64, bfd_mach_mips4000, "mips:4000", false, NN(I_mips4000)), 122 N (32, 32, bfd_mach_mips4010, "mips:4010", false, NN(I_mips4010)), 123 N (64, 64, bfd_mach_mips4100, "mips:4100", false, NN(I_mips4100)), 124 N (64, 64, bfd_mach_mips4111, "mips:4111", false, NN(I_mips4111)), 125 N (64, 64, bfd_mach_mips4120, "mips:4120", false, NN(I_mips4120)), 126 N (64, 64, bfd_mach_mips4300, "mips:4300", false, NN(I_mips4300)), 127 N (64, 64, bfd_mach_mips4400, "mips:4400", false, NN(I_mips4400)) [all...] |
| cpu-alpha.c | 43 #define NN(index) (&arch_info_struct[index]) 48 N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", false, NN(1)), 49 N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", false, NN(2)), 54 N (64, 64, 0, "alpha", true, NN(0));
|
| cpu-riscv.c | 92 #define NN(index) (&arch_info_struct[(index) + 1]) 95 and each entry except the last should end with NN (my enum value). */ 98 N (64, bfd_mach_riscv64, "riscv:rv64", false, NN (I_riscv64)),
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cpu-amdgcn.c | 42 #define NN(index) (&arch_info_struct[index]) 46 N (bfd_mach_amdgcn_gfx904, "amdgcn:gfx904", false, NN (1)), 47 N (bfd_mach_amdgcn_gfx906, "amdgcn:gfx906", false, NN (2)), 48 N (bfd_mach_amdgcn_gfx908, "amdgcn:gfx908", false, NN (3)), 49 N (bfd_mach_amdgcn_gfx90a, "amdgcn:gfx90a", false, NN (4)), 50 N (bfd_mach_amdgcn_gfx1010, "amdgcn:gfx1010", false, NN (5)), 51 N (bfd_mach_amdgcn_gfx1011, "amdgcn:gfx1011", false, NN (6)), 52 N (bfd_mach_amdgcn_gfx1012, "amdgcn:gfx1012", false, NN (7)), 53 N (bfd_mach_amdgcn_gfx1030, "amdgcn:gfx1030", false, NN (8)), 54 N (bfd_mach_amdgcn_gfx1031, "amdgcn:gfx1031", false, NN (9)) [all...] |
| cpu-mips.c | 115 #define NN(index) (&arch_info_struct[(index) + 1]) 119 N (32, 32, bfd_mach_mips3000, "mips:3000", false, NN(I_mips3000)), 120 N (32, 32, bfd_mach_mips3900, "mips:3900", false, NN(I_mips3900)), 121 N (64, 64, bfd_mach_mips4000, "mips:4000", false, NN(I_mips4000)), 122 N (32, 32, bfd_mach_mips4010, "mips:4010", false, NN(I_mips4010)), 123 N (64, 64, bfd_mach_mips4100, "mips:4100", false, NN(I_mips4100)), 124 N (64, 64, bfd_mach_mips4111, "mips:4111", false, NN(I_mips4111)), 125 N (64, 64, bfd_mach_mips4120, "mips:4120", false, NN(I_mips4120)), 126 N (64, 64, bfd_mach_mips4300, "mips:4300", false, NN(I_mips4300)), 127 N (64, 64, bfd_mach_mips4400, "mips:4400", false, NN(I_mips4400)) [all...] |
| cpu-alpha.c | 43 #define NN(index) (&arch_info_struct[index]) 48 N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", false, NN(1)), 49 N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", false, NN(2)), 54 N (64, 64, 0, "alpha", true, NN(0));
|
| cpu-riscv.c | 92 #define NN(index) (&arch_info_struct[(index) + 1]) 95 and each entry except the last should end with NN (my enum value). */ 98 N (64, bfd_mach_riscv64, "riscv:rv64", false, NN (I_riscv64)),
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cpu-amdgcn.c | 42 #define NN(index) (&arch_info_struct[index]) 46 N (bfd_mach_amdgcn_gfx904, "amdgcn:gfx904", false, NN (1)), 47 N (bfd_mach_amdgcn_gfx906, "amdgcn:gfx906", false, NN (2)), 48 N (bfd_mach_amdgcn_gfx908, "amdgcn:gfx908", false, NN (3)), 49 N (bfd_mach_amdgcn_gfx90a, "amdgcn:gfx90a", false, NN (4)), 50 N (bfd_mach_amdgcn_gfx1010, "amdgcn:gfx1010", false, NN (5)), 51 N (bfd_mach_amdgcn_gfx1011, "amdgcn:gfx1011", false, NN (6)), 52 N (bfd_mach_amdgcn_gfx1012, "amdgcn:gfx1012", false, NN (7)), 53 N (bfd_mach_amdgcn_gfx1030, "amdgcn:gfx1030", false, NN (8)), 54 N (bfd_mach_amdgcn_gfx1031, "amdgcn:gfx1031", false, NN (9)) [all...] |
| cpu-mips.c | 115 #define NN(index) (&arch_info_struct[(index) + 1]) 119 N (32, 32, bfd_mach_mips3000, "mips:3000", false, NN(I_mips3000)), 120 N (32, 32, bfd_mach_mips3900, "mips:3900", false, NN(I_mips3900)), 121 N (64, 64, bfd_mach_mips4000, "mips:4000", false, NN(I_mips4000)), 122 N (32, 32, bfd_mach_mips4010, "mips:4010", false, NN(I_mips4010)), 123 N (64, 64, bfd_mach_mips4100, "mips:4100", false, NN(I_mips4100)), 124 N (64, 64, bfd_mach_mips4111, "mips:4111", false, NN(I_mips4111)), 125 N (64, 64, bfd_mach_mips4120, "mips:4120", false, NN(I_mips4120)), 126 N (64, 64, bfd_mach_mips4300, "mips:4300", false, NN(I_mips4300)), 127 N (64, 64, bfd_mach_mips4400, "mips:4400", false, NN(I_mips4400)) [all...] |
| cpu-alpha.c | 43 #define NN(index) (&arch_info_struct[index]) 48 N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", false, NN(1)), 49 N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", false, NN(2)), 54 N (64, 64, 0, "alpha", true, NN(0));
|
| cpu-riscv.c | 92 #define NN(index) (&arch_info_struct[(index) + 1]) 95 and each entry except the last should end with NN (my enum value). */ 98 N (64, bfd_mach_riscv64, "riscv:rv64", false, NN (I_riscv64)),
|
| /src/sys/dev/bluetooth/ |
| btkbd.c | 421 #define NN 0 /* no translation */ 429 NN, NN, NN, NN, 0x1e, 0x30, 0x2e, 0x20, /* 00 - 07 */ 441 0x48, 0x49, 0x52, 0x53, 0x56, 0xdd, NN, 0x59, /* 60 - 67 */ 442 0x5d, 0x5e, 0x5f, NN, NN, NN, NN, NN, /* 68 - 6f * [all...] |
| /src/sys/dev/hid/ |
| hidkbd.c | 70 #define NN 0 /* no translation */ 78 NN, NN, NN, NN, 0x1e, 0x30, 0x2e, 0x20, /* 00 - 07 */ 92 0x6c, 0x6d, 0x6e, 0x76, 0x97, NN, 0x93, 0x95, /* 70 - 77 */ 94 0xb0, 0xae, NN, NN, NN, 0x7e, NN, 0x73, /* 80 - 87 * [all...] |
| /src/sys/dev/usb/ |
| ukbd.c | 188 #define NN 0 /* no translation */ 201 NN, NN, NN, NN, 0x1e, 0x30, 0x2e, 0x20, /* 00 - 07 */ 214 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6a, NN, /* 68 - 6f */ 215 NN, NN, NN, NN, 0x84, 0x85, 0x87, 0x88, /* 70 - 77 * [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
| ReduceMetadata.cpp | 85 for (auto *NN : NamedNodesToDelete) { 86 for (int I = 0, E = NN->getNumOperands(); I != E; ++I) 87 NN->setOperand(I, NULL); 88 NN->eraseFromParent();
|
| /src/external/historical/nawk/dist/ |
| tran.c | 235 (void*)p, NN(p->nval), NN(p->sval), p->fval, p->tval); 333 DPRINTF("setfval %p: %s = %g, t=%o\n", (void*)vp, NN(vp->nval), f, vp->tval); 354 (void*)vp, NN(vp->nval), s, vp->tval, donerec, donefld); 382 (void*)vp, NN(vp->nval), t, (void*)t, vp->tval, donerec, donefld); 414 (void*)vp, NN(vp->nval), vp->fval, vp->tval); 515 (void*)vp, NN(vp->nval), vp->sval, (void*)vp->sval, vp->tval);
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| generate_cxx_src_locs.py | 163 for NN in ClassData['nestedNameLocs']: 170 """.format(NN)
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| YAMLTraits.cpp | 202 for (const auto &NN : MN->Mapping) { 203 if (!is_contained(MN->ValidKeys, NN.first())) { 204 const SMRange &ReportLoc = NN.second.second; 206 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); 209 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'");
|
| /src/libexec/getty/ |
| main.c | 326 if (NN) { 350 if (rval || AL || NN) { 385 if (NN)
|
| gettytab.h | 169 #define NN gettyflags[24].value
|