HomeSort by: relevance | last modified time | path
    Searched refs:nq (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
graphds.cc 195 /* Runs dfs search over vertices of G, from NQ vertices in queue QS.
204 graphds_dfs (struct graph *g, int *qs, int nq, vec<int> *qt,
231 for (i = 0; i < nq; i++)
303 int nq, i, comp; local
309 nq = 0;
312 queue[nq++] = v;
319 nq = g->n_vertices;
322 graphds_dfs (g, queue, nq, &postorder, false, subgraph, skip_edge_p);
323 gcc_assert (postorder.length () == (unsigned) nq);
325 for (i = 0; i < nq; i++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphds.cc 195 /* Runs dfs search over vertices of G, from NQ vertices in queue QS.
204 graphds_dfs (struct graph *g, int *qs, int nq, vec<int> *qt,
231 for (i = 0; i < nq; i++)
296 int nq, i, comp; local
302 nq = 0;
305 queue[nq++] = v;
312 nq = g->n_vertices;
315 graphds_dfs (g, queue, nq, &postorder, false, subgraph, skip_edge_p);
316 gcc_assert (postorder.length () == (unsigned) nq);
318 for (i = 0; i < nq; i++
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistp224.c 1134 felem nq[3], tmp[4]; local
1138 /* set nq to the point at infinity */
1139 memset(nq, 0, sizeof(nq));
1151 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
ecp_nistp384.c 1413 felem nq[3], tmp[4]; local
1417 /* set nq to the point at infinity */
1418 memset(nq, 0, sizeof(nq));
1430 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
ecp_nistp256.c 1675 felem nq[3], ftmp; local
1680 /* set nq to the point at infinity */
1681 memset(nq, 0, sizeof(nq));
1693 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
ecp_nistp521.c 1506 felem nq[3], tmp[4]; local
1510 /* set nq to the point at infinity */
1511 memset(nq, 0, sizeof(nq));
1523 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistp224.c 1148 felem nq[3], tmp[4]; local
1152 /* set nq to the point at infinity */
1153 memset(nq, 0, sizeof(nq));
1165 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
ecp_nistp256.c 1680 felem nq[3], ftmp; local
1685 /* set nq to the point at infinity */
1686 memset(nq, 0, sizeof(nq));
1698 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
ecp_nistp521.c 1590 felem nq[3], tmp[4]; local
1594 /* set nq to the point at infinity */
1595 memset(nq, 0, sizeof(nq));
1607 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistp256.c 1680 felem nq[3], ftmp;
1685 /* set nq to the point at infinity */
1686 memset(nq, 0, sizeof(nq));
1698 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
ecp_nistp224.c 1144 felem nq[3], tmp[4];
1148 /* set nq to the point at infinity */
1149 memset(nq, 0, sizeof(nq));
1161 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
ecp_nistp521.c 1538 felem nq[3], tmp[4];
1542 /* set nq to the point at infinity */
1543 memset(nq, 0, sizeof(nq));
1555 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2])
    [all...]
  /src/distrib/sparc/bootfs/
Makefile 25 | ${TOOL_SUNLABEL} -nq ${IMAGE}
  /src/distrib/sparc64/xminiroot/
Makefile 21 ${TOOL_SUNLABEL} -nq ${IMAGE}
  /src/sys/netinet/
ip_reass.c 224 ipfr_qent_t *nq, *p, *q; local
332 nq = TAILQ_NEXT(q, ipqe_q);
338 q = nq;
388 nq = TAILQ_NEXT(q, ipqe_q);
391 for (q = nq; q != NULL; q = nq) {
393 nq = TAILQ_NEXT(q, ipqe_q);
tcp_input.c 457 struct ipqent *p, *q, *nq, *tiqe = NULL; local
544 for (p = NULL; q != NULL; q = nq) {
545 nq = TAILQ_NEXT(q, ipqe_q);
  /src/external/bsd/unbound/dist/testcode/
testpkts.c 1029 match_noloc_section(char** q, char** nq, char** p, char** np, uint16_t num)
1038 get_line(q, nq);
1065 char* nq = q, *np = p; local
1081 get_line(&q, &nq);
1087 get_line(&q, &nq);
1094 get_line(&q, &nq);
1097 if(!match_noloc_section(&q, &nq, &p, &np, LDNS_QDCOUNT(p_pkt)))
1101 get_line(&q, &nq);
1104 get_line(&q, &nq);
1107 if(!match_noloc_section(&q, &nq, &p, &np, LDNS_ANCOUNT(p_pkt))
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_main.c 1001 u_int nq[2]; local
1009 nq[0] = nq[1] = 0;
1013 nq[pi->tx_chan] += pi->nqsets;
1015 nq[0] = uimax(nq[0], 1U);
1016 nq[1] = uimax(nq[1], 1U);
1018 rspq_map[i] = i % nq[0];
1019 rspq_map[i + RSS_TABLE_SIZE / 2] = (i % nq[1]) + nq[0]
    [all...]
  /src/sys/sys/
gcq.h 240 struct gcq *nq, *next; local
241 nq=q;
243 next = nq->q_next;
244 gcq_init(nq);
245 nq = next;
  /src/usr.sbin/route6d/
route6d.c 971 struct netinfo6 *np, *nq; local
1156 nq = &rrt->rrt_info;
1157 if (nq->rip6_metric > np->rip6_metric) {
1161 nq->rip6_metric = np->rip6_metric;
1166 delroute(nq, &rrt->rrt_gw);
1168 *nq = *np;
1174 } else if (nq->rip6_metric < np->rip6_metric &&
1178 nq->rip6_metric = np->rip6_metric;
1182 } else if (nq->rip6_metric == np->rip6_metric &&
1192 delroute(nq, &rrt->rrt_gw)
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 4505 struct node_queue *n, *nq;
4577 for (nq = nqueues; nq != NULL; nq = nq->next) {
4578 if (!strcmp(a->qname, nq->queue)) {
4592 if (strlcpy(n->queue, nq->queue,
  /src/crypto/external/bsd/openssh/dist/
sshkey.c 2638 EC_POINT *nq = NULL; local
2672 /* nQ == infinity (n == order of subgroup) */
2673 if ((nq = EC_POINT_new(group)) == NULL) {
2677 if (EC_POINT_mul(group, nq, NULL, public, order, NULL) != 1) {
2681 if (EC_POINT_is_at_infinity(group, nq) != 1)
2697 EC_POINT_free(nq);
  /src/sys/dev/ic/
nvme.c 1746 nvme_set_number_of_queues(struct nvme_softc *sc, u_int nq, u_int *ncqa,
1760 pt.cmd.cdw11 = ((nq - 1) << 16) | (nq - 1);
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 4720 dig_query_t *q, *nq; local
4731 for (q = ISC_LIST_HEAD(current_lookup->q); q != NULL; q = nq) {
4732 nq = ISC_LIST_NEXT(q, link);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d 5040 auto nq = (cast(void**)GC.realloc(q.ptr, 4000 * (void*).sizeof))[0 .. 4000];
5041 assert(q.ptr is nq.ptr);

Completed in 86 milliseconds