| /src/external/gpl3/binutils/dist/bfd/ |
| 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-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-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)),
|
| 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...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| 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-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-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)),
|
| 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...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| 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-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-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)),
|
| 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...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| 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-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-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)),
|
| 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...] |
| /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/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/libexec/getty/ |
| gettytab.h | 169 #define NN gettyflags[24].value
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| lib1funcs.S | 1798 #define NN r31 2007 22: ldi NN, 1 << 7 2008 eor SS, NN 2010 ldi NN, -1 2014 $ sbc B1,NN $ sbc B2,NN $ sbc B3,NN 2015 sbc B4,NN $ sbc B5,NN $ sbc B6,NN $ sbc B7,N [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/gpl3/gcc/dist/libgcc/config/avr/ |
| lib1funcs.S | 1803 #define NN r31 2012 22: ldi NN, 1 << 7 2013 eor SS, NN 2015 ldi NN, -1 2019 $ sbc B1,NN $ sbc B2,NN $ sbc B3,NN 2020 sbc B4,NN $ sbc B5,NN $ sbc B6,NN $ sbc B7,N [all...] |
| /src/external/historical/nawk/dist/ |
| awk.h | 47 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for DPRINTF
|
| /src/sys/arch/sgimips/dev/ |
| crmfb.c | 1705 int MM = 0, NN = 0, PP = 0, ff = 0; 1719 NN = N; 1727 NN = N; 1735 DPRINTF("%d: M %d N %d P %d -> %d\n", f_out, MM, NN, PP, ff); 1737 ret = (MM - 1) | ((NN - 1) << 8) | (P << 14);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 31297 int nn = (length - 1)\/3; \/* Number of "," to insert *\/ local 153573 int ii, jj, nn; local 205156 int nn; local 206036 unsigned int nn = 0; local 206662 u32 i, n, nn, sz = 0; local 211625 int nn = nData - 4; local 238923 int nn; \/* Size of record in bytes *\/ member in struct:Fts5Data [all...] |