Home
last modified time | relevance | path

Searched refs:scc (Results 1 – 25 of 229) sorted by relevance

12345678910

/netbsd-src/sys/arch/hpcmips/dev/
H A Dm38813c.c129 m38813c_ifsetup(struct m38813c_chip *scc) in m38813c_ifsetup() argument
132 scc->scc_if.hii_ctx = scc; in m38813c_ifsetup()
134 scc->scc_if.hii_establish = m38813c_input_establish; in m38813c_ifsetup()
135 scc->scc_if.hii_poll = m38813c_intr; in m38813c_ifsetup()
141 struct m38813c_chip *scc = &m38813c_chip; in m38813c_cnattach() local
143 scc->scc_csh = MIPS_PHYS_TO_KSEG1(addr); in m38813c_cnattach()
145 m38813c_ifsetup(scc); in m38813c_cnattach()
147 hpckbd_cnattach(&scc->scc_if); in m38813c_cnattach()
155 struct m38813c_chip *scc = ic; in m38813c_input_establish() local
158 scc->scc_hpckbd = kbdif; in m38813c_input_establish()
[all …]
H A Dtc5165buf.c154 tc5165buf_ifsetup(struct tc5165buf_chip *scc) in tc5165buf_ifsetup() argument
157 scc->scc_if.hii_ctx = scc; in tc5165buf_ifsetup()
158 scc->scc_if.hii_establish = tc5165buf_input_establish; in tc5165buf_ifsetup()
159 scc->scc_if.hii_poll = tc5165buf_poll; in tc5165buf_ifsetup()
165 struct tc5165buf_chip *scc = &tc5165buf_chip; in tc5165buf_cnattach() local
167 scc->scc_csh = MIPS_PHYS_TO_KSEG1(addr); in tc5165buf_cnattach()
169 tc5165buf_ifsetup(scc); in tc5165buf_cnattach()
171 hpckbd_cnattach(&scc->scc_if); in tc5165buf_cnattach()
179 struct tc5165buf_chip *scc = ic; in tc5165buf_input_establish() local
182 scc->scc_hpckbd = kbdif; in tc5165buf_input_establish()
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_scheduler_clustering.c34 c->n = graph->scc; in clustering_init()
35 c->scc = isl_calloc_array(ctx, struct isl_sched_graph, c->n); in clustering_init()
40 if (!c->scc || !c->cluster || in clustering_init()
48 i, &c->scc[i]) < 0) in clustering_init()
50 c->scc[i].scc = 1; in clustering_init()
51 if (isl_sched_graph_compute_maxvar(&c->scc[i]) < 0) in clustering_init()
53 if (isl_schedule_node_compute_wcc_band(ctx, &c->scc[i]) < 0) in clustering_init()
67 if (c->scc) in clustering_free()
69 isl_sched_graph_free(ctx, &c->scc[i]); in clustering_free()
70 free(c->scc); in clustering_free()
[all …]
H A Disl_scheduler.h85 int scc; member
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);
252 int scc; member
274 struct isl_sched_graph *graph, int scc);
H A Disl_scheduler.c64 int isl_sched_node_scc_exactly(struct isl_sched_node *node, int scc) in isl_sched_node_scc_exactly() argument
66 return node->scc == scc; in isl_sched_node_scc_exactly()
69 static int node_scc_at_most(struct isl_sched_node *node, int scc) in node_scc_at_most() argument
71 return node->scc <= scc; in node_scc_at_most()
74 static int node_scc_at_least(struct isl_sched_node *node, int scc) in node_scc_at_least() argument
76 return node->scc >= scc; in node_scc_at_least()
1460 graph->scc = 0; in isl_sched_graph_detect_ccs()
1465 graph->node[g->order[i]].scc = graph->scc; in isl_sched_graph_detect_ccs()
1470 graph->scc++; in isl_sched_graph_detect_ccs()
1504 return graph->node[*i1].scc - graph->node[*i2].scc; in cmp_scc()
[all …]
H A Disl_test_cpp.cc141 }, [&sorted] (isl::id_list scc) { in test_foreach_scc() argument
142 assert(scc.size() == 1); in test_foreach_scc()
143 sorted = sorted.concat(scc); in test_foreach_scc()
H A Disl_scheduler_clustering.h29 struct isl_sched_graph *scc; member
H A Disl_test_python.py236 def add_single(scc): argument
237 assert(scc.size() == 1)
238 sorted[0] = sorted[0].concat(scc)
/netbsd-src/sys/arch/hpcarm/dev/
H A Dj720kbd.c135 struct j720kbd_chip *scc = &j720kbd_chip; in j720kbd_cnattach() local
138 j720kbd_ifsetup(scc); in j720kbd_cnattach()
141 hpckbd_cnattach(&scc->scc_if); in j720kbd_cnattach()
145 j720kbd_ifsetup(struct j720kbd_chip *scc) in j720kbd_ifsetup() argument
148 scc->scc_if.hii_ctx = scc; in j720kbd_ifsetup()
149 scc->scc_if.hii_establish = j720kbd_input_establish; in j720kbd_ifsetup()
150 scc->scc_if.hii_poll = j720kbd_poll; in j720kbd_ifsetup()
156 struct j720kbd_chip *scc = ic; in j720kbd_input_establish() local
159 scc->scc_hpckbd = kbdif; in j720kbd_input_establish()
161 scc->scc_enabled = 1; in j720kbd_input_establish()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libgen/common/
H A Dgmatch.c70 wchar_t scc, c; in gmatch() local
78 scc = n; in gmatch()
80 scc = cl; in gmatch()
87 return (scc == 0); in gmatch()
93 if (scc <= 0) in gmatch()
116 if (scc < lc || scc > c) in gmatch()
124 if (lc <= scc && in gmatch()
125 scc <= c) in gmatch()
134 if (scc != lc) in gmatch()
141 if (scc == lc) in gmatch()
[all …]
/netbsd-src/sys/arch/amiga/dev/
H A Dmfc.c370 struct mfc_softc *scc; in mfcattach() local
380 scc = device_private(self); in mfcattach()
381 scc->sc_dev = self; in mfcattach()
383 scc->sc_regs = rp = zap->va; in mfcattach()
385 scc->mfc_iii = 3; in mfcattach()
386 scc->clk_frq = scc->mfc_iii ? 230400 : 115200; in mfcattach()
412 scc->sc_isr.isr_intr = mfcintr; in mfcattach()
413 scc->sc_isr.isr_arg = scc; in mfcattach()
451 struct mfc_softc *scc; mfcsattach() local
592 struct mfc_softc *scc= sc->sc_mfc; mfcsclose() local
744 struct mfc_softc *scc= sc->sc_mfc; mfcsparam() local
825 struct mfc_softc *scc= sc->sc_mfc; mfcsstart() local
957 struct mfc_softc *scc = arg; mfcintr() local
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dddg.c784 set_recurrence_length (ddg_scc_ptr scc) in set_recurrence_length() argument
789 for (j = 0; j < scc->num_backarcs; j++) in set_recurrence_length()
791 ddg_edge_ptr backarc = scc->backarcs[j]; in set_recurrence_length()
803 scc->recurrence_length = result; in set_recurrence_length()
811 ddg_scc_ptr scc; in create_scc() local
815 scc = (ddg_scc_ptr) xmalloc (sizeof (struct ddg_scc)); in create_scc()
816 scc->backarcs = NULL; in create_scc()
817 scc->num_backarcs = 0; in create_scc()
818 scc->nodes = sbitmap_alloc (g->num_nodes); in create_scc()
819 bitmap_copy (scc->nodes, nodes); in create_scc()
[all …]
H A Dcfganal.c1072 int scc; member
1091 while (bb_data[cur1].scc != -1) in tag_header()
1093 int ih = bb_data[cur1].scc; in tag_header()
1098 bb_data[cur1].scc = cur2; in tag_header()
1105 bb_data[cur1].scc = cur2; in tag_header()
1169 bb_data[dest->index].scc = -1; in rev_post_order_and_mark_dfs_back_seme()
1190 int header = bb_data[ei_edge (ei)->dest->index].scc; in rev_post_order_and_mark_dfs_back_seme()
1205 else if (bb_data[ei_edge (ei)->dest->index].scc == -1) in rev_post_order_and_mark_dfs_back_seme()
1209 int header = bb_data[ei_edge (ei)->dest->index].scc; in rev_post_order_and_mark_dfs_back_seme()
1216 while (bb_data[header].scc != -1) in rev_post_order_and_mark_dfs_back_seme()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dddg.cc784 set_recurrence_length (ddg_scc_ptr scc) in set_recurrence_length() argument
789 for (j = 0; j < scc->num_backarcs; j++) in set_recurrence_length()
791 ddg_edge_ptr backarc = scc->backarcs[j]; in set_recurrence_length()
803 scc->recurrence_length = result; in set_recurrence_length()
811 ddg_scc_ptr scc; in create_scc() local
815 scc = (ddg_scc_ptr) xmalloc (sizeof (struct ddg_scc)); in create_scc()
816 scc->backarcs = NULL; in create_scc()
817 scc->num_backarcs = 0; in create_scc()
818 scc->nodes = sbitmap_alloc (g->num_nodes); in create_scc()
819 bitmap_copy (scc->nodes, nodes); in create_scc()
[all …]
H A Dcfganal.cc1099 int scc; member
1118 while (bb_data[cur1].scc != -1) in tag_header()
1120 int ih = bb_data[cur1].scc; in tag_header()
1125 bb_data[cur1].scc = cur2; in tag_header()
1132 bb_data[cur1].scc = cur2; in tag_header()
1196 bb_data[dest->index].scc = -1; in rev_post_order_and_mark_dfs_back_seme()
1217 int header = bb_data[ei_edge (ei)->dest->index].scc; in rev_post_order_and_mark_dfs_back_seme()
1232 else if (bb_data[ei_edge (ei)->dest->index].scc == -1) in rev_post_order_and_mark_dfs_back_seme()
1236 int header = bb_data[ei_edge (ei)->dest->index].scc; in rev_post_order_and_mark_dfs_back_seme()
1243 while (bb_data[header].scc != -1) in rev_post_order_and_mark_dfs_back_seme()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/
H A Dscc.cgs1 # cr16 testcase for scc reg
8 .global scc
9 scc:
14 scc r3
/netbsd-src/usr.bin/rdist/
H A Dexpand.c440 int scc; in amatch() local
448 scc = *s++ & TRIM; in amatch()
464 if (lc <= scc && scc <= *p++) in amatch()
467 if (scc == (lc = cc)) in amatch()
489 return (scc == '\0'); in amatch()
492 if ((c & TRIM) != scc) in amatch()
497 if (scc == '\0') in amatch()
502 if (scc) in amatch()
/netbsd-src/usr.bin/script/
H A Dscript.c104 ssize_t scc; in main() local
209 while (!die && (scc = read(STDIN_FILENO, ibuf, BUFSIZ)) > 0) { in main()
210 cc = (size_t)scc; in main()
265 ssize_t scc; in dooutput() local
283 scc = read(master, obuf, sizeof(obuf)); in dooutput()
284 if (scc <= 0) in dooutput()
286 cc = (size_t)scc; in dooutput()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dcf.md340 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
350 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
360 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
370 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift"))
378 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift"))
386 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift"))
421 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
430 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
439 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
472 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dcf.md340 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
350 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
360 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
370 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift"))
378 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift"))
386 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift"))
421 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
430 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
439 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
472 alu_l,aluq_l,bitr,bitrw,cmp,cmp_l,alux_l,ext,neg_l,scc,shift,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c1035 tree_scc_hasher::hash (const tree_scc *scc) in hash() argument
1037 return scc->hash; in hash()
1594 compare_tree_sccs (tree_scc *pscc, tree_scc *scc, in compare_tree_sccs() argument
1605 if (compare_tree_sccs_1 (pscc->entries[0], scc->entries[i], &mapp)) in compare_tree_sccs()
1613 for (unsigned j = 0; j < scc->len; ++j) in compare_tree_sccs()
1614 TREE_ASM_WRITTEN (scc->entries[j]) = 0; in compare_tree_sccs()
1665 tree_scc *scc in unify_scc() local
1667 scc->next = NULL; in unify_scc()
1668 scc->hash = scc_hash; in unify_scc()
1669 scc->len = len; in unify_scc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc1040 tree_scc_hasher::hash (const tree_scc *scc) in hash() argument
1042 return scc->hash; in hash()
1603 compare_tree_sccs (tree_scc *pscc, tree_scc *scc, in compare_tree_sccs() argument
1614 if (compare_tree_sccs_1 (pscc->entries[0], scc->entries[i], &mapp)) in compare_tree_sccs()
1622 for (unsigned j = 0; j < scc->len; ++j) in compare_tree_sccs()
1623 TREE_ASM_WRITTEN (scc->entries[j]) = 0; in compare_tree_sccs()
1674 tree_scc *scc in unify_scc() local
1676 scc->next = NULL; in unify_scc()
1677 scc->hash = scc_hash; in unify_scc()
1678 scc->len = len; in unify_scc()
[all …]
/netbsd-src/usr.bin/at/
H A Dparsetime.c150 static char scc; /* scanner - count of remaining arguments */ variable
205 scc = argc; in init_scanner()
235 if (scc < 1) in token()
239 scc--; in token()
596 if (scc < 1) in parsetime()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dscc.ms8 scc r3
39 scc r3
/netbsd-src/usr.bin/telnet/
H A Dtelnet.c1602 int scc; in telrcv() local
1607 scc = 0; in telrcv()
1610 if (scc == 0) { in telrcv()
1617 scc = ring_full_consecutive(&netiring); in telrcv()
1618 if (scc == 0) { in telrcv()
1624 c = *sbp++ & 0xff, scc--; count++; in telrcv()
1656 if (scc > 0) { in telrcv()
1663 sbp++, scc--; count++; in telrcv()
1668 sbp++, scc--; count++; in telrcv()

12345678910