| /linux-6.15/include/kunit/ |
| H A D | test.h | 771 right, \ argument 776 const typeof(right) __right = (right); \ 802 right, \ argument 817 right, \ argument 832 right, \ argument 864 right, \ argument 973 left, ==, right, \ 1057 left, <, right, \ 1099 left, >, right, \ 1433 left, <, right, \ [all …]
|
| /linux-6.15/arch/parisc/math-emu/ |
| H A D | sfsub.c | 51 right = *rightptr; in sgl_fsub() 64 if (Sgl_isnotnan(right)) in sgl_fsub() 106 Sgl_set_quiet(right); in sgl_fsub() 107 *dstptr = right; in sgl_fsub() 125 Sgl_invert_sign(right); in sgl_fsub() 126 *dstptr = right; in sgl_fsub() 138 Sgl_set_quiet(right); in sgl_fsub() 143 *dstptr = right; in sgl_fsub() 158 Sgl_xorfromintp1(save,right,/*to*/right); in sgl_fsub() 168 if(Sgl_iszero_mantissa(right)) in sgl_fsub() [all …]
|
| H A D | sfadd.c | 53 right = *rightptr; in sgl_fadd() 66 if (Sgl_isnotnan(right)) in sgl_fadd() 68 if (Sgl_isinfinity(right) && save!=0) in sgl_fadd() 108 Sgl_set_quiet(right); in sgl_fadd() 109 *dstptr = right; in sgl_fadd() 124 if (Sgl_iszero_mantissa(right)) in sgl_fadd() 127 *dstptr = right; in sgl_fadd() 139 Sgl_set_quiet(right); in sgl_fadd() 144 *dstptr = right; in sgl_fadd() 159 Sgl_xorfromintp1(save,right,/*to*/right); in sgl_fadd() [all …]
|
| H A D | sfcmp.c | 42 register unsigned int left, right; in sgl_fcmp() local 47 right = *rightptr; in sgl_fcmp() 62 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 63 && Sgl_isnotzero_mantissa(right) in sgl_fcmp() 79 ((Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 80 && Sgl_isnotzero_mantissa(right)) ) in sgl_fcmp() 90 Sgl_xortointp1(left,right,xorresult); in sgl_fcmp() 96 && Sgl_iszero_exponentmantissa(right) ) in sgl_fcmp() 111 else if( Sgl_all(left) == Sgl_all(right) ) in sgl_fcmp() 118 if( Sgl_all(left) < Sgl_all(right) ) in sgl_fcmp() [all …]
|
| H A D | hppa.h | 15 #define Shiftdouble(left,right,amount,dest) \ argument 17 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount)) 20 #define Variableshiftdouble(left,right,amount,dest) \ argument 22 if (amount == 0) dest = right; \ 24 ((unsigned) right >> (amount)) 27 #define Variable_shift_double(left,right,amount,dest) \ argument 29 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-y8i.rst | 33 - Y'\ :sub:`00right` 35 - Y'\ :sub:`01right` 37 - Y'\ :sub:`02right` 39 - Y'\ :sub:`03right` 42 - Y'\ :sub:`10right` 44 - Y'\ :sub:`11right` 46 - Y'\ :sub:`12right` 48 - Y'\ :sub:`13right` 51 - Y'\ :sub:`20right` 53 - Y'\ :sub:`21right` [all …]
|
| /linux-6.15/scripts/kconfig/ |
| H A D | expr.c | 49 e->right._initdata = r; in expr_lookup() 228 return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq() 349 ((e1->right.sym == &symbol_yes && e2->right.sym == &symbol_no) || in expr_join_or() 355 ((e1->right.sym == &symbol_mod && e2->right.sym == &symbol_no) || in expr_join_or() 439 (e1->right.sym == &symbol_no && e2->right.sym == &symbol_yes))) in expr_join_and() 451 (e1->right.sym == &symbol_no && e2->right.sym == &symbol_mod))) in expr_join_and() 1050 fn(data, e->right.sym, e->right.sym->name); in expr_print() 1059 fn(data, e->right.sym, e->right.sym->name); in expr_print() 1068 fn(data, e->right.sym, e->right.sym->name); in expr_print() 1076 fn(data, e->right.sym, e->right.sym->name); in expr_print() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | uidgid.h | 53 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq() argument 55 return __kuid_val(left) == __kuid_val(right); in uid_eq() 60 return __kgid_val(left) == __kgid_val(right); in gid_eq() 65 return __kuid_val(left) > __kuid_val(right); in uid_gt() 70 return __kgid_val(left) > __kgid_val(right); in gid_gt() 75 return __kuid_val(left) >= __kuid_val(right); in uid_gte() 80 return __kgid_val(left) >= __kgid_val(right); in gid_gte() 85 return __kuid_val(left) < __kuid_val(right); in uid_lt() 90 return __kgid_val(left) < __kgid_val(right); in gid_lt() 95 return __kuid_val(left) <= __kuid_val(right); in uid_lte() [all …]
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | des3_ede-asm_64.S | 99 roll $1, right##d; \ 100 xorl right##d, RW0d; \ 103 xorl RW0d, right##d; \ 111 movl right##d, RW0d; \ 115 xorl RW0d, right##d; \ 117 rorl $1, right##d; \ 165 bswapl right##d; 169 bswapl right##d; \ 171 movl right##d, 4(io); 291 roll $1, right##0d; \ [all …]
|
| /linux-6.15/fs/quota/ |
| H A D | kqid.c | 13 bool qid_eq(struct kqid left, struct kqid right) in qid_eq() argument 15 if (left.type != right.type) in qid_eq() 19 return uid_eq(left.uid, right.uid); in qid_eq() 21 return gid_eq(left.gid, right.gid); in qid_eq() 23 return projid_eq(left.projid, right.projid); in qid_eq() 37 bool qid_lt(struct kqid left, struct kqid right) in qid_lt() argument 39 if (left.type < right.type) in qid_lt() 41 if (left.type > right.type) in qid_lt() 45 return uid_lt(left.uid, right.uid); in qid_lt() 47 return gid_lt(left.gid, right.gid); in qid_lt() [all …]
|
| /linux-6.15/drivers/md/persistent-data/ |
| H A D | dm-btree-remove.c | 105 key_ptr(right, 0), in node_copy() 108 value_ptr(right, 0), in node_copy() 116 memcpy(key_ptr(right, 0), in node_copy() 119 memcpy(value_ptr(right, 0), in node_copy() 219 node_shift(right, count); in shift() 227 node_shift(right, count); in shift() 284 struct child left, right; in rebalance2() local 301 exit_child(info, &right); in rebalance2() 335 node_shift(right, shift); in delete_center_node() 376 ret = shift(left, right, s); in redistribute3() [all …]
|
| /linux-6.15/tools/testing/selftests/hid/tests/ |
| H A D | base_gamepad.py | 65 self.right = (127, 127) 84 right=(None, None), argument 126 right = replace_none_in_tuple(right, self.right) 127 self.right = right 143 self.store_axes("right_stick", gamepad, right) 150 self, *, left=(None, None), right=(None, None), hat_switch=None, buttons=None argument 165 left=left, right=right, hat_switch=hat_switch, buttons=buttons 206 right=(None, None), argument 230 right=right,
|
| /linux-6.15/tools/perf/util/ |
| H A D | sort.c | 493 if (!right->srcline) in sort__srcline_collapse() 494 right->srcline = hist_entry__srcline(right); in sort__srcline_collapse() 812 if (!right->srcfile) in sort__srcfile_collapse() 813 right->srcfile = hist_entry__get_srcfile(right); in sort__srcfile_collapse() 1105 right->trace_output = get_trace_output(right); in sort__trace_cmp() 1499 if (right->mem_info) in sort__daddr_cmp() 1525 if (right->mem_info) in sort__iaddr_cmp() 1552 if (right->mem_info) in sort__dso_daddr_cmp() 1580 if (right->mem_info) in sort__locked_cmp() 1608 if (right->mem_info) in sort__tlb_cmp() [all …]
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | bitmap.c | 126 struct xbitmap64_node *right; in xbitmap64_set() local 146 ASSERT(!right || right->bn_start == last + 1); in xbitmap64_set() 148 if (left && right) { in xbitmap64_set() 154 kfree(right); in xbitmap64_set() 160 } else if (right) { in xbitmap64_set() 163 right->bn_start = start; in xbitmap64_set() 421 ASSERT(!right || right->bn_start == last + 1); in xbitmap32_set() 423 if (left && right) { in xbitmap32_set() 429 kfree(right); in xbitmap32_set() 435 } else if (right) { in xbitmap32_set() [all …]
|
| /linux-6.15/fs/unicode/ |
| H A D | mkutf8data.c | 368 void *right; member 690 right = node->right; in prune() 715 assert(right->left || right->right); in prune() 719 rightleaf = right->right; in prune() 721 right = right->left; in prune() 722 else if (right->right) in prune() 723 right = right->right; in prune() 735 right = node->right; in prune() 755 right = node->right; in prune() 778 right = node->right; in prune() [all …]
|
| /linux-6.15/Documentation/sound/cards/ |
| H A D | audigy-mixer.rst | 236 * 2 - right, default 0xffff (no attenuation) 259 * 16 - right, A destination (FX-bus 0-63), default 0 260 * 17 - right, B destination (FX-bus 0-63), default 1 261 * 18 - right, C destination (FX-bus 0-63), default 2 292 * 16 - right, A destination attn, default 0 (mute) 294 * 18 - right, C destination attn, default 0 (mute) 295 * 19 - right, D destination attn, default 0 (mute) 296 * 20 - right, E destination attn, default 0 (mute) 297 * 21 - right, F destination attn, default 0 (mute) 298 * 22 - right, G destination attn, default 0 (mute) [all …]
|
| H A D | sb-live-mixer.rst | 80 the ??rear?? right DAC PCM slot of the AC97 codec. 127 to the ??rear?? right DAC PCM slot of the AC97 codec. 267 * 2 - right, default 0xffff (no attenuation) 282 * 8 - right, A destination (FX-bus 0-15), default 0 283 * 9 - right, B destination (FX-bus 0-15), default 1 284 * 10 - right, C destination (FX-bus 0-15), default 2 285 * 11 - right, D destination (FX-bus 0-15), default 3 303 * 8 - right, A destination attn, default 0 (mute) 304 * 9 - right, B destination attn, default 255 (no attenuation) 305 * 10 - right, C destination attn, default 0 (mute) [all …]
|
| /linux-6.15/sound/core/oss/ |
| H A D | mixer_oss.c | 266 right = left; in snd_mixer_oss_get_volume() 269 if (snd_BUG_ON(right < 0 || right > 100)) in snd_mixer_oss_get_volume() 292 if (right > 100) in snd_mixer_oss_set_volume() 293 right = 100; in snd_mixer_oss_set_volume() 295 right = left; in snd_mixer_oss_set_volume() 575 *right = 0; in snd_mixer_oss_get_volume1_sw() 578 *right = 0; in snd_mixer_oss_get_volume1_sw() 738 int left, right; in snd_mixer_oss_get_recsrc1_sw() local 740 left = right = 1; in snd_mixer_oss_get_recsrc1_sw() 751 int left, right; in snd_mixer_oss_get_recsrc1_route() local [all …]
|
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | fb_copyarea.h | 167 int shift, left, right; in fb_copy_fwd() local 173 right = shift & (BITS_PER_LONG - 1); in fb_copy_fwd() 205 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 215 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 235 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 247 right); in fb_copy_fwd() 261 int shift, left, right; in fb_copy_rev() local 267 right = shift & (BITS_PER_LONG-1); in fb_copy_rev() 296 if (fb_right(~0UL, right) & last) in fb_copy_rev() 333 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev() [all …]
|
| /linux-6.15/kernel/bpf/ |
| H A D | range_tree.c | 200 struct range_node *right; in range_tree_set() local 220 right = range_it_iter_first(rt, last + 1, last + 1); in range_tree_set() 221 if (right && right->rn_start != last + 1) in range_tree_set() 224 if (left && right) { in range_tree_set() 227 range_it_remove(right, rt); in range_tree_set() 228 left->rn_last = right->rn_last; in range_tree_set() 231 bpf_mem_free(&bpf_global_ma, right); in range_tree_set() 238 } else if (right) { in range_tree_set() 240 range_it_remove(right, rt); in range_tree_set() 241 right->rn_start = start; in range_tree_set() [all …]
|
| /linux-6.15/drivers/usb/core/ |
| H A D | port.c | 489 if (left->peer == right && right->peer == left) in link_peers() 506 dev_name(&right->dev), in link_peers() 528 hs_port = right; in link_peers() 530 ss_port = right; in link_peers() 536 left->peer = right; in link_peers() 537 right->peer = left; in link_peers() 557 rc = link_peers(left, right); in link_peers_report() 572 WARN(right->peer != left || left->peer != right, in unlink_peers() 583 hs_port = right; in unlink_peers() 585 ss_port = right; in unlink_peers() [all …]
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-zpff.c | 30 int left, right; in zpff_play() local 39 right = effect->u.rumble.weak_magnitude; in zpff_play() 40 dbg_hid("called with 0x%04x 0x%04x\n", left, right); in zpff_play() 43 right = right * 0x7f / 0xffff; in zpff_play() 46 zpff->report->field[3]->value[0] = right; in zpff_play() 47 dbg_hid("running with 0x%02x 0x%02x\n", left, right); in zpff_play()
|
| /linux-6.15/fs/btrfs/ |
| H A D | ctree.c | 957 if (IS_ERR(right)) { in balance_level() 958 ret = PTR_ERR(right); in balance_level() 959 right = NULL; in balance_level() 984 if (right) { in balance_level() 994 right = NULL; in balance_level() 999 right, 0, 1); in balance_level() 1001 right = NULL; in balance_level() 1103 if (right) { in balance_level() 1212 if (IS_ERR(right)) in push_nodes_for_insert() 3255 if (IS_ERR(right)) in push_leaf_right() [all …]
|
| /linux-6.15/net/tipc/ |
| H A D | core.h | 184 static inline int less_eq(u16 left, u16 right) in less_eq() argument 186 return mod(right - left) < 32768u; in less_eq() 189 static inline int more(u16 left, u16 right) in more() argument 191 return !less_eq(left, right); in more() 194 static inline int less(u16 left, u16 right) in less() argument 196 return less_eq(left, right) && (mod(right) != mod(left)); in less()
|
| /linux-6.15/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 171 struct node *right; member 227 if (nodep->right) { in node_next() 256 for (nodep = nodep->left; nodep->right; nodep = nodep->right) in node_prev() 297 if (subtree->right) { in node_copy_subtree() 298 root->right = node_copy_subtree(subtree->right); in node_copy_subtree() 367 if (!parentp->right) { in node_add() 454 if (nodep->right) { in node_rm() 464 nodep->parent->right = nodep->right; in node_rm() 896 if (nodep->right) in dump_nodes() 1189 nodep = nodep->right; in sparsebit_next_set() [all …]
|