Home
last modified time | relevance | path

Searched defs:cx (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/rust/crates/futures-channel/benches/
Dsync_mpsc.rs21 let mut cx = noop_context(); in unbounded_1_tx() localVariable
43 let mut cx = noop_context(); in unbounded_100_tx() localVariable
64 let mut cx = noop_context(); in unbounded_uncontended() localVariable
104 let mut cx = noop_context(); in bounded_1_tx() localVariable
121 let mut cx = noop_context(); in bounded_100_tx() localVariable
/external/rust/crates/futures/tests/
Dtry_stream.rs9 let cx = &mut noop_context(); in try_filter_map_after_err() localVariable
20 let cx = &mut noop_context(); in try_skip_while_after_err() localVariable
31 let cx = &mut noop_context(); in try_take_while_after_err() localVariable
Dfutures_unordered.rs15 let mut cx = noop_context(); in is_terminated() localVariable
88 let mut cx = noop_context(); in works_2() localVariable
131 let cx = &mut noop_context(); in finished_future() localVariable
307 let mut cx = noop_context(); in len_valid_during_out_of_order_completion() localVariable
358 let cx = &mut noop_context(); in polled_only_once_at_most_per_iteration() localVariable
Dfutures_ordered.rs43 let mut cx = noop_context(); in works_2() localVariable
86 let cx = &mut noop_context(); in queue_never_unblocked() localVariable
Dstream_into_async_read.rs11 let mut cx = noop_context(); in test_into_async_read() localVariable
64 let mut cx = noop_context(); in test_into_async_bufread() localVariable
Dio_read.rs44 let cx = &mut panic_context(); in read_vectored_no_buffers() localVariable
69 let cx = &mut panic_context(); in read_vectored_first_non_empty() localVariable
Dio_write.rs52 let cx = &mut panic_context(); in write_vectored_no_buffers() localVariable
76 let cx = &mut panic_context(); in write_vectored_first_non_empty() localVariable
/external/llvm-project/clang/test/CodeGenCXX/
Dclang-sections-tentative.c20 const int cx; // rodata.1 variable
23 const int cx; // stays in .rodata.1 variable
28 const int cx; // stays in .rodata.1 variable
/external/eigen/blas/f2c/
Dcomplexdots.c21 complex cdotc_(integer *n, complex *cx, integer in cdotc_()
37 complex cdotu_(integer *n, complex *cx, integer in cdotu_()
53 doublecomplex zdotc_(integer *n, doublecomplex *cx, integer *incx, in zdotc_()
69 doublecomplex zdotu_(integer *n, doublecomplex *cx, integer *incx, in zdotu_()
/external/skia/gm/
Dinversepaths.cpp21 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
25 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
29 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
33 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
80 SkScalar cx = slideWidth / 2 + slideBoundary; variable
Dbackdrop.cpp26 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader()
43 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
/external/skqp/gm/
Dinversepaths.cpp13 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
20 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
27 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
33 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
83 SkScalar cx = slideWidth / 2 + slideBoundary; variable
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_msg.c88 ax, bx, cx, dx, si, di) \ argument
133 ax, bx, cx, dx, si, di) \ argument
157 ax, bx, cx, dx, si, di) \ argument
192 ax, bx, cx, dx, si, di) \ argument
219 ax, bx, cx, dx, si, di) \ argument
256 ax, bx, cx, dx, si, di) \ argument
263 ax, bx, cx, dx, si, di) \ argument
271 ax, bx, cx, dx, si, di) \ argument
308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; in vmw_open_channel() local
338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; in vmw_close_channel() local
[all …]
/external/skqp/experimental/svg/model/
DSkSVGEllipse.cpp15 void SkSVGEllipse::setCx(const SkSVGLength& cx) { in setCx()
34 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve() local
DSkSVGCircle.cpp15 void SkSVGCircle::setCx(const SkSVGLength& cx) { in setCx()
30 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
50 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve() local
DSkSVGRadialGradient.cpp15 void SkSVGRadialGradient::setCx(const SkSVGLength& cx) { in setCx()
38 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h59 const GLfloat cx = from[0]; in TAG() local
139 const GLfloat cx = from[0]; in TAG() local
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local
231 const GLfloat cx = from[0], cy = from[1]; in TAG() local
/external/icu/icu4c/source/common/
Ducnv_ext.cpp124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU()
237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU()
279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU()
333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU()
531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU()
672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU()
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU()
813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU()
979 const int32_t *cx, in ucnv_extGetUnicodeSetString()
1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
/external/llvm-project/flang/lib/Evaluate/
Dfold-integer.cpp158 if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) { in FoldIntrinsicFunction() local
191 if (const auto *cx{UnwrapExpr<Expr<SomeInteger>>(args[0])}) { in FoldIntrinsicFunction() local
197 } else if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) { in FoldIntrinsicFunction() local
203 } else if (const auto *cx{UnwrapExpr<Expr<SomeComplex>>(args[0])}) { in FoldIntrinsicFunction() local
479 if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) { in FoldIntrinsicFunction() local
485 } else if (const auto *cx{UnwrapExpr<Expr<SomeComplex>>(args[0])}) { in FoldIntrinsicFunction() local
495 if (const auto *cx{UnwrapExpr<Expr<SomeInteger>>(args[0])}) { in FoldIntrinsicFunction() local
501 } else if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) { in FoldIntrinsicFunction() local
507 } else if (const auto *cx{UnwrapExpr<Expr<SomeComplex>>(args[0])}) { in FoldIntrinsicFunction() local
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_type.pass.cpp50 int const& cx = x; in test_bullet_one() local
83 int const& cx = x; in test_bullet_two() local
116 int const& cx = x; in test_bullet_three() local
/external/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_type.pass.cpp51 int const& cx = x; in test_bullet_one() local
84 int const& cx = x; in test_bullet_two() local
117 int const& cx = x; in test_bullet_three() local
/external/skqp/include/effects/
DSkGradientShader.h210 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
216 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
243 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
250 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
/external/skia/include/effects/
DSkGradientShader.h215 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
221 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
248 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
255 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/views/
DBackgroundColorView.kt30 val cx = canvas.width / 2f in draw() constant
/external/rust/crates/futures-util/src/compat/
Dcompat03as01.rs223 let mut cx = Context::from_waker(&waker); in with_context() localVariable
235 let mut cx = Context::from_waker(&waker); in with_sink_context() localVariable
260 let mut cx = Context::from_waker(&waker); in read() localVariable
281 let mut cx = Context::from_waker(&waker); in write() localVariable
288 let mut cx = Context::from_waker(&waker); in flush() localVariable
297 let mut cx = Context::from_waker(&waker); in shutdown() localVariable

12345678910