Home
last modified time | relevance | path

Searched refs:left (Results 2276 - 2300 of 4249) sorted by relevance

1...<<919293949596979899100>>...170

/third_party/skia/modules/androidkit/src/
H A DCanvas.cpp137 jfloat left, jfloat top, jfloat right, jfloat bottom, in Canvas_DrawRect()
142 canvas->drawRect(SkRect::MakeLTRB(left, top, right, bottom), *paint); in Canvas_DrawRect()
136 Canvas_DrawRect(JNIEnv* env, jobject, jlong native_instance, jfloat left, jfloat top, jfloat right, jfloat bottom, jlong native_paint) Canvas_DrawRect() argument
/third_party/rust/crates/nom/src/combinator/
H A Dtests.rs12 ($left: expr, $right: expr) => {
13 let res: $crate::IResult<_, _, (_, ErrorKind)> = $left;
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc1201 FPURegister left = i.InputOrZeroSingleRegister(0); in AssembleArchInstruction() local
1207 if ((left == kDoubleRegZero || right == kDoubleRegZero) && in AssembleArchInstruction()
1212 __ CompareF32(kScratchReg, cc, left, right); in AssembleArchInstruction()
1264 FPURegister left = i.InputOrZeroDoubleRegister(0); in AssembleArchInstruction() local
1269 if ((left == kDoubleRegZero || right == kDoubleRegZero) && in AssembleArchInstruction()
1274 __ CompareF64(kScratchReg, cc, left, right); in AssembleArchInstruction()
3654 Register left = i.InputOrZeroRegister(0); in AssembleArchBoolean() local
3660 __ Sltu(result, left, 1); in AssembleArchBoolean()
3662 __ Sltu(result, zero_reg, left); in AssembleArchBoolean()
3665 __ Add64(result, left, Operan in AssembleArchBoolean()
3696 Register left = i.InputOrZeroRegister(0); AssembleArchBoolean() local
3705 Register left = i.InputOrZeroRegister(1); AssembleArchBoolean() local
3714 Register left = i.InputOrZeroRegister(0); AssembleArchBoolean() local
3723 Register left = i.InputRegister(1); AssembleArchBoolean() local
3738 Register left = i.InputOrZeroRegister(0); AssembleArchBoolean() local
3743 Register left = i.InputOrZeroRegister(0); AssembleArchBoolean() local
3749 Register left = i.InputOrZeroRegister(0); AssembleArchBoolean() local
3758 Operand left = i.InputOperand(0); AssembleArchBoolean() local
3766 Register left = i.InputOrZeroRegister(0); AssembleArchBoolean() local
3775 Register left = zero_reg; AssembleArchBoolean() local
3798 FPURegister left = i.InputOrZeroDoubleRegister(0); AssembleArchBoolean() local
[all...]
/third_party/typescript/lib/
H A DtypingsInstaller.js1342 * @param left A map-like whose properties should be compared.
1345 function equalOwnProperties(left, right, equalityComparer) {
1347 if (left === right)
1349 if (!left || !right)
1351 for (var key in left) {
1352 if (hasOwnProperty.call(left, key)) {
1355 if (!equalityComparer(left[key], right[key]))
1361 if (!hasOwnProperty.call(left, key))
2194 /** Remove an item from an array, moving everything to its right one space left. */
2205 /** Remove an item by index from an array, moving everything to its right one space left
[all...]
H A Dtsc.js1162 function equalOwnProperties(left, right, equalityComparer) {
1164 if (left === right)
1166 if (!left || !right)
1168 for (var key in left) {
1169 if (hasOwnProperty.call(left, key)) {
1172 if (!equalityComparer(left[key], right[key]))
1178 if (!hasOwnProperty.call(left, key))
2832 function comparePrereleaseIdentifiers(left, right) {
2833 if (left === right)
2835 if (left
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1006 ExprP<Matrix<float, Left, Right> > operator* (const ExprP<Matrix<float, Left, Mid> >& left,
1009 ExprP<Vector<float, Rows> > operator* (const ExprP<Vector<float, Cols> >& left,
1012 ExprP<Vector<float, Cols> > operator* (const ExprP<Matrix<float, Rows, Cols> >& left,
1015 ExprP<Matrix<float, Rows, Cols> > operator* (const ExprP<Matrix<float, Rows, Cols> >& left,
1018 ExprP<Matrix<float, Rows, Cols> > operator+ (const ExprP<Matrix<float, Rows, Cols> >& left,
3624 const IArg0& left = iargs.a; in doApply() local
3636 call<Mul>(ctx, left[ndx][row], right[col][ndx])); in doApply()
3660 const IArg0& left = iargs.a; in doApply() local
3669 element = call<Add>(ctx, element, call<Mul>(ctx, left[row], right[col][row])); in doApply()
3692 const IArg0& left in doApply() local
3730 outerProduct(const ExprP<Vector<float, Rows> >& left, const ExprP<Vector<float, Cols> >& right) outerProduct() argument
4149 operator *(const ExprP<Matrix<float, LeftRows, Middle> >& left, const ExprP<Matrix<float, Middle, RightCols> >& right) operator *() argument
4156 operator *(const ExprP<Vector<float, Cols> >& left, const ExprP<Matrix<float, Rows, Cols> >& right) operator *() argument
4163 operator *(const ExprP<Matrix<float, Rows, Cols> >& left, const ExprP<Vector<float, Rows> >& right) operator *() argument
4170 operator *(const ExprP<Matrix<float, Rows, Cols> >& left, const ExprP<float>& right) operator *() argument
4177 operator +(const ExprP<Matrix<float, Rows, Cols> >& left, const ExprP<Matrix<float, Rows, Cols> >& right) operator +() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_test_ng.cpp485 noPadding.left = CalcLength(NOPADDING); in HWTEST_F()
584 noPadding.left = CalcLength(NOPADDING); in HWTEST_F()
687 noPadding.left = CalcLength(NOPADDING); in HWTEST_F()
772 noPadding.left = CalcLength(NOPADDING); in HWTEST_F()
872 noPadding.left = CalcLength(NOPADDING); in HWTEST_F()
976 noPadding.left = CalcLength(NOPADDING); in HWTEST_F()
1061 noPadding.left = CalcLength(NOPADDING); in HWTEST_F()
1144 noPadding.left = CalcLength(NOPADDING); in HWTEST_F()
1229 noPadding.left = CalcLength(NOPADDING); in HWTEST_F()
1314 noPadding.left in HWTEST_F()
[all...]
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp377 size_t left = 0; in GetLineFontMetrics() local
379 while (left < rawTextSize.size() && measureWidth < fOldMaxWidth && left <= right) { in GetLineFontMetrics()
380 measureWidth += rawTextSize[left++].phraseWidth; in GetLineFontMetrics()
381 if (right > left && measureWidth < fOldMaxWidth) { in GetLineFontMetrics()
385 runTimeEllipsisWidth = resetEllipsisWidth(runTimeEllipsisWidth, lastRunIndex, left); in GetLineFontMetrics()
389 if (right < left) { in GetLineFontMetrics()
390 right = left; in GetLineFontMetrics()
394 start = left; in GetLineFontMetrics()
1342 // Special case: clean all text in case of maxWidth == INF & align != left in GetLineFontMetrics()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c985 /* Make sure no old entries are left behind */ in ath6kl_set_probed_ssids()
1779 long left; in ath6kl_get_station() local
1800 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_get_station()
1807 if (left == 0) in ath6kl_get_station()
1809 else if (left < 0) in ath6kl_get_station()
1810 return left; in ath6kl_get_station()
2089 int ret, left; in ath6kl_cfg80211_host_sleep() local
2098 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_cfg80211_host_sleep()
2101 if (left == 0) { in ath6kl_cfg80211_host_sleep()
2104 } else if (left < in ath6kl_cfg80211_host_sleep()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c985 /* Make sure no old entries are left behind */ in ath6kl_set_probed_ssids()
1779 long left; in ath6kl_get_station() local
1800 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_get_station()
1807 if (left == 0) in ath6kl_get_station()
1809 else if (left < 0) in ath6kl_get_station()
1810 return left; in ath6kl_get_station()
2089 int ret, left; in ath6kl_cfg80211_host_sleep() local
2098 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_cfg80211_host_sleep()
2101 if (left == 0) { in ath6kl_cfg80211_host_sleep()
2104 } else if (left < in ath6kl_cfg80211_host_sleep()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpeg12dec.c1832 int left; in mpeg_decode_slice() local
1841 int left = get_bits_left(&s->gb); in mpeg_decode_slice() local
1850 if (left >= 32 && !is_d10) { in mpeg_decode_slice()
1857 if (left > 32 && show_bits_long(&gb, 32) == 0x201) { in mpeg_decode_slice()
1863 if (left < 0 || in mpeg_decode_slice()
1864 (left && show_bits(&s->gb, FFMIN(left, 23)) && !is_d10) || in mpeg_decode_slice()
1865 ((avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE)) && left > 8)) { in mpeg_decode_slice()
1866 av_log(avctx, AV_LOG_ERROR, "end mismatch left=%d %0X at %d %d\n", in mpeg_decode_slice()
1867 left, lef in mpeg_decode_slice()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c30 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right);
920 return linearize_simple_address(ep, addr->left, ad); in linearize_simple_address()
1057 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right) in add_binary_op() argument
1062 use_pseudo(insn, left, &insn->src1); in add_binary_op()
1068 static pseudo_t add_cmp_op(struct entrypoint *ep, struct symbol *ctype, int op, struct symbol *itype, pseudo_t left, pseudo_t right) in add_cmp_op() argument
1070 pseudo_t target = add_binary_op(ep, ctype, op, left, right); in add_cmp_op()
1453 struct expression *target = expr->left; in linearize_assignment()
1575 src1 = linearize_expression_to_bool(ep, expr->left); in linearize_binop_bool()
1596 src1 = linearize_expression(ep, expr->left); in linearize_binop()
1725 if (!ep->active || !expr->left || !exp in linearize_logical()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp1873 * @param left Left set
1878 void ViewportAPI::compareViewports(std::vector<GLfloat>& left, std::vector<GLfloat>& right, const GLchar* description, in compareViewports() argument
1881 for (size_t i = 0; i < left.size(); ++i) in compareViewports()
1883 if (left[i] != right[i]) in compareViewports()
1886 << " Invalid values [" << i << "] " << left[i] << " " << right[i] in compareViewports()
2077 * @param left Left set
2082 void ScissorAPI::compareScissorBoxes(std::vector<GLint>& left, std::vector<GLint>& right, const GLchar* description, in compareScissorBoxes() argument
2085 for (size_t i = 0; i < left.size(); ++i) in compareScissorBoxes()
2087 if (left[i] != right[i]) in compareScissorBoxes()
2090 << " Invalid values [" << i << "] " << left[ in compareScissorBoxes()
2276 compareDepthRanges(std::vector<T>& left, std::vector<T>& right, const GLchar* description, bool& out_result) compareDepthRanges() argument
2464 compareScissorTestStates(std::vector<GLboolean>& left, std::vector<GLboolean>& right, const GLchar* description, bool& out_result) compareScissorTestStates() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp225 textPadding.left = CalcLength(padding.Left()); in CreateBubbleNode()
692 textPadding.left = CalcLength(padding.Left()); in CreateCombinedChild()
696 textPadding.left = CalcLength(popupTheme->GetAgingTextLeftPadding()); in CreateCombinedChild()
844 buttonTextPadding.left = CalcLength(popupTheme->GetAgingButtonTextLeftPadding()); in CreateButton()
855 buttonPadding.left = CalcLength(buttonTextInsideMargin); in CreateButton()
858 buttonPadding.left = CalcLength(popupTheme->GetAgingButtonLeftPadding()); in CreateButton()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.cpp87 margin.left = CalcLength(static_cast<float>(TEXT_LEFT_MARGIN)); in CreateText()
119 margin.left = CalcLength(static_cast<float>(HEADER_MARGIN_RIGHT)); in CreateHeaderText()
355 margin.left = CalcLength(static_cast<float>(GROUP_MARGIN)); in CreateMenuItemGroupNode()
578 iconProperty->UpdatePadding({ .left = CalcLength(static_cast<float>(ICON_PADDING), DimensionUnit::VP), in CreateEndIcon()
585 margin.left = CalcLength(static_cast<float>(ENDICON_MARGIN)); in CreateEndIcon()
630 margin.left = CalcLength(static_cast<float>(STARTICON_MARGIN)); in CreateStartIcon()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp727 int64_t left = a * e - b * d; in GetLineCrossPoint() local
729 if (left == 0) { in GetLineCrossPoint()
732 cross.x = static_cast<int16_t>(right / left); in GetLineCrossPoint()
733 left = b * d - a * e; in GetLineCrossPoint()
735 if (left == 0) { in GetLineCrossPoint()
738 cross.y = static_cast<int16_t>(right / left); in GetLineCrossPoint()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp405 int32_t left = 50; in HWTEST_F() local
409 EXPECT_EQ(renderDelegate->OnGetRectRelativeToWindow(top, left), ERR_INVALID_DATA); in HWTEST_F()
411 EXPECT_EQ(renderDelegate->OnGetRectRelativeToWindow(top, left), ERR_OK); in HWTEST_F()
584 int32_t left = 0; in HWTEST_F() local
585 formRenderer->GetRectRelativeToWindow(top, left); in HWTEST_F()
588 formRenderer->GetRectRelativeToWindow(top, left); in HWTEST_F()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H A Dmultichannel_audio_renderer_sink.cpp83 int32_t SetVolume(float left, float right) override;
84 int32_t GetVolume(float &left, float &right) override;
635 int32_t MultiChannelRendererSinkInner::SetVolume(float left, float right) in SetVolume() argument
645 leftVolume_ = left; in SetVolume()
663 int32_t MultiChannelRendererSinkInner::GetVolume(float &left, float &right) in GetVolume() argument
665 left = leftVolume_; in GetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp100 int32_t SetVolume(float left, float right) override;
101 int32_t GetVolume(float &left, float &right) override;
735 int32_t BluetoothRendererSinkInner::SetVolume(float left, float right) in SetVolume() argument
742 leftVolume_ = left; in SetVolume()
760 int32_t BluetoothRendererSinkInner::GetVolume(float &left, float &right) in GetVolume() argument
762 left = leftVolume_; in GetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H A Dremote_audio_renderer_sink.cpp105 int32_t SetVolume(float left, float right) override;
106 int32_t GetVolume(float &left, float &right) override;
650 int32_t RemoteAudioRendererSinkInner::SetVolume(float left, float right) in SetVolume() argument
652 leftVolume_ = left; in SetVolume()
671 int32_t RemoteAudioRendererSinkInner::GetVolume(float &left, float &right) in GetVolume() argument
673 left = leftVolume_; in GetVolume()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9m111.c404 ret = reg_write(COLUMN_START, rect->left); in mt9m111_setup_geometry()
424 __func__, code, rect->width, rect->height, rect->left, rect->top, in mt9m111_setup_geometry()
475 rect.left = clamp(rect.left, MT9M111_MIN_DARK_COLS, in mt9m111_set_selection()
507 sel->r.left = MT9M111_MIN_DARK_COLS; in mt9m111_get_selection()
1330 mt9m111->rect.left = MT9M111_MIN_DARK_COLS; in mt9m111_probe()
H A Dmt9v032.c403 ret = regmap_write(map, MT9V032_COLUMN_START, crop->left); in mt9v032_s_stream()
566 rect.left = clamp(ALIGN(sel->r.left + 1, 2) - 1, in mt9v032_set_selection()
580 rect.width, MT9V032_PIXEL_ARRAY_WIDTH - rect.left); in mt9v032_set_selection()
926 crop->left = MT9V032_COLUMN_START_DEF; in mt9v032_open()
1142 mt9v032->crop.left = MT9V032_COLUMN_START_DEF; in mt9v032_probe()
H A Dmt9p031.c401 ret = mt9p031_write(client, MT9P031_COLUMN_START, crop->left); in mt9p031_set_params()
635 rect.left = clamp(ALIGN(sel->r.left, 2), MT9P031_COLUMN_START_MIN, in mt9p031_set_selection()
647 MT9P031_PIXEL_ARRAY_WIDTH - rect.left); in mt9p031_set_selection()
973 crop->left = MT9P031_COLUMN_START_DEF; in mt9p031_open()
1147 mt9p031->crop.left = MT9P031_COLUMN_START_DEF; in mt9p031_probe()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmeson-gx-mmc.c761 unsigned int len, left; in meson_mmc_copy_buffer() local
765 left = len; in meson_mmc_copy_buffer()
772 left -= 4; in meson_mmc_copy_buffer()
773 } while (left); in meson_mmc_copy_buffer()
779 left -= 4; in meson_mmc_copy_buffer()
780 } while (left); in meson_mmc_copy_buffer()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
H A Dp54usb.c504 unsigned int left, remains, block_size; in p54u_upload_firmware_3887() local
516 left = block_size = min_t(size_t, P54U_FW_BLOCK, priv->fw->size); in p54u_upload_firmware_3887()
518 left -= strlen(p54u_firmware_upload_3887); in p54u_upload_firmware_3887()
530 left -= sizeof(*hdr); in p54u_upload_firmware_3887()
534 while (left--) { in p54u_upload_firmware_3887()
566 left = block_size = min((unsigned int)P54U_FW_BLOCK, remains); in p54u_upload_firmware_3887()

Completed in 84 milliseconds

1...<<919293949596979899100>>...170