Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 25 of 82) sorted by relevance

1234

/openbsd-src/sys/dev/pci/drm/amd/display/dc/basics/
H A Damdgpu_vector.c30 struct vector *vector, in dal_vector_construct()
53 static bool dal_vector_presized_costruct(struct vector *vector, in dal_vector_presized_costruct()
97 struct vector *vector = kzalloc(sizeof(struct vector), GFP_KERNEL); in dal_vector_presized_create() local
116 struct vector *vector = kzalloc(sizeof(struct vector), GFP_KERNEL); in dal_vector_create() local
130 struct vector *vector) in dal_vector_destruct()
138 struct vector **vector) in dal_vector_destroy()
148 const struct vector *vector) in dal_vector_get_count()
154 const struct vector *vector, in dal_vector_at_index()
163 struct vector *vector, in dal_vector_remove_at_index()
180 const struct vector *vector, in dal_vector_set_at_index()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/include/
H A Dvector.h29 struct vector { struct
38 struct vector *vector, argument
/openbsd-src/regress/usr.sbin/bgpd/unittests/
H A Drde_community_test.h18 struct vector { struct
23 } vectors[] = { argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dunion2.C14 template<class T> struct vector : public vector_base<T> { struct
15 vector () { def_basep (); } in vector() argument
H A Dlookup1.C10 struct vector : __vector_alloc_base<T,int> struct
13 explicit vector(const allocator_type& a = allocator_type()) {} argument
H A Denum6.C4 struct vector {}; struct
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Denviron.c49 char **vector = e->vector; in free_environ() local
105 char **vector = e->vector; in get_in_environ() local
122 char **vector = e->vector; in set_in_environ() local
168 char **vector = e->vector; in unset_in_environ() local
H A Denviron.h34 char **vector; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Di386-sse-4.c6 struct vector struct
19 struct vector v; in doit() argument
H A Daltivec-5.c4 #define vector __attribute__((vector_size(16))) macro
H A Daltivec-2.c7 #define vector __attribute__((vector_size(16))) macro
H A Daltivec-4.c4 #define vector __attribute__((vector_size(16))) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Danon1.C6 struct vector { struct
16 vector<s> array; argument
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst1495 .. _dss_arrayref:
1497 llvm/ADT/ArrayRef.h
1508 Fixed Size Arrays
1517 Heap Allocated Arrays
1531 llvm/ADT/TinyPtrVector.h
1543 llvm/ADT/SmallVector.h
1630 <vector>
1660 .. _dss_deque:
1662 <deque>
1676 <list>
[all …]
/openbsd-src/sys/arch/alpha/alpha/
H A Ddec_6600.c329 unsigned long vector, unsigned long logout) in dec_6600_environmental_mcheck()
450 unsigned long vector, unsigned long logout) in dec_6600_mcheck()
554 unsigned long vector, unsigned long param) in dec_6600_mcheck_handler()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dcfg3.C35 struct vector : _Vector_base struct
37 vector(const allocator& __a = allocator()) : _Vector_base(__a) {} in _Vector_base() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020304-1.c12 struct vector { struct
13 long header;
14 int length;
15 union scmobj *obj0;
H A Dsimd-3.c5 floatvect2 vector; member
H A Dsimd-2.c5 floatvect2 vector; member
H A Dsimd-4.c5 floatvect2 vector; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h56 static constexpr LLT vector(ElementCount EC, unsigned ScalarSizeInBits) { in vector() function
63 static constexpr LLT vector(ElementCount EC, LLT ScalarTy) { in vector() function
/openbsd-src/libexec/login_radius/
H A Draddauth.c129 u_char vector[AUTH_VECTOR_LEN]; global() member
154 char vector[AUTH_VECTOR_LEN+1], *p, *v; raddauth() local
343 rad_request(u_char id,char * name,char * password,int port,char * vector,char * state) rad_request() argument
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/
H A De500-regs.c4 #define vector __attribute__((vector_size(8))) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D950607-2.c8 long long vector; in f() local
/openbsd-src/sys/dev/pci/drm/amd/display/dc/gpio/dce80/
H A Dhw_translate_dce80.c45 uint32_t vector) in index_from_vector()

1234