Home
last modified time | relevance | path

Searched refs:cond2 (Results 1 – 20 of 20) 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/mindspore/tests/st/control/
Dtest_ascend_control_sink.py38 cond2 = y > z
40 if cond1 and cond2:
84 def construct(self, x, y, cond1, cond2, input_data): argument
94 if cond2:
249 cond2 = np.array(False).astype(np.bool)
253 output = net(Tensor(x), Tensor(y), Tensor(cond1), Tensor(cond2), Tensor(input_data))
/third_party/pixman/pixman/
Dpixman-arm-simd-asm.h350 .macro conditional_process2 test, cond1, cond2, process_head, process_tail, numbytes1, numbytes2, …
358 …conditional_process1 cond2, process_head, process_tail, numbytes2, firstreg2, unaligned_src, unal…
363 process_head cond2, numbytes2, firstreg2, unaligned_src, unaligned_mask, 0
366 sub&cond2 X, X, #8*numbytes2/dst_w_bpp
369 process_tail cond2, numbytes2, firstreg2
371 pixst cond2, numbytes2, firstreg2, DST
/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/python/Lib/test/
Dtest_peepholer.py396 def f(cond1, cond2): argument
398 if cond2: return 2
/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/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/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/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/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/mindspore/tests/st/cpp/model/
Dtest_control.cc91 bool cond1 = true, cond2 = false; in TEST_F() local
98 …mplace_back(inputs_before[3].Name(), inputs_before[3].DataType(), inputs_before[3].Shape(), &cond2, in TEST_F()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown236 cond2 = (c == 4);
239 if (cond2) {
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c555 LLVMValueRef result, cond, cond2, temp; in do_quantize_to_f16() local
564 cond2 = LLVMBuildFCmp(builder, LLVMRealONE, temp, bld_base->base.zero, ""); in do_quantize_to_f16()
565 cond = LLVMBuildAnd(builder, cond, cond2, ""); in do_quantize_to_f16()
Dlp_bld_nir_soa.c1973 LLVMValueRef cond2 = LLVMBuildICmp(gallivm->builder, in emit_elect() local
1978 cond = LLVMBuildAnd(builder, cond, cond2, ""); in emit_elect()
/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/boost/libs/thread/doc/
Dfutures.qbk357 if ( cond2 )
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c358 LLVMValueRef temp, cond2; in emit_f2f16() local
364 cond2 = LLVMBuildFCmp(ctx->builder, LLVMRealONE, temp, ctx->f32_0, ""); in emit_f2f16()
365 cond = LLVMBuildAnd(ctx->builder, cond, cond2, ""); in emit_f2f16()
/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()