Home
last modified time | relevance | path

Searched refs:left (Results 2901 - 2925 of 3562) sorted by relevance

1...<<111112113114115116117118119120>>...143

/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1206 bool Simulator::CarryFrom(int32_t left, int32_t right, int32_t carry) { in CarryFrom() argument
1207 uint32_t uleft = static_cast<uint32_t>(left); in CarryFrom()
1216 bool Simulator::BorrowFrom(int32_t left, int32_t right, int32_t carry) { in BorrowFrom() argument
1217 uint32_t uleft = static_cast<uint32_t>(left); in BorrowFrom()
1225 bool Simulator::OverflowFrom(int32_t alu_out, int32_t left, int32_t right, in OverflowFrom() argument
1230 overflow = ((left >= 0 && right >= 0) || (left < 0 && right < 0)) in OverflowFrom()
1232 && ((left < 0 && alu_out >= 0) || (left >= 0 && alu_out < 0)); in OverflowFrom()
1235 overflow = ((left < in OverflowFrom()
[all...]
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc901 bool Simulator::CarryFrom(int32_t left, int32_t right, int32_t carry) { in CarryFrom() argument
902 uint32_t uleft = static_cast<uint32_t>(left); in CarryFrom()
911 bool Simulator::BorrowFrom(int32_t left, int32_t right) { in BorrowFrom() argument
912 uint32_t uleft = static_cast<uint32_t>(left); in BorrowFrom()
919 bool Simulator::OverflowFrom(int32_t alu_out, int32_t left, int32_t right, in OverflowFrom() argument
924 overflow = ((left >= 0 && right >= 0) || (left < 0 && right < 0)) in OverflowFrom()
926 && ((left < 0 && alu_out >= 0) || (left >= 0 && alu_out < 0)); in OverflowFrom()
929 overflow = ((left < in OverflowFrom()
[all...]
/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp276 cout << std::left; in HilogShowLogStatsInfo() member in OHOS::HiviewDFX::std
/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp392 std::vector<int32_t> panelRect = { info.windowInfo.left, info.windowInfo.top, in PublishPanelStatusChangeEvent()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djson_operate_test.cpp74 "\"top\": 1,\"left\": 2,\"right\": 3,\"bottom\": 4}]}";
349 EXPECT_EQ(panelAdjust[0].left, 2); in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1259 virtual void OnSafeInsetsChange(int left, int top, int right, int bottom) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h1088 void OnSafeInsetsChange(int left, int top, int right, int bottom) override;
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/
H A Dddr_training_cmd.c241 tr_data->ca_addr[index] = ((unsigned int)data->left[index] << in ddr_lpca_data_save()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dtcp.h240 u32_t left; member
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_connector.h296 * @DRM_MODE_PANEL_ORIENTATION_LEFT_UP: The left side of the panel matches the
613 * @left: Left margin in pixels.
615 unsigned int left; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dprocfs.c297 seq_printf(f, "\tcrop.bounds:(%u, %u)/%ux%u\n", sel->r.left, sel->r.top, sel->r.width, sel->r.height); in rkcif_show_format()
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_venc_cmd.h504 * block position in the frame, left-to right, top-to-bottom.
732 RK_S32 left; member
1082 RK_U16 x; /**< horizontal position of top left corner */
1083 RK_U16 y; /**< vertical position of top left corner */
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_venc_cmd.h504 * block position in the frame, left-to right, top-to-bottom.
732 RK_S32 left; member
1082 RK_U16 x; /**< horizontal position of top left corner */
1083 RK_U16 y; /**< vertical position of top left corner */
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_venc_cmd.h586 * block position in the frame, left-to right, top-to-bottom.
814 RK_S32 left; member
1183 RK_U16 x; /**< horizontal position of top left corner */
1184 RK_U16 y; /**< vertical position of top left corner */
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dprocfs.c301 sel->r.left, sel->r.top, in rkcif_show_format()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dadc.c181 unsigned v, unsigned u, unsigned *left) in s3c_convert_done()
180 s3c_convert_done(struct s3c_adc_client *client, unsigned v, unsigned u, unsigned *left) s3c_convert_done() argument
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_scan.S91 | now all arithmetic instr and a few move instr are left
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dptrace_32.c95 if (!to.left) in genregs32_get()
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_scan.S91 | now all arithmetic instr and a few move instr are left
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dptrace_32.c94 if (!to.left) in genregs32_get()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h235 * left and right and handle them by two individual layer processors
236 * Note: left/right are always according to the final display rect,
541 int komeda_build_layer_split_data_flow(struct komeda_layer *left,
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov5647.c514 crop->left = OV5647_COLUMN_START_DEF; in ov5647_open()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D3945.h178 struct ieee80211_hdr *hdr, int left);
/kernel/linux/linux-5.10/include/net/
H A Dip6_fib.h74 struct fib6_node __rcu *left; member
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_synth.c21 * (9 in the left and 9 in the right).
52 { 0x12, 0x15, 0x00, 0x00 } /* is selected (only left reg block) */
524 if (voice->left) in snd_opl3_set_voice()

Completed in 39 milliseconds

1...<<111112113114115116117118119120>>...143