Searched refs:dep1 (Results 1 - 8 of 8) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Ddependency_manager_unittest.py88 dep1 = 'dependency1'
93 dep_info1.dependency = dep1
96 dep_info2.dependency = dep1
103 expected_lookup_dict = {dep1: {plat1: dep_info1,
115 dep1 = 'dependency1'
122 dep_info_a.dependency = dep1
125 dep_info_b.dependency = dep1
133 dep1: {plat1: dep_info_c}}
150 dep1: {plat1: dep_info_c},
172 dep1
[all...]
/external/toybox/kconfig/
H A Dexpr.h48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2))
49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2))
/external/valgrind/VEX/priv/
H A Dguest_s390_defs.h245 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
H A Dguest_s390_toIR.c539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) argument
549 stmt(IRStmt_Put(dep1_off, dep1));
585 IRExpr *op, *dep1, *dep2, *ndep; local
588 dep1 = s390_cc_widen(d1, sign_extend);
592 s390_cc_thunk_fill(op, dep1, dep2, ndep);
599 IRExpr *op, *dep1, *dep2, *ndep; local
602 dep1 = s390_cc_widen(d1, sign_extend);
606 s390_cc_thunk_fill(op, dep1, dep2, ndep);
624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
627 dep1
641 IRExpr *op, *dep1, *dep2, *ndep; local
665 IRExpr *op, *dep1, *dep2, *ndep; local
764 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
787 IRExpr **args, *call, *op, *dep1, *dep2, *mask; local
823 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
[all...]
H A Dguest_s390_helpers.c1795 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) argument
1797 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep);
H A Dguest_x86_toIR.c914 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) argument
927 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
938 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) argument
952 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
H A Dguest_arm64_toIR.c1954 IRTemp dep1 = newTemp(Ity_I64); local
1959 assign(dep1, IRExpr_ITE(mkexpr(cond), mkexpr(t_dep1), mkexpr(f_dep1)));
1964 stmt( IRStmt_Put( OFFB_CC_DEP1, mkexpr(dep1) ));
H A Dguest_amd64_toIR.c1783 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) argument
1800 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) );
1808 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) argument
1826 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) );
[all...]

Completed in 266 milliseconds