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

  /external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/apps/
speed.c     [all...]
  /external/openssl/apps/
speed.c     [all...]
  /external/valgrind/main/VEX/priv/
host_mips_defs.h 153 #define COND() hregMIPS_COND()
450 MIPSCondCode cond; member in struct:__anon35654::__anon35655::__anon35660
472 If cond is != Mcc_ALWAYS, src is checked.
475 MIPSCondCode cond; member in struct:__anon35654::__anon35655::__anon35663
487 MIPSCondCode cond; /* can be MIPScc_AL */ member in struct:__anon35654::__anon35655::__anon35664
495 MIPSCondCode cond; /* can be MIPScc_AL */ member in struct:__anon35654::__anon35655::__anon35665
502 MIPSCondCode cond; /* can be MIPScc_AL */ member in struct:__anon35654::__anon35655::__anon35666
625 HReg cond; member in struct:__anon35654::__anon35655::__anon35687
657 MIPSCondCode cond, Bool toFastEP );
659 MIPSCondCode cond);
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 33 // with any other library that supports threads, locks, cond vars, etc.
128 int COND = 0;
363 // 1. COND = 0
367 // c. COND = 1
369 // 4. while(COND) / e. MU.Unlock()
380 COND = 1;
388 COND = 0;
391 while(COND != 1)
412 // 1. COND = 0
416 // c. COND =
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 535 milliseconds