Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 169) sorted by relevance

1234567

/linux/include/linux/
H A Duidgid.h53 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq()
58 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq()
63 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt()
68 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt()
73 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte()
78 static inline bool gid_gte(kgid_t left, kgid_t right) in gid_gte()
83 static inline bool uid_lt(kuid_t left, kuid_t right) in uid_lt()
88 static inline bool gid_lt(kgid_t left, kgid_t right) in gid_lt()
93 static inline bool uid_lte(kuid_t left, kuid_t right) in uid_lte()
98 static inline bool gid_lte(kgid_t left, kgid_t right) in gid_lte()
H A Dprojid.h36 static inline bool projid_eq(kprojid_t left, kprojid_t right) in projid_eq()
41 static inline bool projid_lt(kprojid_t left, kprojid_t right) in projid_lt()
H A Dmnt_idmapping.h60 static inline bool vfsuid_eq(vfsuid_t left, vfsuid_t right) in vfsuid_eq()
65 static inline bool vfsgid_eq(vfsgid_t left, vfsgid_t right) in vfsgid_eq()
/linux/arch/parisc/math-emu/
H A Dhppa.h15 #define Shiftdouble(left,right,amount,dest) \ argument
20 #define Variableshiftdouble(left,right,amount,dest) \ argument
27 #define Variable_shift_double(left,right,amount,dest) \ argument
H A Dsgl_float.h50 #define Sgl_leftshiftby1_withextent(left,right,result) \ argument
53 #define Sgl_rightshiftby1_withextent(left,right,dst) \ argument
226 #define Sgl_subtract_withextension(left,right,extent,result) \ argument
235 #define Sgl_xortointp1(left,right,result) \ argument
238 #define Sgl_xorfromintp1(left,right,result) \ argument
406 #define Sglext_xortointp1(left,right,result) Sgl_xortointp1(left,right,result) argument
407 #define Sglext_xorfromintp1(left,right,result) \ argument
H A Dsfcmp.c42 register unsigned int left, right; in sgl_fcmp() local
/linux/arch/x86/crypto/
H A Ddes3_ede-asm_64.S92 #define initial_permutation(left, right) \ argument
108 #define final_permutation(left, right) \ argument
161 #define read_block(io, left, right) \ argument
167 #define write_block(io, left, right) \ argument
273 #define initial_permutation3(left, right) \ argument
318 #define final_permutation3(left, right) \ argument
/linux/drivers/md/persistent-data/
H A Ddm-btree-remove.c86 static int node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy()
192 static int shift(struct btree_node *left, struct btree_node *right, int count) in shift()
241 struct btree_node *right = r->n; in __rebalance2() local
284 struct child left, right; in rebalance2() local
313 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node()
353 struct btree_node *left, struct btree_node *center, struct btree_node *right, in redistribute3()
423 struct btree_node *right = r->n; in __rebalance3() local
451 struct child left, center, right; in rebalance3() local
/linux/fs/quota/
H A Dkqid.c13 bool qid_eq(struct kqid left, struct kqid right) in qid_eq()
37 bool qid_lt(struct kqid left, struct kqid right) in qid_lt()
/linux/drivers/video/fbdev/core/
H A Dsysfillrect.c72 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned()
182 unsigned long pat, int left, int right, unsigned n, in bitfill_unaligned_rev()
288 int right, r; in sys_fillrect() local
H A Dcfbfillrect.c93 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned()
218 int dst_idx, unsigned long pat, int left, int right, in bitfill_unaligned_rev()
335 int right, r; in cfb_fillrect() local
H A Dsyscopyarea.c33 int left, right; in bitcpy() local
228 int const right = -shift & (bits-1); in bitcpy_rev() local
H A Dcfbcopyarea.c111 int const right = -shift & (bits - 1); in bitcpy() local
284 int const right = -shift & (bits-1); in bitcpy_rev() local
/linux/sound/core/oss/
H A Dmixer_oss.c255 int result = 0, left, right; in snd_mixer_oss_get_volume() local
284 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; in snd_mixer_oss_set_volume() local
518 int *left, int *right) in snd_mixer_oss_get_volume1_vol()
550 int *left, int *right, in snd_mixer_oss_get_volume1_sw()
583 int *left, int *right) in snd_mixer_oss_get_volume1()
610 int left, int right) in snd_mixer_oss_put_volume1_vol()
646 int left, int right, in snd_mixer_oss_put_volume1_sw()
686 int left, int right) in snd_mixer_oss_put_volume1()
738 int left, right; in snd_mixer_oss_get_recsrc1_sw() local
751 int left, right; in snd_mixer_oss_get_recsrc1_route() local
/linux/tools/testing/selftests/hid/tests/
H A Dbase_gamepad.py84 right=(None, None), argument
150 self, *, left=(None, None), right=(None, None), hat_switch=None, buttons=None argument
206 right=(None, None), argument
/linux/crypto/
H A Decc.c242 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) in vli_cmp()
292 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, in vli_add()
312 static u64 vli_uadd(u64 *result, const u64 *left, u64 right, in vli_uadd()
334 u64 vli_sub(u64 *result, const u64 *left, const u64 *right, in vli_sub()
355 static u64 vli_usub(u64 *result, const u64 *left, u64 right, in vli_usub()
374 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64()
415 static void vli_mult(u64 *result, const u64 *left, const u64 *right, in vli_mult()
452 static void vli_umult(u64 *result, const u64 *left, u32 right, in vli_umult()
515 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add()
532 static void vli_mod_sub(u64 *result, const u64 *left, const u64 *right, in vli_mod_sub()
[all …]
/linux/security/tomoyo/
H A Dcondition.c299 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv()
318 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp()
513 u8 right = -1; in tomoyo_get_condition() local
801 const u8 right = condp->right; in tomoyo_condition() local
/linux/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c
/linux/drivers/input/mouse/
H A Dvsxxxaa.c197 int left, middle, right; in vsxxxaa_handle_REL_packet() local
253 int left, middle, right, touch; in vsxxxaa_handle_ABS_packet() local
305 int left, middle, right; in vsxxxaa_handle_POR_packet() local
/linux/net/tipc/
H A Dcore.h184 static inline int less_eq(u16 left, u16 right) in less_eq()
189 static inline int more(u16 left, u16 right) in more()
194 static inline int less(u16 left, u16 right) in less()
/linux/tools/testing/selftests/kvm/s390x/
H A Dsync_regs_test.c
/linux/sound/pci/au88x0/
H A Dau88x0_a3d.c162 static void a3dsrc_SetHrtfOutput(a3dsrc_t * a, short left, short right) in a3dsrc_SetHrtfOutput()
327 static void a3dsrc_SetGainTarget(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainTarget()
335 static void a3dsrc_SetGainCurrent(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainCurrent()
703 static void vortex_a3d_coord2ild(a3d_LRGains_t ild, int left, int right) in vortex_a3d_coord2ild()
/linux/drivers/video/fbdev/
H A Darcfb.c249 unsigned int left, unsigned int right, unsigned int distance) in arcfb_lcd_update_page()
301 unsigned int bottom, unsigned int left, unsigned int right) in arcfb_lcd_update_vert()
323 unsigned int right, unsigned int top, unsigned int h) in arcfb_lcd_update_horiz()
347 unsigned int left, right, distance, y; in arcfb_lcd_update() local
/linux/tools/perf/
H A Dbuiltin-c2c.c502 struct hist_entry *left, struct hist_entry *right) in dcacheline_cmp()
560 struct hist_entry *left, struct hist_entry *right) in offset_cmp()
589 struct hist_entry *left, struct hist_entry *right) in iaddr_cmp()
610 struct hist_entry *left, struct hist_entry *right) in tot_hitm_cmp()
718 struct hist_entry *left, struct hist_entry *right) in tot_recs_cmp()
756 struct hist_entry *left, struct hist_entry *right) in tot_loads_cmp()
859 struct hist_entry *left, struct hist_entry *right) in percent_costly_snoop_cmp()
935 struct hist_entry *left, struct hist_entry *right) in percent_rmt_hitm_cmp()
966 struct hist_entry *left, struct hist_entry *right) in percent_lcl_hitm_cmp()
997 struct hist_entry *left, struct hist_entry *right) in percent_lcl_peer_cmp()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_refcount.c490 struct xfs_refcount_irec *right, in xfs_refcount_merge_center_extents()
635 struct xfs_refcount_irec *right, in xfs_refcount_merge_right_extent()
796 struct xfs_refcount_irec *right, in xfs_refcount_find_right_extents()
907 const struct xfs_refcount_irec *right, in xfs_refc_want_merge_center()
985 const struct xfs_refcount_irec *right, in xfs_refc_want_merge_right()
1029 struct xfs_refcount_irec cright = {0}, right = {0}; in xfs_refcount_merge_extents() local

1234567