HomeSort by: relevance | last modified time | path
    Searched defs:scc (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/mit/isl/dist/
isl_scheduler_clustering.h 9 * "scc" is an array of "n" elements, each representing an SCC
12 * "scc_cluster" maps each SCC index to the cluster to which it belongs,
13 * where each cluster is represented by the index of the first SCC
14 * in the cluster. Initially, each SCC belongs to a cluster containing
15 * only that SCC.
24 * For each SCC, it keeps track of the number of nodes in the SCC
29 struct isl_sched_graph *scc; member in struct:isl_clustering
isl_scheduler.h 48 * scc is the index of SCC (or WCC) this node belongs to
85 int scc; member in struct:isl_sched_node
95 int isl_sched_node_scc_exactly(struct isl_sched_node *node, int scc);
161 int isl_sched_edge_scc_exactly(struct isl_sched_edge *edge, int scc);
192 * SCC to which a node belongs
215 * scc represents the number of components
252 int scc; member in struct:isl_sched_graph
274 struct isl_sched_graph *graph, int scc);
  /src/external/cddl/osnet/dist/lib/libgen/common/
gmatch.c 70 wchar_t scc, c; local
78 scc = n;
80 scc = cl;
87 return (scc == 0);
93 if (scc <= 0)
116 if (scc < lc || scc > c)
124 if (lc <= scc &&
125 scc <= c)
134 if (scc != lc
    [all...]
  /src/sys/arch/hpcarm/dev/
j720kbd.c 135 struct j720kbd_chip *scc = &j720kbd_chip; local
138 j720kbd_ifsetup(scc);
141 hpckbd_cnattach(&scc->scc_if);
145 j720kbd_ifsetup(struct j720kbd_chip *scc)
148 scc->scc_if.hii_ctx = scc;
149 scc->scc_if.hii_establish = j720kbd_input_establish;
150 scc->scc_if.hii_poll = j720kbd_poll;
156 struct j720kbd_chip *scc = ic; local
159 scc->scc_hpckbd = kbdif
180 struct j720kbd_chip *scc = arg; local
    [all...]
  /src/sys/arch/hpcmips/dev/
m38813c.c 129 m38813c_ifsetup(struct m38813c_chip *scc)
132 scc->scc_if.hii_ctx = scc;
134 scc->scc_if.hii_establish = m38813c_input_establish;
135 scc->scc_if.hii_poll = m38813c_intr;
141 struct m38813c_chip *scc = &m38813c_chip; local
143 scc->scc_csh = MIPS_PHYS_TO_KSEG1(addr);
145 m38813c_ifsetup(scc);
147 hpckbd_cnattach(&scc->scc_if);
155 struct m38813c_chip *scc = ic local
179 struct m38813c_chip *scc = arg; local
    [all...]
tc5165buf.c 154 tc5165buf_ifsetup(struct tc5165buf_chip *scc)
157 scc->scc_if.hii_ctx = scc;
158 scc->scc_if.hii_establish = tc5165buf_input_establish;
159 scc->scc_if.hii_poll = tc5165buf_poll;
165 struct tc5165buf_chip *scc = &tc5165buf_chip; local
167 scc->scc_csh = MIPS_PHYS_TO_KSEG1(addr);
169 tc5165buf_ifsetup(scc);
171 hpckbd_cnattach(&scc->scc_if);
179 struct tc5165buf_chip *scc = ic local
193 struct tc5165buf_chip *scc = sc->sc_chip; local
207 struct tc5165buf_chip *scc = arg; local
220 struct tc5165buf_chip *scc = arg; local
    [all...]
  /src/usr.bin/rdist/
expand.c 440 int scc; local
448 scc = *s++ & TRIM;
464 if (lc <= scc && scc <= *p++)
467 if (scc == (lc = cc))
489 return (scc == '\0');
492 if ((c & TRIM) != scc)
497 if (scc == '\0')
502 if (scc)
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-sccopy.cc 82 To identify SCCs we implement the Robert Tarjan's SCC algorithm. For the
83 SCC computation we wrap potential copy statements in the 'vertex' struct.
101 /* State of vertex during SCC discovery.
118 /* Information about a vertex. Used by SCC discovery. */
130 /* SCC discovery.
132 Used to find SCCs in a dataflow graph. Implements Tarjan's SCC
294 /* If we've just closed a root vertex of an scc, pop scc from stack. */
297 vec<gimple *> scc = vNULL; local
303 scc.safe_push (SSA_NAME_DEF_STMT (ssa_name (j)))
551 vec<gimple *> scc = worklist.pop (); local
    [all...]
  /src/sys/arch/arm/at91/
at91dbgu.c 924 u_int cc, scc; local
931 scc = cc = AT91DBGU_RING_SIZE - sc->sc_rbavail;
991 if (cc != scc) {
995 cc = sc->sc_rbavail += scc - cc;
  /src/sys/arch/arm/ep93xx/
epcom.c 918 u_int cc, scc; local
925 scc = cc = EPCOM_RING_SIZE - sc->sc_rbavail;
985 if (cc != scc) {
989 cc = sc->sc_rbavail += scc - cc;
  /src/sys/arch/arm/ixp12x0/
ixp12x0_com.c 922 u_int cc, scc; local
929 scc = cc = IXPCOM_RING_SIZE - sc->sc_rbavail;
989 if (cc != scc) {
994 cc = sc->sc_rbavail += scc - cc;
  /src/sys/arch/luna68k/dev/
siotty.c 306 u_int cc, scc; local
313 scc = cc = siotty_rbuf_size - sc->sc_rbavail;
334 if (cc != scc) {
337 sc->sc_rbavail += scc - cc;
  /src/sys/dev/ic/
cd18xx.c 1338 u_int cc, scc; local
1345 scc = cc = cdtty_rbuf_size - p->p_rbavail;
1408 if (cc != scc) {
1412 cc = p->p_rbavail += scc - cc;
z8530tty.c 1545 u_int cc, scc; local
1551 scc = cc = zstty_rbuf_size - zst->zst_rbavail;
1616 if (cc != scc) {
1619 cc = zst->zst_rbavail += scc - cc;
  /src/usr.bin/at/
parsetime.c 150 static char scc; /* scanner - count of remaining arguments */ variable
205 scc = argc;
235 if (scc < 1)
239 scc--;
596 if (scc < 1)
  /src/usr.bin/script/
script.c 104 ssize_t scc; local
209 while (!die && (scc = read(STDIN_FILENO, ibuf, BUFSIZ)) > 0) {
210 cc = (size_t)scc;
265 ssize_t scc; local
283 scc = read(master, obuf, sizeof(obuf));
284 if (scc <= 0)
286 cc = (size_t)scc;
  /src/sys/arch/arm/clps711x/
clpscom.c 909 u_int cc, scc; local
913 scc = cc = CLPSCOM_RING_SIZE - sc->sc_rbavail;
948 if (cc != scc) {
952 cc = sc->sc_rbavail += scc - cc;
  /src/sys/arch/arm/sa11x0/
sa11x0_com.c 1149 u_int cc, scc; local
1156 scc = cc = SACOM_RING_SIZE - sc->sc_rbavail;
1199 if (cc != scc) {
1204 cc = sc->sc_rbavail += scc - cc;
  /src/sys/arch/epoc32/windermere/
wmcom.c 764 u_int cc, scc; local
769 scc = cc = WMCOM_RING_SIZE - sc->sc_rbavail;
804 if (cc != scc) {
808 cc = sc->sc_rbavail += scc - cc;
  /src/sys/arch/mac68k/include/
iopreg.h 70 } scc; member in union:__anon1588::__anon1589
  /src/sys/arch/mips/sibyte/dev/
sbscn.c 1325 u_int cc, scc; local
1332 scc = cc = sbscn_rbuf_size - ch->ch_rbavail;
1390 if (cc != scc) {
1393 cc = ch->ch_rbavail += scc - cc;
  /src/sys/arch/sh3/dev/
sci.c 907 u_int cc, scc; local
914 scc = cc = sci_rbuf_size - sc->sc_rbavail;
965 if (cc != scc) {
968 cc = sc->sc_rbavail += scc - cc;
  /src/sys/arch/amiga/dev/
mfc.c 370 struct mfc_softc *scc; local
380 scc = device_private(self);
381 scc->sc_dev = self;
383 scc->sc_regs = rp = zap->va;
385 scc->mfc_iii = 3;
386 scc->clk_frq = scc->mfc_iii ? 230400 : 115200;
412 scc->sc_isr.isr_intr = mfcintr;
413 scc->sc_isr.isr_arg = scc;
451 struct mfc_softc *scc; local
592 struct mfc_softc *scc= sc->sc_mfc; local
744 struct mfc_softc *scc= sc->sc_mfc; local
825 struct mfc_softc *scc= sc->sc_mfc; local
957 struct mfc_softc *scc = arg; local
    [all...]
  /src/sys/arch/arm/imx/
imxuart.c 1525 u_int cc, scc, outp; local
1529 scc = cc = IMXUART_RBUF_AVAIL(sc);
1602 if (cc != scc) {
  /src/sys/arch/arm/s3c2xx0/
sscom.c 1371 u_int cc, scc; local
1378 scc = cc = sscom_rbuf_size - sc->sc_rbavail;
1436 if (cc != scc) {
1441 cc = sc->sc_rbavail += scc - cc;

Completed in 67 milliseconds

1 2