Home
last modified time | relevance | path

Searched full:vector (Results 1 – 25 of 3711) sorted by relevance

12345678910>>...149

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/plain/
H A Dvector50.hpp9 // Preprocessed version of "boost/mpl/vector/vector50.hpp" header
81 template< typename Vector, typename T > struct apply
86 typename Vector::item0, typename Vector::item1
87 , typename Vector::item2, typename Vector::item3
88 , typename Vector::item4, typename Vector::item5
89 , typename Vector::item6, typename Vector::item7
90 , typename Vector::item8, typename Vector::item9
91 , typename Vector::item10, typename Vector::item11
92 , typename Vector::item12, typename Vector::item13
93 , typename Vector::item14, typename Vector::item15
[all …]
H A Dvector40.hpp9 // Preprocessed version of "boost/mpl/vector/vector40.hpp" header
69 template< typename Vector, typename T > struct apply
74 typename Vector::item0, typename Vector::item1
75 , typename Vector::item2, typename Vector::item3
76 , typename Vector::item4, typename Vector::item5
77 , typename Vector::item6, typename Vector::item7
78 , typename Vector::item8, typename Vector::item9
79 , typename Vector::item10, typename Vector::item11
80 , typename Vector::item12, typename Vector::item13
81 , typename Vector::item14, typename Vector::item15
[all …]
H A Dvector30.hpp9 // Preprocessed version of "boost/mpl/vector/vector30.hpp" header
57 template< typename Vector, typename T > struct apply
62 typename Vector::item0, typename Vector::item1
63 , typename Vector::item2, typename Vector::item3
64 , typename Vector::item4, typename Vector::item5
65 , typename Vector::item6, typename Vector::item7
66 , typename Vector::item8, typename Vector::item9
67 , typename Vector::item10, typename Vector::item11
68 , typename Vector::item12, typename Vector::item13
69 , typename Vector::item14, typename Vector::item15
[all …]
H A Dvector20.hpp9 // Preprocessed version of "boost/mpl/vector/vector20.hpp" header
45 template< typename Vector, typename T > struct apply
50 typename Vector::item0, typename Vector::item1
51 , typename Vector::item2, typename Vector::item3
52 , typename Vector::item4, typename Vector::item5
53 , typename Vector::item6, typename Vector::item7
54 , typename Vector::item8, typename Vector::item9
62 template< typename Vector > struct apply
65 typename Vector::item1, typename Vector::item2
66 , typename Vector::item3, typename Vector::item4
[all …]
H A Dvector10.hpp9 // Preprocessed version of "boost/mpl/vector/vector10.hpp" header
37 template< typename Vector, typename T > struct apply
48 template< typename Vector > struct apply
59 template< typename Vector, typename T > struct apply
71 template< typename Vector > struct apply
105 template< typename Vector, typename T > struct apply
110 typename Vector::item0
118 template< typename Vector > struct apply
121 typename Vector::item1
129 template< typename Vector, typename T > struct apply
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/no_ctps/
H A Dvector50.hpp9 // Preprocessed version of "boost/mpl/vector/vector50.hpp" header
81 template< typename Vector, typename T > struct apply
86 typename Vector::item0, typename Vector::item1
87 , typename Vector::item2, typename Vector::item3
88 , typename Vector::item4, typename Vector::item5
89 , typename Vector::item6, typename Vector::item7
90 , typename Vector::item8, typename Vector::item9
91 , typename Vector::item10, typename Vector::item11
92 , typename Vector::item12, typename Vector::item13
93 , typename Vector::item14, typename Vector::item15
[all …]
H A Dvector40.hpp9 // Preprocessed version of "boost/mpl/vector/vector40.hpp" header
69 template< typename Vector, typename T > struct apply
74 typename Vector::item0, typename Vector::item1
75 , typename Vector::item2, typename Vector::item3
76 , typename Vector::item4, typename Vector::item5
77 , typename Vector::item6, typename Vector::item7
78 , typename Vector::item8, typename Vector::item9
79 , typename Vector::item10, typename Vector::item11
80 , typename Vector::item12, typename Vector::item13
81 , typename Vector::item14, typename Vector::item15
[all …]
H A Dvector30.hpp9 // Preprocessed version of "boost/mpl/vector/vector30.hpp" header
57 template< typename Vector, typename T > struct apply
62 typename Vector::item0, typename Vector::item1
63 , typename Vector::item2, typename Vector::item3
64 , typename Vector::item4, typename Vector::item5
65 , typename Vector::item6, typename Vector::item7
66 , typename Vector::item8, typename Vector::item9
67 , typename Vector::item10, typename Vector::item11
68 , typename Vector::item12, typename Vector::item13
69 , typename Vector::item14, typename Vector::item15
[all …]
H A Dvector20.hpp9 // Preprocessed version of "boost/mpl/vector/vector20.hpp" header
45 template< typename Vector, typename T > struct apply
50 typename Vector::item0, typename Vector::item1
51 , typename Vector::item2, typename Vector::item3
52 , typename Vector::item4, typename Vector::item5
53 , typename Vector::item6, typename Vector::item7
54 , typename Vector::item8, typename Vector::item9
62 template< typename Vector > struct apply
65 typename Vector::item1, typename Vector::item2
66 , typename Vector::item3, typename Vector::item4
[all …]
H A Dvector10.hpp9 // Preprocessed version of "boost/mpl/vector/vector10.hpp" header
38 template< typename Vector > struct apply
53 template< typename Vector > struct apply
76 template< typename Vector, typename T > struct apply
87 template< typename Vector > struct apply
98 template< typename Vector, typename T > struct apply
110 template< typename Vector > struct apply
142 template< typename Vector > struct apply
144 typedef typename Vector::item0 type;
151 template< typename Vector > struct apply
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/basics/
H A Dvector.c29 #include "include/vector.h"
32 struct vector *vector, in dal_vector_construct() argument
37 vector->container = NULL; in dal_vector_construct()
45 vector->container = kcalloc(capacity, struct_size, GFP_KERNEL); in dal_vector_construct()
46 if (vector->container == NULL) in dal_vector_construct()
48 vector->capacity = capacity; in dal_vector_construct()
49 vector->struct_size = struct_size; in dal_vector_construct()
50 vector->count = 0; in dal_vector_construct()
51 vector->ctx = ctx; in dal_vector_construct()
56 struct vector *vector, in dal_vector_presized_costruct() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A Dvector.h29 struct vector { struct
38 struct vector *vector, argument
43 struct vector *dal_vector_create(
49 * each "structure" in the vector will contain zeros by default. */
50 struct vector *dal_vector_presized_create(
57 struct vector *vector);
60 struct vector **vector);
63 const struct vector *vector);
73 struct vector *vector,
78 struct vector *vector,
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dirq_ia64.c13 * PCI to vector allocation routine.
61 * Legacy IRQ to IA-64 vector translation table.
74 .vector = IRQ_VECTOR_UNASSIGNED,
104 int pos, vector; in find_unassigned_vector() local
111 vector = IA64_FIRST_DEVICE_VECTOR + pos; in find_unassigned_vector()
112 cpumask_and(&mask, &domain, &vector_table[vector]); in find_unassigned_vector()
115 return vector; in find_unassigned_vector()
120 static int __bind_irq_vector(int irq, int vector, cpumask_t domain) in __bind_irq_vector() argument
127 BUG_ON((unsigned)vector >= IA64_NUM_VECTORS); in __bind_irq_vector()
132 if ((cfg->vector == vector) && cpumask_equal(&cfg->domain, &domain)) in __bind_irq_vector()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/trace/
H A Dirq_vectors.h15 TP_PROTO(int vector),
17 TP_ARGS(vector),
20 __field( int, vector )
24 __entry->vector = vector;
27 TP_printk("vector=%d", __entry->vector) );
31 TP_PROTO(int vector), \
32 TP_ARGS(vector), NULL, NULL); \
34 TP_PROTO(int vector), \
35 TP_ARGS(vector), NULL, NULL);
39 * vector handler
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dvector2 //===------------------------------ vector --------------------------------===//
15 vector synopsis
21 class vector
37 vector()
39 explicit vector(const allocator_type&);
40 explicit vector(size_type n);
41 explicit vector(size_type n, const allocator_type&); // C++14
42 vector(size_type n, const value_type& value, const allocator_type& = allocator_type());
44 vector(InputIterator first, InputIterator last, const allocator_type& = allocator_type());
45 vector(const vector& x);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dvector2 //===------------------------------ vector --------------------------------===//
15 vector synopsis
21 class vector
37 vector()
39 explicit vector(const allocator_type&);
40 explicit vector(size_type n);
41 explicit vector(size_type n, const allocator_type&); // C++14
42 vector(size_type n, const value_type& value, const allocator_type& = allocator_type());
44 vector(InputIterator first, InputIterator last, const allocator_type& = allocator_type());
45 vector(const vector& x);
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Didtentry.h17 * @vector: Vector number (ignored for C)
29 #define DECLARE_IDTENTRY(vector, func) \ argument
69 * @vector: Vector number (ignored for C)
80 #define DECLARE_IDTENTRY_ERRORCODE(vector, func) \ argument
113 * @vector: Vector number (ignored for C)
118 #define DECLARE_IDTENTRY_RAW(vector, func) \ argument
119 DECLARE_IDTENTRY(vector, func)
141 * @vector: Vector number (ignored for C)
146 #define DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func) \ argument
147 DECLARE_IDTENTRY_ERRORCODE(vector, func)
[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/bits/
H A Dstl_vector.h1 // Vector implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{vector}
382 * In some terminology a %vector can be described as a dynamic in _GLIBCXX_VISIBILITY()
389 class vector : protected _Vector_base<_Tp, _Alloc> in _GLIBCXX_VISIBILITY()
402 "std::vector must have a non-const, non-volatile value_type"); in _GLIBCXX_VISIBILITY()
405 "std::vector must have the same value_type as its allocator"); in _GLIBCXX_VISIBILITY()
419 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; in _GLIBCXX_VISIBILITY()
420 typedef __gnu_cxx::__normal_iterator<const_pointer, vector> in _GLIBCXX_VISIBILITY()
484 * @brief Creates a %vector with no elements. in _GLIBCXX_VISIBILITY()
487 vector() = default; in _GLIBCXX_VISIBILITY()
[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/bits/
H A Dstl_vector.h1 // Vector implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{vector}
382 * In some terminology a %vector can be described as a dynamic in _GLIBCXX_VISIBILITY()
389 class vector : protected _Vector_base<_Tp, _Alloc> in _GLIBCXX_VISIBILITY()
402 "std::vector must have a non-const, non-volatile value_type"); in _GLIBCXX_VISIBILITY()
405 "std::vector must have the same value_type as its allocator"); in _GLIBCXX_VISIBILITY()
419 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; in _GLIBCXX_VISIBILITY()
420 typedef __gnu_cxx::__normal_iterator<const_pointer, vector> in _GLIBCXX_VISIBILITY()
484 * @brief Creates a %vector with no elements. in _GLIBCXX_VISIBILITY()
487 vector() = default; in _GLIBCXX_VISIBILITY()
[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/debug/
H A Dvector1 // Debugging vector implementation -*- C++ -*-
25 /** @file debug/vector
36 template<typename _Tp, typename _Allocator> class vector;
39 #include <vector>
47 /** @brief Base class for Debug Mode vector.
115 /// Class std::vector with safety/checking/debug instrumentation.
118 class vector
120 vector<_Tp, _Allocator>, _Allocator, __gnu_debug::_Safe_sequence>,
121 public _GLIBCXX_STD_C::vector<_Tp, _Allocator>,
123 vector<_Tp, _Allocator>,
[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/debug/
H A Dvector1 // Debugging vector implementation -*- C++ -*-
25 /** @file debug/vector
36 template<typename _Tp, typename _Allocator> class vector;
39 #include <vector>
47 /** @brief Base class for Debug Mode vector.
115 /// Class std::vector with safety/checking/debug instrumentation.
118 class vector
120 vector<_Tp, _Allocator>, _Allocator, __gnu_debug::_Safe_sequence>,
121 public _GLIBCXX_STD_C::vector<_Tp, _Allocator>,
123 vector<_Tp, _Allocator>,
[all …]
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_apic.c100 static bool __send_ipi_mask_ex(const struct cpumask *mask, int vector) in __send_ipi_mask_ex() argument
118 ipi_arg->vector = vector; in __send_ipi_mask_ex()
139 static bool __send_ipi_mask(const struct cpumask *mask, int vector) in __send_ipi_mask() argument
145 trace_hyperv_send_ipi_mask(mask, vector); in __send_ipi_mask()
153 if ((vector < HV_IPI_LOW_VECTOR) || (vector > HV_IPI_HIGH_VECTOR)) in __send_ipi_mask()
169 ipi_arg.vector = vector; in __send_ipi_mask()
187 ret = hv_do_fast_hypercall16(HVCALL_SEND_IPI, ipi_arg.vector, in __send_ipi_mask()
192 return __send_ipi_mask_ex(mask, vector); in __send_ipi_mask()
195 static bool __send_ipi_one(int cpu, int vector) in __send_ipi_one() argument
199 trace_hyperv_send_ipi_one(cpu, vector); in __send_ipi_one()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/
H A Dnumbered.hpp29 # define AUX778076_VECTOR_TAIL(vector, i_, T) \ argument
30 BOOST_PP_CAT(vector,i_)< \
39 struct BOOST_PP_CAT(vector,i_) in BOOST_PP_CAT() argument
42 , AUX778076_VECTOR_TAIL(vector,BOOST_PP_DEC(i_),T) in BOOST_PP_CAT()
45 typedef BOOST_PP_CAT(vector,i_) type; in BOOST_PP_CAT()
58 struct BOOST_PP_CAT(vector,i_) in BOOST_PP_CAT() argument
61 typedef BOOST_PP_CAT(vector,i_) type; in BOOST_PP_CAT()
80 template< typename Vector, typename T > struct apply
82 typedef BOOST_PP_CAT(vector,i_)<
85 BOOST_PP_ENUM_PARAMS(BOOST_PP_DEC(i_), typename Vector::item)
[all …]
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dsve.rst2 Scalable Vector Extension support for AArch64 Linux
10 order to support use of the ARM Scalable Vector Extension (SVE).
23 * SVE registers Z0..Z31, P0..P15 and FFR and the current vector length VL, are
26 * The presence of SVE is reported to userspace via HWCAP_SVE in the aux vector
40 be reported in the AT_HWCAP2 aux vector entry. In addition to this,
74 2. Vector length terminology
77 The size of an SVE vector (Z) register is referred to as the "vector length".
79 To avoid confusion about the units used to express vector length, the kernel
82 * Vector length (VL) = size of a Z-register in bytes
84 * Vector quadwords (VQ) = size of a Z-register in units of 128 bits
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmotion_estimators.hpp77 bool operator ()(const std::vector<ImageFeatures> &features, in operator ()()
78 const std::vector<MatchesInfo> &pairwise_matches, in operator ()()
79 std::vector<CameraParams> &cameras) in operator ()()
91 virtual bool estimate(const std::vector<ImageFeatures> &features,
92 const std::vector<MatchesInfo> &pairwise_matches,
93 std::vector<CameraParams> &cameras) = 0;
105 virtual bool estimate(const std::vector<ImageFeatures> &features,
106 const std::vector<MatchesInfo> &pairwise_matches,
107 std::vector<CameraParams> &cameras) CV_OVERRIDE;
122 virtual bool estimate(const std::vector<ImageFeatures> &features,
[all …]

12345678910>>...149