Searched refs:right (Results 51 - 75 of 283) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dstrfilter.c181 struct strfilter_node *right, *root; local
187 right = strfilter_node__new(rules, &ep);
188 if (!right || *ep != '\0') {
193 root = strfilter_node__alloc(_or ? OP_or : OP_and, filter->root, right);
203 strfilter_node__delete(right);
/linux-master/kernel/
H A Dgroups.c94 unsigned int left, right; local
100 right = group_info->ngroups;
101 while (left < right) {
102 unsigned int mid = (left+right)/2;
106 right = mid;
H A Dauditfilter.c1205 int audit_comparator(u32 left, u32 op, u32 right) argument
1209 return (left == right);
1211 return (left != right);
1213 return (left < right);
1215 return (left <= right);
1217 return (left > right);
1219 return (left >= right);
1221 return (left & right);
1223 return ((left & right) == right);
1229 audit_uid_comparator(kuid_t left, u32 op, kuid_t right) argument
1251 audit_gid_comparator(kgid_t left, u32 op, kgid_t right) argument
[all...]
/linux-master/sound/pci/ctxfi/
H A Dctdaio.c29 unsigned short right; member in struct:daio_rsc_idx
33 [LINEO1] = {.left = 0x00, .right = 0x01},
34 [LINEO2] = {.left = 0x18, .right = 0x19},
35 [LINEO3] = {.left = 0x08, .right = 0x09},
36 [LINEO4] = {.left = 0x10, .right = 0x11},
37 [LINEIM] = {.left = 0x1b5, .right = 0x1bd},
38 [SPDIFOO] = {.left = 0x20, .right = 0x21},
39 [SPDIFIO] = {.left = 0x15, .right = 0x1d},
40 [SPDIFI1] = {.left = 0x95, .right = 0x9d},
44 [LINEO1] = {.left = 0x40, .right
[all...]
/linux-master/sound/pci/cs46xx/
H A Ddsp_spos.h205 u16 left, u16 right)
207 unsigned int val = ((0xffff - left) << 16 | (0xffff - right));
213 scb->volume[1] = right;
203 cs46xx_dsp_scb_set_volume(struct snd_cs46xx * chip, struct dsp_scb_descriptor * scb, u16 left, u16 right) argument
/linux-master/include/linux/
H A Dinterval_tree_generic.h98 * right of N can't satisfy Cond1 either. \
162 * First, search right subtree if suitable \
165 ITSTRUCT *right = rb_entry(rb, ITSTRUCT, ITRB); \
166 if (start <= right->ITSUBTREE) \
167 return ITPREFIX ## _subtree_search(right, \
/linux-master/include/media/
H A Dv4l2-rect.h121 int right, bottom; local
126 right = min(r1->left + r1->width, r2->left + r2->width);
128 r->width = max(0, right - r->left);
169 * IF the left side of r1 is to the right of the right side of r2 OR
170 * the left side of r2 is to the right of the right side of r1 THEN
/linux-master/tools/include/linux/
H A Dinterval_tree_generic.h98 * right of N can't satisfy Cond1 either. \
162 * First, search right subtree if suitable \
165 ITSTRUCT *right = rb_entry(rb, ITSTRUCT, ITRB); \
166 if (start <= right->ITSUBTREE) \
167 return ITPREFIX ## _subtree_search(right, \
/linux-master/drivers/video/fbdev/
H A Darcfb.c249 unsigned int left, unsigned int right, unsigned int distance)
270 while (left <= right) {
297 * chip to select for the right. upper is needed for setting the page
301 unsigned int bottom, unsigned int left, unsigned int right)
311 arcfb_lcd_update_page(par, upper, left, right, 8);
323 unsigned int right, unsigned int top, unsigned int h)
333 arcfb_lcd_update_vert(par, upper, lower, left, right);
347 unsigned int left, right, distance, y; local
356 right = min(left + w - 1, ceil64(left));
359 arcfb_lcd_update_horiz(par, left, right,
248 arcfb_lcd_update_page(struct arcfb_par *par, unsigned int upper, unsigned int left, unsigned int right, unsigned int distance) argument
300 arcfb_lcd_update_vert(struct arcfb_par *par, unsigned int top, unsigned int bottom, unsigned int left, unsigned int right) argument
322 arcfb_lcd_update_horiz(struct arcfb_par *par, unsigned int left, unsigned int right, unsigned int top, unsigned int h) argument
[all...]
H A Dmacmodes.c113 "mac1", 60, 512, 384, pixclock, left, right, upper, lower, hslen, vslen,
117 "mac3", 50, 640, 480, pixclock, left, right, upper, lower, hslen, vslen,
121 "mac4", 60, 640, 480, pixclock, left, right, upper, lower, hslen, vslen,
125 "mac8", 50, 768, 576, pixclock, left, right, upper, lower, hslen, vslen,
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c379 int left, int right, bool force_notify)
392 active = left != 0 || right != 0;
399 chip->capture_source[1] != right;
402 chip->capture_source[1] = right;
456 if (left || right) {
490 * Called right after the capture device is opened, this function configures
657 * Called on initialization, right before the PCM preparation
933 int left, right; local
940 right = ucontrol->value.integer.value[1];
941 if (right <
378 snd_saa7134_capsrc_set(struct snd_kcontrol *kcontrol, int left, int right, bool force_notify) argument
1034 int left, right; local
[all...]
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-hw.c37 n |= f->right & 0xFFF;
62 n |= f->right & 0xFFF;
/linux-master/net/sched/
H A Dsch_mqprio_lib.c14 int left = max(a, c), right = min(b, d); local
16 return left < right;
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c335 * which extent is to the left or the right of that extent. Now we
336 * have a left, current, and right extent. If the new reference count
337 * of the center extent enables us to merge left, center, and right
341 * If the center extent is at the right end of the range, abuts the
342 * right extent, and the reference counts match, merge those. In the
419 /* Establish the right extent. */
447 * Merge the left, center, and right extents.
454 struct xfs_refcount_irec *right,
462 cur->bc_ag.pag->pag_agno, left, center, right);
465 ASSERT(right
450 xfs_refcount_merge_center_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *left, struct xfs_refcount_irec *center, struct xfs_refcount_irec *right, unsigned long long extlen, xfs_extlen_t *aglen) argument
601 xfs_refcount_merge_right_extent( struct xfs_btree_cur *cur, struct xfs_refcount_irec *right, struct xfs_refcount_irec *cright, xfs_extlen_t *aglen) argument
766 xfs_refcount_find_right_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *right, struct xfs_refcount_irec *cright, enum xfs_refc_domain domain, xfs_agblock_t agbno, xfs_extlen_t aglen) argument
876 xfs_refc_want_merge_center( const struct xfs_refcount_irec *left, const struct xfs_refcount_irec *cleft, const struct xfs_refcount_irec *cright, const struct xfs_refcount_irec *right, bool cleft_is_cright, enum xfs_refc_adjust_op adjust, unsigned long long *ulenp) argument
956 xfs_refc_want_merge_right( const struct xfs_refcount_irec *cright, const struct xfs_refcount_irec *right, enum xfs_refc_adjust_op adjust) argument
1002 struct xfs_refcount_irec cright = {0}, right = {0}; local
[all...]
H A Dxfs_btree.c969 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); local
978 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLFSBLOCK) {
979 xfs_buf_readahead(mp->m_ddev_targp, XFS_FSB_TO_DADDR(mp, right),
995 xfbno_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); local
1004 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLFSBLOCK) {
1005 xfs_buf_readahead(btp, xfbno_to_daddr(right), XFBNO_BBSIZE,
1022 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); local
1032 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLAGBLOCK) {
1034 XFS_AGB_TO_DADDR(mp, agno, right),
1050 int lr) /* left/right bit
2459 struct xfs_btree_block *right; /* right btree block */ local
2655 struct xfs_btree_block *right; /* right btree block */ local
2855 struct xfs_btree_block *right; /* right btree block */ local
3263 struct xfs_btree_block *right; /* right btree block */ local
3914 struct xfs_btree_block *right; /* right btree block */ local
[all...]
/linux-master/drivers/video/fbdev/kyro/
H A DSTG4000Interface.h57 u32 right, u32 bottom);
/linux-master/include/uapi/linux/tc_ematch/
H A Dtc_em_meta.h90 struct tcf_meta_val right; member in struct:tcf_meta_hdr
/linux-master/arch/powerpc/lib/
H A Ddiv64.S29 cntlzw r0,r5 # we are shifting the dividend right
31 srw r10,r10,r0 # the divisor right the same amount,
/linux-master/include/uapi/sound/
H A Dasound_fm.h47 unsigned char right; /* stereo right */ member in struct:snd_dm_fm_voice
/linux-master/sound/hda/
H A Dhdac_regmap.c142 * fake register to deal both left and right channels by a single
145 * for the left and the upper 8bit for the right channel.
155 /* read a pseudo stereo amp register (16bit left+right) */
159 unsigned int left, right; local
166 err = snd_hdac_exec_verb(codec, reg | AC_AMP_GET_RIGHT, 0, &right);
169 *val = left | (right << 8);
173 /* write a pseudo stereo amp register (16bit left+right) */
178 unsigned int verb, left, right; local
188 right = (val >> 8) & 0xff;
189 if (left == right) {
[all...]
/linux-master/drivers/media/radio/
H A Dradio-sf16fmr2.c153 int volume, balance, left, right; local
168 left = right = volume;
170 right = max(0, right + balance);
175 tc9154a_set_attenuation(fmr2, abs(right - 68), TC9154A_CHANNEL_RIGHT);
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sharp-lq101r1sx01.c128 struct mipi_dsi_device *right,
145 err = mipi_dsi_dcs_set_column_address(right, mode->hdisplay / 2,
148 dev_err(&right->dev, "failed to set column address: %d\n", err);
152 err = mipi_dsi_dcs_set_page_address(right, 0, mode->vdisplay - 1);
154 dev_err(&right->dev, "failed to set page address: %d\n", err);
197 /* set left-right mode */
200 dev_err(panel->dev, "failed to set left-right mode: %d\n", err);
218 * TODO: The device supports both left-right and even-odd split
220 * right split. To support a different mode a mechanism needs to be
127 sharp_setup_symmetrical_split(struct mipi_dsi_device *left, struct mipi_dsi_device *right, const struct drm_display_mode *mode) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c48 * @right: Right side of bounding box.
57 s32 left, right, top, bottom; member in struct:vmw_kms_sou_surface_dirty
512 blit->body.destRect.right = clip->x2;
604 blit->body.srcRect.right = 0;
609 blit->body.destRect.right = 0;
627 rect->right = clip->x2;
664 blit->body.srcRect.right = src_bb.x2;
669 blit->body.destRect.right = bb->x2;
676 rect->right -= bb->x1;
1015 cmd->body.destRect.right
[all...]
/linux-master/crypto/
H A Decc.c217 /* Returns sign of left - right. */
218 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) argument
223 if (left[i] > right[i])
225 else if (left[i] < right[i])
267 /* Computes result = left + right, returning carry. Can modify in place. */
268 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, argument
277 sum = left[i] + right[i] + carry;
287 /* Computes result = left + right, returning carry. Can modify in place. */
288 static u64 vli_uadd(u64 *result, const u64 *left, u64 right, argument
291 u64 carry = right;
310 vli_sub(u64 *result, const u64 *left, const u64 *right, unsigned int ndigits) argument
331 vli_usub(u64 *result, const u64 *left, u64 right, unsigned int ndigits) argument
350 mul_64_64(u64 left, u64 right) argument
391 vli_mult(u64 *result, const u64 *left, const u64 *right, unsigned int ndigits) argument
428 vli_umult(u64 *result, const u64 *left, u32 right, unsigned int ndigits) argument
491 vli_mod_add(u64 *result, const u64 *left, const u64 *right, const u64 *mod, unsigned int ndigits) argument
508 vli_mod_sub(u64 *result, const u64 *left, const u64 *right, const u64 *mod, unsigned int ndigits) argument
955 vli_mod_mult_slow(u64 *result, const u64 *left, const u64 *right, const u64 *mod, unsigned int ndigits) argument
966 vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, const struct ecc_curve *curve) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dvisemul.c251 u16 left, right; member in struct:edge_tab
297 u16 left, right; local
312 right = edge8_tab[rs2 & 0x7].right;
317 right = edge8_tab_l[rs2 & 0x7].right;
323 right = edge16_tab[(rs2 >> 1) & 0x3].right;
329 right = edge16_tab_l[(rs2 >> 1) & 0x3].right;
[all...]

Completed in 430 milliseconds

1234567891011>>