Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 2521) sorted by relevance

12345678910>>...101

/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dcp437.uni16 0x00 U+0000
17 0x01 U+263a
18 0x02 U+263b
19 0x03 U+2665
20 0x04 U+2666 U+25c6
21 0x05 U+2663
22 0x06 U+2660
23 0x07 U+2022
24 0x08 U+25d8
25 0x09 U+25cb
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dget.hpp92 template <typename U>
93 pointer operator()(const U&) const BOOST_NOEXCEPT in operator ()()
113 template <typename U, BOOST_VARIANT_ENUM_PARAMS(typename T) >
115 typename add_pointer<U>::type
118 BOOST_VARIANT_AUX_GET_EXPLICIT_TEMPLATE_TYPE(U) in relaxed_get()
121 typedef typename add_pointer<U>::type U_ptr; in relaxed_get()
124 detail::variant::get_visitor<U> v; in relaxed_get()
128 template <typename U, BOOST_VARIANT_ENUM_PARAMS(typename T) >
130 typename add_pointer<const U>::type
133 BOOST_VARIANT_AUX_GET_EXPLICIT_TEMPLATE_TYPE(U) in relaxed_get()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dclass_member_traits.hpp8 template<typename T, typename U >
9 struct class_member_traits<T (U::*)()>
11 typedef U class_type;
14 template<typename T, typename U >
15 struct class_member_traits<T (U::*)() const>
17 typedef U class_type;
20 template<typename T, typename U , typename A0>
21 struct class_member_traits<T (U::*)(A0)>
23 typedef U class_type;
26 template<typename T, typename U , typename A0>
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/ni_route_values/
H A Dni_eseries.c231 [B(NI_PFI(0))] = U(1),
232 [B(NI_PFI(1))] = U(2),
233 [B(NI_PFI(2))] = U(3),
234 [B(NI_PFI(3))] = U(4),
235 [B(NI_PFI(4))] = U(5),
236 [B(NI_PFI(5))] = U(6),
237 [B(NI_PFI(6))] = U(7),
238 [B(NI_PFI(7))] = U(8),
239 [B(NI_PFI(8))] = U(9),
240 [B(NI_PFI(9))] = U(10),
[all …]
H A Dni_660x.c123 [B(NI_PFI(11))] = U(9),
124 [B(NI_PFI(15))] = U(8),
125 [B(NI_PFI(19))] = U(7),
126 [B(NI_PFI(23))] = U(6),
127 [B(NI_PFI(27))] = U(5),
128 [B(NI_PFI(31))] = U(4),
129 [B(NI_PFI(35))] = U(3),
130 [B(NI_PFI(39))] = U(2 /* or 1 */),
131 [B(TRIGGER_LINE(0))] = U(11),
132 [B(TRIGGER_LINE(1))] = U(12),
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dev6-csum_ipv6_magic.S65 inslh $18,7,$4 # U : 0000000000AABBCC
67 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00
71 zapnot $20,15,$20 # U : zero extend incoming csum
72 ldq_u $2,0($17) # L : U L U L : Latency: 3
74 extql $0,$6,$0 # U :
75 extqh $1,$6,$22 # U :
77 sll $19,24,$19 # U : U U L U : 0x000000aa bb000000
81 inswl $18,3,$18 # U : 000000CCDD000000
82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00
85 extql $1,$6,$1 # U :
[all …]
H A Dev6-copy_user.S52 beq $18, $zerolength # U .. .. .. : U L U L
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
56 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall)
57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter
67 nop # E .. .. .. : U L U L
76 bne $3, $aligndest # U .. .. .. : U L U L
86 beq $1,$quadaligned # U .. .. .. : U L U L
97 extql $3,$17,$3 # .. U .. .. :
98 extqh $2,$17,$1 # U .. .. .. : U U L L
103 subq $0,8,$0 # E .. .. .. : U L L U
[all …]
H A Dev6-clear_user.S54 beq $0, $zerolength # U .. .. .. : U L U L
61 beq $4, $headalign # U .. .. .. : U L U L
68 beq $1, $onebyte # .. .. U .. : sub-word store?
69 mskql $5, $16, $5 # .. U .. .. : take care of misaligned head
70 addq $16, 8, $16 # E .. .. .. : L U U L
75 subq $0, 8, $0 # E .. .. .. : U L U L
89 blt $4, $trailquad # U .. .. .. : U L U L
101 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64
107 nop # E .. .. .. : U L U L
112 blt $3, $alignmod64 # U .. .. .. : U L U L
[all …]
H A Dev6-memchr.S47 zap $18, 0x80, $5 # U : Bound length
48 beq $18, $not_found # U :
50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch
52 insbl $17, 1, $2 # U : 000000000000ch00
55 lda $3, -1($31) # E : U L L U
57 sll $17, 16, $2 # U : 00000000chch0000
60 sll $17, 32, $2 # U : U L L U : chchchch00000000
63 extql $1, $16, $7 # U : $7 is upper bits
64 beq $4, $first_quad # U :
65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
[all …]
H A Dev6-divide.S115 stq $2, 8($30) # L : L U L U
120 LONGIFY(divisor) # E : U L L U
125 DIV_ONLY(stq tmp2,32($30)) # L : L U U L
147 bne compare,1b # U : U L U L
152 blt divisor, 2f # U : U L U L
157 bne compare,1b # U : U L U L
171 srl mask,1,mask # U :
178 srl divisor,1,divisor # U :
179 nop # E : L U L U
184 bne mask,2b # U : U L U L
[all …]
H A Dev6-memset.S54 insbl $17,1,$2 # U : 000000000000ch00
56 ble $18,end_b # U : zero length requested?
60 insbl $1,2,$3 # U : 0000000000ch0000
61 insbl $1,3,$4 # U : 00000000ch000000
64 inswl $17,4,$5 # U : 0000chch00000000
66 inswl $17,6,$2 # U : chch000000000000
74 beq $1,within_quad_b # U :
76 beq $3,aligned_b # U : target is 0mod8
83 insql $17,$16,$2 # U : Insert new bytes
87 mskql $4,$16,$4 # U : clear relevant parts of the quad
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_assignable.hpp18 template <class T, class U = T> struct is_assignable;
33 … template<typename T, typename U, typename = decltype(boost::declval<T>() = boost::declval<U>())>
42 …template <class T, class U> struct is_assignable : public integral_constant<bool, sizeof(detail::i…
43 …template <class T, std::size_t N, class U> struct is_assignable<T[N], U> : public is_assignable<T,…
44 …template <class T, std::size_t N, class U> struct is_assignable<T(&)[N], U> : public is_assignable…
45 template <class T, class U> struct is_assignable<T[], U> : public is_assignable<T, U>{};
46 template <class T, class U> struct is_assignable<T(&)[], U> : public is_assignable<T&, U>{};
47 template <class U> struct is_assignable<void, U> : public integral_constant<bool, false>{};
48 template <class U> struct is_assignable<void const, U> : public integral_constant<bool, false>{};
49 …template <class U> struct is_assignable<void volatile, U> : public integral_constant<bool, false>{…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/
H A Dpointer_rebind.hpp32 template <typename Ptr, typename U>
39 static char test(int, typename X::template rebind<U>*);
47 template <typename Ptr, typename U>
54 static char test(int, typename X::template rebind<U>::other*);
62 template <typename Ptr, typename U>
65 static const unsigned int rebind = (unsigned int)pointer_has_rebind<Ptr, U>::value;
66 static const unsigned int rebind_other = (unsigned int)pointer_has_rebind_other<Ptr, U>::value;
73 template <typename Ptr, typename U, unsigned int RebindMode>
78 template <typename Ptr, typename U>
79 struct pointer_rebinder< Ptr, U, 2u >
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DIspParamsSplitter.h53 template <typename U>
54 XCamReturn SplitIspParams(U* orig_isp_params, U* isp_params);
58 template <typename U>
59 XCamReturn SplitAecParams(U* ori, U* left, U* right);
60 template <typename U>
61 XCamReturn SplitRawHistLiteParams(U* ori, U* left, U* right);
62 template <typename U>
63 XCamReturn SplitRawHistBigParams(U* ori, U* left, U* right);
64 template <typename U>
65 XCamReturn SplitRawAeLiteParams(U* ori, U* left, U* right);
[all …]
/OK3568_Linux_fs/buildroot/package/frecon/
H A D0008-Support-unifont.patch214 +STARTCHAR U+0000
237 +STARTCHAR U+0001
260 +STARTCHAR U+0002
283 +STARTCHAR U+0003
306 +STARTCHAR U+0004
329 +STARTCHAR U+0005
352 +STARTCHAR U+0006
375 +STARTCHAR U+0007
398 +STARTCHAR U+0008
421 +STARTCHAR U+0009
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Doperators.hpp128 template <class T, class U, class B = operators_detail::empty_base<T> >
131 friend bool operator<=(const T& x, const U& y) { return !static_cast<bool>(x > y); } in operator <=()
132 friend bool operator>=(const T& x, const U& y) { return !static_cast<bool>(x < y); } in operator >=()
133 friend bool operator>(const U& x, const T& y) { return y < x; } in operator >()
134 friend bool operator<(const U& x, const T& y) { return y > x; } in operator <()
135 friend bool operator<=(const U& x, const T& y) { return !static_cast<bool>(y < x); } in operator <=()
136 friend bool operator>=(const U& x, const T& y) { return !static_cast<bool>(y > x); } in operator >=()
147 template <class T, class U, class B = operators_detail::empty_base<T> >
150 friend bool operator==(const U& y, const T& x) { return x == y; } in operator ==()
151 friend bool operator!=(const U& y, const T& x) { return !static_cast<bool>(x == y); } in operator !=()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dpointer_traits.hpp25 template<class U>
26 inline typename boost::pointer_traits<U>::element_type*
27 ptr_traits_address(const U& v) BOOST_NOEXCEPT in ptr_traits_address()
29 return boost::pointer_traits<U>::to_address(v); in ptr_traits_address()
38 template<class U>
40 typedef typename std::pointer_traits<T>::template rebind<U> type;
51 template<class U>
53 typedef U* type;
67 template<class U>
69 template<class U>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dcommon_type_impl.hpp31 template<class T, class U> struct common_type_impl;
42 template<class T, class U> struct ct_class
45 BOOST_STATIC_CONSTANT( bool, cu = boost::is_class<U>::value || boost::is_union<U>::value );
50 template<class T, class U> struct common_type_impl3;
52 template<class T, class U> struct common_type_class: public boost::conditional<
54 boost::is_convertible<T, U>::value && !boost::is_convertible<U, T>::value,
55 boost::type_identity<U>,
59 boost::is_convertible<U, T>::value && !boost::is_convertible<T, U>::value,
62 common_type_impl3<T, U>
68 template<class T, class U> struct common_type_impl: public boost::conditional<
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dtype_traits_detail.hpp124 template <class U> struct AddParameterType { typedef const U& type; };
125 template <class U> struct AddParameterType<U&> { typedef U& type; };
128 template <class U> struct ReferenceTraits
131 typedef U type;
133 template <class U> struct ReferenceTraits<U&>
136 typedef U type;
139 template <class U> struct PointerTraits
144 template <class U> struct PointerTraits<U*>
147 typedef U type;
149 template <class U> struct PointerTraits<U*&>
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dtype_traits_detail.hpp124 template <class U> struct AddParameterType { typedef const U& type; };
125 template <class U> struct AddParameterType<U&> { typedef U& type; };
128 template <class U> struct ReferenceTraits
131 typedef U type;
133 template <class U> struct ReferenceTraits<U&>
136 typedef U type;
139 template <class U> struct PointerTraits
144 template <class U> struct PointerTraits<U*>
147 typedef U type;
149 template <class U> struct PointerTraits<U*&>
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dtype_traits_detail.hpp124 template <class U> struct AddParameterType { typedef const U& type; };
125 template <class U> struct AddParameterType<U&> { typedef U& type; };
128 template <class U> struct ReferenceTraits
131 typedef U type;
133 template <class U> struct ReferenceTraits<U&>
136 typedef U type;
139 template <class U> struct PointerTraits
144 template <class U> struct PointerTraits<U*>
147 typedef U type;
149 template <class U> struct PointerTraits<U*&>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_reference_spec.hpp84 template <class U>
85 struct is_optional_< ::boost::optional<U> >
97 template <class T, class U>
100 … bool value = ::boost::is_same<T, BOOST_DEDUCED_TYPENAME ::boost::remove_reference<U>::type>::value
101 … || ::boost::is_same<T, const BOOST_DEDUCED_TYPENAME ::boost::remove_reference<U>::type>::value;
104 template <class T, class U>
107 static const bool value = is_no_optional<U>::value && !is_same_decayed<T, U>::value;
129 template <class U>
130 explicit optional(const optional<U&>& rhs) BOOST_NOEXCEPT : ptr_(rhs.get_ptr()) {} in optional()
134 template <class U>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/
H A Dmem_fn_template.hpp33 template<class U> R call(U & u, T const *) const in BOOST_MEM_FN_NAME()
38 template<class U> R call(U & u, void const *) const in BOOST_MEM_FN_NAME()
52 template<class U> R operator()(U & u) const in BOOST_MEM_FN_NAME()
54 U const * p = 0; in BOOST_MEM_FN_NAME()
60 template<class U> R operator()(U const & u) const in BOOST_MEM_FN_NAME()
62 U const * p = 0; in BOOST_MEM_FN_NAME()
98 template<class U> R call(U & u, T const *) const in BOOST_MEM_FN_NAME()
103 template<class U> R call(U & u, void const *) const in BOOST_MEM_FN_NAME()
112 template<class U> R operator()(U const & u) const in BOOST_MEM_FN_NAME()
114 U const * p = 0; in BOOST_MEM_FN_NAME()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Ddecltype.hpp189 template<typename T, typename U>
190 struct class_member_traits<T U::*>
192 typedef U class_type;
213 template<typename U, typename V, typename T>
214 U *proto_get_pointer(T &t, V *, U *) in proto_get_pointer() argument
219 template<typename U, typename V, typename T>
220 U const *proto_get_pointer(T &t, V *, U const *) in proto_get_pointer()
225 template<typename U, typename V, typename T>
266 template<typename U> char test_V_is_a_U(U *);
267 template<typename U> char test_V_is_a_U(U const *);
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dunicode.rst28 IBMPC_MAP IBM code page 437 ESC ( U
32 In particular, ESC ( U is no longer "straight to font", since the font
41 In accordance with the Unicode standard/ISO 10646 the range U+F000 to
42 U+F8FF has been reserved for OS-wide allocation (the Unicode Standard
44 Linux we call it the "Linux Zone"). U+F000 was picked as the starting
47 This leaves U+E000 to U+EFFF as End User Zone.
49 [v1.2]: The Unicodes range from U+F000 and up to U+F7FF have been
51 translation table. The user-defined map now defaults to U+F000 to
52 U+F0FF, emulating the previous behaviour. In practice, this range
54 (U+F000..U+F0FF) or 512-character (U+F000..U+F1FF) fonts.
[all …]

12345678910>>...101