Home
last modified time | relevance | path

Searched defs:BOOST_UNLIKELY (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.hpp52 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
H A Dxlcpp_zos.hpp168 #define BOOST_UNLIKELY(x) __builtin_expect((x) && true, 0) macro
H A Dintel.hpp253 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
H A Dclang.hpp67 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
H A Dgcc.hpp96 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) 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.hpp674 # define BOOST_UNLIKELY(x) x macro