Home
last modified time | relevance | path

Searched refs:cond2 (Results 1 – 15 of 15) sorted by relevance

/third_party/pulseaudio/src/tests/
Dthread-test.c33 static pa_cond *cond1 = NULL, *cond2 = NULL; variable
76 pa_cond_signal(cond2, 0); in thread_func()
103 cond2 = pa_cond_new(); in START_TEST()
127 pa_cond_wait(cond2, mutex); in START_TEST()
142 pa_cond_free(cond2); in START_TEST()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
D1-1.c18 static pthread_cond_t cond1, cond2; variable
40 if ((rc = pthread_cond_init(&cond2, NULL)) != 0) { in main()
60 if ((rc = pthread_cond_destroy(&cond2)) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
D1-1.c34 pthread_cond_t cond2; in main() local
51 rc = pthread_cond_init(&cond2, NULL); in main()
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c1355 int cond0, cond1, cond2, cond3; in get_band_numbits_ESC_mips() local
1417 [cond2]"=&r"(cond2), [cond3]"=&r"(cond3), in get_band_numbits_ESC_mips()
2168 int cond0, cond1, cond2, cond3; in get_band_cost_ESC_mips() local
2205 [cond2]"=&r"(cond2), [cond3]"=&r"(cond3), in get_band_cost_ESC_mips()
2227 curbits += (av_log2(c3) * 2 - 3) & (-cond2); in get_band_cost_ESC_mips()
2261 if (cond2) { in get_band_cost_ESC_mips()
/third_party/freetype/src/psaux/
Dpsintrp.c2074 CF2_F16Dot16 cond2; in cf2_interpT2CharString() local
2080 cond2 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
2086 cond1 <= cond2 ? arg1 : arg2 ); in cf2_interpT2CharString()
2219 CF2_F16Dot16 cond2; in cf2_interpT2CharString() local
2224 cond2 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
2230 cond1 <= cond2 ? arg1 : arg2 ); in cf2_interpT2CharString()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c2072 CF2_F16Dot16 cond2; in cf2_interpT2CharString() local
2078 cond2 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
2084 cond1 <= cond2 ? arg1 : arg2 ); in cf2_interpT2CharString()
2217 CF2_F16Dot16 cond2; in cf2_interpT2CharString() local
2222 cond2 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
2228 cond1 <= cond2 ? arg1 : arg2 ); in cf2_interpT2CharString()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c2069 CF2_F16Dot16 cond2; in cf2_interpT2CharString() local
2075 cond2 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
2081 cond1 <= cond2 ? arg1 : arg2 ); in cf2_interpT2CharString()
2214 CF2_F16Dot16 cond2; in cf2_interpT2CharString() local
2219 cond2 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
2225 cond1 <= cond2 ? arg1 : arg2 ); in cf2_interpT2CharString()
/third_party/python/Lib/test/
Dtest_peepholer.py396 def f(cond1, cond2): argument
398 if cond2: return 2
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc539 bool cond2 = false; member
568 mu.ReaderLockWhen(absl::Condition(&cond2)); in Waiter2()
571 mu.LockWhen(absl::Condition(&cond2)); in Waiter2()
609 cond2 = true; in TEST_P()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown236 cond2 = (c == 4);
239 if (cond2) {
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py1234 condition = '({cond1}) && ({cond2})'.format(cond1=parent_condition, cond2=condition)
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c652 LLVMValueRef result, cond, cond2, temp; in do_quantize_to_f16() local
661 cond2 = LLVMBuildFCmp(builder, LLVMRealONE, temp, bld_base->base.zero, ""); in do_quantize_to_f16()
662 cond = LLVMBuildAnd(builder, cond, cond2, ""); in do_quantize_to_f16()
Dlp_bld_nir_soa.c2179 LLVMValueRef cond2 = LLVMBuildICmp(gallivm->builder, in emit_elect() local
2184 cond = LLVMBuildAnd(builder, cond, cond2, ""); in emit_elect()
/third_party/python/Python/
Dcompile.c2656 int cond2 = e->v.BoolOp.op == Or; in compiler_jump_if() local
2658 if (!cond2 != !cond) { in compiler_jump_if()
2664 if (!compiler_jump_if(c, (expr_ty)asdl_seq_GET(s, i), next2, cond2)) in compiler_jump_if()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c361 LLVMValueRef temp, cond2; in emit_f2f16() local
367 cond2 = LLVMBuildFCmp(ctx->builder, LLVMRealONE, temp, ctx->f32_0, ""); in emit_f2f16()
368 cond = LLVMBuildAnd(ctx->builder, cond, cond2, ""); in emit_f2f16()