/netbsd-src/sys/arch/hpcmips/dev/ |
H A D | tc5165buf.c | 154 tc5165buf_ifsetup(struct tc5165buf_chip *scc) in tc5165buf_ifsetup() 165 struct tc5165buf_chip *scc = &tc5165buf_chip; in tc5165buf_cnattach() local 179 struct tc5165buf_chip *scc = ic; in tc5165buf_input_establish() local 193 struct tc5165buf_chip *scc = sc->sc_chip; in tc5165buf_intr() local 207 struct tc5165buf_chip *scc = arg; in tc5165buf_poll() local 220 struct tc5165buf_chip *scc = arg; in tc5165buf_soft() local
|
H A D | m38813c.c | 129 m38813c_ifsetup(struct m38813c_chip *scc) in m38813c_ifsetup() 141 struct m38813c_chip *scc = &m38813c_chip; in m38813c_cnattach() local 155 struct m38813c_chip *scc = ic; in m38813c_input_establish() local 179 struct m38813c_chip *scc = arg; in m38813c_poll() local
|
/netbsd-src/sys/arch/hpcarm/dev/ |
H A D | j720kbd.c | 135 struct j720kbd_chip *scc = &j720kbd_chip; in j720kbd_cnattach() local 145 j720kbd_ifsetup(struct j720kbd_chip *scc) in j720kbd_ifsetup() 156 struct j720kbd_chip *scc = ic; in j720kbd_input_establish() local 180 struct j720kbd_chip *scc = arg; in j720kbd_poll() local 202 j720kbd_read(struct j720kbd_chip *scc, char *buf) in j720kbd_read()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ddg.c | 784 set_recurrence_length (ddg_scc_ptr scc) in set_recurrence_length() 811 ddg_scc_ptr scc; in create_scc() local 844 free_scc (ddg_scc_ptr scc) in free_scc() 869 add_backarc_to_scc (ddg_scc_ptr scc, ddg_edge_ptr e) in add_backarc_to_scc() 879 add_scc_to_ddg (ddg_all_sccs_ptr g, ddg_scc_ptr scc) in add_scc_to_ddg() 981 int i, j, k, scc, way; in create_ddg_all_sccs() local 995 ddg_scc_ptr scc; in create_ddg_all_sccs() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ddg.cc | 784 set_recurrence_length (ddg_scc_ptr scc) in set_recurrence_length() 811 ddg_scc_ptr scc; in create_scc() local 844 free_scc (ddg_scc_ptr scc) in free_scc() 869 add_backarc_to_scc (ddg_scc_ptr scc, ddg_edge_ptr e) in add_backarc_to_scc() 879 add_scc_to_ddg (ddg_all_sccs_ptr g, ddg_scc_ptr scc) in add_scc_to_ddg() 981 int i, j, k, scc, way; in create_ddg_all_sccs() local 995 ddg_scc_ptr scc; in create_ddg_all_sccs() local
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_scheduler_clustering.h | 29 struct isl_sched_graph *scc; member
|
H A D | isl_scheduler.h | 85 int scc; member 252 int scc; member
|
H A D | isl_scheduler_clustering.c | 245 int scc = graph->node[g->order[i]].scc; in mark_merge_sccs() local 272 static __isl_give isl_space *cluster_space(struct isl_sched_graph *scc, int i) in cluster_space() 546 struct isl_sched_graph *scc; in compute_maxvar_max_slack() local 586 struct isl_sched_graph *scc; in limit_maxvar_to_slack() local
|
H A D | isl_test_python.py | 236 def add_single(scc): argument
|
H A D | isl_test_cpp.cc | 141 }, [&sorted] (isl::id_list scc) { in test_foreach_scc()
|
H A D | isl_scheduler.c | 64 int isl_sched_node_scc_exactly(struct isl_sched_node *node, int 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() 74 static int node_scc_at_least(struct isl_sched_node *node, int scc) in node_scc_at_least() 3442 struct isl_sched_graph *graph, int scc) in isl_sched_graph_extract_scc() 3705 int isl_sched_edge_scc_exactly(struct isl_sched_edge *edge, int scc) in isl_sched_edge_scc_exactly() 3710 static int edge_dst_scc_at_most(struct isl_sched_edge *edge, int scc) in edge_dst_scc_at_most() 3715 static int edge_src_scc_at_least(struct isl_sched_edge *edge, int scc) in edge_src_scc_at_least()
|
/netbsd-src/external/cddl/osnet/dist/lib/libgen/common/ |
H A D | gmatch.c | 70 wchar_t scc, c; in gmatch() local
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | mfc.c | 370 struct mfc_softc *scc; in mfcattach() local 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/usr.bin/script/ |
H A D | script.c | 104 ssize_t scc; in main() local 265 ssize_t scc; in dooutput() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUOperandSyntax.rst | 552 scc section in Operands 557 .. _amdgpu_synid_lds_direct:
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | imx25.dtsi | 440 scc: crypto@53fac000 { label
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-common.c | 1035 tree_scc_hasher::hash (const tree_scc *scc) in hash() 1594 compare_tree_sccs (tree_scc *pscc, tree_scc *scc, in compare_tree_sccs() 1665 tree_scc *scc in unify_scc() local 3007 tree_scc *scc, *max_scc = NULL; in print_lto_report_1() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-common.cc | 1040 tree_scc_hasher::hash (const tree_scc *scc) in hash() 1603 compare_tree_sccs (tree_scc *pscc, tree_scc *scc, in compare_tree_sccs() 1674 tree_scc *scc in unify_scc() local 3016 tree_scc *scc, *max_scc = NULL; in print_lto_report_1() local
|
/netbsd-src/usr.bin/rdist/ |
H A D | expand.c | 440 int scc; in amatch() local
|
/netbsd-src/usr.bin/at/ |
H A D | parsetime.c | 150 static char scc; /* scanner - count of remaining arguments */ variable
|
/netbsd-src/sys/arch/mac68k/include/ |
H A D | iopreg.h | 70 } scc; member
|
/netbsd-src/sys/arch/luna68k/dev/ |
H A D | siotty.c | 306 u_int cc, scc; in siotty_rxsoft() local
|
/netbsd-src/sys/arch/arm/at91/ |
H A D | at91dbgu.c | 924 u_int cc, scc; in at91dbgu_rxsoft() local
|
/netbsd-src/sys/arch/arm/ixp12x0/ |
H A D | ixp12x0_com.c | 922 u_int cc, scc; in ixpcom_rxsoft() local
|
/netbsd-src/sys/arch/arm/ep93xx/ |
H A D | epcom.c | 918 u_int cc, scc; in epcom_rxsoft() local
|