Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp790 #define MAP(from, to) case X86Local::MRM_##from: in emitInstructionSpecifier() macro
804 #define MAP(from, to) case X86Local::MRM_##from: in emitDecodePath() macro
H A DX86RecognizableInstr.h151 #define MAP(from, to) MRM_##from = to, macro
/freebsd/usr.sbin/pmccontrol/
H A Dpmccontrol.c177 #define MAP(M,C,P) (*((M) + (C)*npmc + (P))) in pmcc_do_enable_disable() macro
/freebsd/contrib/ncurses/progs/
H A Dtset.c223 } MAP; typedef
/freebsd/contrib/nvi/regex/
H A Dregcomp.c1012 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat() macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1118 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat() macro
/freebsd/lib/libc/regex/
H A Dregcomp.c1465 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) macro
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp413 auto MAP = Worklist.pop_back_val(); in checkClobberSanity() local
/freebsd/contrib/sendmail/src/
H A Dsendmail.h1477 #define MAP struct _map macro