| /NextBSD/cddl/contrib/opensolaris/lib/libgen/common/ |
| HD | gmatch.c | 65 wchar_t scc, c; in gmatch() local 73 scc = n; in gmatch() 75 scc = cl; in gmatch() 82 return (scc == 0); in gmatch() 88 if (scc <= 0) in gmatch() 111 if (scc < lc || scc > c) in gmatch() 119 if (lc <= scc && in gmatch() 120 scc <= c) in gmatch() 129 if (scc != lc) in gmatch() 136 if (scc == lc) in gmatch() [all …]
|
| /NextBSD/sys/dev/siba/ |
| HD | siba_core.c | 179 struct siba_cc *scc; in siba_core_attach() local 195 scc = &siba->siba_cc; in siba_core_attach() 196 if (scc->scc_dev != NULL) { in siba_core_attach() 197 siba_cc_pmu_init(scc); in siba_core_attach() 198 siba_cc_power_init(scc); in siba_core_attach() 199 siba_cc_clock(scc, SIBA_CLOCK_FAST); in siba_core_attach() 200 siba_cc_powerup_delay(scc); in siba_core_attach() 761 siba_cc_clock(struct siba_cc *scc, enum siba_clock clock) in siba_cc_clock() argument 763 struct siba_dev_softc *sd = scc->scc_dev; in siba_cc_clock() 775 (scc->scc_caps & SIBA_CC_CAPS_PWCTL) == 0) in siba_cc_clock() [all …]
|
| HD | sibavar.h | 169 #define SIBA_CC_READ32(scc, offset) \ argument 170 siba_read_4_sub((scc)->scc_dev, offset) 171 #define SIBA_CC_WRITE32(scc, offset, val) \ argument 172 siba_write_4_sub((scc)->scc_dev, offset, val) 173 #define SIBA_CC_MASK32(scc, offset, mask) \ argument 174 SIBA_CC_WRITE32(scc, offset, SIBA_CC_READ32(scc, offset) & (mask)) 175 #define SIBA_CC_SET32(scc, offset, set) \ argument 176 SIBA_CC_WRITE32(scc, offset, SIBA_CC_READ32(scc, offset) | (set)) 177 #define SIBA_CC_MASKSET32(scc, offset, mask, set) \ argument 178 SIBA_CC_WRITE32(scc, offset, \ [all …]
|
| /NextBSD/contrib/opie/ |
| HD | glob.c | 140 register int scc; variable 145 scc = *s++ & TRIM; 158 if (lc <= scc && scc <= *p++) 161 if (scc == (lc = cc)) 180 return (scc == 0); 183 if ((c & TRIM) != scc) 188 if (scc == 0) 553 register int scc; variable 561 scc = *s++ & TRIM; 577 if (lc <= scc && scc <= *p++) [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | ddg.c | 666 set_recurrence_length (ddg_scc_ptr scc, ddg_ptr g) in set_recurrence_length() argument 671 for (j = 0; j < scc->num_backarcs; j++) in set_recurrence_length() 673 ddg_edge_ptr backarc = scc->backarcs[j]; in set_recurrence_length() 679 length = longest_simple_path (g, src->cuid, dest->cuid, scc->nodes); in set_recurrence_length() 688 scc->recurrence_length = result; in set_recurrence_length() 696 ddg_scc_ptr scc; in create_scc() local 700 scc = (ddg_scc_ptr) xmalloc (sizeof (struct ddg_scc)); in create_scc() 701 scc->backarcs = NULL; in create_scc() 702 scc->num_backarcs = 0; in create_scc() 703 scc->nodes = sbitmap_alloc (g->num_nodes); in create_scc() [all …]
|
| HD | modulo-sched.c | 1729 ddg_scc_ptr scc = all_sccs->sccs[i]; in order_nodes_of_sccs() local 1732 find_nodes_on_paths (on_path, g, prev_sccs, scc->nodes); in order_nodes_of_sccs() 1733 sbitmap_a_or_b (tmp, scc->nodes, on_path); in order_nodes_of_sccs() 1736 find_nodes_on_paths (on_path, g, scc->nodes, prev_sccs); in order_nodes_of_sccs() 1900 order_nodes_in_scc (ddg_ptr g, sbitmap nodes_ordered, sbitmap scc, in order_nodes_in_scc() argument 1918 if (sbitmap_a_and_b_cg (tmp, predecessors, scc)) in order_nodes_in_scc() 1923 else if (sbitmap_a_and_b_cg (tmp, successors, scc)) in order_nodes_in_scc() 1933 if ((u = find_max_asap (g, scc)) >= 0) in order_nodes_in_scc() 1954 sbitmap_a_and_b (tmp, v_node_succs, scc); in order_nodes_in_scc() 1965 sbitmap_a_and_b (workset, predecessors, scc); in order_nodes_in_scc() [all …]
|
| /NextBSD/sys/modules/scc/ |
| HD | Makefile | 3 .PATH: ${.CURDIR}/../../dev/scc 12 KMOD= scc
|
| /NextBSD/usr.bin/at/ |
| HD | parsetime.c | 144 static char scc; /* scanner - count of remaining arguments */ variable 181 scc = argc; in init_scanner() 209 if (scc < 1) in token() 213 scc--; in token() 612 if (scc < 1) { in parsetime()
|
| /NextBSD/sys/dev/scc/ |
| HD | scc_bfe_sbus.c | 93 DRIVER_MODULE(scc, fhc, scc_sbus_driver, scc_devclass, NULL, NULL); 94 DRIVER_MODULE(scc, sbus, scc_sbus_driver, scc_devclass, NULL, NULL);
|
| HD | scc_bfe_macio.c | 93 DRIVER_MODULE(scc, macio, scc_macio_driver, scc_devclass, NULL, NULL);
|
| HD | scc_bfe_ebus.c | 97 DRIVER_MODULE(scc, ebus, scc_ebus_driver, scc_devclass, NULL, NULL);
|
| HD | scc_bfe_quicc.c | 99 DRIVER_MODULE(scc, quicc, scc_quicc_driver, scc_devclass, NULL, NULL);
|
| HD | scc_if.m | 34 #include <dev/scc/scc_bfe.h> 39 INTERFACE scc;
|
| /NextBSD/crypto/heimdal/appl/telnet/telnet/ |
| HD | telnet.c | 1588 int scc; in telrcv() local 1593 scc = 0; in telrcv() 1596 if (scc == 0) { in telrcv() 1603 scc = ring_full_consecutive(&netiring); in telrcv() 1604 if (scc == 0) { in telrcv() 1610 c = *sbp++ & 0xff, scc--; count++; in telrcv() 1642 if (scc > 0) { in telrcv() 1649 sbp++, scc--; count++; in telrcv() 1654 sbp++, scc--; count++; in telrcv()
|
| /NextBSD/contrib/telnet/telnet/ |
| HD | telnet.c | 1674 int scc; in telrcv() local 1679 scc = 0; in telrcv() 1682 if (scc == 0) { in telrcv() 1689 scc = ring_full_consecutive(&netiring); in telrcv() 1690 if (scc == 0) { in telrcv() 1696 c = *sbp++ & 0xff, scc--; count++; in telrcv() 1728 if (scc > 0) { in telrcv() 1735 sbp++, scc--; count++; in telrcv() 1740 sbp++, scc--; count++; in telrcv()
|
| /NextBSD/tools/kerneldoc/subsys/ |
| HD | Doxyfile-dev_scc | 14 INPUT = $(DOXYGEN_SRC_PATH)/dev/scc/ \
|
| /NextBSD/sys/dev/uart/ |
| HD | uart_bus_scc.c | 118 DRIVER_MODULE(uart, scc, uart_scc_driver, uart_devclass, 0, 0);
|
| /NextBSD/sys/powerpc/conf/ |
| HD | MPC85XX | 84 device scc
|
| HD | GENERIC64 | 133 device scc
|
| HD | GENERIC | 136 device scc
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | vexpress-v2p-ca15_a7.dts | 176 scc@7fff0000 { 177 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
|
| /NextBSD/sys/conf/ |
| HD | files.powerpc | 64 dev/scc/scc_bfe_macio.c optional scc powermac
|
| /NextBSD/etc/ |
| HD | protocols | 107 scc-sp 96 SCC-SP # Semaphore Communications Sec. Pro.
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SIRegisterInfo.td | 39 def SCC : SIReg<"scc", 253>;
|
| /NextBSD/sys/modules/ |
| HD | Makefile | 320 scc \
|