Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dmpl.hpp70 struct ls_zeros struct
72 static const std::size_t value = (S & std::size_t(1)) ? 0 : (1 + ls_zeros<(S>>1u)>::value); argument
76 struct ls_zeros<0> struct
82 struct ls_zeros<1> struct