Home
last modified time | relevance | path

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

/third_party/boost/boost/atomic/detail/
Dstorage_type.hpp41 BOOST_ALIGNMENT(16) unsigned char data[Size];
100 BOOST_ALIGNMENT(2) type value;
114 BOOST_ALIGNMENT(4) type value;
128 BOOST_ALIGNMENT(8) type value;
144 BOOST_ALIGNMENT(16) type value;
187 BOOST_ALIGNMENT(16) type value;
/third_party/boost/boost/lockfree/detail/
Dtagged_ptr_dcas.hpp26 BOOST_ALIGNMENT(16)
28 BOOST_ALIGNMENT(8)
30 BOOST_ALIGNMENT(2 * sizeof(void*))
Dfreelist.hpp268 BOOST_ALIGNMENT( 4 ) // workaround for bugs in MSVC
/third_party/boost/boost/config/detail/
Dsuffix.hpp678 #if !defined(BOOST_ALIGNMENT)
680 # define BOOST_ALIGNMENT(x) alignas(x) macro
682 # define BOOST_ALIGNMENT(x) __declspec(align(x)) macro
684 # define BOOST_ALIGNMENT(x) __attribute__ ((__aligned__(x))) macro
687 # define BOOST_ALIGNMENT(x) macro
/third_party/boost/libs/atomic/src/
Dlockpool.cpp70 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock in BOOST_ALIGNMENT() function
78 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock< 0u > in BOOST_ALIGNMENT() function
Dlock_pool.cpp976 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock_state in BOOST_ALIGNMENT() function
984 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock_state< 0u > in BOOST_ALIGNMENT() function
/third_party/boost/libs/log/src/
Dthreadsafe_queue.cpp56 struct BOOST_ALIGNMENT(BOOST_LOG_CPU_CACHE_LINE_SIZE) pointer in BOOST_ALIGNMENT() function in boost::aux::threadsafe_queue_impl_generic
Dtimestamp.cpp77 BOOST_ALIGNMENT(BOOST_LOG_CPU_CACHE_LINE_SIZE) static get_tick_count64_state g_state;
/third_party/boost/libs/thread/src/win32/
Dthread_primitives.cpp52 BOOST_ALIGNMENT(64) static get_tick_count64_state g_state;
/third_party/boost/boost/lockfree/
Dqueue.hpp114 struct BOOST_ALIGNMENT(BOOST_LOCKFREE_CACHELINE_BYTES) node in BOOST_ALIGNMENT() function in boost::lockfree::queue
/third_party/boost/libs/beast/include/boost/beast/http/detail/
Dbasic_parser.ipp530 BOOST_ALIGNMENT(16) static const char ranges1[] =
/third_party/boost/boost/beast/http/detail/
Dbasic_parser.ipp530 BOOST_ALIGNMENT(16) static const char ranges1[] =
/third_party/boost/boost/move/detail/
Dtype_traits.hpp975 struct BOOST_ALIGNMENT(A) aligned_struct<Len, A>\
/third_party/boost/libs/config/doc/
Dmacro_reference.qbk761 [[`BOOST_ALIGNMENT(X)`, `BOOST_NO_ALIGNMENT`][
763 (usually, through compiler-specific attributes). The macro `BOOST_ALIGNMENT(X)` will expand to the …
765 If no such compiler-specific attribute is known then `BOOST_ALIGNMENT(X)` will expand to nothing and
769 struct BOOST_ALIGNMENT(16) my_data
773 BOOST_ALIGNMENT(8) int arr[32];
/third_party/boost/libs/atomic/doc/
Datomic.qbk1170 …ost_macro_reference.macros_that_allow_use_of_c__11_features_with_c__03_compilers `BOOST_ALIGNMENT`]