Home
last modified time | relevance | path

Searched refs:this_alloc (Results 1 – 2 of 2) 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 Dvector.hpp421 allocator_type &this_alloc = this->alloc(); in vector_alloc_holder() local
423 if(this->is_propagable_from(x_alloc, holder.start(), this_alloc, true)){ in vector_alloc_holder()
2360 allocator_type &this_alloc = this->m_holder.alloc(); in priv_move_assign() local
2364 …const bool is_propagable_from_x = is_propagable_from(x_alloc, x.m_holder.start(), this_alloc, prop… in priv_move_assign()
2365 …const bool is_propagable_from_t = is_propagable_from(this_alloc, m_holder.start(), x_alloc, prop… in priv_move_assign()
2387 container_detail::move_alloc(this_alloc, x_alloc, container_detail::bool_<propagate_alloc>()); in priv_move_assign()
2415 allocator_type &this_alloc = this->m_holder.alloc(); in priv_copy_assign() local
2419 if(flag && this_alloc != x_alloc){ in priv_copy_assign()
2423 container_detail::assign_alloc(this_alloc, x_alloc, flag); in priv_copy_assign()
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptctl.c1019 int this_alloc; in kbuf_alloc_2_sgl() local
1065 this_alloc = min(alloc_sz, bytes-bytes_allocd); in kbuf_alloc_2_sgl()
1066 buflist[buflist_ent].len = this_alloc; in kbuf_alloc_2_sgl()
1068 this_alloc, in kbuf_alloc_2_sgl()
1083 bytes_allocd += this_alloc; in kbuf_alloc_2_sgl()
1084 sgl->FlagsLength = (0x10000000|sgdir|this_alloc); in kbuf_alloc_2_sgl()
1086 buflist[buflist_ent].kptr, this_alloc, dir); in kbuf_alloc_2_sgl()