Home
last modified time | relevance | path

Searched refs:index_value (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/detail/
H A Dlocal_variable.hpp182 static const int index_value = get_index<typename Env::map_type, Local>::value; member
185 get_local_from_index<Local, Env, index_value>::type
210 …static const int index_value = get_index<typename Env::outer_env_type::map_type, detail::local<Key… in get() local
212 return get<RT, index_value>( in get()
214 , mpl::bool_<index_value == -1>()); in get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/
H A Dlocal_variable.hpp122 …static const int index_value = detail::get_index<typename env_type::map_type, detail::local<Key> >… in operator ()() local
129 return eval_local::template get<return_type, index_value>( in operator ()()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-qxl/
H A D0001-Fix-a-build-error-with-Xorg-master.patch18 because the passed-in index_value is no longer used as an index
22 functions which works since the index_value to the get_*_option()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dftdi_sio.c1395 u32 index_value; in change_speed() local
1398 index_value = get_ftdi_divisor(tty, port); in change_speed()
1399 value = (u16)index_value; in change_speed()
1400 index = (u16)(index_value >> 16); in change_speed()