Searched refs:COND (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/opus/src/silk/
H A Dtypedef.h56 # define silk_assert(COND) _ASSERTE(COND)
71 # define silk_assert(COND) {if (!(COND)) {silk_fatal("assertion failed: " #COND);}}
73 # define silk_assert(COND)
/external/chromium_org/third_party/skia/include/gpu/
H A DGrConfig.h256 #define GR_ALWAYSASSERT(COND) \
258 if (!(COND)) { \
259 GrPrintf("%s %s failed\n", GR_FILE_AND_LINE_STR, #COND); \
270 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND)
272 #define GR_DEBUGASSERT(COND)
279 #define GrAssert(COND) GR_DEBUGASSERT(COND)
280 #define GrAlwaysAssert(COND) GR_ALWAYSASSERT(COND)
[all...]
/external/skia/include/gpu/
H A DGrConfig.h256 #define GR_ALWAYSASSERT(COND) \
258 if (!(COND)) { \
259 GrPrintf("%s %s failed\n", GR_FILE_AND_LINE_STR, #COND); \
270 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND)
272 #define GR_DEBUGASSERT(COND)
279 #define GrAssert(COND) GR_DEBUGASSERT(COND)
280 #define GrAlwaysAssert(COND) GR_ALWAYSASSERT(COND)
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/
H A Drc2speed.c211 #define COND(d) (count != (d)) macro
214 #define COND(c) (run) macro
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/rc2/
H A Drc2speed.c211 #define COND(d) (count != (d)) macro
214 #define COND(c) (run) macro
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/des/
H A Dspeed.c220 #define COND(d) (count != (d)) macro
223 #define COND(c) (run) macro
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++)
H A Ddes_opts.c405 for (count=0,run=1; COND(cb); count++) \
469 #define COND(d) (count != (d)) macro
472 #define COND(c) (run) macro
/external/openssl/crypto/des/
H A Dspeed.c220 #define COND(d) (count != (d)) macro
223 #define COND(c) (run) macro
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++)
H A Ddes_opts.c405 for (count=0,run=1; COND(cb); count++) \
469 #define COND(d) (count != (d)) macro
472 #define COND(c) (run) macro
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/
H A Drc4speed.c210 #define COND(d) (count != (d)) macro
213 #define COND(c) (run) macro
221 for (count=0,run=1; COND(ca); count+=4)
239 for (count=0,run=1; COND(cc); count++)
/external/openssl/crypto/rc4/
H A Drc4speed.c210 #define COND(d) (count != (d)) macro
213 #define COND(c) (run) macro
221 for (count=0,run=1; COND(ca); count+=4)
239 for (count=0,run=1; COND(cc); count++)
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dspeed.c1488 #define COND(d) (count < (d)) macro
1495 #define COND(c) (run && count<0x7fffffff) macro
1509 for (count=0,run=1; COND(c[D_MD2][j]); count++)
1523 for (count=0,run=1; COND(c[D_MDC2][j]); count++)
1538 for (count=0,run=1; COND(c[D_MD4][j]); count++)
1553 for (count=0,run=1; COND(c[D_MD5][j]); count++)
1574 for (count=0,run=1; COND(c[D_HMAC][j]); count++)
1593 for (count=0,run=1; COND(c[D_SHA1][j]); count++)
1607 for (count=0,run=1; COND(c[D_SHA256][j]); count++)
1622 for (count=0,run=1; COND(
[all...]
/external/openssl/apps/
H A Dspeed.c1488 #define COND(d) (count < (d)) macro
1495 #define COND(c) (run && count<0x7fffffff) macro
1509 for (count=0,run=1; COND(c[D_MD2][j]); count++)
1523 for (count=0,run=1; COND(c[D_MDC2][j]); count++)
1538 for (count=0,run=1; COND(c[D_MD4][j]); count++)
1553 for (count=0,run=1; COND(c[D_MD5][j]); count++)
1574 for (count=0,run=1; COND(c[D_HMAC][j]); count++)
1593 for (count=0,run=1; COND(c[D_SHA1][j]); count++)
1607 for (count=0,run=1; COND(c[D_SHA256][j]); count++)
1622 for (count=0,run=1; COND(
[all...]
/external/clang/include/clang/AST/
H A DStmtCXX.h129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon14924
131 // SubExprs[COND] and SubExprs[INC] are expressions.
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); }
H A DStmt.h845 enum { VAR, COND, THEN, ELSE, END_EXPR }; enumerator in enum:clang::IfStmt::__anon14917
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 }; enumerator in enum:clang::SwitchStmt::__anon14918
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); }
1006 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::WhileStmt::__anon14919
1033 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); }
1061 enum { BODY, COND, END_EXPR }; enumerator in enum:clang::DoStmt::__anon14920
1112 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator in enum:clang::ForStmt::__anon14921
[all...]
H A DExpr.h3153 enum { COND, LHS, RHS, END_EXPR }; enumerator in enum:clang::StringLiteral::OffsetOfExpr::ConditionalOperator::__anon14906
3175 SubExprs[COND] = cond;
3186 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); }
3223 enum { COMMON, COND, LHS, RHS, NUM_SUBEXPRS }; enumerator in enum:clang::StringLiteral::OffsetOfExpr::BinaryConditionalOperator::__anon14907
3249 SubExprs[COND] = cond;
3269 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); }
3475 enum { COND, LHS, RHS, END_EXPR }; enumerator in enum:clang::StringLiteral::OffsetOfExpr::ChooseExpr::__anon14908
3492 SubExprs[COND] = cond;
3519 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); }
3520 void setCond(Expr *E) { SubExprs[COND]
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp128 int COND = 0; variable
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 = 1
418 // 3. MU.LockWhen(COND
591 bool COND = 0; member in namespace:test07
2101 int COND = 0; member in namespace:test42
2492 int COND = 0; member in namespace:test51
2567 int COND = 0; member in namespace:test52
3289 int COND = 0; member in namespace:test68
3341 int COND = 0; member in namespace:test69
4578 int COND = 0; member in namespace:test94
4631 int COND = 0; member in namespace:test95
5320 bool COND = false; member in namespace:test111
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc78 static int COND = 0; variable
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 = 1
178 // 3. MU.LockWhen(COND
349 bool COND = 0; member in namespace:test07
1788 int COND = 0; member in namespace:test42
2173 int COND = 0; member in namespace:test51
2244 int COND = 0; member in namespace:test52
2962 int COND = 0; member in namespace:test68
3013 int COND = 0; member in namespace:test69
4442 int COND = 0; member in namespace:test94
4501 int COND = 0; member in namespace:test95
4997 bool COND = false; member in namespace:test111
6122 int COND = 0; member in namespace:test148
[all...]
H A Dposix_tests.cc56 static int COND = 0; variable
65 // 3. while(COND != 2) /-------- c. CV.Signal()
78 COND++;
84 COND = 0;
90 while(COND != 2) {
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h317 * Basically, use COND to dimension an array. If COND is false/zero the
320 #define STATIC_ASSERT(COND) \
322 typedef int static_assertion_failed[(!!(COND))*2-1]; \
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h317 * Basically, use COND to dimension an array. If COND is false/zero the
320 #define STATIC_ASSERT(COND) \
322 typedef int static_assertion_failed[(!!(COND))*2-1]; \
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h313 * Basically, use COND to dimension an array. If COND is false/zero the
316 #define STATIC_ASSERT(COND) \
318 typedef int static_assertion_failed[(!!(COND))*2-1]; \
/external/mesa3d/src/mesa/main/
H A Dcompiler.h313 * Basically, use COND to dimension an array. If COND is false/zero the
316 #define STATIC_ASSERT(COND) \
318 typedef int static_assertion_failed[(!!(COND))*2-1]; \
/external/eigen/test/
H A Dpacketmath.cpp87 #define CHECK_CWISE1_IF(COND, REFOP, POP) if(COND) { \
88 packet_helper<COND,Packet> h; \
/external/clang/lib/AST/
H A DStmt.cpp797 SubExprs[COND] = reinterpret_cast<Stmt*>(Cond);
829 SubExprs[COND] = reinterpret_cast<Stmt*>(cond);
860 SubExprs[COND] = reinterpret_cast<Stmt*>(Cond);
888 SubExprs[COND] = reinterpret_cast<Stmt*>(cond);
921 SubExprs[COND] = reinterpret_cast<Stmt*>(cond);

Completed in 2469 milliseconds

12