/openbsd-src/gnu/gcc/libcpp/include/ |
H A D | line-map.h | 140 #define SOURCE_LINE(MAP, LINE) \ argument 143 #define SOURCE_COLUMN(MAP, LINE) \ argument 148 #define LAST_SOURCE_LINE(MAP) \ argument 150 #define LAST_SOURCE_LINE_LOCATION(MAP) \ argument 156 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from]) argument 159 #define MAIN_FILE_P(MAP) ((MAP)->included_from < 0) argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | line-map.h | 103 #define SOURCE_LINE(MAP, LINE) ((LINE) + (MAP)->to_line - (MAP)->from_line) argument 107 #define LAST_SOURCE_LINE(MAP) SOURCE_LINE ((MAP), (MAP)[1].from_line - 1) argument 110 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from]) argument 113 #define MAIN_FILE_P(MAP) ((MAP)->included_from < 0) argument
|
H A D | integrate.h | 167 #define set_label_in_map(MAP, I, X) ((MAP)->label_map[I] = (X)) argument 175 #define MAYBE_EXTEND_CONST_EQUIV_VARRAY(MAP,MAX) \ argument 187 #define SET_CONST_EQUIV_DATA(MAP,REG,RTX,AGE) \ argument
|
H A D | sbitmap.h | 116 #define sbitmap_free(MAP) free(MAP) argument
|
/openbsd-src/sys/dev/usb/ |
H A D | Makefile | 8 MAP= ../pckbc/wskbdmap_mfii.c macro
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | intel_engine_user.c | 103 #define MAP(x, y) { ilog2(I915_ENGINE_##x), ilog2(I915_SCHEDULER_CAP_##y) } in set_scheduler_caps() macro 147 #define MAP(x, y) { I915_ENGINE_##x, I915_SCHEDULER_CAP_##y } in set_scheduler_caps() macro [all...] |
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.cpp | 765 #define MAP(from, to) case X86Local::MRM_##from: in emitInstructionSpecifier() macro 779 #define MAP(from, to) \ in emitDecodePath() macro
|
H A D | X86RecognizableInstr.h | 131 #define MAP(from, to) MRM_##from = to, macro
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | nlmheader.h | 28 # define MAP 272 macro
|
H A D | nlmheader.c | 21 # define MAP 272 macro
|
/openbsd-src/sys/uvm/ |
H A D | uvm_extern.h | 259 uvm_km_zalloc(MAP,SIZE) global() argument 260 uvm_km_alloc(MAP,SIZE) global() argument
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | sbitmap.h | 168 #define sbitmap_free(MAP) free(MAP) argument
|
H A D | bitmap.h | 102 #define bitmap_empty_p(MAP) (!(MAP)->first) argument
|
/openbsd-src/usr.bin/tset/ |
H A D | tset.c | 227 } MAP; typedef
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-vax.c | 3460 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break macro
|
H A D | tc-mcore.c | 2302 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break macro
|
H A D | tc-tic30.c | 1777 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break macro
|
H A D | tc-i370.c | 686 #define MAP(str,reloc) { str, sizeof (str)-1, reloc } macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-vax.c | 2378 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break in tc_gen_reloc() macro
|
H A D | tc-mcore.c | 2231 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break macro
|
H A D | tc-tic30.c | 1362 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break macro
|
H A D | tc-i370.c | 599 #define MAP(str,reloc) { str, sizeof (str) - 1, reloc } in i370_elf_suffix() macro
|
/openbsd-src/lib/libc/regex/ |
H A D | regcomp.c | 937 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat() macro
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | regcomp.c | 1122 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat() macro
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | coff-sh.c | 1650 #define MAP(a) a, sizeof a / sizeof a[0] macro
|