Home
last modified time | relevance | path

Searched refs:container (Results 1 – 25 of 203) sorted by relevance

123456789

/openbsd-src/sys/dev/pci/drm/amd/display/dc/basics/
H A Damdgpu_vector.c35 vector->container = NULL; in dal_vector_construct()
43 vector->container = kcalloc(capacity, struct_size, GFP_KERNEL); in dal_vector_construct()
44 if (vector->container == NULL) in dal_vector_construct()
61 vector->container = NULL; in dal_vector_presized_costruct()
69 vector->container = kcalloc(count, struct_size, GFP_KERNEL); in dal_vector_presized_costruct()
71 if (vector->container == NULL) in dal_vector_presized_costruct()
80 vector->container + i * struct_size, in dal_vector_presized_costruct()
132 kfree(vector->container); in dal_vector_destruct()
157 if (vector->container == NULL || index >= vector->count) in dal_vector_at_index()
159 return vector->container + (index * vector->struct_size); in dal_vector_at_index()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dtree-iterator.c73 gcc_assert (t != i->container); in tsi_link_before()
100 TREE_SIDE_EFFECTS (i->container) = 1; in tsi_link_before()
111 STATEMENT_LIST_HEAD (i->container) = head; in tsi_link_before()
117 head->prev = STATEMENT_LIST_TAIL (i->container); in tsi_link_before()
121 STATEMENT_LIST_HEAD (i->container) = head; in tsi_link_before()
122 STATEMENT_LIST_TAIL (i->container) = tail; in tsi_link_before()
149 gcc_assert (t != i->container); in tsi_link_after()
176 TREE_SIDE_EFFECTS (i->container) = 1; in tsi_link_after()
187 STATEMENT_LIST_TAIL (i->container) = tail; in tsi_link_after()
193 gcc_assert (!STATEMENT_LIST_TAIL (i->container)); in tsi_link_after()
[all …]
H A Dtree-iterator.h35 tree container; member
44 i.container = t; in tsi_start()
55 i.container = t; in tsi_last()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAttrIterator.h101 specific_attr_begin(const Container& container) { in specific_attr_begin() argument
102 return specific_attr_iterator<SpecificAttr, Container>(container.begin()); in specific_attr_begin()
106 specific_attr_end(const Container& container) { in specific_attr_end() argument
107 return specific_attr_iterator<SpecificAttr, Container>(container.end()); in specific_attr_end()
111 inline bool hasSpecificAttr(const Container& container) { in hasSpecificAttr() argument
112 return specific_attr_begin<SpecificAttr>(container) != in hasSpecificAttr()
113 specific_attr_end<SpecificAttr>(container); in hasSpecificAttr()
116 inline SpecificAttr *getSpecificAttr(const Container& container) { in getSpecificAttr() argument
118 specific_attr_begin<SpecificAttr>(container); in getSpecificAttr()
119 if (i != specific_attr_end<SpecificAttr>(container)) in getSpecificAttr()
/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dback_insert_iterator.h35 _Container* container;
48 …_CONSTEXPR_SINCE_CXX20 explicit back_insert_iterator(_Container& __x) : container(_VSTD::addressof… in back_insert_iterator()
50 {container->push_back(__value); return *this;}
53 {container->push_back(_VSTD::move(__value)); return *this;}
59 …DE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Container* __get_container() const { return container; } in __get_container()
H A Dfront_insert_iterator.h35 _Container* container;
48 …CONSTEXPR_SINCE_CXX20 explicit front_insert_iterator(_Container& __x) : container(_VSTD::addressof… in front_insert_iterator()
50 {container->push_front(__value); return *this;}
53 {container->push_front(_VSTD::move(__value)); return *this;}
H A Dinsert_iterator.h44 _Container* container;
59 : container(_VSTD::addressof(__x)), iter(__i) {} in insert_iterator()
61 {iter = container->insert(iter, __value); ++iter; return *this;}
64 {iter = container->insert(iter, _VSTD::move(__value)); ++iter; return *this;}
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_iterator.h337 _Container* container;
345 back_insert_iterator(_Container& __x) : container(&__x) { } in back_insert_iterator()
361 container->push_back(__value);
409 _Container* container;
416 explicit front_insert_iterator(_Container& __x) : container(&__x) { } in front_insert_iterator()
432 container->push_front(__value);
484 _Container* container;
496 : container(&__x), iter(__i) {} in insert_iterator()
524 iter = container->insert(iter, __value);
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/
H A Dstringtok_std_h.txt12 stringtok (Container &container, string const &in,
30 container.push_back (in.substr(i));
33 container.push_back (in.substr(i, j-i));
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/21_strings/
H A Dstringtok_std_h.txt12 stringtok (Container &container, string const &in,
30 container.push_back (in.substr(i));
33 container.push_back (in.substr(i, j-i));
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_iterator.h389 _Container* container;
397 back_insert_iterator(_Container& __x) : container(&__x) { } in back_insert_iterator()
413 container->push_back(__value);
464 _Container* container;
471 explicit front_insert_iterator(_Container& __x) : container(&__x) { } in front_insert_iterator()
487 container->push_front(__value);
542 _Container* container;
554 : container(&__x), iter(__i) {} in insert_iterator()
582 iter = container->insert(iter, __value);
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_encoder.c244 void *container; in __drmm_encoder_alloc() local
249 container = drmm_kzalloc(dev, size, GFP_KERNEL); in __drmm_encoder_alloc()
250 if (!container) in __drmm_encoder_alloc()
253 encoder = container + offset; in __drmm_encoder_alloc()
261 return container; in __drmm_encoder_alloc()
H A Ddrm_plane.c425 void *container; in __drmm_universal_plane_alloc() local
433 container = drmm_kzalloc(dev, size, GFP_KERNEL); in __drmm_universal_plane_alloc()
434 if (!container) in __drmm_universal_plane_alloc()
437 plane = container + offset; in __drmm_universal_plane_alloc()
452 return container; in __drmm_universal_plane_alloc()
464 void *container; in __drm_universal_plane_alloc() local
472 container = kzalloc(size, GFP_KERNEL); in __drm_universal_plane_alloc()
473 if (!container) in __drm_universal_plane_alloc()
476 plane = container + offset; in __drm_universal_plane_alloc()
486 return container; in __drm_universal_plane_alloc()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DIterable.h158 AdaptedIterable(const C &container) : m_container(container) {} in AdaptedIterable() argument
173 LockingAdaptedIterable(const C &container, MutexType &mutex) in LockingAdaptedIterable() argument
174 : AdaptedIterable<C, E, A>(container), m_mutex(&mutex) { in LockingAdaptedIterable()
/openbsd-src/gnu/llvm/llvm/docs/
H A DRemarks.rst292 The container version and type.
303 container version.
394 The remark container
413 bitstream remark container type.
419 … This container type expects only a :ref:`META_BLOCK <bitstreamremarksmetablock>` containing only:
431 … This container type expects only a :ref:`META_BLOCK <bitstreamremarksmetablock>` containing only:
436 This container type expects 0 or more :ref:`REMARK_BLOCK <bitstreamremarksremarkblock>`.
442 :ref:`SeparateRemarksMeta <bitstreamremarksseparateremarksmeta>` container.
444 When the parser tries to parse a container that contains the metadata for the
449 The container versions from the separate container should match in order to
[all …]
H A DDocker.rst33 container*.
34 A snapshot of a docker container filesystem is called a *docker image*.
35 One can start a container from a prebuilt docker image.
72 building LLVM inside docker container.
106 After the image is built you can run bash inside a container based on your image
146 to have an access to GPU from a docker container that is running the built
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DSpaceshipProjects.csv38 | `[array.syn] <https://wg21.link/array.syn>`_ (`general <https://wg21.link/container.opt.reqmts>`_…
39 | `[deque.syn] <https://wg21.link/deque.syn>`_ (`general <https://wg21.link/container.opt.reqmts>`_…
40 | `[forward.list.syn] <https://wg21.link/forward.list.syn>`_ (`general <https://wg21.link/container
41 | `[list.syn] <https://wg21.link/list.syn>`_ (`general <https://wg21.link/container.opt.reqmts>`_),…
42 | `[vector.syn] <https://wg21.link/vector.syn>`_ (`general <https://wg21.link/container.opt.reqmts>…
43 … <https://wg21.link/associative.map.syn>`_ (`general <https://wg21.link/container.opt.reqmts>`_),"…
45 … <https://wg21.link/associative.set.syn>`_ (`general <https://wg21.link/container.opt.reqmts>`_),"…
/openbsd-src/gnu/llvm/libcxx/include/
H A D__node_handle32 // [container.node.cons], constructors, copy, and assignment
37 // [container.node.dtor], destructor
40 // [container.node.observers], observers
49 // [container.node.modifiers], modifiers
H A D__hash_table331 … "Attempted to dereference a non-dereferenceable unordered container iterator");
338 … "Attempted to dereference a non-dereferenceable unordered container iterator");
345 "Attempted to increment a non-incrementable unordered container iterator");
446 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
452 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
459 … "Attempted to increment a non-incrementable unordered container const_iterator");
552 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
559 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
566 … "Attempted to increment a non-incrementable unordered container local_iterator");
685 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
[all …]
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DDebugMode.rst40 The library provides iterators that ensure they are within the bounds of their container when deref…
53 an iterator from container ``X`` is used as a position to insert into container ``Y``.
/openbsd-src/usr.sbin/unbound/doc/
H A DREADME.tests19 * build container: docker build -t unbound-tester -f contrib/Dockerfile.tests .
20 * run container: docker run -it --mount type=bind,source="$(pwd)",target=/usr/src/unbound --rm unbo…
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dhash_set493 _Container* container;
504 : container(&__x) {}
507 : container(&__x) {}
512 container->insert(__value);
536 _Container* container;
548 : container(&__x) {}
551 : container(&__x) {}
556 container->insert(__value);
/openbsd-src/sys/dev/ic/
H A Daac.c254 AAC_LOCK_INIT(&sc->aac_container_lock, "AAC container lock"); in aac_attach()
325 /* request information on this container */ in aac_startup()
332 printf("%s: error probing container %d\n", in aac_startup()
342 * Check container volume type for validity. Note in aac_startup()
2416 printf(" BlockRead: container %d 0x%x/%d\n", in aac_print_fib()
2421 printf(" BlockWrite: container %d 0x%x/%d (%s)\n", in aac_print_fib()
2470 /* Adapter specific container configuration change */ in aac_print_aif()
2471 printf("\t(ContainerChange) container %d,%d\n", in aac_print_aif()
2472 aif->data.EN.data.ECC.container[0], in aac_print_aif()
2473 aif->data.EN.data.ECC.container[ in aac_print_aif()
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash59.C13 void addConstsTo(const T &container) in addConstsTo() argument
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dhash_set390 _Container* container;
399 insert_iterator(_Container& __x) : container(&__x) {}
401 : container(&__x) {}
404 container->insert(__value);
416 _Container* container;
426 insert_iterator(_Container& __x) : container(&__x) {}
428 : container(&__x) {}
431 container->insert(__value);

123456789