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

  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 9 static pthread_cond_t cond2; variable
28 printf("2 waiting for cond2\n");
30 pthread_cond_wait(&cond2, &test_lock );
47 printf("3 signal cond2\n");
48 pthread_cond_signal(&cond2);
72 pthread_cond_init(&cond2, NULL);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 198 def f(cond1, cond2):
200 if cond2: return 2
214 def f(cond1, cond2):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 198 def f(cond1, cond2):
200 if cond2: return 2
214 def f(cond1, cond2):
  /external/pixman/pixman/
pixman-arm-simd-asm.h 335 .macro conditional_process2 test, cond1, cond2, process_head, process_tail, numbytes1, numbytes2, firstreg1, firstreg2, unaligned_src, unaligned_mask, decrementx variable
343 conditional_process1 cond2, process_head, process_tail, numbytes2, firstreg2, unaligned_src, unaligned_mask, decrementx
348 process_head cond2, numbytes2, firstreg2, unaligned_src, unaligned_mask, 0 variable
351 sub&cond2 X, X, #8*numbytes2/dst_w_bpp
354 process_tail cond2, numbytes2, firstreg2 variable
356 pixst cond2, numbytes2, firstreg2, DST variable
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 189 ; BB#2: ; %for.cond2.preheader
  /external/clang/test/SemaCXX/
warn-consumed-analysis.cpp 647 bool cond2();
651 if (cond2())
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 11413 IRTemp cond2 = newTemp(Ity_I32); local
    [all...]

Completed in 213 milliseconds