| /NextBSD/sys/boot/common/ |
| HD | merge_help.awk | 12 ind = 0; 36 ind++; 37 if (ind == 1) 39 first = ind; 40 help[ind, "T"] = T; 41 help[ind, "S"] = S; 42 help[ind, "link"] = -1; 54 help[j, "link"] = ind; 55 help[ind, "link"] = -1; 57 help[ind, "link"] = i; [all …]
|
| /NextBSD/sys/contrib/ngatm/netnatm/sig/ |
| HD | sig_party.c | 78 struct uniapi_party_created *ind; in uni_create_partyx() local 85 if ((ind = ALLOC_API(struct uniapi_party_created, api)) == NULL) { in uni_create_partyx() 90 ind->cref.cref = c->cref; in uni_create_partyx() 91 ind->cref.flag = c->mine; in uni_create_partyx() 92 MK_IE_EPREF(ind->epref, epref, mine); in uni_create_partyx() 93 ind->epref.h.act = UNI_IEACT_DEFAULT; in uni_create_partyx() 154 struct uniapi_party_destroyed *ind; in uni_destroy_party() local 165 ind = ALLOC_API(struct uniapi_party_destroyed, api); in uni_destroy_party() 166 if (ind != NULL) { in uni_destroy_party() 167 ind->cref.cref = p->call->cref; in uni_destroy_party() [all …]
|
| /NextBSD/contrib/apr/misc/unix/ |
| HD | getopt.c | 64 (*os)->ind = 1; in apr_getopt_init() 78 if (os->ind >= os->argc || *(os->place = os->argv[os->ind]) != '-') { in apr_getopt() 84 ++os->ind; in apr_getopt() 101 ++os->ind; in apr_getopt() 112 ++os->ind; in apr_getopt() 117 else if (os->argc <= ++os->ind) { /* no arg */ in apr_getopt() 132 *optarg = os->argv[os->ind]; in apr_getopt() 134 ++os->ind; in apr_getopt() 161 int len2 = os->ind - os->skip_end; in permute() 210 os->ind = 1; in apr_getopt_long() [all …]
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | hextolfp.c | 22 char *ind = NULL; in hextolfp() local 38 (ind = strchr(digits, *cp)) != NULL) { in hextolfp() 40 dec_i += ((ind - digits) > 15) in hextolfp() 41 ? (u_long)(ind - digits - 6) in hextolfp() 42 : (u_long)(ind - digits); in hextolfp() 46 if ((cp - cpstart) < 8 || ind == NULL) in hextolfp() 53 (ind = strchr(digits, *cp)) != NULL) { in hextolfp() 55 dec_f += ((ind - digits) > 15) in hextolfp() 56 ? (u_long)(ind - digits - 6) in hextolfp() 57 : (u_long)(ind - digits); in hextolfp() [all …]
|
| HD | atolfp.c | 38 char *ind; in atolfp() local 69 while (*cp != '\0' && (ind = strchr(digits, *cp)) != NULL) { in atolfp() 71 dec_i += (u_long)(ind - digits); in atolfp() 80 && (ind = strchr(digits, *cp)) != NULL) { in atolfp() 83 dec_f += (u_long)(ind - digits); in atolfp()
|
| /NextBSD/lib/libcam/ |
| HD | scsi_cmdparse.c | 544 int ind; in do_encode() local 553 ind = 0; in do_encode() 577 ind = value; in do_encode() 593 if (ind < vec_max) { in do_encode() 594 buff[ind++] = val; in do_encode() 601 if (ind < vec_max) { in do_encode() 602 buff[ind++] = val; in do_encode() 609 if (ind < vec_max) in do_encode() 610 buff[ind++] = value; in do_encode() 614 if (ind < vec_max - 2 + 1) { in do_encode() [all …]
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_ocsp.c | 92 BIO *bp, int ind); 161 int ind) in i2r_ocsp_crlid() argument 165 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) in i2r_ocsp_crlid() 173 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) in i2r_ocsp_crlid() 181 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) in i2r_ocsp_crlid() 194 BIO *bp, int ind) in i2r_ocsp_acutoff() argument 196 if (BIO_printf(bp, "%*s", ind, "") <= 0) in i2r_ocsp_acutoff() 204 int ind) in i2r_object() argument 206 if (BIO_printf(bp, "%*s", ind, "") <= 0) in i2r_object() 287 BIO *bp, int ind) in i2r_ocsp_serviceloc() argument [all …]
|
| HD | v3_ncons.c | 70 BIO *bp, int ind); 73 int ind, char *name); 160 BIO *bp, int ind) in i2r_NAME_CONSTRAINTS() argument 164 bp, ind, "Permitted"); in i2r_NAME_CONSTRAINTS() 166 bp, ind, "Excluded"); in i2r_NAME_CONSTRAINTS() 172 BIO *bp, int ind, char *name) in do_i2r_name_constraints() argument 177 BIO_printf(bp, "%*s%s:\n", ind, "", name); in do_i2r_name_constraints() 180 BIO_printf(bp, "%*s", ind + 2, ""); in do_i2r_name_constraints()
|
| /NextBSD/contrib/ofed/libmthca/src/ |
| HD | srq.c | 65 void mthca_free_srq_wqe(struct mthca_srq *srq, int ind) in mthca_free_srq_wqe() argument 72 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe() 73 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe() 74 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe() 75 srq->last_free = ind; in mthca_free_srq_wqe() 88 int ind; in mthca_tavor_post_srq_recv() local 100 ind = srq->first_free; in mthca_tavor_post_srq_recv() 101 wqe = get_wqe(srq, ind); in mthca_tavor_post_srq_recv() 144 srq->wrid[ind] = wr->wr_id; in mthca_tavor_post_srq_recv() 188 int ind; in mthca_arbel_post_srq_recv() local [all …]
|
| HD | qp.c | 106 int ind; in mthca_tavor_post_send() local 124 ind = qp->sq.next_ind; in mthca_tavor_post_send() 133 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send() 283 qp->wrid[ind + qp->rq.max] = wr->wr_id; in mthca_tavor_post_send() 292 htonl(((ind << qp->sq.wqe_shift) + in mthca_tavor_post_send() 311 ++ind; in mthca_tavor_post_send() 312 if (ind >= qp->sq.max) in mthca_tavor_post_send() 313 ind -= qp->sq.max; in mthca_tavor_post_send() 327 qp->sq.next_ind = ind; in mthca_tavor_post_send() 344 int ind; in mthca_tavor_post_recv() local [all …]
|
| /NextBSD/sys/opencrypto/ |
| HD | criov.c | 107 int ind, len; in cuio_getptr() local 109 ind = 0; in cuio_getptr() 110 while (loc >= 0 && ind < uio->uio_iovcnt) { in cuio_getptr() 111 len = uio->uio_iov[ind].iov_len; in cuio_getptr() 114 return (ind); in cuio_getptr() 117 ind++; in cuio_getptr() 120 if (ind > 0 && loc == 0) { in cuio_getptr() 121 ind--; in cuio_getptr() 122 *off = uio->uio_iov[ind].iov_len; in cuio_getptr() 123 return (ind); in cuio_getptr()
|
| HD | cryptosoft.c | 90 int i, j, k, blks, ind, count, ivlen; in swcr_encdec() local 176 ind = cuio_getptr(uio, count, &k); in swcr_encdec() 177 if (ind == -1) { in swcr_encdec() 189 if (uio->uio_iov[ind].iov_len < k + blks && in swcr_encdec() 190 uio->uio_iov[ind].iov_len != k) { in swcr_encdec() 238 ind = cuio_getptr(uio, count, &k); in swcr_encdec() 239 if (ind == -1) { in swcr_encdec() 256 idat = (char *)uio->uio_iov[ind].iov_base + k; in swcr_encdec() 258 while (uio->uio_iov[ind].iov_len >= k + blks && i > 0) { in swcr_encdec() 303 if (i > 0 && k == uio->uio_iov[ind].iov_len) { in swcr_encdec() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXLowerAggrCopies.cpp | 81 PHINode *ind = loop.CreatePHI(indType, 0); in convertTransferToLoop() local 83 ind->addIncoming(ConstantInt::get(indType, 0), origBB); in convertTransferToLoop() 88 Value *val = loop.CreateLoad(loop.CreateGEP(loop.getInt8Ty(), srcAddr, ind), in convertTransferToLoop() 91 loop.CreateStore(val, loop.CreateGEP(loop.getInt8Ty(), dstAddr, ind), in convertTransferToLoop() 95 Value *newind = loop.CreateAdd(ind, ConstantInt::get(indType, 1)); in convertTransferToLoop() 96 ind->addIncoming(newind, loopBB); in convertTransferToLoop() 119 PHINode *ind = loop.CreatePHI(len->getType(), 0); in convertMemSetToLoop() local 120 ind->addIncoming(ConstantInt::get(len->getType(), 0), origBB); in convertMemSetToLoop() 122 loop.CreateStore(val, loop.CreateGEP(val->getType(), dstAddr, ind), false); in convertMemSetToLoop() 124 Value *newind = loop.CreateAdd(ind, ConstantInt::get(len->getType(), 1)); in convertMemSetToLoop() [all …]
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | xatexit.c | 52 int ind; /* next index in this table */ member 76 if (p->ind >= XATEXIT_SIZE) in xatexit() 80 p->ind = 0; in xatexit() 84 p->fns[p->ind++] = fn; in xatexit() 97 for (n = p->ind; --n >= 0;) in xatexit_cleanup()
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | xatexit.c | 52 int ind; /* next index in this table */ member 76 if (p->ind >= XATEXIT_SIZE) in xatexit() 80 p->ind = 0; in xatexit() 84 p->fns[p->ind++] = fn; in xatexit() 97 for (n = p->ind; --n >= 0;) in xatexit_cleanup()
|
| /NextBSD/contrib/libreadline/ |
| HD | mbutil.c | 321 _rl_char_value (buf, ind) in _rl_char_value() argument 323 int ind; 331 return ((wchar_t) buf[ind]); 333 if (ind >= l - 1) 334 return ((wchar_t) buf[ind]); 336 tmp = mbrtowc (&wc, buf + ind, l - ind, &ps); 338 return ((wchar_t) buf[ind]);
|
| /NextBSD/sys/contrib/ngatm/netnatm/api/ |
| HD | cc_conn.c | 1115 struct uniapi_drop_party_ack_indication *ind = uni_msg_rptr(msg, in cc_conn_sig_handle() local 1118 cc_party_drop_ack_ind(conn, &ind->drop); in cc_conn_sig_handle() 1306 struct uniapi_setup_indication *ind = uni_msg_rptr(msg, in cc_conn_sig_handle() local 1317 conn->blli[i] = ind->setup.blli[i]; in cc_conn_sig_handle() 1318 conn->bearer = ind->setup.bearer; in cc_conn_sig_handle() 1319 conn->traffic = ind->setup.traffic; in cc_conn_sig_handle() 1320 conn->qos = ind->setup.qos; in cc_conn_sig_handle() 1321 conn->exqos = ind->setup.exqos; in cc_conn_sig_handle() 1322 conn->called = ind->setup.called; in cc_conn_sig_handle() 1323 conn->calledsub = ind->setup.calledsub[0]; in cc_conn_sig_handle() [all …]
|
| /NextBSD/contrib/flex/ |
| HD | ccl.c | 40 int ind, len, i; in ccl_contains() local 43 ind = cclmap[cclp]; in ccl_contains() 46 if (ccltbl[ind + i] == ch) in ccl_contains() 59 int ind, len, newpos, i; local 64 ind = cclmap[cclp]; 69 if (ccltbl[ind + i] == ch) 76 newpos = ind + len;
|
| /NextBSD/contrib/subversion/subversion/svnversion/ |
| HD | svnversion.c | 207 if (os->ind > argc || os->ind < argc - 2) in sub_main() 215 (os->ind < argc) ? os->argv[os->ind] : ".", in sub_main() 222 if (os->ind+1 < argc) in sub_main() 223 SVN_ERR(svn_utf_cstring_to_utf8(&trail_url, os->argv[os->ind+1], pool)); in sub_main()
|
| /NextBSD/contrib/ofed/libmlx4/src/ |
| HD | qp.c | 196 int ind; in mlx4_post_send() local 207 ind = qp->sq.head; in mlx4_post_send() 228 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in mlx4_post_send() 229 qp->sq.wrid[ind & (qp->sq.wqe_cnt - 1)] = wr->wr_id; in mlx4_post_send() 387 (ind & qp->sq.wqe_cnt ? htonl(1 << 31) : 0); in mlx4_post_send() 395 stamp_send_wqe(qp, (ind + qp->sq_spare_wqes) & in mlx4_post_send() 398 ++ind; in mlx4_post_send() 437 stamp_send_wqe(qp, (ind + qp->sq_spare_wqes - 1) & in mlx4_post_send() 452 int ind; in mlx4_post_recv() local 459 ind = qp->rq.head & (qp->rq.wqe_cnt - 1); in mlx4_post_recv() [all …]
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_srq.c | 478 int ind; in mthca_free_srq_wqe() local 481 ind = wqe_addr >> srq->wqe_shift; in mthca_free_srq_wqe() 486 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe() 487 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe() 488 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe() 489 srq->last_free = ind; in mthca_free_srq_wqe() 502 int ind; in mthca_tavor_post_srq_recv() local 514 ind = srq->first_free; in mthca_tavor_post_srq_recv() 515 wqe = get_wqe(srq, ind); in mthca_tavor_post_srq_recv() 551 srq->wrid[ind] = wr->wr_id; in mthca_tavor_post_srq_recv() [all …]
|
| HD | mthca_qp.c | 1492 int ind, struct ib_send_wr *wr, in build_mlx_header() argument 1550 ind * MTHCA_UD_HEADER_SIZE); in build_mlx_header() 1555 ind * MTHCA_UD_HEADER_SIZE); in build_mlx_header() 1638 int ind; in mthca_tavor_post_send() local 1645 ind = qp->sq.next_ind; in mthca_tavor_post_send() 1658 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send() 1732 err = build_mlx_header(dev, to_msqp(qp), ind, wr, in mthca_tavor_post_send() 1766 qp->wrid[ind] = wr->wr_id; in mthca_tavor_post_send() 1776 cpu_to_be32(((ind << qp->sq.wqe_shift) + in mthca_tavor_post_send() 1792 ++ind; in mthca_tavor_post_send() [all …]
|
| /NextBSD/lib/libc/stdlib/ |
| HD | atexit.c | 70 int ind; /* next index in this table */ member 102 else while (p->ind >= ATEXIT_SIZE) { in atexit_register() 117 p->ind = 0; in atexit_register() 121 p->fns[p->ind++] = *fptr; in atexit_register() 215 for (n = p->ind; --n >= 0;) { in __cxa_finalize()
|
| /NextBSD/crypto/heimdal/lib/kafs/ |
| HD | common.c | 177 int ind = *idx; in find_cells() local 190 for(i = 0; i < ind; i++) in find_cells() 193 if(i == ind){ in find_cells() 196 tmp = realloc(*cells, (ind + 1) * sizeof(**cells)); in find_cells() 200 (*cells)[ind] = strdup(cell); in find_cells() 201 if ((*cells)[ind] == NULL) in find_cells() 203 ++ind; in find_cells() 207 *idx = ind; in find_cells()
|
| /NextBSD/bin/sh/ |
| HD | show.c | 71 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree() argument 79 indent(ind, pfx, fp); in shtree() 90 shtree(n->nbinary.ch1, ind, NULL, fp); in shtree() 93 shtree(n->nbinary.ch2, ind, NULL, fp); in shtree() 97 if (ind >= 0) in shtree() 108 if (ind >= 0) in shtree() 113 if (ind >= 0) in shtree()
|