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

  /external/toybox/kconfig/
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);
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
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 1955 IRTemp dep2 = newTemp(Ity_I64); local
    [all...]
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...]

Completed in 39 milliseconds