| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/ |
| H A D | iterator.hpp | 34 , 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 D | at.hpp | 31 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 D | front.hpp | 41 template< BOOST_MPL_AUX_NTTP_DECL(long, n_) > 42 struct front_impl< aux::vector_tag<n_> >
|
| H A D | back.hpp | 44 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 D | inherit.hpp | 174 #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 D | reverse_fold_impl_body.hpp | 31 # 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 D | fold_impl_body.hpp | 309 # 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 D | lambda_no_ctps.hpp | 66 #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 D | full_lambda.hpp | 84 #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 D | uniform.hpp | 77 #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 D | attribute.hpp | 99 #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 D | bool.hpp | 176 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 D | real.hpp | 200 literal_real_parser(Value const& n) : n_(n) {} in literal_real_parser() 220 (attr_ == n_)) in parse() 236 T n_; member
|
| H A D | int.hpp | 232 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 D | uint.hpp | 265 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 D | 0001-Port-gentest.py-to-Python-3.patch | 568 - 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 D | 0001-crda-support-python-3-in-utils-key2pub.py.patch | 186 - 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 D | projection.hpp | 16 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 D | crda-4.14-python-3.patch | 59 output.write(' KEYS(e_%d, n_%d),\n' % (n, n)) 84 output.write(' KEYS(e_%d, n_%d),\n' % (n, n))
|
| H A D | fix-gcc-6-unused-variables.patch | 11 output.write(' KEYS(e_%d, n_%d),\n' % (n, n))
|
| H A D | fix-issues-when-USE_OPENSSL-1.patch | 55 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 D | binary.hpp | 283 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 D | video.h | 374 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 D | video.h | 374 uvc_input_header_descriptor_##n_##p 409 uvc_output_header_descriptor_##n_##p
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | video.h | 375 uvc_input_header_descriptor_##n_##p 410 uvc_output_header_descriptor_##n_##p
|