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

12

/barrelfish-master/kernel/arch/arm/
H A Dgic.c174 uint32_t ind = int_id / 32; local
179 int_id, bit_mask, ind);
189 uint32_t regval = pl390_gic_dist_ICDISER_rd(&gic_dist, ind);
191 pl390_gic_dist_ICDISER_wr(&gic_dist, ind, regval);
199 ind = int_id/4;
204 pl390_gic_dist_ICDIPR_prio_off0_wrf(&gic_dist, ind, prio);
207 pl390_gic_dist_ICDIPR_prio_off1_wrf(&gic_dist, ind, prio);
210 pl390_gic_dist_ICDIPR_prio_off2_wrf(&gic_dist, ind, prio);
213 pl390_gic_dist_ICDIPR_prio_off3_wrf(&gic_dist, ind, prio);
219 ind
[all...]
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkgetdir.tcl66 set ind 0
68 while { $ind < $max } {
69 switch -exact -- [lindex $args $ind] {
71 incr ind
72 cd [lindex $args $ind]
73 incr ind
76 incr ind
77 set _titre [lindex $args $ind]
78 incr ind
81 incr ind
[all...]
/barrelfish-master/usr/drivers/pl390_dist/
H A Dmain.c114 uint32_t ind = int_id / 32; local
127 uint32_t regval = pl390_gic_dist_ICDISER_rd(&ds->devgic, ind);
129 pl390_gic_dist_ICDISER_wr(&ds->devgic, ind, regval);
137 ind = int_id/4;
142 pl390_gic_dist_ICDIPR_prio_off0_wrf(&ds->devgic, ind, prio);
145 pl390_gic_dist_ICDIPR_prio_off1_wrf(&ds->devgic, ind, prio);
148 pl390_gic_dist_ICDIPR_prio_off2_wrf(&ds->devgic, ind, prio);
151 pl390_gic_dist_ICDIPR_prio_off3_wrf(&ds->devgic, ind, prio);
157 ind = int_id/4;
161 pl390_gic_dist_ICDIPTR_targets_off0_wrf(&ds->devgic, ind, cpu_target
[all...]
/barrelfish-master/lib/openssl-1.0.0d/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...]
H A Dv3_ncons.c69 void *a, BIO *bp, int ind);
72 BIO *bp, int ind, char *name);
166 BIO *bp, int ind)
170 bp, ind, "Permitted");
172 bp, ind, "Excluded");
178 BIO *bp, int ind, char *name)
183 BIO_printf(bp, "%*s%s:\n", ind, "", name);
187 BIO_printf(bp, "%*s", ind + 2, "");
/barrelfish-master/lib/libc/stdlib/
H A Datexit.c70 int ind; /* next index in this table */ member in struct:atexit
102 else while (p->ind >= ATEXIT_SIZE) {
117 p->ind = 0;
121 p->fns[p->ind++] = *fptr;
216 for (n = p->ind; --n >= 0;) {
/barrelfish-master/usr/eclipseclp/documents/libman/
H A DMakefile.obs51 $(ROOTFILE).dvi: $(ROOTFILE).ind $(CHAPAUX) $(ROOTFILE).bbl
78 $(ROOTFILE).ind: $(ROOTFILE).idx
118 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
H A DMakefile53 $(ROOTFILE).dvi: $(CHAPAUX) $(ROOTFILE).ind $(ROOTFILE).bbl
83 $(ROOTFILE).ind: $(ROOTFILE).idx
117 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
/barrelfish-master/lib/devif/backends/net/mlx4/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...]
H A Dmthca_qp.c1491 int ind, struct ib_send_wr *wr,
1549 ind * MTHCA_UD_HEADER_SIZE);
1554 ind * MTHCA_UD_HEADER_SIZE);
1637 int ind; local
1644 ind = qp->sq.next_ind;
1657 wqe = get_send_wqe(qp, ind);
1731 err = build_mlx_header(dev, to_msqp(qp), ind, wr,
1765 qp->wrid[ind] = wr->wr_id;
1775 cpu_to_be32(((ind << qp->sq.wqe_shift) +
1791 ++ind;
1490 build_mlx_header(struct mthca_dev *dev, struct mthca_sqp *sqp, int ind, struct ib_send_wr *wr, struct mthca_mlx_seg *mlx, struct mthca_data_seg *data) argument
1837 int ind; local
1952 int ind; local
2178 int ind; local
[all...]
/barrelfish-master/usr/eclipseclp/documents/applications/
H A DMakefile54 $(ROOTFILE).dvi: $(CHAPAUX) $(ROOTFILE).bbl $(ROOTFILE).ind
84 $(ROOTFILE).ind: $(ROOTFILE).idx
118 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A DMakefile50 $(ROOTFILE).dvi: $(CHAPAUX) $(ROOTFILE).bbl $(ROOTFILE).ind
77 $(ROOTFILE).ind: $(ROOTFILE).idx
109 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A DMakefile61 $(ROOTFILE).dvi: $(CHAPAUX) $(ROOTFILE).bbl $(ROOTFILE).ind
91 $(ROOTFILE).ind: $(ROOTFILE).idx
128 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A DMakefile54 $(ROOTFILE).dvi: $(CHAPAUX) $(ROOTFILE).ind $(ROOTFILE).bbl
84 $(ROOTFILE).ind: $(ROOTFILE).idx
116 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A DMakefile49 $(ROOTFILE).dvi: $(ROOTFILE).bbl $(ROOTFILE).ind $(CHAPAUX)
76 $(ROOTFILE).ind: $(ROOTFILE).idx
109 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
/barrelfish-master/lib/lua/src/
H A Dlparser.h47 } ind; member in union:expdesc::__anon1063
H A Dlcode.c396 freereg(fs, e->u.ind.idx);
397 if (e->u.ind.vt == VLOCAL) { /* 't' is in a register? */
398 freereg(fs, e->u.ind.t);
401 e->u.info = luaK_codeABC(fs, op, 0, e->u.ind.t, e->u.ind.idx);
571 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP;
573 luaK_codeABC(fs, op, var->u.ind.t, var->u.ind.idx, e);
705 t->u.ind.t = t->u.info;
706 t->u.ind
[all...]
/barrelfish-master/kernel/arch/x86/
H A Dsyscall.c60 data = ind(port);
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A DMakefile102 $(ROOTFILE).dvi: $(CHAPAUX) $(ROOTFILE).bbl $(ROOTFILE).ind $(EPSFIGURES)
132 $(ROOTFILE).ind: $(ROOTFILE).idx
169 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
/barrelfish-master/usr/eclipseclp/documents/userman/
H A DMakefile59 $(ROOTFILE).dvi: $(CHAPAUX) $(ROOTFILE).bbl $(ROOTFILE).ind
89 $(ROOTFILE).ind: $(ROOTFILE).idx
123 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dqp.c223 int ind; local
231 ind = (i >> qp->sq.wqe_shift) + n;
232 stamp = ind & qp->sq.wqe_cnt ?
234 buf = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));
286 static inline unsigned pad_wraparound(struct mlx4_ib_qp *qp, int ind) { argument
287 unsigned s = qp->sq.wqe_cnt - (ind & (qp->sq.wqe_cnt - 1));
289 post_nop_wqe(qp, ind, s << qp->sq.wqe_shift);
290 ind += s;
292 return ind;
2936 unsigned ind; local
3278 int ind; local
[all...]
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A DMakefile88 rm -f *.idx *.ind *.bbl *.blg *.aux *.dvi *.toc *.log *.ilg indexfile.tex
/barrelfish-master/usr/eclipseclp/documents/search/
H A DMakefile109 rm -f *.bak *.idx *.ind *.bbl *.aux *.dvi *.toc *.log *.ilg *.blg
/barrelfish-master/lib/tommath/
H A Dmakefile133 echo "hello" > tommath.ind
148 rm -f tommath.log tommath.aux tommath.dvi tommath.idx tommath.toc tommath.lof tommath.ind tommath.ilg
153 echo "hello" > bn.ind
169 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la
/barrelfish-master/include/mackerel/
H A Dio.h38 return ind(base+offset);

Completed in 252 milliseconds

12