Searched refs:cond1 (Results 1 - 11 of 11) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
H A D1-1.c18 pthread_cond_t cond1, cond2; variable
33 /* Initialize cond1 with the default condition variable attribute */
34 if ((rc = pthread_cond_init(&cond1, &condattr)) != 0) {
35 fprintf(stderr, "Fail to initialize cond1, rc=%d\n", rc);
52 /* Destroy cond1 */
53 if ((rc = pthread_cond_destroy(&cond1)) != 0) {
54 fprintf(stderr, "Fail to destroy cond1, rc=%d\n", rc);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H A D1-1.c33 pthread_cond_t cond1; local
46 rc = pthread_cond_init(&cond1, &condattr);
/external/python/cpython2/Lib/test/
H A Dtest_peepholer.py198 def f(cond1, cond2):
199 if cond1: return 1
204 if cond1: return 4
214 def f(cond1, cond2):
216 if cond1: return 4
/external/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc99 Node* cond1 = branch1->InputAt(0); local
100 if (cond1->opcode() != IrOpcode::kWord32Equal) break;
101 Int32BinopMatcher m1(cond1);
H A Deffect-control-linearizer.cc247 Node* cond1 = NodeProperties::GetValueInput(cond, index); local
249 Node* branch1 = graph->NewNode(common->Branch(hint), cond1, control1);
/external/clang/test/SemaCXX/
H A Dwarn-consumed-analysis.cpp658 bool cond1();
662 while (cond1()) {
/external/freetype/src/cff/
H A Dcf2intrp.c1255 CF2_F16Dot16 cond1; local
1262 cond1 = cf2_stack_popFixed( opStack );
1266 cf2_stack_pushFixed( opStack, cond1 <= cond2 ? arg1 : arg2 );
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dmtb.py950 cond1 = numbers[index] >= self.LEVEL_JUMP_RATIO * moving_average
952 return cond1 and cond2
/external/valgrind/VEX/priv/
H A Dhost_mips_defs.h578 UChar cond1; member in struct:__anon23995::__anon23996::__anon24023
H A Dguest_s390_toIR.c11636 IRTemp cond1 = newTemp(Ity_I32); local
11637 assign(cond1, unop(Iop_1Uto32,
11653 binop(Iop_And32, mkexpr(cond1), mkexpr(cond2)),
/external/bison/tests/
H A Dtestsuite11310 { $if_stmt1 = new IfStmt($cond1, $then.f1, $else); };
11370 echo >>"$at_stderr"; $as_echo "test.y:24.36-41: error: invalid reference: '\$cond1'
11371 test.y:23.11-24.62: symbol not found in production: cond1
11426 echo >>"$at_stderr"; $as_echo "test.y:24.36-41: error: invalid reference: '\$cond1'
11427 { \$if_stmt1 = new IfStmt(\$cond1, \$then.f1, \$else); };
11429 test.y:23.11-24.62: symbol not found in production: cond1
[all...]

Completed in 543 milliseconds