Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dspinlock_pool.hpp42 static spinlock & spinlock_for( void const * pv ) in spinlock_for() argument
45 std::size_t i = reinterpret_cast< unsigned long long >( pv ) % 41; in spinlock_for()
47 std::size_t i = reinterpret_cast< std::size_t >( pv ) % 41; in spinlock_for()
63 explicit scoped_lock( void const * pv ): sp_( spinlock_for( pv ) ) in scoped_lock() argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
Ddefault_params.hpp51 # define BOOST_MPL_PP_AUX_DEFAULT_PARAM_FUNC(unused, i, pv) \ argument
53 BOOST_PP_CAT( BOOST_PP_TUPLE_ELEM(2,0,pv), BOOST_PP_INC(i) ) \
54 = BOOST_PP_TUPLE_ELEM(2,1,pv) \