/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 1206 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 D | simulator-ppc.cc | 901 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 D | log_display.cpp | 276 cout << std::left; in HilogShowLogStatsInfo() member in OHOS::HiviewDFX::std
|
/base/inputmethod/imf/services/src/ |
H A D | im_common_event_manager.cpp | 392 std::vector<int32_t> panelRect = { info.windowInfo.left, info.windowInfo.top, in PublishPanelStatusChangeEvent()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | json_operate_test.cpp | 74 "\"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 D | ark_web_nweb.h | 1259 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 D | ark_web_nweb_impl.h | 1088 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 D | ddr_training_cmd.c | 241 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 D | tcp.h | 240 u32_t left; member
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_connector.h | 296 * @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 D | procfs.c | 297 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 D | rk_venc_cmd.h | 504 * 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 D | rk_venc_cmd.h | 504 * 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 D | rk_venc_cmd.h | 586 * 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 D | procfs.c | 301 sel->r.left, sel->r.top, in rkcif_show_format()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | adc.c | 181 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 D | fp_scan.S | 91 | now all arithmetic instr and a few move instr are left
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | ptrace_32.c | 95 if (!to.left) in genregs32_get()
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_scan.S | 91 | now all arithmetic instr and a few move instr are left
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | ptrace_32.c | 94 if (!to.left) in genregs32_get()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline.h | 235 * 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 D | ov5647.c | 514 crop->left = OV5647_COLUMN_START_DEF; in ov5647_open()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.h | 178 struct ieee80211_hdr *hdr, int left);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_fib.h | 74 struct fib6_node __rcu *left; member
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_synth.c | 21 * (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()
|