/third_party/boost/boost/interprocess/mem_algo/detail/ |
D | simple_seq_fit_impl.hpp | 122 } m_header; member in boost::interprocess::ipcdetail::simple_seq_fit_impl 151 boost::interprocess::scoped_lock<interprocess_mutex> guard(m_header); in allocate_many() 160 boost::interprocess::scoped_lock<interprocess_mutex> guard(m_header); in allocate_many() 314 ipcdetail::get_truncated_size(m_header.m_size + this_disalignment, Alignment) in priv_block_end_offset() 325 m_header.m_allocated = 0; in simple_seq_fit_impl() 326 m_header.m_size = segment_size; in simple_seq_fit_impl() 327 m_header.m_extra_hdr_bytes = extra_hdr_bytes; in simple_seq_fit_impl() 332 m_header.m_root.m_next = reinterpret_cast<block_ctrl*> in simple_seq_fit_impl() 334 algo_impl_t::assert_alignment(ipcdetail::to_raw_pointer(m_header.m_root.m_next)); in simple_seq_fit_impl() 335 m_header.m_root.m_next->m_size = (segment_size - block1_off)/Alignment; in simple_seq_fit_impl() [all …]
|
/third_party/boost/boost/interprocess/mem_algo/ |
D | rbtree_best_fit.hpp | 160 } m_header; member in boost::interprocess::rbtree_best_fit 193 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in allocate_many() 202 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in allocate_many() 419 m_header.m_imultiset.insert(*first_big_block); in priv_add_segment() 427 size_type block1_off = priv_first_block_offset_from_this(this, m_header.m_extra_hdr_bytes); in priv_first_block() 436 size_type block1_off = priv_first_block_offset_from_this(this, m_header.m_extra_hdr_bytes); in priv_end_block() 437 …const size_type original_first_block_size = m_header.m_size/Alignment*Alignment - block1_off/Align… in priv_end_block() 448 m_header.m_allocated = 0; in rbtree_best_fit() 449 m_header.m_size = segment_size; in rbtree_best_fit() 450 m_header.m_extra_hdr_bytes = extra_hdr_bytes; in rbtree_best_fit() [all …]
|
/third_party/boost/boost/interprocess/ |
D | segment_manager.hpp | 419 , m_header(static_cast<segment_manager_base_t*>(get_this_pointer())) in segment_manager() 430 BOOST_ASSERT((0 == (std::size_t)&m_header % void_ptr_alignment)); in segment_manager() 511 { scoped_lock<rmutex> guard(m_header); f(); } in atomic_func() 521 scoped_lock<rmutex> guard(m_header, try_to_lock); in try_atomic_func() 541 ( typeid(T).name(), m_header.m_unique_index , dtor, is_intrusive_t()); in destroy() 545 ( name.get(), m_header.m_named_index, dtor, is_intrusive_t()); in destroy() 584 scoped_lock<rmutex> guard(m_header); in reserve_named_objects() 586 m_header.m_named_index.reserve(num); in reserve_named_objects() 595 scoped_lock<rmutex> guard(m_header); in reserve_unique_objects() 597 m_header.m_unique_index.reserve(num); in reserve_unique_objects() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | MotionCells.cpp | 76 memset (&m_header, 0, sizeof (MotionCellHeader)); in MotionCells() 77 m_header.headersize = GINT32_TO_BE (MC_HEADER); in MotionCells() 78 m_header.type = GINT32_TO_BE (MC_TYPE); in MotionCells() 79 m_header.version = GINT32_TO_BE (MC_VERSION); in MotionCells() 80 m_header.itemsize = 0; in MotionCells() 81 m_header.gridx = 0; in MotionCells() 82 m_header.gridy = 0; in MotionCells() 83 m_header.starttime = 0; in MotionCells() 308 m_header.itemsize = in initDataFile() 311 m_header.gridx = GINT32_TO_BE (m_gridx); in initDataFile() [all …]
|
D | MotionCells.h | 254 MotionCellHeader m_header; variable
|
/third_party/boost/libs/atomic/src/ |
D | lock_pool.cpp | 133 header* m_header; member 152 return get_atomic_pointers(m_header); in get_atomic_pointers() 170 return get_wait_states(m_header); in get_wait_states() 177 if (BOOST_LIKELY(m_header != NULL)) in find() 180 for (std::size_t i = 0u, n = m_header->size; i < n; ++i) in find() 1041 if (BOOST_UNLIKELY(m_header == NULL)) in find_or_create() 1044 m_header = allocate_buffer(initial_capacity); in find_or_create() 1045 if (BOOST_UNLIKELY(m_header == NULL)) in find_or_create() 1054 if (BOOST_UNLIKELY(m_header->size == m_header->capacity)) in find_or_create() 1056 header* new_header = allocate_buffer(m_header->capacity * 2u, m_header); in find_or_create() [all …]
|
/third_party/boost/boost/interprocess/allocators/detail/ |
D | allocator_common.hpp | 741 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in allocate_node() 750 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in deallocate_node() 760 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in allocate_nodes() 769 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in deallocate_nodes() 778 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in deallocate_nodes() 787 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in deallocate_free_blocks() 798 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in purge_blocks() 807 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in inc_ref_count() 809 return ++m_header.m_usecount; in inc_ref_count() 816 boost::interprocess::scoped_lock<mutex_type> guard(m_header); in dec_ref_count() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 1715 } m_header; member in vkt::pipeline::__anon2468ed150111::CacheHeaderTestInstance 1736 if (dataSize < sizeof(m_header)) in CacheHeaderTestInstance() 1743 deMemcpy(&m_header, m_data, sizeof(m_header)); in CacheHeaderTestInstance() 1745 if (m_header.HeaderLength - VK_UUID_SIZE != 16) in CacheHeaderTestInstance() 1748 if (m_header.HeaderVersion != 1) in CacheHeaderTestInstance() 1751 if (m_header.VendorID != m_context.getDeviceProperties().vendorID) in CacheHeaderTestInstance() 1754 if (m_header.DeviceID != m_context.getDeviceProperties().deviceID) in CacheHeaderTestInstance() 1757 …if (deMemCmp(&m_header.PipelineCacheUUID, &m_context.getDeviceProperties().pipelineCacheUUID, VK_U… in CacheHeaderTestInstance()
|
/third_party/boost/boost/intrusive/ |
D | list.hpp | 131 { return data_.root_plus_size_.m_header.get_node(); } in get_root_node() 134 { return data_.root_plus_size_.m_header.get_node(); } in get_root_node() 138 header_holder_type m_header; member 1398 < root_plus_size, header_holder_type>(h, &root_plus_size::m_header); in priv_container_from_end_iterator()
|