| /src/sys/arch/atari/stand/keymaps/de/ |
| Makefile | 4 MAP=de.map
|
| /src/sys/arch/atari/stand/keymaps/fr/ |
| Makefile | 4 MAP=fr.map
|
| /src/sys/arch/atari/stand/keymaps/uk/ |
| Makefile | 4 MAP=uk.map
|
| /src/sys/arch/atari/stand/keymaps/us/ |
| Makefile | 4 MAP=us.map
|
| /src/sys/arch/epoc32/stand/e32boot/exe/ |
| Makefile | 13 MAP=$(PROG:.exe=.map) 50 $(LD) -s -Map $(MAP) -o $@ $(PROG:.exe=.exp) \ 62 rm -f $(PROG) $(OBJS) $(IN) $(MAP)
|
| /src/sys/arch/epoc32/stand/e32boot/ldd/ |
| Makefile | 13 MAP=$(PROG:.ldd=.map) 71 $(LD) -s -Map $(MAP) -o $@ $(PROG:.ldd=.exp) \ 81 rm -f $(PROG) $(OBJS) $(IN) $(MAP)
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| X86RecognizableInstr.cpp | 728 #define MAP(from, to) case X86Local::MRM_##from: 730 #undef MAP 742 #define MAP(from, to) \ 747 default: llvm_unreachable("Invalid map!"); 852 #undef MAP
|
| X86RecognizableInstr.h | 27 MAP(C0, 64) \ 28 MAP(C1, 65) \ 29 MAP(C2, 66) \ 30 MAP(C3, 67) \ 31 MAP(C4, 68) \ 32 MAP(C5, 69) \ 33 MAP(C6, 70) \ 34 MAP(C7, 71) \ 35 MAP(C8, 72) \ 36 MAP(C9, 73) [all...] |
| /src/usr.bin/tset/ |
| map.c | 1 /* $NetBSD: map.c,v 1.13 2011/09/06 18:34:12 joerg Exp $ */ 35 static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/9/93"; 37 __RCSID("$NetBSD: map.c,v 1.13 2011/09/06 18:34:12 joerg Exp $"); 59 typedef struct map { struct 60 struct map *next; /* Linked list of maps. */ 65 } MAP; 67 static MAP *cur, *maplist; 77 MAP *mapp; 81 mapp = malloc((u_int)sizeof(MAP)); 185 * by the first applicable mapping in 'map'. If no mappings apply, retur [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_engine_user.c | 150 } map[] = { local 151 #define MAP(x, y) { ilog2(I915_ENGINE_##x), ilog2(I915_SCHEDULER_CAP_##y) } 152 MAP(HAS_PREEMPTION, PREEMPTION), 153 MAP(HAS_SEMAPHORES, SEMAPHORES), 154 MAP(SUPPORTS_STATS, ENGINE_BUSY_STATS), 155 #undef MAP 172 for (i = 0; i < ARRAY_SIZE(map); i++) { 173 if (engine->flags & BIT(map[i].engine)) 174 enabled |= BIT(map[i].sched); 176 disabled |= BIT(map[i].sched) 210 } map[] = { local [all...] |
| /src/usr.sbin/sysinst/arch/mac68k/ |
| md.h | 41 * Apple Partition Map Types 60 * Define Apple Partition Map types typically seen on 68k Macs 78 int size; /* number of blocks in map for I/O */ 79 int in_use_cnt; /* number of block in current use in map */ 82 int root_cnt; /* number of root partitions in map */ 83 int swap_cnt; /* number of swap partitions in map */ 84 int usr_cnt; /* number of usr partitions in map */ 86 int mblk[MAXPARTITIONS];/* map block number of usable partition */ 88 } MAP; 91 * Define the default size for the Disk Partition Map if we have t 97 MAP map; variable [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-mep.c | 81 #define MAP(n) case BFD_RELOC_MEP_##n: type = R_MEP_##n; break 83 #define MAP(n) case BFD_RELOC_MEP_/**/n: type = R_MEP_/**/n; break 95 MAP(NONE); 115 /* MEPRELOC:MAP */ 117 MAP(8); 118 MAP(16); 119 MAP(32); 120 MAP(PCREL8A2); 121 MAP(PCREL12A2); 122 MAP(PCREL17A2) [all...] |
| coff-sh.c | 465 /* This structure is used to map BFD reloc codes to SH PE relocs. */ 1504 /* The opcode map is represented by an array of these structures. The 1612 #define MAP(a) a, sizeof a / sizeof a[0] 1666 { MAP (sh_opcode00), 0xffff }, 1667 { MAP (sh_opcode01), 0xf0ff }, 1668 { MAP (sh_opcode02), 0xf00f } 1678 { MAP (sh_opcode10), 0xf000 } 1702 { MAP (sh_opcode20), 0xf00f } 1725 { MAP (sh_opcode30), 0xf00f } 1795 { MAP (sh_opcode40), 0xf0ff } [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-mep.c | 81 #define MAP(n) case BFD_RELOC_MEP_##n: type = R_MEP_##n; break 83 #define MAP(n) case BFD_RELOC_MEP_/**/n: type = R_MEP_/**/n; break 95 MAP(NONE); 115 /* MEPRELOC:MAP */ 117 MAP(8); 118 MAP(16); 119 MAP(32); 120 MAP(PCREL8A2); 121 MAP(PCREL12A2); 122 MAP(PCREL17A2) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-mep.c | 81 #define MAP(n) case BFD_RELOC_MEP_##n: type = R_MEP_##n; break 83 #define MAP(n) case BFD_RELOC_MEP_/**/n: type = R_MEP_/**/n; break 95 MAP(NONE); 115 /* MEPRELOC:MAP */ 117 MAP(8); 118 MAP(16); 119 MAP(32); 120 MAP(PCREL8A2); 121 MAP(PCREL12A2); 122 MAP(PCREL17A2) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-mep.c | 81 #define MAP(n) case BFD_RELOC_MEP_##n: type = R_MEP_##n; break 83 #define MAP(n) case BFD_RELOC_MEP_/**/n: type = R_MEP_/**/n; break 95 MAP(NONE); 115 /* MEPRELOC:MAP */ 117 MAP(8); 118 MAP(16); 119 MAP(32); 120 MAP(PCREL8A2); 121 MAP(PCREL12A2); 122 MAP(PCREL17A2) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regcomp.c | 1120 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) 1128 switch (REP(MAP(from), MAP(to))) {
|
| /src/external/bsd/nvi/dist/regex/ |
| regcomp.c | 1048 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) 1060 switch (REP(MAP(from), MAP(to))) {
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mcore.c | 2004 /* Conditional linker map jsri to bsr. */ 2159 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break 2183 MAP (1, 0, BFD_RELOC_8); 2184 MAP (2, 0, BFD_RELOC_16); 2185 MAP (4, 0, BFD_RELOC_32); 2186 MAP (1, 1, BFD_RELOC_8_PCREL); 2187 MAP (2, 1, BFD_RELOC_16_PCREL); 2188 MAP (4, 1, BFD_RELOC_32_PCREL);
|
| tc-microblaze.c | 2466 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break 2508 MAP (1, 0, BFD_RELOC_8); 2509 MAP (2, 0, BFD_RELOC_16); 2510 MAP (4, 0, BFD_RELOC_32); 2511 MAP (1, 1, BFD_RELOC_8_PCREL); 2512 MAP (2, 1, BFD_RELOC_16_PCREL); 2513 MAP (4, 1, BFD_RELOC_32_PCREL);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mcore.c | 2004 /* Conditional linker map jsri to bsr. */ 2159 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break 2183 MAP (1, 0, BFD_RELOC_8); 2184 MAP (2, 0, BFD_RELOC_16); 2185 MAP (4, 0, BFD_RELOC_32); 2186 MAP (1, 1, BFD_RELOC_8_PCREL); 2187 MAP (2, 1, BFD_RELOC_16_PCREL); 2188 MAP (4, 1, BFD_RELOC_32_PCREL);
|
| tc-microblaze.c | 2463 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break 2505 MAP (1, 0, BFD_RELOC_8); 2506 MAP (2, 0, BFD_RELOC_16); 2507 MAP (4, 0, BFD_RELOC_32); 2508 MAP (1, 1, BFD_RELOC_8_PCREL); 2509 MAP (2, 1, BFD_RELOC_16_PCREL); 2510 MAP (4, 1, BFD_RELOC_32_PCREL);
|
| /src/lib/libc/regex/ |
| regcomp.c | 1584 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) 1594 switch (REP(MAP(from), MAP(to))) {
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_context.c | 472 * Map the user's engine back to the actual engines; one virtual 474 * the same engine may be have multiple instances in the user's map. 2166 #define MAP(x, y) [ilog2(I915_CONTEXT_CLONE_##x)] = y 2167 MAP(ENGINES, clone_engines), 2168 MAP(FLAGS, clone_flags), 2169 MAP(SCHEDATTR, clone_schedattr), 2170 MAP(SSEU, clone_sseu), 2171 MAP(TIMELINE, clone_timeline), 2172 MAP(VM, clone_vm), 2173 #undef MAP [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| MemorySSA.cpp | 408 auto MAP = Worklist.pop_back_val(); 411 if (!VisitedPhis.insert(MAP).second) 414 for (const auto *MA : def_chain(MAP.first)) { 425 instructionClobbersQuery(MD, MAP.second, Query.Inst, AA); 443 assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA) 460 {const_cast<MemoryAccess *>(MA), MAP.second},
|