Searched refs:ind (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-10.0-release/sys/boot/common/
H A Dmerge_help.awk12 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, "lin
[all...]
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dhextolfp.c21 char *ind = NULL; local
37 (ind = strchr(digits, *cp)) != NULL) {
39 dec_i += ((ind - digits) > 15) ? (ind - digits) - 6
40 : (ind - digits);
44 if ((cp - cpstart) < 8 || ind == NULL)
51 (ind = strchr(digits, *cp)) != NULL) {
53 dec_f += ((ind - digits) > 15) ? (ind - digits) - 6
54 : (ind
[all...]
H A Datolfp.c36 char *ind; local
65 while (*cp != '\0' && (ind = strchr(digits, *cp)) != NULL) {
67 dec_i += (ind - digits);
76 && (ind = strchr(digits, *cp)) != NULL) {
79 dec_f += (ind - digits);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dxatexit.c52 int ind; /* next index in this table */ member in struct:xatexit
76 if (p->ind >= XATEXIT_SIZE)
80 p->ind = 0;
84 p->fns[p->ind++] = fn;
97 for (n = p->ind; --n >= 0;)
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dxatexit.c52 int ind; /* next index in this table */ member in struct:xatexit
76 if (p->ind >= XATEXIT_SIZE)
80 p->ind = 0;
84 p->fns[p->ind++] = fn;
97 for (n = p->ind; --n >= 0;)
/freebsd-10.0-release/contrib/apr/misc/unix/
H A Dgetopt.c64 (*os)->ind = 1;
78 if (os->ind >= os->argc || *(os->place = os->argv[os->ind]) != '-') {
84 ++os->ind;
101 ++os->ind;
112 ++os->ind;
117 else if (os->argc <= ++os->ind) { /* no arg */
132 *optarg = os->argv[os->ind];
134 ++os->ind;
155 * non-option arguments, os->skip_end is where we stopped, and os->ind
[all...]
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c78 struct uniapi_party_created *ind; local
85 if ((ind = ALLOC_API(struct uniapi_party_created, api)) == NULL) {
90 ind->cref.cref = c->cref;
91 ind->cref.flag = c->mine;
92 MK_IE_EPREF(ind->epref, epref, mine);
93 ind->epref.h.act = UNI_IEACT_DEFAULT;
154 struct uniapi_party_destroyed *ind; local
165 ind = ALLOC_API(struct uniapi_party_destroyed, api);
166 if (ind != NULL) {
167 ind
331 struct uniapi_add_party_indication *ind; local
387 struct uniapi_party_alerting_indication *ind; local
423 struct uniapi_add_party_ack_indication *ind; local
459 struct uniapi_add_party_rej_indication *ind; local
490 struct uniapi_drop_party_ack_indication *ind; local
525 struct uniapi_drop_party_ack_indication *ind; local
553 struct uniapi_drop_party_indication *ind; local
592 struct uniapi_drop_party_ack_indication *ind; local
653 struct uniapi_drop_party_ack_indication *ind; local
718 struct uniapi_drop_party_indication *ind; local
842 struct uniapi_drop_party_ack_indication *ind; local
890 struct uniapi_drop_party_ack_indication *ind; local
[all...]
/freebsd-10.0-release/lib/libcam/
H A Dscsi_cmdparse.c544 int ind; local
553 ind = 0;
577 ind = value;
593 if (ind < vec_max) {
594 buff[ind++] = val;
601 if (ind < vec_max) {
602 buff[ind++] = val;
609 if (ind < vec_max)
610 buff[ind++] = value;
614 if (ind < vec_ma
[all...]
/freebsd-10.0-release/contrib/ofed/libmthca/src/
H A Dsrq.c65 void mthca_free_srq_wqe(struct mthca_srq *srq, int ind) argument
72 *wqe_to_link(last_free) = ind;
73 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1);
74 *wqe_to_link(get_wqe(srq, ind)) = -1;
75 srq->last_free = ind;
88 int ind; local
100 ind = srq->first_free;
101 wqe = get_wqe(srq, ind);
144 srq->wrid[ind] = wr->wr_id;
188 int ind; local
[all...]
H A Dqp.c106 int ind; local
124 ind = qp->sq.next_ind;
133 wqe = get_send_wqe(qp, ind);
283 qp->wrid[ind + qp->rq.max] = wr->wr_id;
292 htonl(((ind << qp->sq.wqe_shift) +
311 ++ind;
312 if (ind >= qp->sq.max)
313 ind -= qp->sq.max;
327 qp->sq.next_ind = ind;
344 int ind; local
448 int ind; local
713 int ind; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_ocsp.c90 BIO *bp, int ind);
159 int ind)
164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
186 BIO *bp, int ind)
188 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
195 int ind)
197 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
268 BIO *bp, int ind)
158 i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) argument
185 i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind) argument
194 i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind) argument
267 i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp56 // The loop index (ind) is a phi node.
57 PHINode *ind = loop.CreatePHI(indType, 0); local
58 // Incoming value for ind is 0
59 ind->addIncoming(ConstantInt::get(indType, 0), origBB);
61 // load from srcAddr+ind
62 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
63 // store at dstAddr+ind
64 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
66 // The value for ind coming from backedge is (ind
91 PHINode *ind = loop.CreatePHI(len->getType(), 0); local
[all...]
/freebsd-10.0-release/contrib/flex/
H A Dccl.c40 int ind, len, i; local
43 ind = cclmap[cclp];
46 if (ccltbl[ind + i] == ch)
59 int ind, len, newpos, i; local
64 ind = cclmap[cclp];
69 if (ccltbl[ind + i] == ch)
76 newpos = ind + len;
/freebsd-10.0-release/contrib/libreadline/
H A Dmbutil.c321 _rl_char_value (buf, ind)
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]);
/freebsd-10.0-release/lib/libc/stdlib/
H A Datexit.c62 int ind; /* next index in this table */ member in struct:atexit
90 else while (p->ind >= ATEXIT_SIZE) {
105 p->ind = 0;
109 p->fns[p->ind++] = *fptr;
174 for (n = p->ind; --n >= 0;) {
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_getopt.h58 int ind; member in struct:apr_getopt_t
144 * When APR_SUCCESS is returned, os->ind gives the index of the first
/freebsd-10.0-release/contrib/groff/contrib/mm/
H A Dmmroff.pl88 my ($f, $ind, $macro) = @_;
92 for $i (sort @$ind) {
/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h116 html_indent (simple_output *op, int ind, int pageoffset, int linelength);
119 void get_reg (int *ind, int *pageoffset, int *linelength);
/freebsd-10.0-release/crypto/heimdal/lib/kafs/
H A Dcommon.c177 int ind = *idx; local
190 for(i = 0; i < ind; i++)
193 if(i == ind){
196 tmp = realloc(*cells, (ind + 1) * sizeof(**cells));
200 (*cells)[ind] = strdup(cell);
201 if ((*cells)[ind] == NULL)
203 ++ind;
207 *idx = ind;
/freebsd-10.0-release/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c212 if (os->ind > argc || os->ind < argc - 2)
216 (os->ind < argc) ? os->argv[os->ind]
224 if (os->ind+1 < argc)
225 SVN_INT_ERR(svn_utf_cstring_to_utf8(&trail_url, os->argv[os->ind+1],
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c1115 struct uniapi_drop_party_ack_indication *ind = uni_msg_rptr(msg, local
1118 cc_party_drop_ack_ind(conn, &ind->drop);
1306 struct uniapi_setup_indication *ind = uni_msg_rptr(msg, local
1317 conn->blli[i] = ind->setup.blli[i];
1318 conn->bearer = ind->setup.bearer;
1319 conn->traffic = ind->setup.traffic;
1320 conn->qos = ind->setup.qos;
1321 conn->exqos = ind->setup.exqos;
1322 conn->called = ind->setup.called;
1323 conn->calledsub = ind
1383 struct uniapi_proceeding_indication *ind = uni_msg_rptr(msg, local
1406 struct uniapi_alerting_indication *ind = uni_msg_rptr(msg, local
1567 struct uniapi_add_party_ack_indication *ind = uni_msg_rptr(msg, local
1584 struct uniapi_add_party_rej_indication *ind = uni_msg_rptr(msg, local
1604 struct uniapi_drop_party_indication *ind = uni_msg_rptr(msg, local
[all...]
/freebsd-10.0-release/contrib/ofed/libmlx4/src/
H A Dqp.c196 int ind; local
207 ind = qp->sq.head;
228 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));
229 qp->sq.wrid[ind & (qp->sq.wqe_cnt - 1)] = wr->wr_id;
387 (ind & qp->sq.wqe_cnt ? htonl(1 << 31) : 0);
395 stamp_send_wqe(qp, (ind + qp->sq_spare_wqes) &
398 ++ind;
437 stamp_send_wqe(qp, (ind + qp->sq_spare_wqes - 1) &
452 int ind; local
459 ind
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c478 int ind; local
481 ind = wqe_addr >> srq->wqe_shift;
486 *wqe_to_link(last_free) = ind;
487 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1);
488 *wqe_to_link(get_wqe(srq, ind)) = -1;
489 srq->last_free = ind;
502 int ind; local
514 ind = srq->first_free;
515 wqe = get_wqe(srq, ind);
551 srq->wrid[ind]
601 int ind; local
[all...]
/freebsd-10.0-release/bin/sh/
H A Dshow.c71 shtree(union node *n, int ind, char *pfx, FILE *fp) argument
79 indent(ind, pfx, fp);
90 shtree(n->nbinary.ch1, ind, NULL, fp);
91 /* if (ind < 0) */
93 shtree(n->nbinary.ch2, ind, NULL, fp);
97 if (ind >= 0)
108 if (ind >= 0)
113 if (ind >= 0)
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dclktest.c290 int ind; local
308 ind = 0;
311 ind = 1;
328 ind = 0;
364 if (ind) {

Completed in 604 milliseconds

12345