Home
last modified time | relevance | path

Searched refs:i_ (Results 1 – 25 of 30) 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 Dnumbered.hpp25 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
29 # define AUX778076_VECTOR_TAIL(vector, i_, T) \ argument
30 BOOST_PP_CAT(vector,i_)< \
31 BOOST_PP_ENUM_PARAMS(i_, T) \
35 #if i_ > 0
37 BOOST_PP_ENUM_PARAMS(i_, typename T)
39 struct BOOST_PP_CAT(vector,i_) in BOOST_PP_CAT() argument
41 BOOST_PP_CAT(T,BOOST_PP_DEC(i_)) in BOOST_PP_CAT()
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()
[all …]
H A Dnumbered_c.hpp25 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
29 # define AUX778076_VECTOR_TAIL(vector, i_, C) \ argument
30 BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c)<T \
31 BOOST_PP_COMMA_IF(i_) BOOST_PP_ENUM_PARAMS(i_, C) \
35 #if i_ > 0
38 , BOOST_PP_ENUM_PARAMS(i_, T C)
40 struct BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) in BOOST_PP_CAT() argument
42 integral_c<T,BOOST_PP_CAT(C,BOOST_PP_DEC(i_))> in BOOST_PP_CAT()
43 , AUX778076_VECTOR_TAIL(vector,BOOST_PP_DEC(i_),C) in BOOST_PP_CAT()
46 typedef BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) type; in BOOST_PP_CAT()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dapply_wrap.hpp87 # define i_ BOOST_PP_FRAME_ITERATION(1) macro
92 #define AUX778076_MSVC_DTW_NAME BOOST_PP_CAT(msvc_apply,i_)
94 #define AUX778076_MSVC_DTW_ARITY i_
98 typename F BOOST_PP_COMMA_IF(i_) AUX778076_APPLY_WRAP_PARAMS(i_, typename T)
100 struct BOOST_PP_CAT(apply_wrap,i_) in BOOST_PP_CAT() argument
103 typedef typename BOOST_PP_CAT(msvc_apply,i_)<F>::template result_< in BOOST_PP_CAT()
104 AUX778076_APPLY_WRAP_PARAMS(i_, T) in BOOST_PP_CAT()
112 int N, typename F BOOST_PP_COMMA_IF(i_) AUX778076_APPLY_WRAP_PARAMS(i_, typename T)
114 struct BOOST_PP_CAT(apply_wrap_impl,i_);
117 (3,(0, BOOST_MPL_LIMIT_METAFUNCTION_ARITY - i_, <boost/mpl/apply_wrap.hpp>))
[all …]
H A Dapply.hpp143 # define i_ BOOST_PP_FRAME_ITERATION(1) macro
146 typename F AUX778076_APPLY_N_COMMA_PARAMS(i_, typename T)
148 struct BOOST_PP_CAT(apply,i_) argument
150 : BOOST_PP_CAT(apply_wrap,i_)<
152 AUX778076_APPLY_N_COMMA_PARAMS(i_, T)
157 typedef typename BOOST_PP_CAT(apply_wrap,i_)<
159 AUX778076_APPLY_N_COMMA_PARAMS(i_, T)
163 BOOST_PP_INC(i_)
164 , BOOST_PP_CAT(apply,i_)
165 , (F AUX778076_APPLY_N_COMMA_PARAMS(i_,T))
[all …]
H A Dbind.hpp369 # define i_ BOOST_PP_FRAME_ITERATION(1) macro
374 template< template< BOOST_MPL_PP_PARAMS(i_, typename T) > class F, typename Tag >
375 struct BOOST_PP_CAT(quote,i_);
377 template< BOOST_MPL_PP_PARAMS(i_, typename T) > struct AUX778076_SPEC_NAME;
380 typename Tag AUX778076_BIND_N_PARAMS(i_, typename T)
382 struct BOOST_PP_CAT(bind,i_)< in BOOST_PP_CAT() argument
383 BOOST_PP_CAT(quote,i_)<AUX778076_SPEC_NAME,Tag> in BOOST_PP_CAT()
384 AUX778076_BIND_N_PARAMS(i_,T) in BOOST_PP_CAT()
394 # define BOOST_PP_ITERATION_PARAMS_2 (3,(1, i_, <boost/mpl/bind.hpp>)) in BOOST_PP_CAT()
399 , BOOST_MPL_PP_EXT_PARAMS(2, BOOST_PP_INC(i_), t) in BOOST_PP_CAT()
[all …]
H A Dquote.hpp119 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
122 template< BOOST_MPL_PP_PARAMS(i_, typename P) > class F
125 struct BOOST_PP_CAT(quote,i_) in BOOST_PP_CAT() argument
127 template< BOOST_MPL_PP_PARAMS(i_, typename U) > struct apply in BOOST_PP_CAT()
131 F< BOOST_MPL_PP_PARAMS(i_, U) > in BOOST_PP_CAT()
132 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value in BOOST_PP_CAT()
137 F< BOOST_MPL_PP_PARAMS(i_, U) > in BOOST_PP_CAT()
138 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value in BOOST_PP_CAT()
143 : quote_impl< aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value > in BOOST_PP_CAT()
144 ::template result_< F< BOOST_MPL_PP_PARAMS(i_, U) > > in BOOST_PP_CAT()
[all …]
H A Dunpack_args.hpp119 # define i_ BOOST_PP_FRAME_ITERATION(1) macro
124 struct unpack_args_impl<i_,F,Args>
125 : BOOST_PP_CAT(apply,i_)<
127 AUX778076_UNPACKED_ARGS(i_, Args)
134 template<> struct unpack_args_impl<i_>
137 : BOOST_PP_CAT(apply,i_)<
139 AUX778076_UNPACKED_ARGS(i_, Args)
147 # undef i_
H A Darg.hpp89 #define i_ BOOST_PP_FRAME_ITERATION(1)
91 #if i_ > 0
93 template<> struct arg<i_>
95 BOOST_STATIC_CONSTANT(int, value = i_);
96 typedef arg<BOOST_PP_INC(i_)> next;
105 typedef BOOST_PP_CAT(U,i_) type;
130 #undef i_
H A Dplaceholders.hpp81 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
85 typedef arg<i_> BOOST_PP_CAT(_,i_);
91 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(BOOST_PP_CAT(_,i_))
94 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::BOOST_PP_CAT(_,i_);
99 #undef i_
H A Dapply_fwd.hpp99 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
102 typename F AUX778076_APPLY_N_COMMA_PARAMS(i_, typename T)
104 struct BOOST_PP_CAT(apply,i_);
106 #undef i_
H A Dbind_fwd.hpp91 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
94 typename F AUX778076_BIND_N_PARAMS(i_, typename T)
96 struct BOOST_PP_CAT(bind,i_);
98 #undef i_
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dfull_lambda.hpp63 # define AUX778076_LAMBDA_PARAMS(i_, param) \ argument
64 BOOST_MPL_PP_PARAMS(i_, param) \
74 # define AUX778076_BIND_N_PARAMS(i_, param) \ argument
75 BOOST_PP_COMMA_IF(i_) \
76 BOOST_MPL_PP_PARAMS(i_, param) \
234 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
236 #if i_ > 0
240 # define AUX778076_RESULT(unused, i_, T) \ argument
241 BOOST_PP_COMMA_IF(i_) \
242 typename BOOST_PP_CAT(T, BOOST_PP_INC(i_))::result_ \
[all …]
H A Dlambda_no_ctps.hpp60 # define AUX778076_LAMBDA_PARAMS(i_, param) \ argument
61 BOOST_MPL_PP_PARAMS(i_, param) \
136 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
138 # define AUX778076_LAMBDA_TYPEDEF(unused, i_, F) \ argument
140 typename F::BOOST_PP_CAT(arg,BOOST_PP_INC(i_)) \
143 > BOOST_PP_CAT(l,BOOST_PP_INC(i_)); \
146 # define AUX778076_IS_LE_TYPEDEF(unused, i_, unused2) \ argument
147 typedef typename BOOST_PP_CAT(l,BOOST_PP_INC(i_))::is_le \
148 BOOST_PP_CAT(is_le,BOOST_PP_INC(i_)); \
151 # define AUX778076_IS_LAMBDA_EXPR(unused, i_, unused2) \ argument
[all …]
H A Dsequence_wrapper.hpp230 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
234 #if i_ == AUX778076_SEQUENCE_LIMIT
238 AUX778076_SEQUENCE_N_PARAMS(i_)
241 : AUX778076_SEQUENCE_NAME_N(i_)< AUX778076_SEQUENCE_N_ARGS(i_) >
243 typedef typename AUX778076_SEQUENCE_NAME_N(i_)< AUX778076_SEQUENCE_N_ARGS(i_) >::type type;
249 AUX778076_SEQUENCE_N_PARAMS(i_)
251 struct AUX778076_SEQUENCE_NAME< AUX778076_SEQUENCE_N_PARTIAL_SPEC_ARGS(i_) >
252 : AUX778076_SEQUENCE_NAME_N(i_)< AUX778076_SEQUENCE_N_ARGS(i_) >
254 #if i_ > 0 || defined(AUX778076_SEQUENCE_INTEGRAL_WRAPPER)
255 typedef typename AUX778076_SEQUENCE_NAME_N(i_)< AUX778076_SEQUENCE_N_ARGS(i_) >::type type;
[all …]
H A Dtemplate_arity.hpp71 # define AUX778076_MAX_ARITY_OP(unused, state, i_) \ argument
72 ( BOOST_PP_CAT(C,i_) > 0 ? BOOST_PP_CAT(C,i_) : state ) \
105 # define AUX778076_TEMPLATE_ARITY_IMPL_INVOCATION(unused, i_, F) \ argument
106 BOOST_PP_COMMA_IF(i_) template_arity_impl<F,BOOST_PP_INC(i_)>::value \
179 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
182 template< BOOST_MPL_PP_PARAMS(i_, typename P) > class F
183 , BOOST_MPL_PP_PARAMS(i_, typename T)
185 typename arity_tag<i_>::type
186 arity_helper(type_wrapper< F<BOOST_MPL_PP_PARAMS(i_, T)> >, arity_tag<i_>);
188 #undef i_
H A Dadvance_forward.hpp86 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
95 #if i_ > 0
97 (3,(1, i_, <boost/mpl/aux_/advance_forward.hpp>))
100 typedef BOOST_PP_CAT(iter,i_) type;
112 #undef i_
H A Dnumeric_op.hpp295 # define i_ BOOST_PP_FRAME_ITERATION(1) macro
298 BOOST_MPL_PP_PARAMS(i_, typename N)
300 struct AUX778076_OP_NAME<BOOST_MPL_PP_PARTIAL_SPEC_PARAMS(i_, N, na)>
301 #if i_ != 2
302 : AUX778076_OP_N_CALLS(i_, N)
307 , ( BOOST_MPL_PP_PARTIAL_SPEC_PARAMS(i_, N, na) )
312 # undef i_
H A Dadvance_backward.hpp86 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
95 #if i_ > 0
113 #undef i_
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Dnumbered.hpp26 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
28 # define AUX778076_MAP_TAIL(map, i_, P) \ argument
29 BOOST_PP_CAT(map,i_)< \
30 BOOST_PP_ENUM_PARAMS(i_, P) \
38 BOOST_PP_ENUM_PARAMS(i_, typename P)
40 struct BOOST_PP_CAT(map,i_) in BOOST_PP_CAT() argument
42 typename BOOST_PP_CAT(P,BOOST_PP_DEC(i_))::first in BOOST_PP_CAT()
43 , typename BOOST_PP_CAT(P,BOOST_PP_DEC(i_))::second in BOOST_PP_CAT()
44 , AUX778076_MAP_TAIL(map,BOOST_PP_DEC(i_),P) in BOOST_PP_CAT()
47 typedef BOOST_PP_CAT(map,i_) type; in BOOST_PP_CAT()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Dnumbered.hpp22 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
24 # define AUX778076_SET_TAIL(set, i_, T) \ argument
25 typename BOOST_PP_CAT(set,i_)< \
26 BOOST_PP_ENUM_PARAMS(i_, T) \
30 #if i_ > 0
32 BOOST_PP_ENUM_PARAMS(i_, typename T)
34 struct BOOST_PP_CAT(set,i_) in BOOST_PP_CAT() argument
36 BOOST_PP_CAT(T,BOOST_PP_DEC(i_)) in BOOST_PP_CAT()
37 , AUX778076_SET_TAIL(set,BOOST_PP_DEC(i_),T) in BOOST_PP_CAT()
40 typedef BOOST_PP_CAT(set,i_) type; in BOOST_PP_CAT()
[all …]
H A Dnumbered_c.hpp23 #define i_ BOOST_PP_FRAME_ITERATION(1) macro
25 # define AUX778076_SET_C_TAIL(set, i_, T, C) \ argument
26 BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c)< \
27 T BOOST_PP_ENUM_TRAILING_PARAMS(i_, C) \
33 , BOOST_PP_ENUM_PARAMS(i_, T C)
35 struct BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) in BOOST_PP_CAT() argument
37 integral_c<T,BOOST_PP_CAT(C,BOOST_PP_DEC(i_))> in BOOST_PP_CAT()
38 , AUX778076_SET_C_TAIL(set,BOOST_PP_DEC(i_), T, C) in BOOST_PP_CAT()
41 typedef BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) type; in BOOST_PP_CAT()
46 #undef i_
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Delf.h141 enum implver_enum i_ = implver(); \
142 ( i_ == IMPLVER_EV4 ? "ev4" \
143 : i_ == IMPLVER_EV5 \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dpng_reader.cpp55 i_(info_ptr_ptr) {} in png_struct_guard()
58 png_destroy_read_struct(p_,i_,nullptr); in ~png_struct_guard()
62 png_infopp i_; member
H A Djpeg_reader.cpp83 : i_(cinfo) {} in jpeg_info_guard()
86 jpeg_destroy_decompress(i_); in ~jpeg_info_guard()
89 jpeg_decompress_struct* i_; member
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwm8350-core.c37 int i_; \
40 for (i_ = 0; i_ < regs; i_++) \

12