Home
last modified time | relevance | path

Searched refs:BOOST_PP_VALUE (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/
Dshared.hpp12 # ifndef BOOST_PP_VALUE
13 # error BOOST_PP_ERROR: BOOST_PP_VALUE is not defined
27 # if (BOOST_PP_VALUE) / 1000000000UL == 0
29 # elif (BOOST_PP_VALUE) / 1000000000UL == 1
31 # elif (BOOST_PP_VALUE) / 1000000000UL == 2
33 # elif (BOOST_PP_VALUE) / 1000000000UL == 3
35 # elif (BOOST_PP_VALUE) / 1000000000UL == 4
37 # elif (BOOST_PP_VALUE) / 1000000000UL == 5
39 # elif (BOOST_PP_VALUE) / 1000000000UL == 6
41 # elif (BOOST_PP_VALUE) / 1000000000UL == 7
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/iter/
Dforward1.hpp16 # define BOOST_PP_VALUE BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_ITERATION_LIMITS) macro
18 # define BOOST_PP_VALUE BOOST_PP_TUPLE_ELEM(2, 1, BOOST_PP_ITERATION_LIMITS) macro
23 # define BOOST_PP_VALUE BOOST_PP_ARRAY_ELEM(0, BOOST_PP_ITERATION_PARAMS_1) macro
25 # define BOOST_PP_VALUE BOOST_PP_ARRAY_ELEM(1, BOOST_PP_ITERATION_PARAMS_1) macro