| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/ |
| H A D | variant_dynamic.hpp | 96 class allocators<Allocator, Value, Parameters, Box, node_variant_dynamic_tag> class 100 allocators<Allocator, Value, Parameters, Box, node_variant_dynamic_tag>, 121 typename node<Value, Parameters, Box, allocators, node_variant_dynamic_tag>::type 125 typename node<Value, Parameters, Box, allocators, node_variant_dynamic_tag>::type 128 inline allocators() in allocators() function in boost::geometry::index::detail::rtree::allocators 133 inline explicit allocators(Alloc const& alloc) in allocators() function in boost::geometry::index::detail::rtree::allocators 137 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() function in boost::geometry::index::detail::rtree::allocators 141 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =() 148 inline allocators & operator=(allocators const& a) in operator =() 155 void swap(allocators & a) in swap() [all …]
|
| H A D | variant_static.hpp | 82 class allocators<Allocator, Value, Parameters, Box, node_variant_static_tag> class 86 allocators<Allocator, Value, Parameters, Box, node_variant_static_tag>, 107 typename node<Value, Parameters, Box, allocators, node_variant_static_tag>::type 111 typename node<Value, Parameters, Box, allocators, node_variant_static_tag>::type 114 inline allocators() in allocators() function in boost::geometry::index::detail::rtree::allocators 119 inline explicit allocators(Alloc const& alloc) in allocators() function in boost::geometry::index::detail::rtree::allocators 123 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() function in boost::geometry::index::detail::rtree::allocators 127 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =() 134 inline allocators & operator=(allocators const& a) in operator =() 141 void swap(allocators & a) in swap() [all …]
|
| H A D | node.hpp | 109 …ic void apply(typename internal_node::elements_type::value_type & element, Allocators & allocators) in apply() 111 subtree_destroyer dummy(element.second, allocators); in apply() 123 inline static void apply(Range & elements, Allocators & allocators) in apply() 125 apply(boost::begin(elements), boost::end(elements), allocators); in apply() 129 inline static void apply(It first, It last, Allocators & allocators) in apply() 137 apply_dispatch(first, last, allocators, is_range_of_values()); in apply() 142 inline static void apply_dispatch(It first, It last, Allocators & allocators, in apply_dispatch() 149 subtree_destroyer dummy(first->second, allocators); in apply_dispatch() 170 inline static void apply(node & node, Allocators & allocators) in apply() 176 apply(rtree::get<leaf>(node), allocators); in apply() [all …]
|
| H A D | concept.hpp | 55 class allocators class 60 (allocators));
|
| H A D | subtree_destroyer.hpp | 30 subtree_destroyer(pointer ptr, Allocators & allocators) in subtree_destroyer() argument 32 , m_allocators(allocators) in subtree_destroyer()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/ |
| H A D | pack_create.hpp | 152 … parameters_type const& parameters, Translator const& translator, Allocators & allocators) in apply() argument 189 parameters, translator, allocators); in apply() 252 … parameters_type const& parameters, Translator const& translator, Allocators & allocators) in per_level() argument 265 …node_pointer n = rtree::create_node<Allocators, leaf>::apply(allocators); //… in per_level() 266 subtree_destroyer auto_remover(n, allocators); in per_level() 312 …node_pointer n = rtree::create_node<Allocators, internal_node>::apply(allocators); … in per_level() 313 subtree_destroyer auto_remover(n, allocators); in per_level() 324 parameters, translator, allocators); in per_level() 336 … parameters_type const& parameters, Translator const& translator, Allocators & allocators) in per_level_packets() argument 349 parameters, translator, allocators); in per_level_packets() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/ |
| H A D | rtree.hpp | 193 …typedef detail::rtree::allocators<allocator_type, value_type, typename options_type::parameters_ty… 300 … m_members.parameters(), m_members.translator(), m_members.allocators()); in rtree() 332 … m_members.parameters(), m_members.translator(), m_members.allocators()); in rtree() 404 boost::move(src.m_members.allocators())) in rtree() 430 if ( src.m_members.allocators() == allocator ) in rtree() 458 allocators_type & this_allocs = m_members.allocators(); in operator =() 459 allocators_type const& src_allocs = src.m_members.allocators(); in operator =() 496 allocators_type & this_allocs = m_members.allocators(); in operator =() 497 allocators_type & src_allocs = src.m_members.allocators(); in operator =() 555 detail::swap_cond(m_members.allocators(), other.m_members.allocators(), propagate()); in swap() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/ |
| H A D | insert.hpp | 42 Allocators & allocators) in apply() argument 119 … destroy_element<Value, Options, Translator, Box, Allocators>::apply(it->second, allocators); in apply() 188 Allocators & allocators, in level_insert_base() 190 : base(root, leafs_level, element, parameters, translator, allocators, relative_level) in level_insert_base() 279 Allocators & allocators, in level_insert() 281 : base(root, leafs_level, element, parameters, translator, allocators, relative_level) in level_insert() 365 Allocators & allocators, in level_insert() 367 : base(root, leafs_level, v, parameters, translator, allocators, relative_level) in level_insert() 421 Allocators & allocators, in level_insert() 423 : base(root, leafs_level, v, parameters, translator, allocators, relative_level) in level_insert() [all …]
|
| H A D | redistribute_elements.hpp | 391 Allocators & allocators) in apply() 457 …:destroy_elements<Value, Options, Translator, Box, Allocators>::apply(elements_backup, allocators); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/ |
| H A D | insert.hpp | 137 Allocators & allocators) in apply() argument 142 …estroyer second_node(rtree::create_node<Allocators, Node>::apply(allocators), allocators); // … in apply() 164 …>::apply(n, n2, n_box, box2, parameters, translator, allocators); … in apply() 252 Allocators & allocators, in insert() argument 263 , m_allocators(allocators) in insert() 475 Allocators & allocators, in insert() argument 478 : base(root, leafs_level, element, parameters, translator, allocators, relative_level) in insert() 540 Allocators & allocators, in insert() argument 543 : base(root, leafs_level, value, parameters, translator, allocators, relative_level) in insert()
|
| H A D | destroy.hpp | 29 inline destroy(node_pointer root_node, Allocators & allocators) in destroy() argument 31 , m_allocators(allocators) in destroy()
|
| H A D | copy.hpp | 30 explicit inline copy(Allocators & allocators) in copy() argument 32 , m_allocators(allocators) in copy()
|
| H A D | remove.hpp | 48 Allocators & allocators) in remove() argument 52 , m_allocators(allocators) in remove()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | serialization.hpp | 361 …es_count, parameters_type const& parameters, Translator const& translator, Allocators & allocators) in apply() argument 364 … return raw_apply(ar, version, leafs_level, values_count, parameters, translator, allocators); in apply() 369 …ers_type const& parameters, Translator const& translator, Allocators & allocators, size_type curre… in raw_apply() argument 387 …node_pointer n = rtree::create_node<Allocators, internal_node>::apply(allocators); //… in raw_apply() 388 subtree_destroyer auto_remover(n, allocators); in raw_apply() 399 …_apply(ar, version, leafs_level, values_count, parameters, translator, allocators, current_level+1… in raw_apply() 410 …node_pointer n = rtree::create_node<Allocators, leaf>::apply(allocators); //… in raw_apply() 411 subtree_destroyer auto_remover(n, allocators); in raw_apply() 555 …aded_values_count, params, tree.members().translator(), tree.members().allocators()); … in load() 557 subtree_destroyer remover(n, tree.members().allocators()); in load() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | genalloc.rst | 10 tested allocators. Back in 2005, Jes Sorensen lifted one of those 11 allocators from the sym53c8xx_2 driver and posted_ it as a generic module 12 for the creation of ad hoc memory allocators. This code was merged 123 writing of special-purpose memory allocators in the future.
|
| H A D | memory-allocation.rst | 11 `alloc_pages`. It is also possible to use more specialized allocators, 32 The GFP flags control the allocators behavior. They tell what memory
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/quadratic/ |
| H A D | redistribute_elements.hpp | 101 Allocators & allocators) in apply() 234 …:destroy_elements<Value, Options, Translator, Box, Allocators>::apply(elements_backup, allocators); in apply()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | overview.rst | 22 .. include:: allocators.rst
|
| H A D | allocators.rst | 50 group, the allocators simply move on to the next block group. Allegedly
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | scoped_allocator | 27 * @ingroup allocators 49 * @addtogroup allocators 254 // 2975. Missing case for pair construction in scoped [...] allocators
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | scoped_allocator | 27 * @ingroup allocators 49 * @addtogroup allocators 254 // 2975. Missing case for pair construction in scoped [...] allocators
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/ |
| H A D | redistribute_elements.hpp | 324 Allocators & allocators) in apply() 433 …e::destroy_elements<Value, Options, Translator, Box, Allocators>::apply(elements_copy, allocators); in apply()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/ |
| H A D | meson.build | 77 gstallocators_dep = dependency('gstreamer-allocators-1.0', version : gst_req,
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-core.c | 166 static unsigned int allocators[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = 0 }; variable 167 module_param_array(allocators, uint, NULL, 0444); 168 MODULE_PARM_DESC(allocators, " memory allocator selection, default is 0.\n" 840 if (allocators[dev->inst] != 1) in vivid_create_queue() 845 q->mem_ops = allocators[dev->inst] == 1 ? &vb2_dma_contig_memops : in vivid_create_queue() 1864 if (allocators[inst] == 1) in vivid_create_instance()
|
| /OK3568_Linux_fs/kernel/Documentation/sh/ |
| H A D | new-machine.rst | 154 - Consistent allocators (for boards that need special allocators,
|