/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_query_ap.c | 474 unsigned int left; in gas_query_ap_rx() local 576 left = data + len - pos; in gas_query_ap_rx() 577 if (resp_len > left) { in gas_query_ap_rx() 583 if (resp_len < left) { in gas_query_ap_rx() 586 left - resp_len, MAC2STR(sa)); in gas_query_ap_rx()
|
/base/inputmethod/imf/frameworks/cj/src/ |
H A D | cj_input_method_controller.cpp | 70 .left = txtCfg.cursor.left, in Attach() 132 .left = cursor.left, in UpdateCursor()
|
/base/inputmethod/imf/common/src/ |
H A D | itypes_util.cpp | 186 if (!Marshal(data, input.cursorInfo.left, input.cursorInfo.top, input.cursorInfo.height, input.cursorInfo.width)) { in Marshalling() 220 if (!Unmarshal(data, output.cursorInfo.left, output.cursorInfo.top, output.cursorInfo.height, in Unmarshalling() 273 input.windowInfo.left, input.windowInfo.width, input.windowInfo.height)) { in Marshalling() 285 if (!Unmarshal(data, panelFlag, panelType, windowInfo.name, windowInfo.top, windowInfo.left, windowInfo.width, in Unmarshalling()
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | Utils.java | 418 private static String getGetStringFromPattern(int functionIndex, ArrayList<Element> left) { in getGetStringFromPattern() argument 431 if (left.size() <= (MAX_CASE_NUMBER + 1)) { in getGetStringFromPattern() 432 totalLength = left.size(); in getGetStringFromPattern() 437 Iterator<Element> iter = left.iterator(); in getGetStringFromPattern()
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | mailbox_mempool.c | 106 unsigned int left = 0; in mailbox_show_details() local 121 left = 1 << (uint32_t)g_m_zone->pages[i].order; in mailbox_show_details() 125 if (left != 0) { in mailbox_show_details() 126 left--; in mailbox_show_details()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis_accel.h | 232 #define SiS300SetupClipLT(left,top) \ 234 MMIO_OUT32(ivideo->mmio_vbase, BR(13), ((left) & 0xFFFF) | (top)<<16 );\ 358 #define SiS310SetupClipLT(left,top) \ 360 MMIO_OUT32(ivideo->mmio_vbase, LEFT_CLIP, ((left) & 0xFFFF) | (top)<<16 );\
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rculist.h | 540 * @left: The hlist head on the left 543 * The lists start out as [@left ][node1 ... ] and 545 * The lists end up as [@left ][node2 ... ] 548 static inline void hlists_swap_heads_rcu(struct hlist_head *left, struct hlist_head *right) in hlists_swap_heads_rcu() argument 550 struct hlist_node *node1 = left->first; in hlists_swap_heads_rcu() 553 rcu_assign_pointer(left->first, node2); in hlists_swap_heads_rcu() 555 WRITE_ONCE(node2->pprev, &left->first); in hlists_swap_heads_rcu()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | pid.c | 139 /* When all that is left in the pid namespace in free_pid() 368 void exchange_tids(struct task_struct *left, struct task_struct *right) in exchange_tids() argument 370 struct pid *pid1 = left->thread_pid; in exchange_tids() 379 rcu_assign_pointer(left->thread_pid, pid2); in exchange_tids() 383 WRITE_ONCE(left->pid, pid_nr(pid2)); in exchange_tids()
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | itree.c | 214 int left; in get_block() local 254 left = (chain + depth) - partial; in get_block() 255 err = alloc_branch(inode, left, offsets+(partial-chain), partial); in get_block() 259 if (splice_branch(inode, chain, partial, left) < 0) in get_block()
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_brx.c | 161 compose->left = 0; in brx_set_format() 195 sel->r.left = 0; in brx_get_selection() 242 * The compose rectangle top left corner must be inside the output in brx_set_selection() 247 sel->r.left = clamp_t(unsigned int, sel->r.left, 0, format->width - 1); in brx_set_selection()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.c | 63 int left, top; member 94 /* All addresses are shifted left one bit in hdcs_reg_write_seq() 306 x = hdcs->array.left + (hdcs->array.width - width) / 2; in hdcs_set_size() 375 hdcs->array.left = 8; in hdcs_probe_1x00() 433 * From Andrey's test image: looks like HDCS-1020 upper-left in hdcs_probe_1020() 437 hdcs->array.left = 24; in hdcs_probe_1020()
|
/kernel/linux/linux-5.10/fs/minix/ |
H A D | itree_common.c | 159 int left; in get_block() local 196 left = (chain + depth) - partial; in get_block() 197 err = alloc_branch(inode, left, offsets+(partial-chain), partial); in get_block() 201 if (splice_branch(inode, chain, partial, left) < 0) in get_block()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.c | 63 int left, top; member 94 /* All addresses are shifted left one bit in hdcs_reg_write_seq() 306 x = hdcs->array.left + (hdcs->array.width - width) / 2; in hdcs_set_size() 375 hdcs->array.left = 8; in hdcs_probe_1x00() 433 * From Andrey's test image: looks like HDCS-1020 upper-left in hdcs_probe_1020() 437 hdcs->array.left = 24; in hdcs_probe_1020()
|
/kernel/linux/linux-6.6/fs/minix/ |
H A D | itree_common.c | 159 int left; in get_block() local 196 left = (chain + depth) - partial; in get_block() 197 err = alloc_branch(inode, left, offsets+(partial-chain), partial); in get_block() 201 if (splice_branch(inode, chain, partial, left) < 0) in get_block()
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | itree.c | 214 int left; in get_block() local 254 left = (chain + depth) - partial; in get_block() 255 err = alloc_branch(inode, left, offsets+(partial-chain), partial); in get_block() 259 if (splice_branch(inode, chain, partial, left) < 0) in get_block()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rculist.h | 539 * @left: The hlist head on the left 542 * The lists start out as [@left ][node1 ... ] and 544 * The lists end up as [@left ][node2 ... ] 547 static inline void hlists_swap_heads_rcu(struct hlist_head *left, struct hlist_head *right) in hlists_swap_heads_rcu() argument 549 struct hlist_node *node1 = left->first; in hlists_swap_heads_rcu() 552 rcu_assign_pointer(left->first, node2); in hlists_swap_heads_rcu() 554 WRITE_ONCE(node2->pprev, &left->first); in hlists_swap_heads_rcu()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | sis_accel.h | 232 #define SiS300SetupClipLT(left,top) \ 234 MMIO_OUT32(ivideo->mmio_vbase, BR(13), ((left) & 0xFFFF) | (top)<<16 );\ 358 #define SiS310SetupClipLT(left,top) \ 360 MMIO_OUT32(ivideo->mmio_vbase, LEFT_CLIP, ((left) & 0xFFFF) | (top)<<16 );\
|
/kernel/linux/linux-6.6/drivers/char/hw_random/ |
H A D | cctrng.c | 220 size_t left; in cctrng_read() local 236 left = max - copied; in cctrng_read() 237 if (left > 0) { in cctrng_read() 240 size = min((cnt_w<<2), left); in cctrng_read()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | pid.c | 142 /* When all that is left in the pid namespace in free_pid() 371 void exchange_tids(struct task_struct *left, struct task_struct *right) in exchange_tids() argument 373 struct pid *pid1 = left->thread_pid; in exchange_tids() 382 rcu_assign_pointer(left->thread_pid, pid2); in exchange_tids() 386 WRITE_ONCE(left->pid, pid_nr(pid2)); in exchange_tids()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_brx.c | 162 compose->left = 0; in brx_set_format() 196 sel->r.left = 0; in brx_get_selection() 244 * The compose rectangle top left corner must be inside the output in brx_set_selection() 249 sel->r.left = clamp_t(unsigned int, sel->r.left, 0, format->width - 1); in brx_set_selection()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_atomic_state_helper.c | 477 state->tv.margins.left = cmdline->tv_margins.left; in drm_atomic_helper_connector_tv_margins_reset() 591 if (old_conn_state->tv.margins.left != new_conn_state->tv.margins.left || in drm_atomic_helper_connector_tv_check()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/canvas/router/ |
H A D | index.js | 40 transformOrigin:'left top'
88 left:0,
429 var left = rect.left;
variable 432 ',left--' + left + ',top--' + top;
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/canvas/router/ |
H A D | index.js | 40 transformOrigin:'left top'
88 left:0,
429 var left = rect.left;
variable 432 ',left--' + left + ',top--' + top;
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/canvas/router/ |
H A D | index.js | 40 transformOrigin:'left top'
88 left:0,
429 var left = rect.left;
variable 432 ',left--' + left + ',top--' + top;
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/canvas/router/ |
H A D | index.js | 40 transformOrigin:'left top'
88 left:0,
429 var left = rect.left;
variable 432 ',left--' + left + ',top--' + top;
|