Searched refs:right (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c135 static char *concat(const char *left, const char *right) argument
137 char *result = malloc(strlen(left) + strlen(right) + 1);
140 strcat(result, right);
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c80 * dst must be validated, i.e. whole bo on vram/surfacesram (right now all bo's
300 .right = update_area->right,
307 if (update_area->left >= update_area->right ||
/linux-master/drivers/input/mouse/
H A Dsynaptics.h157 unsigned int right:1; member in struct:synaptics_hw_state
H A Dalps.h226 * @right: Right touchpad button is active.
245 unsigned int right:1; member in struct:alps_fields
H A Dcypress_ps2.h147 unsigned int right:1; member in struct:cytp_report_data
/linux-master/arch/sh/kernel/
H A Dentry-common.S263 * right 2 bits in order to get the value that was used as the "trapa"
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtransform.h136 int right; member in struct:overscan_info
/linux-master/net/core/
H A Dsock_reuseport.c108 int left, right; local
112 right = reuse->num_socks;
115 right = reuse->max_socks;
118 for (; left < right; left++)
/linux-master/drivers/gpu/drm/display/
H A Ddrm_hdmi_helper.c159 frame->right_bar = conn_state->tv.margins.right;
/linux-master/fs/befs/
H A Dbtree.c215 node->head.right = fs64_to_cpu(sb, node->od_node->right);
407 * node. If not, follow the node->right link to the next leafnode. Repeat
462 if (this_node->head.right == BEFS_BT_INVAL) {
475 node_off = this_node->head.right;
/linux-master/arch/alpha/lib/
H A Dcallback_srm.S21 mov $20,$21 # Shift arguments right.
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c493 state->tv.margins.right = cmdline->tv_margins.right;
607 old_conn_state->tv.margins.right != new_conn_state->tv.margins.right ||
/linux-master/kernel/
H A Dpid.c382 void exchange_tids(struct task_struct *left, struct task_struct *right) argument
385 struct pid *pid2 = right->thread_pid;
394 rcu_assign_pointer(right->thread_pid, pid1);
398 WRITE_ONCE(right->pid, pid_nr(pid1));
/linux-master/sound/oss/dmasound/
H A Ddmasound_paula.c131 * from user space into our buffer at the right frequency. They take care about
133 * to convert samples into the right frequency/encoding. They will only work on
170 u_char *right = left+write_sq_block_size_half; local
175 || get_user(*right++, userPtr++))
209 u_char *right = left+write_sq_block_size_half; \
219 *right++ = convsample(data); \
/linux-master/drivers/input/joystick/
H A Dn64joy.c71 unsigned int right: 1; member in struct:joydata::__anon7::__anon8
164 input_report_key(dev, BTN_DPAD_RIGHT, data[i].right);
/linux-master/include/linux/
H A Dquota.h77 extern bool qid_eq(struct kqid left, struct kqid right);
78 extern bool qid_lt(struct kqid left, struct kqid right);
/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S79 orl %d1,%d0 |put it in the right place
83 orl %d1,%d0 |put them in the right place
198 orl %d1,%d0 |put it in the right place
202 orl %d1,%d0 |put them in the right place
310 orl %d1,%d0 |put it in the right place
314 orl %d1,%d0 |put them in the right place
/linux-master/sound/aoa/codecs/
H A Dtas.c16 * monaureal and connected to the right channel of
24 * to delay the right channel by one sample. You can
157 u8 left, right; local
160 right = tas->cached_volume_r;
163 if (right > 177) right = 177;
166 if (tas->mute_r) right = 0;
178 tmp = tas_gaintable[right];
/linux-master/net/sched/
H A Dem_meta.c49 * the right, eating up any number of octets and thus supporting
924 if (TCF_META_TYPE(hdr->left.kind) != TCF_META_TYPE(hdr->right.kind) ||
927 TCF_META_ID(hdr->right.kind) > TCF_META_ID_MAX)
937 memcpy(&meta->rvalue.hdr, &hdr->right, sizeof(hdr->right));
973 memcpy(&hdr.right, &meta->rvalue.hdr, sizeof(hdr.right));
/linux-master/kernel/locking/
H A Drtmutex.c392 struct rt_waiter_node *right)
394 if (left->prio < right->prio)
401 * then right waiter has a dl_prio() too.
404 return dl_time_before(left->deadline, right->deadline);
410 struct rt_waiter_node *right)
412 if (left->prio != right->prio)
419 * then right waiter has a dl_prio() too.
422 return left->deadline == right->deadline;
1049 * We reached the end of the lock chain. Stop right here. No
1660 * Yell loudly and stop the task right her
391 rt_waiter_node_less(struct rt_waiter_node *left, struct rt_waiter_node *right) argument
409 rt_waiter_node_equal(struct rt_waiter_node *left, struct rt_waiter_node *right) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c334 * Check that the extents for the inode ip are in the right order in all
427 * Loop over all leaf nodes checking that all extents are in the right order.
735 * the root is at the right level.
1456 /* left is 0, right is 1, prev is 2 */
1514 * Check and set flags if this segment has a right neighbor.
1547 * The left and right neighbors are both contiguous with new.
1594 * The left neighbor is contiguous, the right is not.
1624 * The right neighbor is contiguous, the left is not. Take care
1658 * Neither the left nor right neighbors are contiguous with
1781 * The right neighbo
2574 xfs_bmbt_irec_t right; /* right neighbor extent entry */ local
2720 xfs_bmbt_irec_t right; /* right neighbor extent entry */ local
[all...]
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S374 # shift right 16-r13 bytes
523 psrldq $8, \TMP2 # right shift TMP2 2 DWs
534 pslld $31, \TMP2 # packed right shift <<31
535 pslld $30, \TMP3 # packed right shift <<30
536 pslld $25, \TMP4 # packed right shift <<25
540 psrldq $4, \TMP5 # right shift TMP5 1 DW
665 pshufb %xmm2, %xmm9 # shift right r13 bytes
1141 psrldq $8, \TMP2 # right shift TMP2 2 DWs
1151 pslld $31, \TMP2 # packed right shift << 31
1152 pslld $30, \TMP3 # packed right shif
[all...]
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c114 /* preempt_disable_rt() should go right here in PREEMPT_RT patchset. */
130 /* preempt_enable_rt() should go right here in PREEMPT_RT patchset. */
496 * every pixels being shifted by one to the right, and thus the
675 unsigned int *left, unsigned int *right,
684 *right = vc4_state->margins.right;
698 *right = conn_state->tv.margins.right;
739 vc4_state->margins.right = conn_state->tv.margins.right;
674 vc4_crtc_get_margins(struct drm_crtc_state *state, unsigned int *left, unsigned int *right, unsigned int *top, unsigned int *bottom) argument
[all...]
H A Dvc4_plane.c394 unsigned int left, right, top, bottom, adjhdisplay, adjvdisplay; local
400 vc4_crtc_get_margins(crtc_state, &left, &right, &top, &bottom);
401 if (!left && !right && !top && !bottom)
404 if (left + right >= crtc_state->mode.hdisplay ||
408 adjhdisplay = crtc_state->mode.hdisplay - (left + right);
413 if (vc4_pstate->crtc_x > crtc_state->mode.hdisplay - right)
414 vc4_pstate->crtc_x = crtc_state->mode.hdisplay - right;
939 /* Rows of tiles alternate left-to-right and right-to-left. */
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c331 u32 xres, right, hslen, left, xtotal; local
373 right = (var->right_margin + 7) & ~7;
382 var->right_margin = right;
389 right >>= shift;
393 xtotal = xres + right + hslen + left;
398 if (right + hslen + left > 64)
403 pos = xres + right;

Completed in 332 milliseconds

1234567891011>>