Searched refs:nq (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dcfgloopanal.c147 dfs (struct graph *g, int *qs, int nq, int *qt, bool forward) argument
164 for (i = 0; i < nq; i++)
278 int nq, depth; local
337 nq = 0;
340 queue1[nq++] = BB_REPR (act);
344 queue1[nq++] = LOOP_REPR (loops->parray[i]);
345 dfs (g, queue1, nq, queue2, false);
346 for (i = 0; i < nq; i++)
347 queue1[i] = queue2[nq - i - 1];
348 dfs (g, queue1, nq, NUL
[all...]
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1145 felem nq[3], tmp[4]; local
1149 /* set nq to the point at infinity */
1150 memset(nq, 0, 3 * sizeof(felem));
1162 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
1176 point_add(nq[
[all...]
H A Decp_nistp256.c1670 felem nq[3], ftmp; local
1675 /* set nq to the point at infinity */
1676 memset(nq, 0, 3 * sizeof(felem));
1688 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
1702 point_add(nq[
[all...]
H A Decp_nistp521.c1496 felem nq[3], tmp[4]; local
1500 /* set nq to the point at infinity */
1501 memset(nq, 0, 3 * sizeof(felem));
1513 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
1527 point_add(nq[
[all...]
/freebsd-10-stable/sys/dev/isci/scil/
H A Dsati_abort_task_set.c139 (log->nq == 0) // nq==1 means a non-queued command
H A Dintel_ata.h634 U8 nq : 1; member in struct:ATA_NCQ_COMMAND_ERROR_LOG
/freebsd-10-stable/sys/netinet/
H A Dtcp_reass.c164 struct tseg_qent *nq; local
312 nq = LIST_NEXT(q, tqe_q);
317 q = nq;
347 nq = LIST_NEXT(q, tqe_q);
356 q = nq;
H A Dip_input.c818 struct mbuf *p, *q, *nq, *t; local
1007 ntohs(GETIP(q)->ip_off); q = nq) {
1017 nq = q->m_nextpkt;
1018 m->m_nextpkt = nq;
1073 nq = q->m_nextpkt;
1075 for (q = nq; q != NULL; q = nq) {
1076 nq = q->m_nextpkt;
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h424 int dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq);
425 int dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq);
H A Dip_dn_glue.c610 dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq) argument
654 fs->rq_elements = nq;
696 dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq) argument
709 fs->rq_elements = nq;
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_usbd.c1104 struct ndisusb_xfer *nq; local
1120 nq = nd->nd_xfer;
1121 priv = nq->nx_priv;
1135 ubi->ubi_trans_buflen = nq->nx_urbactlen;
1138 vcreq->uvc_trans_buflen = nq->nx_urbactlen;
1140 ip->irp_iostat.isb_info = nq->nx_urbactlen;
1159 free(nq, M_USBDEV);
/freebsd-10-stable/usr.sbin/route6d/
H A Droute6d.c1103 struct netinfo6 *np, *nq; local
1347 nq = &rrt->rrt_info;
1348 if (nq->rip6_metric > np->rip6_metric) {
1352 nq->rip6_metric = np->rip6_metric;
1357 delroute(nq, &rrt->rrt_gw);
1359 *nq = *np;
1365 } else if (nq->rip6_metric < np->rip6_metric &&
1369 nq->rip6_metric = np->rip6_metric;
1373 } else if (nq->rip6_metric == np->rip6_metric &&
1383 delroute(nq,
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_exit.c191 struct proc *p, *nq, *q, *t; local
495 for (; q != NULL; q = nq) {
496 nq = LIST_NEXT(q, p_sibling);
/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_main.c1407 u_int nq[2]; local
1415 nq[0] = nq[1] = 0;
1419 nq[pi->tx_chan] += pi->nqsets;
1422 rspq_map[i] = nq[0] ? i % nq[0] : 0;
1423 rspq_map[i + RSS_TABLE_SIZE / 2] = nq[1] ? i % nq[1] + nq[0] : 0;
/freebsd-10-stable/crypto/openssh/
H A Dsshkey.c2861 EC_POINT *nq = NULL; local
2901 if ((nq = EC_POINT_new(group)) == NULL) {
2905 if (EC_POINT_mul(group, nq, NULL, public, order, bnctx) != 1) {
2909 if (EC_POINT_is_at_infinity(group, nq) != 1)
2922 if (nq != NULL)
2923 EC_POINT_free(nq);
/freebsd-10-stable/sbin/pfctl/
H A Dparse.y4987 struct node_queue *n, *nq;
5056 for (nq = nqueues; nq != NULL; nq = nq->next) {
5057 if (!strcmp(a->qname, nq->queue)) {
5071 if (strlcpy(n->queue, nq->queue,
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c4704 int nq = min(n, 32); local
4710 * "nq" Ingress Queue IDs to the firmware.
4712 cmd.niqid = cpu_to_be16(nq);
4716 * "nq" more done for the start of the next loop.
4718 start += nq;
4719 n -= nq;
4726 while (nq > 0) {
4735 int nqbuf = min(3, nq);
4737 nq -= nqbuf;
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_main.c6333 u_int cim_num_obq, ibq_rdaddr, obq_rdaddr, nq; local
6343 nq = CIM_NUM_IBQ + cim_num_obq;
6345 rc = -t4_cim_read(sc, ibq_rdaddr, 4 * nq, stat);
6369 for ( ; i < nq; i++, p += 4, wr += 2)
9425 int nq; local
9429 nq = *t < 0 ? -*t : c;
9430 *t = min(nc, nq);

Completed in 398 milliseconds