Home
last modified time | relevance | path

Searched refs:vector (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dragonfly/sys/dev/drm/amd/display/dc/basics/
H A Dvector.c30 struct vector *vector, in dal_vector_construct() argument
55 struct vector *vector, in dal_vector_presized_costruct() argument
132 struct vector *vector) in dal_vector_destruct() argument
140 struct vector **vector) in dal_vector_destroy() argument
150 const struct vector *vector) in dal_vector_get_count() argument
156 const struct vector *vector, in dal_vector_at_index() argument
165 struct vector *vector, in dal_vector_remove_at_index() argument
182 const struct vector *vector, in dal_vector_set_at_index() argument
205 struct vector *vector, in dal_vector_insert_at() argument
237 struct vector *vector, in dal_vector_append() argument
[all …]
/dragonfly/sys/dev/drm/amd/display/include/
H A Dvector.h38 struct vector *vector, argument
57 struct vector *vector);
60 struct vector **vector);
63 const struct vector *vector);
73 struct vector *vector,
78 struct vector *vector,
83 const struct vector *vector,
87 const struct vector *vector,
99 struct vector *vector,
114 struct vector *vector, \
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Denviron.c46 char **vector = e->vector; in free_environ() local
48 while (*vector) in free_environ()
73 e->vector = (char **) xrealloc ((char *) e->vector, in init_environ()
104 char **vector = e->vector; in get_in_environ() local
107 for (; (s = *vector) != NULL; vector++) in get_in_environ()
121 char **vector = e->vector; in set_in_environ() local
133 vector = (char **) xrealloc ((char *) vector, in set_in_environ()
135 e->vector = vector; in set_in_environ()
167 char **vector = e->vector; in unset_in_environ() local
170 for (; (s = *vector) != NULL; vector++) in unset_in_environ()
[all …]
/dragonfly/usr.sbin/ppp/
H A Dauth.c139 memset(vector, '\0', sizeof vector); in auth_SetPhoneList()
140 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0) in auth_SetPhoneList()
200 memset(vector, '\0', sizeof vector); in auth_Select()
201 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0) in auth_Select()
210 if (n > 2 && *vector[2] && strcmp(vector[2], "*") && in auth_Select()
217 if (n > 3 && *vector[3] && strcmp(vector[3], "*")) in auth_Select()
267 memset(vector, '\0', sizeof vector); in auth_Validate()
306 char *vector[5]; in auth_GetSecret() local
323 memset(vector, '\0', sizeof vector); in auth_GetSecret()
324 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0) in auth_GetSecret()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi11968 vector float vec_madd (vector float, vector float, vector float);
12271 vector float vec_nmsub (vector float, vector float, vector float);
12433 vector float vec_sel (vector float, vector float, vector bool int);
12434 vector float vec_sel (vector float, vector float, vector unsigned int);
13346 vector double vec_madd (vector double, vector double, vector double);
13349 vector float vec_msub (vector float, vector float, vector float);
13350 vector double vec_msub (vector double, vector double, vector double);
13355 vector float vec_nmadd (vector float, vector float, vector float);
13356 vector double vec_nmadd (vector double, vector double, vector double);
13357 vector double vec_nmsub (vector double, vector double, vector double);
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/
H A Dvector31 #include <vector>
129 class vector
167 vector()
170 vector(const vector& __x)
174 vector(const vector&) = default;
175 vector(vector&&) = default;
215 vector(vector&& __x, const _Allocator& __a)
224 vector&
233 vector&
236 vector&
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Dvector31 #include <vector>
42 class vector
121 vector(const vector& __x)
137 vector(vector&& __x) noexcept
151 vector(vector&& __x, const _Allocator& __a) noexcept
169 vector&
177 vector&
186 vector&
501 swap(vector<_Tp, _Alloc>& __lhs, vector<_Tp, _Alloc>& __rhs)
507 swap(vector<_Tp, _Alloc>&& __lhs, vector<_Tp, _Alloc>& __rhs)
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dvector34 #include <vector>
113 class vector
190 vector(const vector& __x)
195 vector(const vector&) = default;
196 vector(vector&&) = default;
198 vector(const vector& __x, const allocator_type& __a)
201 vector(vector&& __x, const allocator_type& __a)
218 vector&
227 vector&
230 vector&
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dvector26 /** @file debug/vector
33 #include <vector>
45 class vector
107 vector(const vector& __x)
115 vector(vector&& __x) noexcept
123 vector(const vector& __x, const allocator_type& __a)
126 vector(vector&& __x, const allocator_type& __a)
142 vector&
152 vector&
163 vector&
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_vector.h246 vector() in _GLIBCXX_VISIBILITY()
307 vector(const vector& __x) in _GLIBCXX_VISIBILITY()
324 vector(vector&& __x) noexcept in _GLIBCXX_VISIBILITY()
328 vector(const vector& __x, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
337 vector(vector&& __rv, const allocator_type& __m) in _GLIBCXX_VISIBILITY()
414 vector& in _GLIBCXX_VISIBILITY()
426 vector& in _GLIBCXX_VISIBILITY()
448 vector& in _GLIBCXX_VISIBILITY()
1079 swap(vector& __x) in _GLIBCXX_VISIBILITY()
1387 operator<(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
[all …]
H A Dvector.tcc66 vector<_Tp, _Alloc>::
92 vector<_Tp, _Alloc>::
108 vector<_Tp, _Alloc>::
135 vector<_Tp, _Alloc>::
147 vector<_Tp, _Alloc>::
160 vector<_Tp, _Alloc>&
161 vector<_Tp, _Alloc>::
219 vector<_Tp, _Alloc>::
319 vector<_Tp, _Alloc>:: in _M_insert_aux()
442 vector<_Tp, _Alloc>::
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dvisx19 >2 byte 101 (unsigned char vector)
20 >2 byte 102 (short integer vector)
21 >2 byte 103 (float 32 vector)
22 >2 byte 104 (float 64 vector)
23 >2 byte 105 (signed char vector)
24 >2 byte 106 (bit plane vector)
25 >2 byte 121 (feature vector)
26 >2 byte 122 (feature vector library)
28 >2 byte 126 (bit vector)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dvector.tcc66 vector<_Tp, _Alloc>::
97 vector<_Tp, _Alloc>::
118 vector<_Tp, _Alloc>::
159 vector<_Tp, _Alloc>::
172 vector<_Tp, _Alloc>::
185 vector<_Tp, _Alloc>&
186 vector<_Tp, _Alloc>::
245 vector<_Tp, _Alloc>::
327 vector<_Tp, _Alloc>::
387 vector<_Tp, _Alloc>:: in _M_insert_aux()
[all …]
H A Dstl_vector.h391 vector() in _GLIBCXX_VISIBILITY()
458 vector(const vector& __x) in _GLIBCXX_VISIBILITY()
476 vector(vector&& __x) noexcept in _GLIBCXX_VISIBILITY()
480 vector(const vector& __x, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
490 vector(vector&& __rv, const allocator_type& __m) in _GLIBCXX_VISIBILITY()
581 vector& in _GLIBCXX_VISIBILITY()
595 vector& in _GLIBCXX_VISIBILITY()
616 vector& in _GLIBCXX_VISIBILITY()
1609 vector* _M_this; in _GLIBCXX_VISIBILITY()
1770 operator<(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dathlon.md41 (const_string "vector")
44 (const_string "vector")
48 (const_string "vector")]
161 "athlon-vector,athlon-ieu")
176 "athlon-vector,athlon-load,athlon-ieu")
188 "athlon-vector,(athlon-ieu+athlon-load)")
290 "athlon-vector,athlon-ieu,athlon-ieu")
296 "athlon-vector,athlon-ieu,athlon-ieu")
357 "athlon-vector,athlon-load,
366 "athlon-vector,athlon-load,
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dathlon.md40 (const_string "vector")
43 (const_string "vector")
47 (const_string "vector")]
160 "athlon-vector,athlon-ieu")
175 "athlon-vector,athlon-load,athlon-ieu")
187 "athlon-vector,(athlon-ieu+athlon-load)")
289 "athlon-vector,athlon-ieu,athlon-ieu")
295 "athlon-vector,athlon-ieu,athlon-ieu")
356 "athlon-vector,athlon-load,
365 "athlon-vector,athlon-load,
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Ddynobj.h43 typedef std::vector<std::string> Needed;
94 create_elf_hash_table(const std::vector<Symbol*>& dynsyms,
138 const std::vector<uint32_t>& chain,
146 const std::vector<uint32_t>& dynsym_hashvals,
330 typedef std::vector<const char*> Version_map;
461 typedef std::vector<std::string> Deps;
548 typedef std::vector<Verneed_version*> Need_versions;
577 std::vector<Symbol*>* syms);
595 const std::vector<Symbol*>& syms,
621 typedef std::vector<Verdef*> Defs;
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Ddynobj.h43 typedef std::vector<std::string> Needed;
94 create_elf_hash_table(const std::vector<Symbol*>& dynsyms,
138 const std::vector<uint32_t>& chain,
146 const std::vector<uint32_t>& dynsym_hashvals,
330 typedef std::vector<const char*> Version_map;
461 typedef std::vector<std::string> Deps;
548 typedef std::vector<Verneed_version*> Need_versions;
577 std::vector<Symbol*>* syms);
595 const std::vector<Symbol*>& syms,
621 typedef std::vector<Verdef*> Defs;
[all …]
H A Dicf.h42 typedef std::vector<Section_id> Sections_reachable_info;
43 typedef std::vector<Symbol*> Symbol_info;
44 typedef std::vector<std::pair<long long, long long> > Addend_info;
45 typedef std::vector<uint64_t> Offset_info;
46 typedef std::vector<unsigned int> Reloc_addend_size_info;
148 std::vector<Section_id> id_section_;
154 std::vector<unsigned int> kept_section_id_;
/dragonfly/sbin/devd/
H A Ddevd.hh138 std::vector<eps *> _epsvec;
167 void sort_vector(std::vector<event_proc *> &);
174 std::vector<std::string> _dir_list;
176 std::vector<var_list *> _var_list_table;
177 std::vector<event_proc *> _attach_list;
178 std::vector<event_proc *> _detach_list;
179 std::vector<event_proc *> _nomatch_list;
180 std::vector<event_proc *> _notify_list;
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dpexecute.c100 int *vector; in pwait() local
102 vector = XNEWVEC (int, idx); in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
105 free (vector); in pwait()
108 *status = vector[pid]; in pwait()
109 free (vector); in pwait()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dpexecute.c100 int *vector; in pwait() local
102 vector = XNEWVEC (int, idx); in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
105 free (vector); in pwait()
108 *status = vector[pid]; in pwait()
109 free (vector); in pwait()
/dragonfly/contrib/gdb-7/libiberty/
H A Dpexecute.c100 int *vector; in pwait() local
102 vector = XNEWVEC (int, idx); in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
105 free (vector); in pwait()
108 *status = vector[pid]; in pwait()
109 free (vector); in pwait()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dpexecute.c100 int *vector; in pwait() local
102 vector = XNEWVEC (int, idx); in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
105 free (vector); in pwait()
108 *status = vector[pid]; in pwait()
109 free (vector); in pwait()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dpexecute.c100 int *vector; in pwait() local
102 vector = XNEWVEC (int, idx); in pwait()
103 if (!pex_get_status (pex, idx, vector)) in pwait()
105 free (vector); in pwait()
108 *status = vector[pid]; in pwait()
109 free (vector); in pwait()

12345678910>>...15