/linux/include/kunit/ |
H A D | test.h | 771 right, \ argument 802 right, \ argument 817 right, \ argument 832 right, \ argument 864 right, \ argument 967 #define KUNIT_EXPECT_EQ(test, left, right) \ argument 970 #define KUNIT_EXPECT_EQ_MSG(test, left, right, fmt, ...) \ argument 988 #define KUNIT_EXPECT_PTR_EQ(test, left, right) \ argument 991 #define KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, fmt, ...) \ argument 1009 #define KUNIT_EXPECT_NE(test, left, right) \ argument [all …]
|
/linux/arch/parisc/math-emu/ |
H A D | hppa.h | 15 #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 D | sgl_float.h | 50 #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 D | sfcmp.c | 42 register unsigned int left, right; in sgl_fcmp() local
|
H A D | sfsub.c | 42 register unsigned int left, right, result, extent; in sgl_fsub() local
|
H A D | sfadd.c | 42 register unsigned int left, right, result, extent; in sgl_fadd() local
|
H A D | dbl_float.h | 86 #define Dbl_leftshiftby1_withextent(lefta,leftb,right,resulta,resultb) \ argument 90 #define Dbl_rightshiftby1_withextent(leftb,right,dst) \ argument 408 #define Dbl_xortointp1(left,right,result) \ argument 411 #define Dbl_xorfromintp1(left,right,result) \ argument 414 #define Dbl_swap_lower(left,right) \ argument 707 #define Dblext_xortointp1(left,right,result) Dbl_xortointp1(left,right,result) argument 709 #define Dblext_xorfromintp1(left,right,result) \ argument
|
/linux/arch/x86/crypto/ |
H A D | des3_ede-asm_64.S | 92 #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 D | dm-btree-remove.c | 86 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
|
H A D | dm-btree.c | 553 static void redistribute2(struct btree_node *left, struct btree_node *right) in redistribute2() 583 struct btree_node *right) in redistribute3() 658 struct dm_block *left, *right, *parent; in split_one_into_two() local 742 struct dm_block *left, *middle, *right, *parent; in split_two_into_three() local 843 struct dm_block *left, *right, *new_parent; in btree_split_beneath() local 920 struct btree_node *left, *right, *parent = dm_block_data(shadow_parent(s)); in rebalance_left() local 949 struct btree_node *left, *right, *parent = dm_block_data(shadow_parent(s)); in rebalance_right() local
|
/linux/fs/quota/ |
H A D | kqid.c | 13 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/sound/core/oss/ |
H A D | mixer_oss.c | 255 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 D | base_gamepad.py | 84 right=(None, None), argument 150 self, *, left=(None, None), right=(None, None), hat_switch=None, buttons=None argument 206 right=(None, None), argument
|
/linux/include/linux/ |
H A D | projid.h | 36 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()
|
/linux/security/tomoyo/ |
H A D | condition.c | 299 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/drivers/input/mouse/ |
H A D | vsxxxaa.c | 197 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 D | core.h | 184 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/drivers/video/fbdev/ |
H A D | arcfb.c | 249 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/sound/pci/au88x0/ |
H A D | au88x0_a3d.c | 162 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/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 490 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
|
/linux/tools/perf/util/ |
H A D | block-info.c | 72 int64_t __block_info__cmp(struct hist_entry *left, struct hist_entry *right) in __block_info__cmp() 98 struct hist_entry *left, struct hist_entry *right) in block_info__cmp() 226 struct hist_entry *right) in block_total_cycles_pct_sort()
|
/linux/sound/isa/msnd/ |
H A D | msnd_pinnacle_mixer.c | 183 static int snd_msndmix_set(struct snd_msnd *dev, int d, int left, int right) in snd_msndmix_set() 255 int left, right; in snd_msndmix_volume_put() local
|
/linux/drivers/usb/core/ |
H A D | port.c | 484 static int link_peers(struct usb_port *left, struct usb_port *right) in link_peers() 553 static void link_peers_report(struct usb_port *left, struct usb_port *right) in link_peers_report() 568 static void unlink_peers(struct usb_port *left, struct usb_port *right) in unlink_peers()
|
/linux/fs/btrfs/ |
H A D | ctree.c | 854 struct extent_buffer *right = NULL; in balance_level() local 1124 struct extent_buffer *right = NULL; in push_nodes_for_insert() local 2636 const struct extent_buffer *right) in check_sibling_keys() 3096 struct extent_buffer *right, in __push_leaf_right() 3237 struct extent_buffer *right; in push_leaf_right() local 3317 struct extent_buffer *right = path->nodes[0]; in __push_leaf_left() local 3451 struct extent_buffer *right = path->nodes[0]; in push_leaf_left() local 3512 struct extent_buffer *right, in copy_for_split() 3649 struct extent_buffer *right; in split_leaf() local
|
/linux/drivers/hid/ |
H A D | hid-zpff.c | 30 int left, right; in zpff_play() local
|