Home
last modified time | relevance | path

Searched refs:left (Results 1301 - 1325 of 4325) sorted by relevance

1...<<51525354555657585960>>...173

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c331 unsigned int off = 0, left; in send_udp_sendmmsg() local
348 left = cfg_payload_len; in send_udp_sendmmsg()
349 while (left) { in send_udp_sendmmsg()
354 iov[i].iov_len = cfg_mss < left ? cfg_mss : left; in send_udp_sendmmsg()
367 left -= iov[i].iov_len; in send_udp_sendmmsg()
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound_paula.c169 u_char *left = &frame[*frameUsed>>1]; in ami_ct_s8() local
170 u_char *right = left+write_sq_block_size_half; in ami_ct_s8()
174 if (get_user(*left++, userPtr++) in ami_ct_s8()
208 u_char *left = &frame[*frameUsed>>1]; \
209 u_char *right = left+write_sq_block_size_half; \
216 *left++ = convsample(data); \
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeTextBlobTest.cpp517 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
519 EXPECT_EQ(right - left > 0, true); in HWTEST_F()
581 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
583 EXPECT_EQ(right - left > 0, true); in HWTEST_F()
610 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
612 EXPECT_EQ(right - left > 0, true); in HWTEST_F()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.c606 VP8MB* const left = dec->mb_info_ - 1; in VP8DecodeMB() local
614 left->nz_ = mb->nz_ = 0; in VP8DecodeMB()
616 left->nz_dc_ = mb->nz_dc_ = 0; in VP8DecodeMB()
633 VP8MB* const left = dec->mb_info_ - 1; in VP8InitScanline() local
634 left->nz_ = 0; in VP8InitScanline()
635 left->nz_dc_ = 0; in VP8InitScanline()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_binary_test.cc47 Global("left", ty.f32(), ast::StorageClass::kPrivate); in TEST_P()
50 auto* left = Expr("left"); in TEST_P() local
53 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P()
66 Global("left", ty.u32(), ast::StorageClass::kPrivate); in TEST_P()
69 auto* left = Expr("left"); in TEST_P() local
72 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P()
91 Global("left", ty.i32(), ast::StorageClass::kPrivate); in TEST_P()
94 auto* left in TEST_P() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_binary_test.cc47 Global("left", ty.f32(), ast::StorageClass::kPrivate); in TEST_P()
50 auto* left = Expr("left"); in TEST_P() local
53 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P()
66 Global("left", ty.u32(), ast::StorageClass::kPrivate); in TEST_P()
69 auto* left = Expr("left"); in TEST_P() local
72 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P()
91 Global("left", ty.i32(), ast::StorageClass::kPrivate); in TEST_P()
94 auto* left in TEST_P() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testthree_ng.cpp61 imageProperties.left = IMAGE_LEFT; in HWTEST_F()
113 imageProperties.left = IMAGE_LEFT; in HWTEST_F()
165 imageProperties.left = IMAGE_LEFT; in HWTEST_F()
217 imageProperties.left = IMAGE_LEFT; in HWTEST_F()
269 imageProperties.left = IMAGE_LEFT; in HWTEST_F()
321 imageProperties.left = IMAGE_LEFT; in HWTEST_F()
373 imageProperties.left = IMAGE_LEFT; in HWTEST_F()
405 imageProperties.left = IMAGE_LEFT; in HWTEST_F()
457 imageProperties.left = IMAGE_LEFT; in HWTEST_F()
509 imageProperties.left in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_fib.c810 rcu_dereference_protected(fn->left, in fib6_add_1()
847 rcu_assign_pointer(pn->left, ln); in fib6_add_1()
908 rcu_assign_pointer(pn->left, in); in fib6_add_1()
917 rcu_assign_pointer(in->left, fn); in fib6_add_1()
919 rcu_assign_pointer(in->left, ln); in fib6_add_1()
942 RCU_INIT_POINTER(ln->left, fn); in fib6_add_1()
949 rcu_assign_pointer(pn->left, ln); in fib6_add_1()
1568 rcu_dereference(fn->left); in fib6_node_lookup_1()
1697 fn = rcu_dereference(fn->left); in fib6_locate_1()
1754 child_left = rcu_dereference_protected(fn->left, in fib6_find_prefix()
2063 struct fib6_node *fn, *pn, *left, *right; fib6_walk_continue() local
[all...]
/kernel/linux/linux-6.6/arch/x86/events/
H A Dcore.c625 s64 left = event->attr.sample_period; in x86_pmu_hw_config() local
626 x86_pmu.limit_period(event, &left); in x86_pmu_hw_config()
627 if (left > event->attr.sample_period) in x86_pmu_hw_config()
788 int unassigned; /* number of events to be assigned left */
1368 s64 left = local64_read(&hwc->period_left); in x86_perf_event_set_period() local
1378 if (unlikely(left <= -period)) { in x86_perf_event_set_period()
1379 left = period; in x86_perf_event_set_period()
1380 local64_set(&hwc->period_left, left); in x86_perf_event_set_period()
1385 if (unlikely(left <= 0)) { in x86_perf_event_set_period()
1386 left in x86_perf_event_set_period()
2646 s64 left = value; x86_pmu_check_period() local
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_fib.c811 rcu_dereference_protected(fn->left, in fib6_add_1()
848 rcu_assign_pointer(pn->left, ln); in fib6_add_1()
909 rcu_assign_pointer(pn->left, in); in fib6_add_1()
918 rcu_assign_pointer(in->left, fn); in fib6_add_1()
920 rcu_assign_pointer(in->left, ln); in fib6_add_1()
943 RCU_INIT_POINTER(ln->left, fn); in fib6_add_1()
950 rcu_assign_pointer(pn->left, ln); in fib6_add_1()
1565 rcu_dereference(fn->left); in fib6_node_lookup_1()
1694 fn = rcu_dereference(fn->left); in fib6_locate_1()
1751 child_left = rcu_dereference_protected(fn->left, in fib6_find_prefix()
2060 struct fib6_node *fn, *pn, *left, *right; fib6_walk_continue() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc244 OutOfLineFloatMin(CodeGenerator* gen, T result, T left, T right) in OutOfLineFloatMin() argument
245 : OutOfLineCode(gen), result_(result), left_(left), right_(right) {} in OutOfLineFloatMin()
260 OutOfLineFloatMax(CodeGenerator* gen, T result, T left, T right) in OutOfLineFloatMax() argument
261 : OutOfLineCode(gen), result_(result), left_(left), right_(right) {} in OutOfLineFloatMax()
1222 // i.InputRegister(0) ... left low word. in AssembleArchInstruction()
1223 // i.InputRegister(1) ... left high word. in AssembleArchInstruction()
1233 // i.InputRegister(0) ... left low word. in AssembleArchInstruction()
1234 // i.InputRegister(1) ... left high word. in AssembleArchInstruction()
1244 // i.InputRegister(0) ... left low word. in AssembleArchInstruction()
1245 // i.InputRegister(1) ... left hig in AssembleArchInstruction()
1665 SwVfpRegister left = i.InputFloatRegister(0); AssembleArchInstruction() local
1679 DwVfpRegister left = i.InputDoubleRegister(0); AssembleArchInstruction() local
1693 SwVfpRegister left = i.InputFloatRegister(0); AssembleArchInstruction() local
1707 DwVfpRegister left = i.InputDoubleRegister(0); AssembleArchInstruction() local
1868 Simd128Register left = i.InputSimd128Register(0); AssembleArchInstruction() local
1888 Simd128Register left = i.InputSimd128Register(0); AssembleArchInstruction() local
2071 QwNeonRegister left = i.InputSimd128Register(0); AssembleArchInstruction() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c611 /* Adjust left/top if cropping rectangle got out of bounds */ in fimc_lite_try_crop()
612 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width); in fimc_lite_try_crop()
613 r->left = round_down(r->left, fimc->dd->win_hor_offs_align); in fimc_lite_try_crop()
617 r->left, r->top, r->width, r->height, in fimc_lite_try_crop()
631 /* Adjust left/top if the composing rectangle got out of bounds */ in fimc_lite_try_compose()
632 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width); in fimc_lite_try_compose()
633 r->left in fimc_lite_try_compose()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c57 f->dma_offset.initial = f->rect.top * f->f_width + f->rect.left; in camif_prepare_dma_offset()
58 f->dma_offset.line = f->f_width - (f->rect.left + f->rect.width); in camif_prepare_dma_offset()
792 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
988 sel->r.left = 0; in s3c_camif_g_selection()
1036 sel->r.left, sel->r.top, sel->r.width, sel->r.height); in s3c_camif_s_selection()
1319 crop->left = 0; in s3c_camif_subdev_set_fmt()
1370 sel->r.left = 0; in s3c_camif_subdev_get_selection()
1377 __func__, crop->left, crop->top, crop->width, in s3c_camif_subdev_get_selection()
1387 unsigned int left = 2 * r->left; in __camif_try_crop() local
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-video.c367 dev->crop_bounds.left = norm->h_start; in set_tvnorm()
368 dev->crop_defrect.left = norm->h_start; in set_tvnorm()
532 h_start = dev->crop_current.left; in set_size()
534 h_stop = (dev->crop_current.left + dev->crop_current.width -1); in set_size()
1353 if (c->left < b->left) in saa7134_s_selection()
1354 c->left = b->left; in saa7134_s_selection()
1355 if (c->left > b->left in saa7134_s_selection()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c613 /* Adjust left/top if cropping rectangle got out of bounds */ in fimc_lite_try_crop()
614 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width); in fimc_lite_try_crop()
615 r->left = round_down(r->left, fimc->dd->win_hor_offs_align); in fimc_lite_try_crop()
619 r->left, r->top, r->width, r->height, in fimc_lite_try_crop()
633 /* Adjust left/top if the composing rectangle got out of bounds */ in fimc_lite_try_compose()
634 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width); in fimc_lite_try_compose()
635 r->left in fimc_lite_try_compose()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c57 f->dma_offset.initial = f->rect.top * f->f_width + f->rect.left; in camif_prepare_dma_offset()
58 f->dma_offset.line = f->f_width - (f->rect.left + f->rect.width); in camif_prepare_dma_offset()
792 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
989 sel->r.left = 0; in s3c_camif_g_selection()
1037 sel->r.left, sel->r.top, sel->r.width, sel->r.height); in s3c_camif_s_selection()
1320 crop->left = 0; in s3c_camif_subdev_set_fmt()
1371 sel->r.left = 0; in s3c_camif_subdev_get_selection()
1378 __func__, crop->left, crop->top, crop->width, in s3c_camif_subdev_get_selection()
1388 unsigned int left = 2 * r->left; in __camif_try_crop() local
[all...]
/third_party/zlib/contrib/blast/
H A Dblast.h46 unsigned *left, unsigned char **in);
59 * If left and in are not NULL and *left is not zero when blast() is called,
60 * then the *left bytes at *in are consumed for input before infun() is used.
68 * If there is any unused input, *left is set to the number of bytes that were
69 * read and *in points to them. Otherwise *left is set to zero and *in is set
70 * to NULL. If left or in are NULL, then they are not set.
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-video.c367 dev->crop_bounds.left = norm->h_start; in set_tvnorm()
368 dev->crop_defrect.left = norm->h_start; in set_tvnorm()
532 h_start = dev->crop_current.left; in set_size()
534 h_stop = (dev->crop_current.left + dev->crop_current.width -1); in set_size()
635 col[cols].position = clip_range(clips[i].c.left); in setup_clipping()
638 col[cols].position = clip_range(clips[i].c.left+clips[i].c.width); in setup_clipping()
711 dev->win.w.left, dev->win.w.top, in start_preview()
728 base += dev->ovfmt->depth/8 * dev->win.w.left; in start_preview()
1669 if (c->left < b->left) in saa7134_s_selection()
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pkt.c2407 uint64_t len, size_t left) { in ngtcp2_pkt_stream_max_datalen()
2411 if (left <= n) { in ngtcp2_pkt_stream_max_datalen()
2415 left -= n; in ngtcp2_pkt_stream_max_datalen()
2417 if (left > 8 + 1073741823 && len > 1073741823) { in ngtcp2_pkt_stream_max_datalen()
2421 return (size_t)ngtcp2_min(len, (uint64_t)(left - 8)); in ngtcp2_pkt_stream_max_datalen()
2424 if (left > 4 + 16383 && len > 16383) { in ngtcp2_pkt_stream_max_datalen()
2426 return (size_t)ngtcp2_min(len, (uint64_t)(left - 4)); in ngtcp2_pkt_stream_max_datalen()
2429 if (left > 2 + 63 && len > 63) { in ngtcp2_pkt_stream_max_datalen()
2431 return (size_t)ngtcp2_min(len, (uint64_t)(left - 2)); in ngtcp2_pkt_stream_max_datalen()
2435 return (size_t)ngtcp2_min(len, (uint64_t)(left in ngtcp2_pkt_stream_max_datalen()
2406 ngtcp2_pkt_stream_max_datalen(int64_t stream_id, uint64_t offset, uint64_t len, size_t left) ngtcp2_pkt_stream_max_datalen() argument
2438 ngtcp2_pkt_crypto_max_datalen(uint64_t offset, size_t len, size_t left) ngtcp2_pkt_crypto_max_datalen() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp472 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left-top:rigth-bottom>. Ignored.
488 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left-top:rigth-bottom>.
513 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left-top:rigth-bottom>. Ignored.
532 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left-top:rigth-bottom>.
555 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left-top:rigth-bottom>. Ignored.
572 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left-top:rigth-bottom>.
596 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left-top:rigth-bottom>
614 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left-top:rigth-bottom>.
656 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left-top:rigth-bottom>. Ignored.
676 * @param pixel_index Index of pixel, identifies pixel at face <0:8> <left
1331 const glw::GLfloat left = -1.0f + x_mid_step; prepareTextureCoordinatesForFace() local
1440 const glw::GLfloat left = -1.0f + x_mid_step + x_step; prepareTextureCoordinatesForGatherForFace() local
[all...]
/third_party/mesa3d/include/android_stub/android/
H A Drect.h42 * In a valid ARect, left <= right and top <= bottom. ARect with left=0, top=10,
50 int32_t left; member
/third_party/skia/docs/examples/
H A DRect_intersect_3.cpp10 result.left(), result.top(), result.right(), result.bottom()); in REG_FIDDLE()
H A DRect_intersect_2.cpp9 SkDebugf("%g, %g, %g, %g\n", leftRect.left(), leftRect.top(), in REG_FIDDLE()
H A DIRect_intersect_2.cpp10 result.left(), result.top(), result.right(), result.bottom()); in REG_FIDDLE()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/
H A DSample.java16 public void render(Canvas canvas, long t, float left, float top, float right, float bottom); in render() argument

Completed in 40 milliseconds

1...<<51525354555657585960>>...173