Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dnew_allocator.hpp143 if(BOOST_UNLIKELY(count > this->max_size())) in allocate()
H A Dvector.hpp2882 if(BOOST_UNLIKELY(!n)) return; in priv_forward_range_insert_expand_forward()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/compiler/
H A Dxlcpp_zos.hpp168 #define BOOST_UNLIKELY(x) __builtin_expect((x) && true, 0) macro
H A Dgcc.hpp96 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
H A Dxlcpp.hpp52 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
H A Dclang.hpp67 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
H A Dintel.hpp253 #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.hpp673 #if !defined(BOOST_UNLIKELY)
674 # define BOOST_UNLIKELY(x) x macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch71 +#define BOOST_UNLIKELY(x) __builtin_expect(x, 0)