Home
last modified time | relevance | path

Searched defs:MAP (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/gcc/libcpp/include/
H A Dline-map.h140 #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 Dline-map.h103 #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 Dintegrate.h167 #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 Dsbitmap.h116 #define sbitmap_free(MAP) free(MAP) argument
/openbsd-src/sys/dev/usb/
H A DMakefile8 MAP= ../pckbc/wskbdmap_mfii.c macro
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_user.c103 #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 DX86RecognizableInstr.cpp765 #define MAP(from, to) case X86Local::MRM_##from: in emitInstructionSpecifier() macro
779 #define MAP(from, to) \ in emitDecodePath() macro
H A DX86RecognizableInstr.h131 #define MAP(from, to) MRM_##from = to, macro
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.h28 # define MAP 272 macro
H A Dnlmheader.c21 # define MAP 272 macro
/openbsd-src/sys/uvm/
H A Duvm_extern.h259 uvm_km_zalloc(MAP,SIZE) global() argument
260 uvm_km_alloc(MAP,SIZE) global() argument
/openbsd-src/gnu/gcc/gcc/
H A Dsbitmap.h168 #define sbitmap_free(MAP) free(MAP) argument
H A Dbitmap.h102 #define bitmap_empty_p(MAP) (!(MAP)->first) argument
/openbsd-src/usr.bin/tset/
H A Dtset.c227 } MAP; typedef
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-vax.c3460 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break macro
H A Dtc-mcore.c2302 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break macro
H A Dtc-tic30.c1777 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break macro
H A Dtc-i370.c686 #define MAP(str,reloc) { str, sizeof (str)-1, reloc } macro
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-vax.c2378 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break in tc_gen_reloc() macro
H A Dtc-mcore.c2231 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break macro
H A Dtc-tic30.c1362 #define MAP(SZ,PCREL,TYPE) case F(SZ,PCREL): code = (TYPE); break macro
H A Dtc-i370.c599 #define MAP(str,reloc) { str, sizeof (str) - 1, reloc } in i370_elf_suffix() macro
/openbsd-src/lib/libc/regex/
H A Dregcomp.c937 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat() macro
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Dregcomp.c1122 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat() macro
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoff-sh.c1650 #define MAP(a) a, sizeof a / sizeof a[0] macro

12