Home
last modified time | relevance | path

Searched refs:left (Results 1276 - 1300 of 3486) sorted by relevance

1...<<51525354555657585960>>...140

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dgas_query_ap.c474 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 Dcj_input_method_controller.cpp70 .left = txtCfg.cursor.left, in Attach()
132 .left = cursor.left, in UpdateCursor()
/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp186 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 DUtils.java418 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 Dmailbox_mempool.c106 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 Dsis_accel.h232 #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 Drculist.h540 * @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 Dpid.c139 /* 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 Ditree.c214 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 Dvsp1_brx.c161 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 Dstv06xx_hdcs.c63 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 Ditree_common.c159 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 Dstv06xx_hdcs.c63 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 Ditree_common.c159 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 Ditree.c214 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 Drculist.h539 * @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 Dsis_accel.h232 #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 Dcctrng.c220 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 Dpid.c142 /* 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 Dvsp1_brx.c162 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 Ddrm_atomic_state_helper.c477 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 Dindex.js40 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 Dindex.js40 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 Dindex.js40 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 Dindex.js40 transformOrigin:'left top'
88 left:0,
429 var left = rect.left; variable
432 ',left--' + left + ',top--' + top;

Completed in 20 milliseconds

1...<<51525354555657585960>>...140