Searched defs:vec (Results 1 - 25 of 145) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Darray10.C4 typedef int __attribute__((mode(V2SI))) vec; typedef
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest4.C4 class vec { class
H A Dwarnings7.C9 T *vec; member in class:X
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dexpr1.C1 template <int n> class vec { class
5 vec() { function in class:vec
9 vec(const vec<n>& v) { function in class:vec
13 vec(const vec<n-1>& v, const double& y) { function in class:vec
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb44.C20 ostream& operator<< (ostream& out, const Vector<T> & vec) argument
/openbsd-current/games/mille/
H A Dvarpush.c54 const struct iovec vec[] = { local
/openbsd-current/sbin/isakmpd/
H A Dmonitor_fdpass.c48 struct iovec vec; local
86 struct iovec vec; local
/openbsd-current/sbin/pflogd/
H A Dprivsep_fdpass.c58 struct iovec vec; local
97 struct iovec vec; local
/openbsd-current/regress/lib/libutil/pkcs5_pbkdf2/
H A Dpkcs5_pbkdf2_test.c128 struct test_vector *vec; local
/openbsd-current/libexec/ftpd/
H A Dmonitor_fdpass.c40 struct iovec vec; local
78 struct iovec vec; local
/openbsd-current/usr.sbin/syslogd/
H A Dprivsep_fdpass.c53 struct iovec vec; local
92 struct iovec vec; local
/openbsd-current/usr.sbin/tcpdump/
H A Dprivsep_fdpass.c41 struct iovec vec; local
79 struct iovec vec; local
/openbsd-current/usr.bin/ssh/
H A Dmonitor_fdpass.c48 struct iovec vec; local
96 struct iovec vec; local
/openbsd-current/sys/arch/luna88k/stand/boot/
H A Dfault.c81 int vec; local
/openbsd-current/usr.sbin/acme-client/
H A Ddnsproc.c54 host_dns(const char *s, struct addr *vec) argument
/openbsd-current/gnu/gcc/gcc/
H A Dvec.c41 void *vec[1]; member in struct:vec_prefix
97 vec_gc_o_reserve_1 (void *vec, int reserve, size_t vec_offset, size_t elt_size, argument
120 vec_gc_p_reserve (void *vec, in argument
134 vec_gc_p_reserve_exact(void *vec, int reserve MEM_STAT_DECL) argument
147 vec_gc_o_reserve(void *vec, int reserve, size_t vec_offset, size_t elt_size MEM_STAT_DECL) argument
159 vec_gc_o_reserve_exact(void *vec, int reserve, size_t vec_offset, size_t elt_size MEM_STAT_DECL) argument
169 vec_heap_o_reserve_1(void *vec, int reserve, size_t vec_offset, size_t elt_size, bool exact MEM_STAT_DECL) argument
189 vec_heap_p_reserve(void *vec, int reserve MEM_STAT_DECL) argument
200 vec_heap_p_reserve_exact(void *vec, int reserve MEM_STAT_DECL) argument
211 vec_heap_o_reserve(void *vec, int reserve, size_t vec_offset, size_t elt_size MEM_STAT_DECL) argument
221 vec_heap_o_reserve_exact(void *vec, int reserve, size_t vec_offset, size_t elt_size MEM_STAT_DECL) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcode-gen5.C38 VEC *vec; member in class:VectorInt
231 VecElem( Vector &vec, in argument
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dsighandle.c186 struct sigvec vec; local
/openbsd-current/sys/arch/powerpc64/dev/
H A Dpci_machdep.c138 _pci_intr_map_msix(struct pci_attach_args *pa, int vec, argument
89 pci_msix_enable(pci_chipset_tag_t pc, pcitag_t tag, bus_space_tag_t memt, int vec, bus_addr_t addr, uint32_t data) argument
[all...]
/openbsd-current/sys/arch/i386/pci/
H A Dpci_machdep.h120 pci_intr_map_msix(struct pci_attach_args *pa, int vec, pci_intr_handle_t *ihp) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DPackedVector.h89 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} argument
/openbsd-current/sys/arch/riscv64/dev/
H A Dpci_machdep.c138 _pci_intr_map_msivec(struct pci_attach_args *pa, int vec, argument
145 _pci_intr_map_msix(struct pci_attach_args *pa, int vec, argument
89 pci_msix_enable(pci_chipset_tag_t pc, pcitag_t tag, bus_space_tag_t memt, int vec, bus_addr_t addr, uint32_t data) argument
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Drun.c115 struct sigvec vec, ivec, qvec; local
/openbsd-current/sys/arch/m88k/m88k/
H A Dm88k_machdep.c398 u_int32_t vec; local
/openbsd-current/gnu/llvm/lld/ELF/
H A DScriptLexer.cpp109 std::vector<StringRef> vec; local

Completed in 386 milliseconds

123456