Searched refs:vec (Results 76 - 100 of 221) sorted by relevance

123456789

/freebsd-11-stable/contrib/serf/buckets/
H A Dbuckets.c163 char *serf_bstrcatv(serf_bucket_alloc_t *allocator, struct iovec *vec, argument
171 new_len += vec[i].iov_len;
179 memcpy(c, vec[i].iov_base, vec[i].iov_len);
180 c += vec[i].iov_len;
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp636 position vec[4]; local
637 vec[0] = cent + position(dim.x/2.0, dim.y/2.0 - rad);
638 vec[1] = cent + position(-dim.x/2.0, dim.y/2.0 - rad);
639 vec[2] = cent + position(-dim.x/2.0, -dim.y/2.0 + rad);
640 vec[3] = cent + position(dim.x/2.0, -dim.y/2.0 + rad);
641 polygon(vec, 4, ilt, fill);
642 vec[0] = cent + position(dim.x/2.0 - rad, dim.y/2.0);
643 vec[1] = cent + position(-dim.x/2.0 + rad, dim.y/2.0);
644 vec[2] = cent + position(-dim.x/2.0 + rad, -dim.y/2.0);
645 vec[
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c165 int ret = memcmp(a->bt.vec, b->bt.vec, comp_len * sizeof(void *));
260 bt_init(prof_bt_t *bt, void **vec) argument
265 bt->vec = vec;
318 assert(bt->vec != NULL);
320 nframes = unw_backtrace(bt->vec, PROF_BT_MAX);
346 data->bt->vec[data->bt->len] = ip;
375 bt->vec[(i)] = p; \
553 * Create a single allocation that has space for vec o
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exec.c251 if (v == NULL || v->vec == NULL || v->vec[0] == NULL || slash)
254 opv = v->vec;
449 if (v == NULL || v->vec == NULL) {
464 vp = saveblk(v->vec);
671 for (pv = v->vec; pv && *pv; pv++, hashwidth++)
697 for (pv = v->vec; pv && *pv; pv++, i++) {
820 if (v == NULL || v->vec == NULL || v->vec[0] == NULL || slash)
823 opv = v->vec;
[all...]
H A Dtw.init.c211 if (v == NULL || v->vec == NULL) /* if no path */
214 for (pv = v->vec; *pv; pv++) {
372 if (vp && vp->vec)
373 tw_cmd_state.pathv = vp->vec;
734 tw_env = vp->vec;
836 tw_env = tw_vptr->vec;
H A Dsh.hist.c507 if (vp && vp->vec) {
509 Char **vals = vp->vec;
1075 if (vp && vp->vec != NULL && vp->vec[0] && vp->vec[1])
1076 cp = vp->vec[1];
1272 if ((shist = adrof(STRsavehist)) != NULL && shist->vec != NULL) {
1276 for (i = 1; shist->vec[i]; i++) {
1277 if (eq(shist->vec[i], STRmerge))
1279 if (eq(shist->vec[
[all...]
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c652 status = apr_socket_sendv(conn->skt, conn->vec,
667 len += conn->vec[i].iov_len;
670 conn->vec[i].iov_len - (len - written),
671 conn->vec[i].iov_base);
673 memmove(conn->vec, &conn->vec[i],
677 conn->vec[0].iov_base = (char *)conn->vec[0].iov_base + (conn->vec[0].iov_len - (len - written));
678 conn->vec[
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestmemcache.c547 struct iovec vec[2]; local
577 vec[0].iov_base = "version";
578 vec[0].iov_len = sizeof("version") - 1;
580 vec[1].iov_base = "\r\n";
581 vec[1].iov_len = sizeof("\r\n") -1;
583 rv = apr_socket_sendv(sock, vec, 2, &written);
H A Dtestredis.c474 struct iovec vec[2]; local
504 vec[0].iov_base = "PING";
505 vec[0].iov_len = sizeof("PING") - 1;
507 vec[1].iov_base = "\r\n";
508 vec[1].iov_len = sizeof("\r\n") -1;
510 rv = apr_socket_sendv(sock, vec, 2, &written);
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c595 u_long vec; local
603 vec = rman_get_start(ires);
604 if (INTIGN(vec) != sc->sc_ign) {
606 "invalid interrupt vector 0x%lx\n", vec);
615 if (intr_vectors[vec].iv_ic == NULL) {
618 vec);
/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbusb.c127 * \param vec An array of pointers to NUL terminated strings containing
130 * \param vec_size The number of elements in vec.
133 xenbusb_otherend_watch_cb(struct xs_watch *watch, const char **vec, argument
146 path = vec[XS_WATCH_PATH];
164 * \param vec An array of pointers to NUL terminated strings containing
167 * \param vec_size The number of elements in vec.
171 xenbusb_local_watch_cb(struct xs_watch *watch, const char **vec, argument
183 path = vec[XS_WATCH_PATH];
554 * \param vec The XenStore watch event data.
558 xenbusb_devices_changed(struct xs_watch *watch, const char **vec, argument
[all...]
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_strings.c177 APR_DECLARE(char *) apr_pstrcatv(apr_pool_t *a, const struct iovec *vec, argument
188 src = vec;
201 src = vec;
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde.c844 struct fde_vector *vec = ob->u.sort;
847 for (lo = 0, hi = vec->count; lo < hi; )
850 const fde *f = vec->array[i];
871 struct fde_vector *vec = ob->u.sort;
876 for (lo = 0, hi = vec->count; lo < hi; )
879 const fde *f = vec->array[i];
901 struct fde_vector *vec = ob->u.sort;
904 for (lo = 0, hi = vec->count; lo < hi; )
907 const fde *f = vec->array[i];
841 struct fde_vector *vec = ob->u.sort; local
868 struct fde_vector *vec = ob->u.sort; local
898 struct fde_vector *vec = ob->u.sort; local
H A Dtoplev.c795 wrapup_global_declarations (tree *vec, int len) argument
801 wrapup_global_declaration_1 (vec[i]);
810 reconsider |= wrapup_global_declaration_2 (vec[i]);
872 check_global_declarations (tree *vec, int len) argument
877 check_global_declaration_1 (vec[i]);
883 emit_debug_global_declarations (tree *vec, int len) argument
893 debug_hooks->global_decl (vec[i]);
/freebsd-11-stable/gnu/lib/libsupc++/
H A DMakefile19 vec.cc vterminate.cc
/freebsd-11-stable/usr.bin/mail/
H A Dlex.c594 int vec[2], mdot; local
597 vec[0] = mdot;
598 vec[1] = 0;
602 headers(vec);
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c644 u_long vec; local
658 INTIGN(vec = rman_get_start(sc->sc_irq_res[index])) !=
660 INTVEC(PSYCHO_READ8(sc, intrmap)) != vec ||
661 intr_vectors[vec].iv_ic != &psycho_ic ||
1022 u_long vec; local
1029 vec = rman_get_start(ires);
1030 if (INTIGN(vec) != sc->sc_ign ||
1031 intr_vectors[vec].iv_ic != &psycho_ic) {
1032 device_printf(dev, "invalid interrupt vector 0x%lx\n", vec);
/freebsd-11-stable/sys/dev/ntb/
H A Dntb.h66 void ntb_db_event(device_t ntb, uint32_t vec);
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dreadwrite.c226 APR_DECLARE(apr_status_t) apr_file_writev(apr_file_t *thefile, const struct iovec *vec,
255 if ((bytes = writev(thefile->filedes, vec, nvec)) < 0) {
279 *nbytes = vec[0].iov_len;
280 return apr_file_write(thefile, vec[0].iov_base, nbytes);
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.am70 vec.cc \
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp3992 void __kmpc_doacross_wait(ident_t *loc, int gtid, const kmp_int64 *vec) { argument
4015 if (vec[0] < lo || vec[0] > up) {
4018 gtid, vec[0], lo, up));
4021 iter_number = vec[0] - lo;
4023 if (vec[0] < lo || vec[0] > up) {
4026 gtid, vec[0], lo, up));
4029 iter_number = (kmp_uint64)(vec[0] - lo) / st;
4031 if (vec[
4085 __kmpc_doacross_post(ident_t *loc, int gtid, const kmp_int64 *vec) argument
[all...]
/freebsd-11-stable/sys/sparc64/fhc/
H A Dfhc.c405 u_long vec; local
412 vec = rman_get_start(r);
413 if (INTIGN(vec) != sc->sc_ign || intr_vectors[vec].iv_ic != &fhc_ic) {
414 device_printf(bus, "invalid interrupt vector 0x%lx\n", vec);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dupa.c495 u_long vec; local
502 vec = rman_get_start(ires);
503 if (INTIGN(vec) != sc->sc_ign || intr_vectors[vec].iv_ic != &upa_ic) {
504 device_printf(dev, "invalid interrupt vector 0x%lx\n", vec);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c6078 zfs_ioc_vec_t *vec = &zfs_ioc_vec[ioc - ZFS_IOC_FIRST]; local
6082 ASSERT3P(vec->zvec_legacy_func, ==, NULL);
6083 ASSERT3P(vec->zvec_func, ==, NULL);
6085 vec->zvec_legacy_func = func;
6086 vec->zvec_secpolicy = secpolicy;
6087 vec->zvec_namecheck = namecheck;
6088 vec->zvec_allow_log = log_history;
6089 vec->zvec_pool_check = pool_check;
6102 zfs_ioc_vec_t *vec = &zfs_ioc_vec[ioc - ZFS_IOC_FIRST]; local
6106 ASSERT3P(vec
6558 const zfs_ioc_vec_t *vec; local
[all...]
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c139 const char **vec; member in struct:xs_stored_msg::__anon4::__anon6
665 msg->u.watch.vec = split(body, msg->hdr.len,
670 msg->u.watch.vec[XS_WATCH_TOKEN]);
682 free(msg->u.watch.vec, M_XENSTORE);
1069 (const char **)msg->u.watch.vec,
1071 free(msg->u.watch.vec, M_XENSTORE);
1699 free(msg->u.watch.vec, M_XENSTORE);

Completed in 328 milliseconds

123456789