Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 125) sorted by relevance

12345

/freebsd/contrib/bearssl/tools/
H A Dbrssl.h96 #define VEC_CLEAR(vec) do { \ argument
107 #define VEC_CLEAREXT(vec, fun) do { \ argument
118 #define VEC_ADD(vec, x) do { \ argument
127 #define VEC_ADDMANY(vec, xp, num) do { \ argument
139 #define VEC_ELT(vec, idx) ((vec).buf[idx]) argument
144 #define VEC_LEN(vec) ((vec).ptr) argument
149 #define VEC_TOARRAY(vec) xblobdup((vec).buf, sizeof *((vec).buf) * (vec).ptr) argument
/freebsd/contrib/bc/src/
H A Dread.c96 bc_read_buf(BcVec* vec, char* buf, size_t* buf_len) in bc_read_buf()
132 bc_read_chars(BcVec* vec, const char* prompt) in bc_read_chars()
242 bc_read_line(BcVec* vec, const char* prompt) in bc_read_line()
/freebsd/sys/powerpc/include/
H A Dpcb.h84 struct vec { struct
85 uint32_t vr[32][4];
86 uint32_t spare[2];
87 uint32_t vrsave;
88 uint32_t vscr; /* aligned at vector element 3 */
/freebsd/contrib/pf/pflogd/
H A Dprivsep_fdpass.c58 struct iovec vec; in send_fd() local
97 struct iovec vec; in receive_fd() local
/freebsd/crypto/openssh/
H A Dmonitor_fdpass.c63 struct iovec vec; in mm_send_fd() local
123 struct iovec vec; in mm_receive_fd() local
/freebsd/lib/libc/net/
H A Dnsdispatch.c194 vector_sort(void *vec, unsigned int count, size_t esize, in vector_sort()
202 vector_search(const void *key, void *vec, unsigned int count, size_t esize, in vector_search()
210 vector_append(const void *elem, void *vec, unsigned int *count, size_t esize) in vector_append()
229 vector_ref(unsigned int i, void *vec, unsigned int count, size_t esize) in vector_ref()
241 vector_free(void *vec, unsigned int *count, size_t esize, in vector_free()
/freebsd/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c55 struct iovec vec; in send_fd() local
107 struct iovec vec; in recv_fd() local
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mincore.c86 char *vec; in check_residency() local
117 char *map, *vec; in ATF_TC_BODY() local
/freebsd/contrib/tcpdump/
H A Dprint-carp.c70 struct cksum_vec vec[1]; in carp_print() local
H A Dprint-mobile.c69 struct cksum_vec vec[1]; in mobile_print() local
H A Dprint-ip.c148 struct cksum_vec vec[2]; in nextproto4_cksum() local
327 struct cksum_vec vec[1]; in ip_print() local
H A Din_cksum.c57 in_cksum(const struct cksum_vec *vec, int veclen) in in_cksum()
H A Dprint-vrrp.c141 struct cksum_vec vec[1]; in vrrp_print() local
/freebsd/contrib/bzip2/
H A Dhuffman.c158 Int32 n, vec, i; in BZ2_hbAssignCodes() local
178 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h11 void **vec; member
131 void *vec[1]; member
196 void *vec[PROF_BT_MAX]; member
/freebsd/sys/powerpc/powerpc/
H A Dptrace_machdep.c51 struct vec vec; in cpu_ptrace() local
/freebsd/sys/dev/ixl/
H A Dixl_iw.c55 int vec; in ixl_iw_pf_msix_reset() local
329 int vec, i; in ixl_iw_pf_msix_init() local
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2835-common.dtsi110 vec: vec@7e806000 { label
/freebsd/sys/xen/xenbus/
H A Dxenbusb.c131 xenbusb_otherend_watch_cb(struct xs_watch *watch, const char **vec, in xenbusb_otherend_watch_cb()
169 xenbusb_local_watch_cb(struct xs_watch *watch, const char **vec, in xenbusb_local_watch_cb()
552 xenbusb_devices_changed(struct xs_watch *watch, const char **vec, in xenbusb_devices_changed()
/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c100 int len, tlen, npad, fd, k, m, vec, system = -1, nb; in dvrecv() local
258 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; in dvsend() local
/freebsd/contrib/tcsh/
H A Dsh.set.c497 Char *vec[5]; in operate() local
641 Char **vec = xmalloc(2 * sizeof(Char **)); in setv() local
649 set1(const Char *var, Char **vec, struct varent *head, int flags) in set1()
720 setq(const Char *name, Char **vec, struct varent *p, int flags) in setq()
H A Dtc.h72 Char **vec; member
/freebsd/crypto/openssl/crypto/
H A Dsparcv9cap.c105 unsigned int vec[2] = { 0, 0 }; in OPENSSL_cpuid_setup() local
/freebsd/contrib/ntp/libntp/
H A Dsyssignal.c35 struct sigaction vec; in signal_no_reset() local
/freebsd/crypto/heimdal/lib/wind/
H A Dgen-normalize.py111 vec = [int(x, 0x10) for x in value.split()]; variable

12345