Searched defs:DM (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/none/tests/arm/ |
D | vfp.c | 193 #define TESTINSN_un_f64(instruction, DD, DM, DMtype, DMval0, DMval1) \ argument 244 #define TESTINSN_un_cvt_sd(instruction, SD, DM, DMval0, DMval1) \ argument 261 #define TESTINSN_cvt_i32_f64(instruction, SD, DM, DMval0, DMval1) \ argument 295 #define TESTINSN_un_f64_q_vmrs(instruction, DD, DM, DMtype, DMval, RN) \ argument 317 #define TESTINSN_core_to_scalar(instruction, DD, DM, DMval) \ argument 760 #define TESTINSN_cmp_f64(instruction, DD, DDval0, DDval1, DM, DMval0, DMval1) \ argument
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.h | 15 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
|
D | encodemb.c | 199 #define RDTRUNC(RM,DM,R,D) ( (128+(R)*(RM)) & 0xFF ) argument
|
/external/tcpdump/ |
D | telnet.h | 59 #define DM 242 /* data mark--for connect. cleaning */ macro
|
/external/llvm/lib/IR/ |
D | PassManager.cpp | 662 PMDataManager *DM = getAsPMDataManager(); in schedulePass() local 1004 PMDataManager &DM = PRequired->getResolver()->getPMDataManager(); in add() local
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 11251 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced() local
|
/external/valgrind/main/VEX/priv/ |
D | guest_ppc_toIR.c | 14196 UChar DM = ifieldDM ( theInstr ); in dis_vx_permute_misc() local
|