HomeSort by relevance Sort by last modified time
    Searched refs:cond1 (Results 1 - 12 of 12) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
1-1.c 18 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/
1-1.c 33 pthread_cond_t cond1; local
46 rc = pthread_cond_init(&cond1, &condattr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_peepholer.py 197 def f(cond1, cond2):
198 if cond1: return 1
203 if cond1: return 4
213 def f(cond1, cond2):
215 if cond1: return 4
  /external/python/cpython2/Lib/test/
test_peepholer.py 198 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/
control-flow-optimizer.cc 100 Node* cond1 = branch1->InputAt(0); local
101 if (cond1->opcode() != IrOpcode::kWord32Equal) break;
102 Int32BinopMatcher m1(cond1);
effect-control-linearizer.cc 188 // | | Cond1 ... CondN
207 // Control1 Cond1 ... ControlN CondN
267 Node* cond1 = NodeProperties::GetValueInput(cond, index); local
269 Node* branch1 = graph->NewNode(common->Branch(hint), cond1, control1);
    [all...]
  /external/python/cpython3/Lib/test/
test_peepholer.py 258 def f(cond1, cond2):
259 if cond1: return 1
264 if cond1: return 4
275 def f(cond1, cond2):
277 if cond1: return 4
  /external/freetype/src/psaux/
psintrp.c 2056 CF2_F16Dot16 cond1; local
2201 CF2_F16Dot16 cond1; local
    [all...]
  /external/clang/test/SemaCXX/
warn-consumed-analysis.cpp 658 bool cond1();
662 while (cond1()) {
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc     [all...]
bfloat16_propagation_test.cc 848 auto cond1 = module->AddEmbeddedComputation(builder_cond1.Build()); local
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py     [all...]

Completed in 844 milliseconds