Home
last modified time | relevance | path

Searched defs:BOOST_LIKELY (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/compiler/
H A Dxlcpp.hpp51 #define BOOST_LIKELY(x) __builtin_expect(x, 1) macro
H A Dxlcpp_zos.hpp167 #define BOOST_LIKELY(x) __builtin_expect((x) && true, 1) macro
H A Dintel.hpp252 #define BOOST_LIKELY(x) __builtin_expect(x, 1) macro
H A Dclang.hpp66 #define BOOST_LIKELY(x) __builtin_expect(x, 1) macro
H A Dgcc.hpp95 #define BOOST_LIKELY(x) __builtin_expect(x, 1) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp671 # define BOOST_LIKELY(x) x macro