HomeSort by relevance Sort by last modified time
    Searched refs:dep2 (Results 1 - 13 of 13) sorted by null

  /external/toybox/kconfig/
expr.h 48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2))
49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2))
81 struct expr *dep, *dep2; member in struct:symbol
menu.c 233 struct expr *parentdep, *basedep, *dep, *dep2, **ep; local
294 dep2 = expr_copy(basedep);
295 expr_eliminate_eq(&dep, &dep2);
297 if (!expr_is_yes(dep2)) {
298 expr_free(dep2);
301 expr_free(dep2);
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
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/
guest_s390_defs.h 245 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
guest_s390_toIR.c 539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
550 stmt(IRStmt_Put(dep2_off, dep2));
585 IRExpr *op, *dep1, *dep2, *ndep; local
589 dep2 = mkU64(0);
592 s390_cc_thunk_fill(op, dep1, dep2, ndep);
599 IRExpr *op, *dep1, *dep2, *ndep; local
603 dep2 = s390_cc_widen(d2, sign_extend);
606 s390_cc_thunk_fill(op, dep1, dep2, ndep);
613 of the ndep field does matter and therefore we make the DEP2 field
616 DEP2 = original_DEP2 ^ NDE
624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
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...]
guest_s390_helpers.c 224 and DEP2 have to be tracked. See detailed comment in
974 /* Recover the original DEP2 value. See comment near s390_cc_thunk_put3 \
989 /* Recover the original DEP2 value. See comment near s390_cc_thunk_put3 \
    [all...]
guest_arm64_toIR.c 1955 IRTemp dep2 = newTemp(Ity_I64); local
    [all...]