/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); }
|
Expr.h | [all...] |
Stmt.h | 845 enum { VAR, COND, THEN, ELSE, END_EXPR }; 852 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, 875 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} 876 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } 882 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } 913 enum { VAR, COND, BODY, END_EXPR }; 925 SwitchStmt(ASTContext &C, VarDecl *Var, Expr *cond); 948 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} 952 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]);} 953 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); [all...] |
/external/valgrind/unittest/ |
posix_tests.cc | 31 with any other library that supports threads, locks, cond vars, etc. 56 static int COND = 0; 65 // 3. while(COND != 2) /-------- c. CV.Signal() 78 COND++; 84 COND = 0; 90 while(COND != 2) {
|
racecheck_unittest.cc | 31 with any other library that supports threads, locks, cond vars, etc. 78 static int COND = 0; 123 // 1. COND = 0 127 // c. COND = 1 129 // 4. while(COND) / e. MU.Unlock() 140 COND = 1; 148 COND = 0; 151 while(COND != 1) 172 // 1. COND = 0 176 // c. COND = [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 | 144 #define COND() hregMIPS_COND() 463 MIPSCondCode cond; member in struct:__anon30001::__anon30002::__anon30007 485 If cond is != Mcc_ALWAYS, src is checked. 488 MIPSCondCode cond; member in struct:__anon30001::__anon30002::__anon30010 499 MIPSCondCode cond; /* can be MIPScc_AL */ member in struct:__anon30001::__anon30002::__anon30011 507 MIPSCondCode cond; /* can be MIPScc_AL */ member in struct:__anon30001::__anon30002::__anon30012 514 MIPSCondCode cond; /* can be MIPScc_AL */ member in struct:__anon30001::__anon30002::__anon30013 608 MIPSCondCode cond; member in struct:__anon30001::__anon30002::__anon30028 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 | |