Home
last modified time | relevance | path

Searched refs:n_ (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/
H A Diterator.hpp34 , BOOST_MPL_AUX_NTTP_DECL(long, n_)
40 typedef typename v_at<Vector,n_>::type type;
43 typedef mpl::long_<n_> pos;
47 next_ = n_ + 1
48 , prior_ = n_ - 1
49 , pos_ = n_
63 , BOOST_MPL_AUX_NTTP_DECL(long, n_)
65 struct next< v_iter<Vector,n_> >
67 typedef v_iter<Vector,(n_ + 1)> type;
72 , BOOST_MPL_AUX_NTTP_DECL(long, n_)
[all …]
H A Dat.hpp31 template< typename Vector, long n_ >
34 typedef long_< (Vector::lower_bound_::value + n_) > index_;
39 template< typename Vector, long n_ >
41 : aux::wrapped_type< typename v_at_impl<Vector,n_>::type >
62 template< typename Vector, BOOST_MPL_AUX_NTTP_DECL(long, n_) > struct v_at;
64 template< BOOST_MPL_AUX_NTTP_DECL(long, n_) >
65 struct at_impl< aux::vector_tag<n_> >
88 template< BOOST_MPL_AUX_NTTP_DECL(long, n_) > struct v_at_impl
104 template< typename T, BOOST_MPL_AUX_NTTP_DECL(long, n_) >
106 : aux::v_at_impl<n_>::template result_<T>
H A Dfront.hpp41 template< BOOST_MPL_AUX_NTTP_DECL(long, n_) >
42 struct front_impl< aux::vector_tag<n_> >
H A Dback.hpp44 template< long n_ >
45 struct back_impl< aux::vector_tag<n_> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dinherit.hpp174 #define n_ BOOST_PP_FRAME_ITERATION(1) macro
177 BOOST_MPL_PP_DEFAULT_PARAMS(n_, typename T, na)
179 struct BOOST_PP_CAT(inherit,n_) in BOOST_PP_CAT() argument
181 typename BOOST_PP_CAT(inherit,BOOST_PP_DEC(n_))< in BOOST_PP_CAT()
182 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(n_), T) in BOOST_PP_CAT()
184 , BOOST_PP_CAT(T,n_) in BOOST_PP_CAT()
188 n_ in BOOST_PP_CAT()
189 , BOOST_PP_CAT(inherit,n_) in BOOST_PP_CAT()
190 , (BOOST_MPL_PP_PARAMS(n_, T)) in BOOST_PP_CAT()
194 BOOST_MPL_AUX_NA_SPEC(n_, BOOST_PP_CAT(inherit,n_))
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dreverse_fold_impl_body.hpp31 # define AUX778076_ITER_FOLD_FORWARD_STEP(unused, n_, unused2) \ argument
34 , BOOST_PP_CAT(fwd_state,n_) \
35 , AUX778076_FOLD_IMPL_OP(BOOST_PP_CAT(iter,n_)) \
36 >::type BOOST_PP_CAT(fwd_state,BOOST_PP_INC(n_)); \
37 typedef typename mpl::next<BOOST_PP_CAT(iter,n_)>::type \
38 BOOST_PP_CAT(iter,BOOST_PP_INC(n_)); \
41 # define AUX778076_ITER_FOLD_BACKWARD_STEP_FUNC(n_) \ argument
44 , BOOST_PP_CAT(bkwd_state,n_) \
45 , AUX778076_FOLD_IMPL_OP(BOOST_PP_CAT(iter,BOOST_PP_DEC(n_))) \
46 >::type BOOST_PP_CAT(bkwd_state,BOOST_PP_DEC(n_)); \
[all …]
H A Dfold_impl_body.hpp309 # define n_ BOOST_PP_FRAME_ITERATION(1) macro
319 struct AUX778076_FOLD_IMPL_NAME<n_,First,Last,State,ForwardOp>
324 BOOST_MPL_PP_REPEAT(n_, AUX778076_ITER_FOLD_STEP, unused)
326 typedef BOOST_PP_CAT(state,n_) state;
327 typedef BOOST_PP_CAT(iter,n_) iterator;
332 template<> struct AUX778076_FOLD_CHUNK_NAME<n_>
345 BOOST_MPL_PP_REPEAT(n_, AUX778076_ITER_FOLD_STEP, unused)
347 typedef BOOST_PP_CAT(state,n_) state;
348 typedef BOOST_PP_CAT(iter,n_) iterator;
363 # undef n_
H A Dlambda_no_ctps.hpp66 #define n_ BOOST_MPL_LIMIT_METAFUNCTION_ARITY macro
68 BOOST_MPL_PP_DEFAULT_PARAMS(n_,bool C,false)
76 struct lambda_or< BOOST_MPL_PP_ENUM(n_,false) >
80 #undef n_
H A Dfull_lambda.hpp84 #define n_ BOOST_MPL_LIMIT_METAFUNCTION_ARITY macro
88 BOOST_MPL_PP_DEFAULT_PARAMS(n_,bool C,false)
96 struct lambda_or< BOOST_MPL_PP_ENUM(n_,false) >
102 #undef n_
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Duniform.hpp77 #define MBGL_DEFINE_UNIFORM_VECTOR(type_, n_, name_) \ argument
78 …struct name_ : ::mbgl::gl::UniformVector<name_, type_, n_> { static auto name() { return #name_; }…
80 #define MBGL_DEFINE_UNIFORM_MATRIX(type_, n_, name_) \ argument
81 …struct name_ : ::mbgl::gl::UniformMatrix<name_, type_, n_> { static auto name() { return #name_; }…
H A Dattribute.hpp99 #define MBGL_DEFINE_ATTRIBUTE(type_, n_, name_) \ argument
102 using Type = ::mbgl::gl::Attribute<type_, n_>; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/
H A Dbool.hpp176 literal_bool_parser(Value const& n) : n_(n) {} in literal_bool_parser()
191 return extract::parse(first, last, attr_, BoolPolicies(), n_, n_); in parse()
200 T n_; member
H A Dreal.hpp200 literal_real_parser(Value const& n) : n_(n) {} in literal_real_parser()
220 (attr_ == n_)) in parse()
236 T n_; member
H A Dint.hpp232 literal_int_parser(Value const& n) : n_(n) {} in literal_int_parser()
251 if (extract::call(first, last, attr_) && (attr_ == n_)) in parse()
267 T n_; member
H A Duint.hpp265 literal_uint_parser(Value const& n) : n_(n) {} in literal_uint_parser()
284 if (extract::call(first, last, attr_) && (attr_ == n_)) in parse()
300 T n_; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A D0001-Port-gentest.py-to-Python-3.patch568 - test.write(" int n_%s;\n" % (nam))
571 + test.write(" int n_%s;\n" % (nam))
578 - test.write(" for (n_%s = 0;n_%s < gen_nb_%s;n_%s++) {\n" % (
581 + test.write(" for (n_%s = 0;n_%s < gen_nb_%s;n_%s++) {\n" % (
594 - test.write(" %s = gen_%s(n_%s, %d);\n" % (nam, type, nam, i))
597 + test.write(" %s = gen_%s(n_%s, %d);\n" % (nam, type, nam, i))
694 - test.write(" des_%s(n_%s, " % (type, nam))
703 + test.write(" des_%s(n_%s, " % (type, nam))
722 - test.write(""" printf(" %%d", n_%s);\n""" % (nam))
727 + test.write(""" printf(" %%d", n_%s);\n""" % (nam))
/OK3568_Linux_fs/buildroot/package/crda/
H A D0001-crda-support-python-3-in-utils-key2pub.py.patch186 - output.write(' KEYS(e_%d, n_%d),\n' % (n, n))
188 + output.write(u' KEYS(e_{0}, n_{0}),\n'.format(n))
241 - output.write(' KEYS(e_%d, n_%d),\n' % (n, n))
245 + output.write(u' KEYS(e_{0}, n_{0}),\n'.format(n))
271 - modes[mode][0](output, 'n_%d' % idx, key.n[4:])
276 + modes[mode][0](output, 'n_{}'.format(idx), key.n)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dprojection.hpp16 ProjectedMeters(double n_ = 0, double e_ = 0) in ProjectedMeters() argument
17 : _northing(n_), _easting(e_) { in ProjectedMeters()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/crda/
H A Dcrda-4.14-python-3.patch59 output.write(' KEYS(e_%d, n_%d),\n' % (n, n))
84 output.write(' KEYS(e_%d, n_%d),\n' % (n, n))
H A Dfix-gcc-6-unused-variables.patch11 output.write(' KEYS(e_%d, n_%d),\n' % (n, n))
H A Dfix-issues-when-USE_OPENSSL-1.patch55 output.write(' KEYS(e_%d, n_%d),\n' % (n, n))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/binary/
H A Dbinary.hpp283 binary_lit_parser(V n_) in binary_lit_parser()
284 : n(n_) {} in binary_lit_parser()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dvideo.h374 uvc_input_header_descriptor_##n_##p
409 uvc_output_header_descriptor_##n_##p
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dvideo.h374 uvc_input_header_descriptor_##n_##p
409 uvc_output_header_descriptor_##n_##p
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dvideo.h375 uvc_input_header_descriptor_##n_##p
410 uvc_output_header_descriptor_##n_##p

12