| /OK3568_Linux_fs/kernel/include/kunit/ |
| H A D | test.h | 740 left, \ argument 746 typeof(left) __left = (left); \ 756 #left, \ 768 left, \ argument 776 left, ==, right, \ 784 left, \ argument 792 left, !=, right, \ 800 left, \ argument 808 left, <, right, \ 816 left, \ argument [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | expr.c | 21 e->left.sym = sym; in expr_alloc_symbol() 29 e->left.expr = ce; in expr_alloc_one() 37 e->left.expr = e1; in expr_alloc_two() 46 e->left.sym = s1; in expr_alloc_comp() 76 e->left = org->left; in expr_copy() 79 e->left.expr = expr_copy(org->left.expr); in expr_copy() 87 e->left.sym = org->left.sym; in expr_copy() 93 e->left.expr = expr_copy(org->left.expr); in expr_copy() 115 expr_free(e->left.expr); in expr_free() 126 expr_free(e->left.expr); in expr_free() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | expr.c | 21 e->left.sym = sym; in expr_alloc_symbol() 29 e->left.expr = ce; in expr_alloc_one() 37 e->left.expr = e1; in expr_alloc_two() 46 e->left.sym = s1; in expr_alloc_comp() 76 e->left = org->left; in expr_copy() 79 e->left.expr = expr_copy(org->left.expr); in expr_copy() 87 e->left.sym = org->left.sym; in expr_copy() 93 e->left.expr = expr_copy(org->left.expr); in expr_copy() 115 expr_free(e->left.expr); in expr_free() 126 expr_free(e->left.expr); in expr_free() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | expr.c | 22 e->left.sym = sym; in expr_alloc_symbol() 30 e->left.expr = ce; in expr_alloc_one() 38 e->left.expr = e1; in expr_alloc_two() 47 e->left.sym = s1; in expr_alloc_comp() 77 e->left = org->left; in expr_copy() 80 e->left.expr = expr_copy(org->left.expr); in expr_copy() 88 e->left.sym = org->left.sym; in expr_copy() 94 e->left.expr = expr_copy(org->left.expr); in expr_copy() 116 expr_free(e->left.expr); in expr_free() 127 expr_free(e->left.expr); in expr_free() [all …]
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-rect.h | 62 if (r->left < boundary->left) in v4l2_rect_map_inside() 63 r->left = boundary->left; in v4l2_rect_map_inside() 66 if (r->left + r->width > boundary->left + boundary->width) in v4l2_rect_map_inside() 67 r->left = boundary->left + boundary->width - r->width; in v4l2_rect_map_inside() 95 return r1->top == r2->top && r1->left == r2->left; in v4l2_rect_same_position() 124 r->left = max(r1->left, r2->left); in v4l2_rect_intersect() 126 right = min(r1->left + r1->width, r2->left + r2->width); in v4l2_rect_intersect() 128 r->width = max(0, right - r->left); in v4l2_rect_intersect() 149 r->left = r->top = r->width = r->height = 0; in v4l2_rect_scale() 152 r->left = (((r->left - from->left) * to->width) / from->width) & ~1; in v4l2_rect_scale() [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/math-emu/ |
| H A D | sfsub.c | 42 register unsigned int left, right, result, extent; in sgl_fsub() local 50 left = *leftptr; in sgl_fsub() 55 Sgl_xortointp1(left,right,/*to*/save); in sgl_fsub() 60 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fsub() 62 if (Sgl_iszero_mantissa(left)) in sgl_fsub() 80 *dstptr = left; in sgl_fsub() 89 if (Sgl_isone_signaling(left)) in sgl_fsub() 95 Sgl_set_quiet(left); in sgl_fsub() 113 *dstptr = left; in sgl_fsub() 150 Sgl_copytoint_exponentmantissa(left,signless_upper_left); in sgl_fsub() [all …]
|
| H A D | sfadd.c | 42 register unsigned int left, right, result, extent; in sgl_fadd() local 52 left = *leftptr; in sgl_fadd() 57 Sgl_xortointp1(left,right,/*to*/save); in sgl_fadd() 62 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fadd() 64 if (Sgl_iszero_mantissa(left)) in sgl_fadd() 82 *dstptr = left; in sgl_fadd() 91 if (Sgl_isone_signaling(left)) in sgl_fadd() 97 Sgl_set_quiet(left); in sgl_fadd() 115 *dstptr = left; in sgl_fadd() 151 Sgl_copytoint_exponentmantissa(left,signless_upper_left); in sgl_fadd() [all …]
|
| H A D | sfcmp.c | 42 register unsigned int left, right; in sgl_fcmp() local 46 left = *leftptr; in sgl_fcmp() 52 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 58 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 59 && Sgl_isnotzero_mantissa(left) in sgl_fcmp() 60 && (Exception(cond) || Sgl_isone_signaling(left))) in sgl_fcmp() 76 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 77 && Sgl_isnotzero_mantissa(left)) in sgl_fcmp() 90 Sgl_xortointp1(left,right,xorresult); in sgl_fcmp() 95 if( Sgl_iszero_exponentmantissa(left) in sgl_fcmp() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | des3_ede-asm_64.S | 92 #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); \ 98 movl left##d, RW0d; \ 102 xorl RW0d, left##d; \ 104 roll $1, left##d; \ 106 expand_to_64bits(left, RT3); 108 #define final_permutation(left, right) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | sysctl.c | 90 size_t left, len; in proc_dodebug() local 97 left = *lenp; in proc_dodebug() 101 while (left && isspace(*p)) { in proc_dodebug() 102 left--; in proc_dodebug() 105 if (!left) in proc_dodebug() 108 if (left > sizeof(tmpbuf) - 1) in proc_dodebug() 110 memcpy(tmpbuf, p, left); in proc_dodebug() 111 tmpbuf[left] = '\0'; in proc_dodebug() 115 left -= (s - tmpbuf); in proc_dodebug() 116 if (left && !isspace(*s)) in proc_dodebug() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-y8i.rst | 18 word. E.g. the R200 RealSense camera stores pixel from the left sensor 32 - Y'\ :sub:`00left` 34 - Y'\ :sub:`01left` 36 - Y'\ :sub:`02left` 38 - Y'\ :sub:`03left` 41 - Y'\ :sub:`10left` 43 - Y'\ :sub:`11left` 45 - Y'\ :sub:`12left` 47 - Y'\ :sub:`13left` 50 - Y'\ :sub:`20left` [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | uidgid.h | 61 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 …]
|
| H A D | regset.h | 22 size_t left; member 27 if (s->left) { in membuf_zero() 28 if (size > s->left) in membuf_zero() 29 size = s->left; in membuf_zero() 32 s->left -= size; in membuf_zero() 34 return s->left; in membuf_zero() 39 if (s->left) { in membuf_write() 40 if (size > s->left) in membuf_write() 41 size = s->left; in membuf_write() 44 s->left -= size; in membuf_write() [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 D | typed-splay-tree.h | 67 splay_tree_node_s *left, *right; member 278 if (active->left) in splay_tree_delete_helper() 280 KDEL (active->left->key); in splay_tree_delete_helper() 281 VDEL (active->left->value); in splay_tree_delete_helper() 282 active->left->back = pending; in splay_tree_delete_helper() 283 pending = active->left; in splay_tree_delete_helper() 312 p->left = tmp; in rotate_left() 326 tmp = n->left; in rotate_right() 327 n->left = p; in rotate_right() 354 c = n->left; 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 D | typed-splay-tree.h | 67 splay_tree_node_s *left, *right; member 278 if (active->left) in splay_tree_delete_helper() 280 KDEL (active->left->key); in splay_tree_delete_helper() 281 VDEL (active->left->value); in splay_tree_delete_helper() 282 active->left->back = pending; in splay_tree_delete_helper() 283 pending = active->left; in splay_tree_delete_helper() 312 p->left = tmp; in rotate_left() 326 tmp = n->left; in rotate_right() 327 n->left = p; in rotate_right() 354 c = n->left; 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 D | kdbush.hpp | 91 const TIndex left, 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() 111 range(minX, minY, maxX, maxY, visitor, left, m - 1, (axis + 1) % 2); in range() 122 const TIndex left, 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() 144 within(qx, qy, r, visitor, left, m - 1, (axis + 1) % 2); in within() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | btcx-risc.c | 87 if (win->left < 0) { in btcx_screen_clips() 89 clips[n].c.left = 0; in btcx_screen_clips() 91 clips[n].c.width = -win->left; in btcx_screen_clips() 95 if (win->left + win->width > swidth) { in btcx_screen_clips() 97 clips[n].c.left = swidth - win->left; in btcx_screen_clips() 99 clips[n].c.width = win->width - clips[n].c.left; in btcx_screen_clips() 105 clips[n].c.left = 0; in btcx_screen_clips() 113 clips[n].c.left = 0; in btcx_screen_clips() 129 nx = (win->left + mask) & ~mask; in btcx_align() 131 if (nx + nw > win->left + win->width) in btcx_align() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_info.c | 15 int left) in prism2_info_commtallies16() argument 19 if (left < sizeof(struct hfa384x_comm_tallies)) { in prism2_info_commtallies16() 21 "info frame\n", local->dev->name, left); in prism2_info_commtallies16() 55 int left) in prism2_info_commtallies32() argument 59 if (left < sizeof(struct hfa384x_comm_tallies32)) { in prism2_info_commtallies32() 61 "info frame\n", local->dev->name, left); in prism2_info_commtallies32() 95 int left) in prism2_info_commtallies() argument 98 prism2_info_commtallies32(local, buf, left); in prism2_info_commtallies() 100 prism2_info_commtallies16(local, buf, left); in prism2_info_commtallies() 130 int left) in prism2_info_linkstatus() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-btree-remove.c | 82 static void node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy() argument 84 uint32_t nr_left = le32_to_cpu(left->header.nr_entries); in node_copy() 85 uint32_t value_size = le32_to_cpu(left->header.value_size); in node_copy() 90 BUG_ON(nr_left + shift > le32_to_cpu(left->header.max_entries)); in node_copy() 91 memcpy(key_ptr(left, nr_left), in node_copy() 94 memcpy(value_ptr(left, nr_left), in node_copy() 100 key_ptr(left, nr_left - shift), in node_copy() 103 value_ptr(left, nr_left - shift), in node_copy() 173 static void shift(struct btree_node *left, struct btree_node *right, int count) in shift() argument 175 uint32_t nr_left = le32_to_cpu(left->header.nr_entries); in shift() [all …]
|
| /OK3568_Linux_fs/kernel/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() 17 switch(left.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() 43 switch (left.type) { in qid_lt() [all …]
|
| /OK3568_Linux_fs/buildroot/docs/website/css/ |
| H A D | timeline.css | 14 left: 50%; 15 margin-left: -1.5px; 45 float: left; 61 border-left: 15px solid #ccc; 73 border-left: 14px solid #fff; 88 left: 50%; 89 margin-left: -25px; 93 border-top-left-radius: 50%; 95 border-bottom-left-radius: 50%; 103 border-left-width: 0; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/ |
| H A D | erase_fn_imps.hpp | 110 const size_type left = partition(pred_t(pred)); in erase_if() local 111 _GLIBCXX_DEBUG_ASSERT(m_size >= left); in erase_if() 112 const size_type ersd = m_size - left; in erase_if() 113 for (size_type i = left; i < m_size; ++i) in erase_if() 119 resize_policy::get_new_size_for_arbitrary(left); in erase_if() 122 std::copy(m_a_entries, m_a_entries + left, new_entries); in erase_if() 130 m_size = left; in erase_if() 189 size_type left = 0; in partition() local 192 while (right + 1 != left) in partition() 194 _GLIBCXX_DEBUG_ASSERT(left <= m_size); in partition() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/ |
| H A D | erase_fn_imps.hpp | 110 const size_type left = partition(pred_t(pred)); in erase_if() local 111 _GLIBCXX_DEBUG_ASSERT(m_size >= left); in erase_if() 112 const size_type ersd = m_size - left; in erase_if() 113 for (size_type i = left; i < m_size; ++i) in erase_if() 119 resize_policy::get_new_size_for_arbitrary(left); in erase_if() 122 std::copy(m_a_entries, m_a_entries + left, new_entries); in erase_if() 130 m_size = left; in erase_if() 189 size_type left = 0; in partition() local 192 while (right + 1 != left) in partition() 194 _GLIBCXX_DEBUG_ASSERT(left <= m_size); in partition() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | syscopyarea.c | 33 int left, right; in bitcpy() local 81 left = -shift & (bits - 1); in bitcpy() 89 *dst = comp(*src << left, *dst, first); in bitcpy() 97 *dst = comp(d0 >> right | d1 << left, *dst, in bitcpy() 112 *dst = comp(d0 << left, *dst, first); 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | edd.c | 45 #define left (PAGE_SIZE - (p - buf) - 1) macro 135 p += scnprintf(p, left, "%c", info->params.host_bus_type[i]); in edd_show_host_bus() 137 p += scnprintf(p, left, " "); in edd_show_host_bus() 142 p += scnprintf(p, left, "\tbase_address: %x\n", in edd_show_host_bus() 147 p += scnprintf(p, left, in edd_show_host_bus() 155 p += scnprintf(p, left, in edd_show_host_bus() 160 p += scnprintf(p, left, "\tunknown: %llx\n", in edd_show_host_bus() 181 p += scnprintf(p, left, "%c", info->params.interface_type[i]); in edd_show_interface() 183 p += scnprintf(p, left, " "); in edd_show_interface() 187 p += scnprintf(p, left, "\tdevice: %u lun: %u\n", in edd_show_interface() [all …]
|