/external/toybox/kconfig/ |
D | expr.h | 48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2)) argument 49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2)) argument 81 struct expr *dep, *dep2; member
|
D | menu.c | 233 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local 294 dep2 = expr_copy(basedep); in menu_finalize() 295 expr_eliminate_eq(&dep, &dep2); in menu_finalize() 297 if (!expr_is_yes(dep2)) { in menu_finalize() 298 expr_free(dep2); in menu_finalize() 301 expr_free(dep2); in menu_finalize()
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_unittest.py | 88 dep2 = 'dependency2' 98 dep_info3.dependency = dep2 104 dep2: {plat2: dep_info3}} 115 dep2 = 'dependency2' 162 dep_info1.dependency = dep2 165 dep_info2.dependency = dep2 172 dep2: {plat1: dep_info1, 188 dep_info1.dependency = dep2 191 dep_info2.dependency = dep2 201 dep2: {plat1: dep_info1, [all …]
|
/external/valgrind/VEX/priv/ |
D | guest_s390_defs.h | 245 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
|
D | guest_s390_toIR.c | 539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) in s390_cc_thunk_fill() argument 550 stmt(IRStmt_Put(dep2_off, dep2)); in s390_cc_thunk_fill() 585 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put1() local 589 dep2 = mkU64(0); in s390_cc_thunk_put1() 592 s390_cc_thunk_fill(op, dep1, dep2, ndep); in s390_cc_thunk_put1() 599 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put2() local 603 dep2 = s390_cc_widen(d2, sign_extend); in s390_cc_thunk_put2() 606 s390_cc_thunk_fill(op, dep1, dep2, ndep); in s390_cc_thunk_put2() 624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; in s390_cc_thunk_put3() local 628 dep2 = s390_cc_widen(d2, sign_extend); in s390_cc_thunk_put3() [all …]
|
D | guest_s390_helpers.c | 1795 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) in s390_calculate_cond() argument 1797 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep); in s390_calculate_cond()
|
D | guest_arm64_toIR.c | 1955 IRTemp dep2 = newTemp(Ity_I64); in setFlags_ADD_SUB_conditionally() local 1960 assign(dep2, IRExpr_ITE(mkexpr(cond), mkexpr(t_dep2), mkexpr(f_dep2))); in setFlags_ADD_SUB_conditionally() 1965 stmt( IRStmt_Put( OFFB_CC_DEP2, mkexpr(dep2) )); in setFlags_ADD_SUB_conditionally()
|
D | guest_x86_toIR.c | 914 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2() argument 928 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto32(mkexpr(dep2))) ); in setFlags_DEP1_DEP2()
|
D | guest_amd64_toIR.c | 1783 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2() argument 1801 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto64(mkexpr(dep2))) ); in setFlags_DEP1_DEP2()
|
/external/libpng/ |
D | CMakeLists.txt | 156 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 179 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 202 # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
|