OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Vector
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_vector.h
14
// Low-fat STL-like
vector
container.
25
class
Vector
{
27
explicit
Vector
()
33
~
Vector
() {
124
Vector
(const
Vector
&);
125
void operator=(const
Vector
&);
/src/usr.bin/make/
lst.h
161
* A
vector
is an ordered collection of items, allowing for fast indexed
164
typedef struct
Vector
{
169
}
Vector
;
171
void Vector_Init(
Vector
*, size_t);
174
* Return the pointer to the given item in the
vector
.
178
Vector_Get(
Vector
*v, size_t i)
184
void *Vector_Push(
Vector
*);
185
void *Vector_Pop(
Vector
*);
188
Vector_Done(
Vector
*v)
/src/sys/arch/ia64/stand/ia64/ski/
acpi_stub.c
63
UINT32
Vector
; /* interrupt base */
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h
20
#include <
vector
>
175
using
Vector
= std::
vector
<T, fuzzer_allocator<T>>;
180
typedef
Vector
<uint8_t> Unit;
181
typedef
Vector
<Unit> UnitVector;
/src/sys/external/bsd/acpica/dist/include/
actbl1.h
1947
UINT32
Vector
;
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025