| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| geometry.cpp | 149 int qs, qe; // quadrants 0..3 local 155 qe = (ye >= 0) ? 0 : 3; 157 qe = (ye >= 0) ? 1 : 2; 158 // make qs always smaller than qe 159 if ((qs > qe) 160 || ((qs == qe) && (double(xs) * ye < double(xe) * ys))) 161 qe += 4; 162 for (int i = qs; i < qe; i++)
|
| /src/sys/dev/ic/ |
| isp_netbsd.c | 884 void *qe; local 890 qe = isp_getrqentry(isp); 891 if (qe == NULL) 899 isp_put_marker(isp, mp, qe);
|
| isp_library.c | 560 uint8_t qe[QENTRY_LEN], *scp; local 562 ISP_MEMZERO(qe, QENTRY_LEN); 573 vp = (vp_modify_t *) qe;
|
| isp.c | 4936 uint8_t qe[QENTRY_LEN]; local 4944 isp_get_hdr(isp, addr, (isphdr_t *)qe); 4945 hp = (isphdr_t *)qe; 5038 uint8_t qe[QENTRY_LEN]; local 5039 ispstatusreq_t *sp = (ispstatusreq_t *) qe; 5064 isp24xx_statusreq_t *sp2 = (isp24xx_statusreq_t *)qe; 5084 isp_rio1_t *rio = (isp_rio1_t *) qe; 5307 isp_print_bytes(isp, "CC with no Sense", QENTRY_LEN, qe); 5328 isp_print_bytes(isp, "Unhandled Response Type", QENTRY_LEN, qe);
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| io.c | 419 register bigptr qe; 444 else if(q->tag==TPRIM && q->b_prim.argsp==NULL && (qe = memversion(q->b_prim.namep)) ) 445 putio(MKICON(1),qe); 446 else if( (qe = fixtype(cpexpr(q)))->tag==TADDR) 447 putio(MKICON(1), qe); 448 else if(qe->vtype != TYERROR) 452 tp = fmktemp(qe->vtype, qe->vleng); local 453 puteq( cpexpr(tp), qe); 418 register bigptr qe; local
|
| /src/sys/netinet/ |
| tcp_subr.c | 1174 struct ipqent *qe; local 1179 while ((qe = TAILQ_FIRST(&tp->segq)) != NULL) { 1180 TAILQ_REMOVE(&tp->segq, qe, ipqe_q); 1181 TAILQ_REMOVE(&tp->timeq, qe, ipqe_timeq); 1182 m_freem(qe->ipqe_m); 1183 tcpipqent_free(qe);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-eh.cc | 1070 struct goto_queue_node *q, *qe; local 1082 qe = q + tf->goto_queue_active; 1083 for (; q < qe; ++q) 1131 struct goto_queue_node *q, *qe; local 1193 qe = q + tf->goto_queue_active; 1198 for (; q < qe; ++q) 1205 for (; q < qe; ++q) 1281 struct goto_queue_node *q, *qe; local 1293 qe = q + tf->goto_queue_active; 1294 for (; q < qe; q++ 1363 struct goto_queue_node *q, *qe; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-eh.cc | 1069 struct goto_queue_node *q, *qe; local 1081 qe = q + tf->goto_queue_active; 1082 for (; q < qe; ++q) 1130 struct goto_queue_node *q, *qe; local 1192 qe = q + tf->goto_queue_active; 1197 for (; q < qe; ++q) 1204 for (; q < qe; ++q) 1280 struct goto_queue_node *q, *qe; local 1292 qe = q + tf->goto_queue_active; 1293 for (; q < qe; q++ 1362 struct goto_queue_node *q, *qe; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| resolve.cc | 8610 gfc_expr *stat, *errmsg, *pe, *qe; local 8726 qe = q->expr; 8727 if (pe->symtree->n.sym->name == qe->symtree->n.sym->name) 8731 gfc_ref *qr = qe->ref; 8743 &pe->where, &qe->where); 8749 " object at %L", &pe->where, &qe->where); 8755 " object at %L", &qe->where, &pe->where);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| resolve.cc | 8268 gfc_expr *stat, *errmsg, *pe, *qe; local 8384 qe = q->expr; 8385 if (pe->symtree->n.sym->name == qe->symtree->n.sym->name) 8389 gfc_ref *qr = qe->ref; 8401 &pe->where, &qe->where); 8407 " object at %L", &pe->where, &qe->where); 8413 " object at %L", &qe->where, &pe->where);
|