/third_party/boost/boost/fiber/future/ |
D | future.hpp | 50 if ( BOOST_LIKELY( this != & other) ) { in operator =() 57 if ( BOOST_LIKELY( this != & other) ) { in operator =() 135 if ( BOOST_LIKELY( this != & other) ) { in operator =() 184 if ( BOOST_LIKELY( this != & other) ) { in operator =() 235 if ( BOOST_LIKELY( this != & other) ) { in operator =() 288 if ( BOOST_LIKELY( this != & other) ) { in operator =() 295 if ( BOOST_LIKELY( this != & other) ) { in operator =() 347 if ( BOOST_LIKELY( this != & other) ) { in operator =() 354 if ( BOOST_LIKELY( this != & other) ) { in operator =() 410 if ( BOOST_LIKELY( this != & other) ) { in operator =() [all …]
|
/third_party/boost/libs/atomic/src/ |
D | lock_pool.cpp | 177 if (BOOST_LIKELY(m_header != NULL)) in find() 262 if (BOOST_LIKELY(pthread_mutex_trylock(&m_mutex) == 0)) in long_lock() 349 if (BOOST_LIKELY((prev_state & mutex_bits::locked) == 0u)) in long_lock() 352 …if (BOOST_LIKELY(futex_operations::compare_exchange_strong(m_mutex, prev_state, new_state, boost::… in long_lock() 368 if (BOOST_LIKELY((prev_state & mutex_bits::locked) == 0u)) in lock_slow_path() 371 …if (BOOST_LIKELY(futex_operations::compare_exchange_weak(m_mutex, prev_state, new_state, boost::me… in lock_slow_path() 377 …if (BOOST_LIKELY(futex_operations::compare_exchange_weak(m_mutex, prev_state, new_state, boost::me… in lock_slow_path() 394 …if (BOOST_LIKELY(futex_operations::compare_exchange_weak(m_mutex, prev_state, new_state, boost::me… in unlock() 428 if (BOOST_LIKELY(err != EINTR)) in wait() 442 if (BOOST_LIKELY(m_waiter_count > 0u)) in notify_one() [all …]
|
D | wait_ops_windows.cpp | 66 if (BOOST_LIKELY(kernel_base != NULL)) in initialize_wait_functions() 69 if (BOOST_LIKELY(woa != NULL)) in initialize_wait_functions() 74 if (BOOST_LIKELY(wbas != NULL && wbaa != NULL)) in initialize_wait_functions()
|
/third_party/boost/libs/nowide/standalone/ |
D | config.hpp | 75 #define BOOST_LIKELY(x) __builtin_expect(x, 1) macro 78 #if !defined(BOOST_LIKELY) 79 #define BOOST_LIKELY(x) x macro
|
/third_party/boost/boost/atomic/detail/ |
D | wait_ops_windows.hpp | 57 …if (BOOST_LIKELY(once_flag_operations::load(wait_functions_once_flag.m_flag, boost::memory_order_a… in ensure_wait_functions_initialized() 82 if (BOOST_LIKELY(atomics::detail::wait_on_address != NULL)) in wait() 103 if (BOOST_LIKELY(atomics::detail::wake_by_address_single != NULL)) in notify_one() 113 if (BOOST_LIKELY(atomics::detail::wake_by_address_all != NULL)) in notify_all()
|
D | ops_gcc_x86_dcas.hpp | 56 if (BOOST_LIKELY((((uint32_t)&storage) & 0x00000007) == 0u)) in store() 126 if (BOOST_LIKELY((((uint32_t)&storage) & 0x00000007) == 0u)) in load()
|
/third_party/boost/libs/filesystem/src/ |
D | error_handling.hpp | 63 if (BOOST_LIKELY(!error_num)) in error() 78 if (BOOST_LIKELY(!error_num)) in error() 93 if (BOOST_LIKELY(!error_num)) in error()
|
/third_party/boost/boost/geometry/core/ |
D | assert.hpp | 33 #define BOOST_GEOMETRY_ASSERT(expr) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::geometry::assertio… 34 #define BOOST_GEOMETRY_ASSERT_MSG(expr, msg) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::geometry:…
|
/third_party/boost/boost/log/utility/manipulators/ |
D | auto_newline.hpp | 46 if (BOOST_LIKELY(strm.good())) in operator <<() 49 if (BOOST_LIKELY(!!str)) in operator <<()
|
D | range.hpp | 69 if (BOOST_LIKELY(it != end)) in output() 118 if (BOOST_LIKELY(strm.good())) in operator <<()
|
D | dump.hpp | 131 if (BOOST_LIKELY(strm.good())) in operator <<() 158 if (BOOST_LIKELY(strm.good())) in operator <<()
|
/third_party/boost/boost/ |
D | assert.hpp | 53 #define BOOST_ASSERT(expr) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::assertion_failed(#expr, BOO… 54 #define BOOST_ASSERT_MSG(expr, msg) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::assertion_failed_m…
|
/third_party/boost/boost/fiber/ |
D | fss.hpp | 41 if ( BOOST_LIKELY( nullptr != fn) ) { in operator ()() 94 if ( BOOST_LIKELY( c != t) ) { in reset()
|
D | operations.hpp | 55 if ( BOOST_LIKELY( nullptr == props) ) { in properties()
|
/third_party/boost/libs/log/src/ |
D | text_multifile_backend.cpp | 90 if (BOOST_LIKELY(!m_pImpl->m_FileNameComposer.empty())) in consume() 95 if (BOOST_LIKELY(m_pImpl->m_File.is_open())) in consume()
|
D | trivial.cpp | 71 if (BOOST_LIKELY(static_cast< unsigned int >(lvl) < names_count)) 122 if (BOOST_LIKELY(strm.good())) in operator >>()
|
D | text_ostream_backend.cpp | 124 if (BOOST_LIKELY(strm->good())) in consume() 145 if (BOOST_LIKELY(strm->good())) in flush()
|
D | code_conversion.cpp | 241 if (BOOST_LIKELY(len > 0)) in utf8_to_utf16() 247 if (BOOST_LIKELY(len > 0)) in utf8_to_utf16() 274 if (BOOST_LIKELY(len > 0)) in utf16_to_utf8() 280 if (BOOST_LIKELY(len > 0)) in utf16_to_utf8()
|
D | core.cpp | 317 if (BOOST_LIKELY(m_enabled.load(boost::memory_order_relaxed))) in open_record() 319 if (BOOST_LIKELY(m_enabled)) in open_record() 329 if (BOOST_LIKELY(m_enabled.load(boost::memory_order_relaxed))) in open_record() 638 if (BOOST_LIKELY(!m_impl->m_sinks.empty())) in flush()
|
/third_party/boost/boost/log/detail/ |
D | attachable_sstream_buf.hpp | 182 if (BOOST_LIKELY(n <= left)) in append() 208 if (BOOST_LIKELY(n <= left)) in append() 231 if (BOOST_LIKELY(m_storage_state.storage->size() < m_storage_state.max_size)) in push_back()
|
/third_party/boost/libs/container/src/ |
D | pool_resource.cpp | 246 if(BOOST_LIKELY((0 != m_pool_data))){ in pool_count() 266 if(BOOST_LIKELY((m_pool_data && pool_idx < m_pool_count))){ in pool_next_blocks_per_chunk() 279 if(BOOST_LIKELY((m_pool_data && pool_idx < m_pool_count))){ in pool_cached_blocks()
|
/third_party/boost/libs/config/test/ |
D | helper_macro_test.cpp | 25 if(BOOST_LIKELY(i)) return i; in test_unreachable()
|
/third_party/boost/boost/config/compiler/ |
D | xlcpp_zos.hpp | 171 #define BOOST_LIKELY(x) __builtin_expect((x) && true, 1) macro
|
/third_party/boost/boost/log/ |
D | trivial.hpp | 72 if (BOOST_LIKELY(!!str)) in operator <<()
|
/third_party/boost/boost/container/detail/ |
D | copy_move_algo.hpp | 180 if(BOOST_LIKELY(beg_raw != end_raw && dest_raw && beg_raw)){ in memmove() 195 if(BOOST_LIKELY(n)){ in memmove_n() 209 if(BOOST_LIKELY(n)){ in memmove_n_source() 224 if(BOOST_LIKELY(n)){ in memmove_n_source_dest() 590 if (BOOST_LIKELY(n)){ in uninitialized_value_init_alloc_n() 897 if (BOOST_LIKELY(n)){ in move_backward()
|