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

  /external/openssl/crypto/des/
speed.c 220 #define COND(d) (count != (d))
223 #define COND(c) (run)
231 for (count=0,run=1; COND(ca); count++)
244 for (count=0,run=1; COND(cb); count++)
263 for (count=0,run=1; COND(cc); count++)
280 for (count=0,run=1; COND(cd); count++)
299 for (count=0,run=1; COND(ce); count++)
des_opts.c 405 for (count=0,run=1; COND(cb); count++) \
469 #define COND(d) (count != (d))
472 #define COND(c) (run)
  /external/openssl/crypto/rc2/
rc2speed.c 211 #define COND(d) (count != (d))
214 #define COND(c) (run)
222 for (count=0,run=1; COND(ca); count+=4)
240 for (count=0,run=1; COND(cb); count+=4)
262 for (count=0,run=1; COND(cc); count++)
  /external/openssl/crypto/rc4/
rc4speed.c 210 #define COND(d) (count != (d))
213 #define COND(c) (run)
221 for (count=0,run=1; COND(ca); count+=4)
239 for (count=0,run=1; COND(cc); count++)
  /external/clang/include/clang/AST/
StmtCXX.h 129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END };
131 // SubExprs[COND] and SubExprs[INC] are expressions.
138 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
154 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
166 return cast_or_null<Expr>(SubExprs[COND]);
179 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); }
Stmt.h 868 enum { VAR, COND, THEN, ELSE, END_EXPR };
875 IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
899 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
900 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); }
906 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); }
937 enum { VAR, COND, BODY, END_EXPR };
949 SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond);
972 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
976 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]);
    [all...]
Expr.h     [all...]
  /external/openssl/apps/
speed.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 406 milliseconds