Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 1688) sorted by relevance

12345678910>>...68

/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h742 right, \ argument
747 typeof(right) __right = (right); \
758 #right, \
769 right, \ argument
776 left, ==, right, \
785 right, \ argument
792 left, !=, right, \
801 right, \ argument
808 left, <, right, \
817 right, \ argument
[all …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dexpr.c38 e->right.expr = e2; in expr_alloc_two()
47 e->right.sym = s2; in expr_alloc_comp()
88 e->right.sym = org->right.sym; in expr_copy()
94 e->right.expr = expr_copy(org->right.expr); in expr_copy()
127 expr_free(e->right.expr); in expr_free()
155 __expr_eliminate_eq(type, &e1->right.expr, &e2); in __expr_eliminate_eq()
160 __expr_eliminate_eq(type, &e1, &e2->right.expr); in __expr_eliminate_eq()
264 return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq()
315 e->right.expr = expr_eliminate_yn(e->right.expr); in expr_eliminate_yn()
319 expr_free(e->right.expr); in expr_eliminate_yn()
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dexpr.c38 e->right.expr = e2; in expr_alloc_two()
47 e->right.sym = s2; in expr_alloc_comp()
88 e->right.sym = org->right.sym; in expr_copy()
94 e->right.expr = expr_copy(org->right.expr); in expr_copy()
127 expr_free(e->right.expr); in expr_free()
145 __expr_eliminate_eq(type, &e1->right.expr, &e2); in __expr_eliminate_eq()
150 __expr_eliminate_eq(type, &e1, &e2->right.expr); in __expr_eliminate_eq()
213 return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq()
253 e->right.expr = expr_eliminate_yn(e->right.expr); in expr_eliminate_yn()
257 expr_free(e->right.expr); in expr_eliminate_yn()
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dexpr.c39 e->right.expr = e2; in expr_alloc_two()
48 e->right.sym = s2; in expr_alloc_comp()
89 e->right.sym = org->right.sym; in expr_copy()
95 e->right.expr = expr_copy(org->right.expr); in expr_copy()
128 expr_free(e->right.expr); in expr_free()
156 __expr_eliminate_eq(type, &e1->right.expr, &e2); in __expr_eliminate_eq()
161 __expr_eliminate_eq(type, &e1, &e2->right.expr); in __expr_eliminate_eq()
272 return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq()
323 e->right.expr = expr_eliminate_yn(e->right.expr); in expr_eliminate_yn()
327 expr_free(e->right.expr); in expr_eliminate_yn()
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Dsfsub.c42 register unsigned int left, right, result, extent; in sgl_fsub() local
51 right = *rightptr; in sgl_fsub()
55 Sgl_xortointp1(left,right,/*to*/save); in sgl_fsub()
64 if (Sgl_isnotnan(right)) in sgl_fsub()
66 if (Sgl_isinfinity(right) && save==0) in sgl_fsub()
100 else if (Sgl_is_signalingnan(right)) in sgl_fsub()
106 Sgl_set_quiet(right); in sgl_fsub()
107 *dstptr = right; in sgl_fsub()
120 if (Sgl_isinfinity_exponent(right)) in sgl_fsub()
122 if (Sgl_iszero_mantissa(right)) in sgl_fsub()
[all …]
H A Dsfadd.c42 register unsigned int left, right, result, extent; in sgl_fadd() local
53 right = *rightptr; in sgl_fadd()
57 Sgl_xortointp1(left,right,/*to*/save); in sgl_fadd()
66 if (Sgl_isnotnan(right)) in sgl_fadd()
68 if (Sgl_isinfinity(right) && save!=0) in sgl_fadd()
102 else if (Sgl_is_signalingnan(right)) in sgl_fadd()
108 Sgl_set_quiet(right); in sgl_fadd()
109 *dstptr = right; in sgl_fadd()
122 if (Sgl_isinfinity_exponent(right)) in sgl_fadd()
124 if (Sgl_iszero_mantissa(right)) in sgl_fadd()
[all …]
H A Dsfcmp.c42 register unsigned int left, right; in sgl_fcmp() local
47 right = *rightptr; in sgl_fcmp()
53 || (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) ) in sgl_fcmp()
62 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp()
63 && Sgl_isnotzero_mantissa(right) in sgl_fcmp()
64 && (Exception(cond) || Sgl_isone_signaling(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()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Ddes3_ede-asm_64.S92 #define initial_permutation(left, right) \ argument
93 do_permutation(left##d, right##d, 4, 0x0f0f0f0f); \
94 do_permutation(left##d, right##d, 16, 0x0000ffff); \
95 do_permutation(right##d, left##d, 2, 0x33333333); \
96 do_permutation(right##d, left##d, 8, 0x00ff00ff); \
99 roll $1, right##d; \
100 xorl right##d, RW0d; \
103 xorl RW0d, right##d; \
105 expand_to_64bits(right, RT3); \
108 #define final_permutation(left, right) \ argument
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-y8i.rst19 in lower and from the right sensor in the higher 8 bits.
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`
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Duidgid.h61 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq() argument
63 return __kuid_val(left) == __kuid_val(right); in uid_eq()
66 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq() argument
68 return __kgid_val(left) == __kgid_val(right); in gid_eq()
71 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt() argument
73 return __kuid_val(left) > __kuid_val(right); in uid_gt()
76 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt() argument
78 return __kgid_val(left) > __kgid_val(right); in gid_gt()
81 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte() argument
83 return __kuid_val(left) >= __kuid_val(right); in uid_gte()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtyped-splay-tree.h67 splay_tree_node_s *left, *right; member
285 if (active->right) in splay_tree_delete_helper()
287 KDEL (active->right->key); in splay_tree_delete_helper()
288 VDEL (active->right->value); in splay_tree_delete_helper()
289 active->right->back = pending; in splay_tree_delete_helper()
290 pending = active->right; in splay_tree_delete_helper()
310 tmp = n->right; in rotate_left()
311 n->right = p; in rotate_left()
328 p->right = tmp; in rotate_right()
356 c = n->right; in splay_tree_splay()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtyped-splay-tree.h67 splay_tree_node_s *left, *right; member
285 if (active->right) in splay_tree_delete_helper()
287 KDEL (active->right->key); in splay_tree_delete_helper()
288 VDEL (active->right->value); in splay_tree_delete_helper()
289 active->right->back = pending; in splay_tree_delete_helper()
290 pending = active->right; in splay_tree_delete_helper()
310 tmp = n->right; in rotate_left()
311 n->right = p; in rotate_left()
328 p->right = tmp; in rotate_right()
356 c = n->right; in splay_tree_splay()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp92 const TIndex right, in range() argument
95 if (right - left <= nodeSize) { in range()
96 for (auto i = left; i <= right; i++) { in range()
104 const TIndex m = (left + right) >> 1; in range()
114 range(minX, minY, maxX, maxY, visitor, m + 1, right, (axis + 1) % 2); in range()
123 const TIndex right, in within() argument
128 if (right - left <= nodeSize) { in within()
129 for (auto i = left; i <= right; i++) { in within()
137 const TIndex m = (left + right) >> 1; in within()
147 within(qx, qy, r, visitor, m + 1, right, (axis + 1) % 2); in within()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/
H A D0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch29 /* FIXME: If the right-most key on higher levels is
49 /* Shift entries on the right */
50 - setkey(geo, right, bkey(geo, right, i), i + no_entries);
51 + _setkey(geo, right, bkey(geo, right, i), i + no_entries);
52 setval(geo, right, bval(geo, right, i), i + no_entries);
55 /* Move some entries to the right */
56 - setkey(geo, right, bkey(geo, left, lfill - no_entries + i), i);
57 + _setkey(geo, right, bkey(geo, left, lfill - no_entries + i), i);
58 setval(geo, right, bval(geo, left, lfill - no_entries + i), i);
70 - setkey(geo, left, bkey(geo, right, i), lfill + i);
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dsyscopyarea.c33 int left, right; in bitcpy() local
80 right = shift & (bits - 1); in bitcpy()
92 *dst = comp(*src >> right, *dst, first); in bitcpy()
97 *dst = comp(d0 >> right | d1 << left, *dst, in bitcpy()
118 *dst = comp(d0 >> right | d1 << left, *dst, in bitcpy()
130 *dst++ = d0 >> right | d1 << left; in bitcpy()
133 *dst++ = d0 >> right | d1 << left; in bitcpy()
136 *dst++ = d0 >> right | d1 << left; in bitcpy()
139 *dst++ = d0 >> right | d1 << left; in bitcpy()
145 *dst++ = d0 >> right | d1 << left; in bitcpy()
[all …]
H A Dsysfillrect.c82 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() argument
103 pat = pat << left | pat >> right; in bitfill_unaligned()
111 pat = pat << left | pat >> right; in bitfill_unaligned()
113 pat = pat << left | pat >> right; in bitfill_unaligned()
115 pat = pat << left | pat >> right; in bitfill_unaligned()
117 pat = pat << left | pat >> right; in bitfill_unaligned()
122 pat = pat << left | pat >> right; in bitfill_unaligned()
192 unsigned long pat, int left, int right, unsigned n, in bitfill_unaligned_rev() argument
215 pat = pat << left | pat >> right; in bitfill_unaligned_rev()
223 pat = pat << left | pat >> right; in bitfill_unaligned_rev()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree-remove.c82 static void node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy() argument
86 BUG_ON(value_size != le32_to_cpu(right->header.value_size)); in node_copy()
92 key_ptr(right, 0), in node_copy()
95 value_ptr(right, 0), in node_copy()
98 BUG_ON(shift > le32_to_cpu(right->header.max_entries)); in node_copy()
99 memcpy(key_ptr(right, 0), in node_copy()
102 memcpy(value_ptr(right, 0), in node_copy()
173 static void shift(struct btree_node *left, struct btree_node *right, int count) in shift() argument
176 uint32_t nr_right = le32_to_cpu(right->header.nr_entries); in shift()
178 uint32_t r_max_entries = le32_to_cpu(right->header.max_entries); in shift()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/turns/
H A Dcompare_turns.hpp58 static inline bool use_operation(Op const& left, Op const& right) in use_operation()
60 return order_op(left) < order_op(right); in use_operation()
64 static inline bool use_other_id(Turn const& left, Turn const& right) in use_other_id()
67 segment_identifier const& right_other_seg_id = right.operations[other_op_id].seg_id; in use_other_id()
82 return use_operation(left.operations[OpId], right.operations[OpId]); in use_other_id()
86 static inline bool use_fraction(Turn const& left, Turn const& right) in use_fraction()
90 right.operations[OpId].fraction) in use_fraction()
92 use_other_id(left, right) in use_fraction()
94 (left.operations[OpId].fraction < right.operations[OpId].fraction) in use_fraction()
99 inline bool operator()(Turn const& left, Turn const& right) const in operator ()()
[all …]
/OK3568_Linux_fs/kernel/fs/quota/
H A Dkqid.c13 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 …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dwidgets.py282 def __init__(self, marker='#', left='|', right='|', fill=' ', argument
294 self.right = right
302 left, marked, right = (format_updatable(i, pbar) for i in
303 (self.left, self.marker, self.right))
305 width -= len(left) + len(right)
313 return '%s%s%s' % (left, marked.ljust(width, self.fill), right)
315 return '%s%s%s' % (left, marked.rjust(width, self.fill), right)
321 def __init__(self, marker='#', left='|', right='|', fill=' ', argument
333 self.right = right
342 left, marker, right = (format_updatable(i, pbar) for i in
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsort.c95 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp() argument
97 return right->thread->tid - left->thread->tid; in sort__thread_cmp()
136 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp() argument
138 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_cmp()
142 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() argument
144 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_collapse()
148 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort() argument
150 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_sort()
192 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp() argument
194 return _sort__dso_cmp(right->ms.map, left->ms.map); in sort__dso_cmp()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dless_by_segment_ratio.hpp99 inline bool default_order(Indexed const& left, Indexed const& right) const in default_order()
102 return left.turn_index < right.turn_index; in default_order()
106 Indexed const& right) const in consider_relative_order()
117 *right.other_seg_id, in consider_relative_order()
139 return default_order(left, right); in consider_relative_order()
147 inline bool operator()(Indexed const& left, Indexed const& right) const in operator ()()
149 if (! (left.subject->seg_id == right.subject->seg_id)) in operator ()()
151 return left.subject->seg_id < right.subject->seg_id; in operator ()()
156 if (! (left.subject->fraction == right.subject->fraction)) in operator ()()
158 return left.subject->fraction < right.subject->fraction; in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/docs/website/css/
H A Dtimeline.css58 right: -15px;
62 border-right: 0 solid #ccc;
70 right: -14px;
74 border-right: 0 solid #fff;
92 border-top-right-radius: 50%;
94 border-bottom-right-radius: 50%;
99 float: right;
104 border-right-width: 15px;
106 right: auto;
111 border-right-width: 14px;
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_entropy.c20 static RK_U32 calc_mvprob(RK_U32 left, RK_U32 right, RK_U32 prob) in calc_mvprob() argument
24 if (left + right) { in calc_mvprob()
25 p = (left * 255) / (left + right); in calc_mvprob()
35 static RK_U32 update_prob(RK_U32 prob, RK_U32 left, RK_U32 right, in update_prob() argument
42 … (RK_S32)right * (vp8_prob_cost_tbl[255 - old_prob] - vp8_prob_cost_tbl[255 - new_prob])) >> 8; in update_prob()
96 RK_U32 p, left, right; in vp8e_init_entropy() local
114 right = ii >= 0 ? p_cnt[ii] : 0; in vp8e_init_entropy()
123 if (left + right) { in vp8e_init_entropy()
124 p = ((left * 256) + ((left + right) >> 1)) / (left + right); in vp8e_init_entropy()
129 if (update_prob(upd_p, left, right, old_p, p, 8)) { in vp8e_init_entropy()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dturns.hpp159 inline bool operator()(Turn const& left, Turn const& right) const in operator ()()
162 return op_to_int(left.operations[OpId]) < op_to_int(right.operations[OpId]); in operator ()()
175 inline bool operator()(Turn const& left, Turn const& right) const in operator ()()
182 segment_identifier const& right_other_seg_id = right.operations[other_op_id].seg_id; in operator ()()
186 operation_type const& right_operation = right.operations[OpId]; in operator ()()
210 inline bool operator()(Turn const& left, Turn const& right) const in operator ()()
217 segment_identifier const& right_other_seg_id = right.operations[other_op_id].seg_id; in operator ()()
221 operation_type const& right_operation = right.operations[OpId]; in operator ()()
262 inline bool operator()(Turn const& left, Turn const& right) const in operator ()()
265 < right.operations[other_op_id].seg_id.multi_index; in operator ()()
[all …]

12345678910>>...68