Home
last modified time | relevance | path

Searched full:sequence (Results 1 – 25 of 5282) sorted by relevance

12345678910>>...212

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/
H A Dintrinsic_fwd.hpp52 template <typename Sequence, typename N>
55 template <typename Sequence, int N>
58 template <typename Sequence>
61 template <typename Sequence>
64 template <typename Sequence>
67 template <typename Sequence>
70 template <typename Sequence>
73 template <typename Sequence, typename Key>
76 template <typename Sequence>
79 template <typename Sequence>
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dperf_asm.S141 blr %r1,%r0 ; branch to 8-instruction sequence
149 ; RDR 0 sequence
161 ; RDR 1 sequence
173 ; RDR 2 read sequence
185 ; RDR 3 read sequence
197 ; RDR 4 read sequence
209 ; RDR 5 read sequence
221 ; RDR 6 read sequence
233 ; RDR 7 read sequence
245 ; RDR 8 read sequence
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/
H A Dat.hpp17 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
27 struct mpl_sequence_tag; // mpl sequence tag
36 template <typename Sequence, typename N>
43 template <typename Sequence, typename N>
44 struct apply : Sequence::template at<Sequence, N> {};
65 template <typename Sequence, typename N, typename Tag>
69 … mpl::less<N, typename extension::size_impl<Tag>::template apply<Sequence>::type>
70 , traits::is_unbounded<Sequence>
72 , typename extension::at_impl<Tag>::template apply<Sequence, N>
80 template <typename Sequence, typename N>
[all …]
H A Dend.hpp14 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
18 #include <boost/fusion/sequence/intrinsic/detail/segmented_end.hpp>
26 struct mpl_sequence_tag; // mpl sequence tag
34 template <typename Sequence>
37 traits::is_segmented<Sequence>
38 , detail::segmented_end<Sequence>
47 template <typename Sequence>
48 struct apply : Sequence::template end<Sequence> {};
66 template <typename Sequence>
68 : extension::end_impl<typename detail::tag_of<Sequence>::type>::
[all …]
H A Dbegin.hpp14 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
18 #include <boost/fusion/sequence/intrinsic/detail/segmented_begin.hpp>
26 struct mpl_sequence_tag; // mpl sequence tag
34 template <typename Sequence>
37 traits::is_segmented<Sequence>
38 , detail::segmented_begin<Sequence>
47 template <typename Sequence>
48 struct apply : Sequence::template begin<Sequence> {};
66 template <typename Sequence>
68 : extension::begin_impl<typename detail::tag_of<Sequence>::type>::
[all …]
H A Dsegments.hpp13 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
22 // segments: returns a sequence of sequences
28 template <typename Sequence>
35 template <typename Sequence>
36 struct apply : Sequence::template segments<Sequence> {};
45 template <typename Sequence>
48 typedef typename traits::tag_of<Sequence>::type tag_type;
51 extension::segments_impl<tag_type>::template apply<Sequence>::type
56 template <typename Sequence>
60 is_const<Sequence>
[all …]
H A Dat_key.hpp13 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
14 #include <boost/fusion/sequence/intrinsic/has_key.hpp>
29 struct mpl_sequence_tag; // mpl sequence tag
58 template <typename Sequence, typename Key>
59 struct apply : Sequence::template at_key_impl<Sequence, Key> {};
74 template <typename Sequence, typename Key, typename Tag>
78 typename extension::has_key_impl<Tag>::template apply<Sequence, Key>
79 , traits::is_unbounded<Sequence>
81 , typename extension::at_key_impl<Tag>::template apply<Sequence, Key>
89 template <typename Sequence, typename Key>
[all …]
H A Dsize.hpp14 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
17 #include <boost/fusion/sequence/intrinsic/detail/segmented_size.hpp>
25 struct mpl_sequence_tag; // mpl sequence tag
33 template<typename Sequence>
34 struct unsegmented_size : Sequence::size {};
36 template <typename Sequence>
39 traits::is_segmented<Sequence>
40 , detail::segmented_size<Sequence>
41 , unsegmented_size<Sequence>
49 template <typename Sequence>
[all …]
H A Dempty.hpp11 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
12 #include <boost/fusion/sequence/intrinsic/size.hpp>
20 struct mpl_sequence_tag; // mpl sequence tag
27 template <typename Sequence>
29 : mpl::bool_<(result_of::size<Sequence>::value == 0)>
36 template <typename Sequence>
37 struct apply : Sequence::template empty<Sequence> {};
46 template <typename Sequence>
48 : extension::empty_impl<typename detail::tag_of<Sequence>::type>::
49 template apply<Sequence>
[all …]
H A Dvalue_at.hpp16 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
26 struct mpl_sequence_tag; // mpl sequence tag
34 template <typename Sequence, typename N>
41 template <typename Sequence, typename N>
42 struct apply : Sequence::template value_at<Sequence, N> {};
60 template <typename Sequence, typename N, typename Tag>
64 … mpl::less<N, typename extension::size_impl<Tag>::template apply<Sequence>::type>
65 , traits::is_unbounded<Sequence>
67 , typename extension::value_at_impl<Tag>::template apply<Sequence, N>
75 template <typename Sequence, typename N>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dpass_container.hpp29 // negate the result if the predicate (Sequence) is not true
30 template <typename Sequence, typename Attribute, typename ValueType>
33 Sequence
46 // sequence nor a container, we will pass through the provided container
49 , typename Sequence, typename Enable = void>
51 : negate_weak_substitute_if_not<Sequence, Attribute, ValueType>
55 // the types in the sequence are convertible to the lhs attribute.
57 // We return false if the rhs attribute itself is a fusion sequence, which
58 // is compatible with the LHS sequence (we want to pass through this
61 , typename Sequence = mpl::true_>
[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 Dunpack_expr_.hpp8 template<typename Tag, typename Domain, typename Sequence, std::size_t Size>
11 template<typename Domain, typename Sequence>
12 struct unpack_expr_<tag::terminal, Domain, Sequence, 1u>
17 typename fusion::result_of::begin<Sequence>::type
28 static type const call(Sequence const &sequence) in call()
30 return proto::detail::protoify<terminal_type, Domain>()(fusion::at_c<0>(sequence)); in call()
33 template<typename Sequence>
34 struct unpack_expr_<tag::terminal, deduce_domain, Sequence, 1u>
35 : unpack_expr_<tag::terminal, default_domain, Sequence, 1u>
37 template<typename Tag, typename Domain, typename Sequence>
[all …]
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs7.asn11 PKCS7ContentInfo ::= SEQUENCE {
8 SignedData ::= SEQUENCE {
23 ContentInfo ::= SEQUENCE {
32 daSequence SEQUENCE OF DigestAlgorithmIdentifier
35 DigestAlgorithmIdentifier ::= SEQUENCE {
52 Certificates ::= SEQUENCE OF Certificate
56 CertificateList ::= SEQUENCE OF Certificate -- This may be defined incorrectly
58 CRLSequence ::= SEQUENCE OF CertificateList
67 siSequence SEQUENCE OF SignerInfo
70 SignerInfo ::= SEQUENCE {
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dunpack_expr_.hpp19 … typename fusion::result_of::begin<Sequence const>::type \
44 … fusion_iterator0 it0 = fusion::begin(sequence); \
88 template<typename Tag, typename Domain, typename Sequence, std::size_t Size>
92 template<typename Domain, typename Sequence>
93 struct unpack_expr_<tag::terminal, Domain, Sequence, 1u>
98 typename fusion::result_of::begin<Sequence>::type
111 static type const call(Sequence const &sequence) in call()
113 return proto::detail::protoify<terminal_type, Domain>()(fusion::at_c<0>(sequence)); in call()
117 template<typename Sequence>
118 struct unpack_expr_<tag::terminal, deduce_domain, Sequence, 1u>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dfusion.hpp3 /// Make any Proto expression a valid Fusion sequence
27 #include <boost/fusion/sequence/comparison/enable_comparison.hpp>
149 /// tag of type \c T, the elements of the flattened sequence are
194 /// tag of type \c T, the elements of the flattened sequence are
276 template<typename Sequence>
285 template<typename Sequence>
297 template<typename Sequence>
306 template<typename Sequence>
449 template<typename Sequence>
462 template<typename Sequence>
[all …]
H A Dmake_expr.hpp5 /// sequence of child nodes, respectively.
195 /// \c Sequence is a Fusion Forward Sequence.
199 /// <tt>is_domain\<Sequence>::value</tt> is \c true, then another
203 , typename Sequence
209 /// Let \c S be the type of a Fusion Random Access Sequence
210 /// equivalent to \c Sequence. Then \c type is the
219 , Sequence
220 , fusion::result_of::size<Sequence>::type::value
230 template<typename Tag, typename Domain, typename Sequence>
231 struct unpack_expr<Tag, Domain, Sequence, typename Domain::proto_is_domain_>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/detail/
H A Dsegmented_begin_impl.hpp13 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
15 #include <boost/fusion/sequence/intrinsic/detail/segmented_end_impl.hpp>
28 template <typename Sequence, typename State, typename Context>
33 typename fusion::result_of::begin<Sequence>::type
34 , typename fusion::result_of::end<Sequence>::type
42 … static type call(Sequence& seq, State const&, Context const& context, segmented_begin_fun) in call()
49 …template <typename Sequence, typename Stack, bool IsSegmented = traits::is_segmented<Sequence>::ty…
53 segmented_end_impl<Sequence, Stack>
58 Sequence
68 static type call(Sequence& seq, Stack const& stack) in call()
[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/parallel/
H A Dfind_selectors.h53 * @param __i1 _Iterator on first sequence.
54 * @param __i2 _Iterator on second sequence (unused).
63 /** @brief Corresponding sequential algorithm on a sequence.
64 * @param __begin1 Begin iterator of first sequence.
65 * @param __end1 End iterator of first sequence.
66 * @param __begin2 Begin iterator of second sequence.
83 * @param __i1 _Iterator on first sequence.
84 * @param __i2 _Iterator on second sequence (unused).
96 /** @brief Corresponding sequential algorithm on a sequence.
97 * @param __begin1 Begin iterator of first sequence.
[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/parallel/
H A Dfind_selectors.h53 * @param __i1 _Iterator on first sequence.
54 * @param __i2 _Iterator on second sequence (unused).
63 /** @brief Corresponding sequential algorithm on a sequence.
64 * @param __begin1 Begin iterator of first sequence.
65 * @param __end1 End iterator of first sequence.
66 * @param __begin2 Begin iterator of second sequence.
83 * @param __i1 _Iterator on first sequence.
84 * @param __i2 _Iterator on second sequence (unused).
96 /** @brief Corresponding sequential algorithm on a sequence.
97 * @param __begin1 Begin iterator of first sequence.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/
H A Dvector.hpp33 #include <boost/fusion/sequence/intrinsic/begin.hpp>
34 #include <boost/fusion/sequence/intrinsic/size.hpp>
60 template <typename This, typename T, typename Sequence, std::size_t Size>
61 struct can_convert_impl<This, T, Sequence, Size, true> : true_type {};
63 template <typename This, typename Sequence, typename T>
64 struct can_convert_impl<This, Sequence, T, 1, true>
68 Sequence
85 template <typename Sequence, std::size_t Size>
86 struct is_longer_sequence_impl<Sequence, true, Size>
88 bool, (fusion::result_of::size<Sequence>::value >= Size)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/
H A Dsegment_sequence.hpp14 #include <boost/fusion/sequence/intrinsic_fwd.hpp>
20 // Here, Sequence is a sequence of ranges (which may or may not be
22 template<typename Sequence>
24 : sequence_base<segment_sequence<Sequence> >
28 typedef typename Sequence::is_view is_view;
29 typedef typename Sequence::category category;
30 typedef Sequence sequence_type;
31 sequence_type sequence; member
33 BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED explicit segment_sequence(Sequence const & seq) in segment_sequence()
34 : sequence(seq) in segment_sequence()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dsequence_tag.hpp34 typename BOOST_MPL_AUX_NA_PARAM(Sequence)
38 typedef typename Sequence::tag type;
50 template< typename Sequence > struct result_
52 typedef typename Sequence::tag type;
59 template< typename Sequence > struct result_
68 typename BOOST_MPL_AUX_NA_PARAM(Sequence)
71 : aux::sequence_tag_impl< !aux::is_msvc_eti_arg<Sequence>::value >
72 ::template result_<Sequence>
85 template< typename Sequence > struct result2_;
91 template< typename Sequence > struct result2_ \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/
H A Dconvert.hpp14 #include <boost/fusion/sequence/intrinsic/empty.hpp>
15 #include <boost/fusion/sequence/intrinsic/begin.hpp>
16 #include <boost/fusion/sequence/intrinsic/end.hpp>
22 template <typename Sequence>
27 typename result_of::begin<Sequence>::type
28 , typename result_of::end<Sequence>::type
36 call(Sequence& seq) in call()
43 template <typename Sequence>
45 inline typename result_of::as_list<Sequence>::type
46 as_list(Sequence& seq) in as_list()
[all …]
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dseqlock.rst2 Sequence counters and sequential locks
8 Sequence counters are a reader-writer consistency mechanism with
14 A data set is consistent when the sequence count at the beginning of the
15 read side critical section is even and the same sequence count value is
17 be copied out inside the read side critical section. If the sequence
21 Writers increment the sequence count at the start and the end of their
22 critical section. After starting the critical section the sequence count
24 the end of the write side critical section the sequence count becomes
27 A sequence counter write side critical section must never be preempted
29 the entire scheduler tick due to the odd sequence count value and the
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Derase.hpp16 #include <boost/fusion/sequence/intrinsic/begin.hpp>
17 #include <boost/fusion/sequence/intrinsic/end.hpp>
27 template <typename Sequence, typename First>
30 typedef typename result_of::end<Sequence>::type seq_last_type;
75 typename Sequence
80 typedef typename result_of::begin<Sequence>::type seq_first_type;
81 typedef typename result_of::end<Sequence>::type seq_last_type;
88 , typename compute_erase_last<Sequence, First>::type
100 template <typename Sequence, typename First>
104 traits::is_sequence<Sequence>
[all …]

12345678910>>...212