Home
last modified time | relevance | path

Searched refs:CPUS (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/emulators/mess/mame-mame0226/scripts/src/
H A Dcpu.lua19 if (CPUS[v]~=null) then
67 if (CPUS["8X300"]~=null) then
84 if (CPUS["DSPP"]~=null) then
104 if (CPUS["ARC"]~=null) then
143 if (CPUS["ARM"]~=null) then
155 if (CPUS["ARM7"]~=null) then
552 if (CPUS["F8"]~=null) then
569 if (CPUS["FR"]~=null) then
628 if (CPUS["H8"]~=null) then
780 if (CPUS["SH"]~=null) then
[all …]
/dports/emulators/mame/mame-mame0226/scripts/src/
H A Dcpu.lua19 if (CPUS[v]~=null) then
67 if (CPUS["8X300"]~=null) then
84 if (CPUS["DSPP"]~=null) then
104 if (CPUS["ARC"]~=null) then
143 if (CPUS["ARM"]~=null) then
155 if (CPUS["ARM7"]~=null) then
552 if (CPUS["F8"]~=null) then
569 if (CPUS["FR"]~=null) then
628 if (CPUS["H8"]~=null) then
780 if (CPUS["SH"]~=null) then
[all …]
/dports/lang/ghc/ghc-8.10.7/mk/
H A Ddetect-cpu-count.sh4 if [ "$CPUS" = "" ]; then
6 CPUS="$NUMBER_OF_PROCESSORS"
9 if [ "$CPUS" = "" ]; then
11 CPUS=`getconf _NPROCESSORS_ONLN 2>/dev/null`
14 if [ "$CPUS" = "" ]; then
16 CPUS=`getconf NPROCESSORS_ONLN 2>/dev/null`
19 if [ "$CPUS" = "" ]; then
21 CPUS="1"
26 echo "$CPUS"
/dports/emulators/mess/mame-mame0226/scripts/target/mame/
H A Dci.lua19 CPUS["Z80"] = true
20 CPUS["M6502"] = true
21 CPUS["MCS48"] = true
22 CPUS["MCS51"] = true
23 CPUS["M6800"] = true
24 CPUS["M6805"] = true
25 CPUS["M6809"] = true
26 CPUS["M680X0"] = true
28 CPUS["COP400"] = true
29 CPUS["MIPS3"] = true
[all …]
H A Dmess.lua16 CPUS["Z80"] = true
17 CPUS["Z180"] = true
18 CPUS["I8085"] = true
19 CPUS["I8089"] = true
22 CPUS["I86"] = true
23 CPUS["I386"] = true
24 CPUS["NEC"] = true
26 CPUS["V60"] = true
36 CPUS["T11"] = true
63 CPUS["SH"] = true
[all …]
H A Dtiny.lua19 CPUS["Z80"] = true
20 CPUS["M6502"] = true
21 CPUS["MCS48"] = true
22 CPUS["MCS51"] = true
23 CPUS["M6800"] = true
24 CPUS["M6805"] = true
25 CPUS["M6809"] = true
26 CPUS["M680X0"] = true
27 CPUS["TMS9900"] = true
28 CPUS["COP400"] = true
H A Darcade.lua16 CPUS["Z80"] = true
17 CPUS["Z180"] = true
18 CPUS["I8085"] = true
19 CPUS["I8089"] = true
22 CPUS["I86"] = true
23 CPUS["I386"] = true
24 CPUS["NEC"] = true
26 CPUS["V60"] = true
36 CPUS["T11"] = true
63 CPUS["SH"] = true
[all …]
/dports/emulators/mame/mame-mame0226/scripts/target/mame/
H A Dci.lua19 CPUS["Z80"] = true
20 CPUS["M6502"] = true
21 CPUS["MCS48"] = true
22 CPUS["MCS51"] = true
23 CPUS["M6800"] = true
24 CPUS["M6805"] = true
25 CPUS["M6809"] = true
26 CPUS["M680X0"] = true
28 CPUS["COP400"] = true
29 CPUS["MIPS3"] = true
[all …]
H A Dmess.lua16 CPUS["Z80"] = true
17 CPUS["Z180"] = true
18 CPUS["I8085"] = true
19 CPUS["I8089"] = true
22 CPUS["I86"] = true
23 CPUS["I386"] = true
24 CPUS["NEC"] = true
26 CPUS["V60"] = true
36 CPUS["T11"] = true
63 CPUS["SH"] = true
[all …]
H A Dtiny.lua19 CPUS["Z80"] = true
20 CPUS["M6502"] = true
21 CPUS["MCS48"] = true
22 CPUS["MCS51"] = true
23 CPUS["M6800"] = true
24 CPUS["M6805"] = true
25 CPUS["M6809"] = true
26 CPUS["M680X0"] = true
27 CPUS["TMS9900"] = true
28 CPUS["COP400"] = true
H A Darcade.lua16 CPUS["Z80"] = true
17 CPUS["Z180"] = true
18 CPUS["I8085"] = true
19 CPUS["I8089"] = true
22 CPUS["I86"] = true
23 CPUS["I386"] = true
24 CPUS["NEC"] = true
26 CPUS["V60"] = true
36 CPUS["T11"] = true
63 CPUS["SH"] = true
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/test/
H A Drun-trace.c64 #define CPUS 4 macro
73 if (cpu == &fake_cpus[CPUS]) in next_cpu()
146 timestamp = i * CPUS + id; in write_trace_entries()
162 for (i = 0; i < CPUS; i++) in all_done()
172 unsigned int i, counts[CPUS] = { 0 }, overflows[CPUS] = { 0 }; in test_parallel()
173 unsigned int repeats[CPUS] = { 0 }, num_overflows[CPUS] = { 0 }; in test_parallel()
208 if (i == CPUS) { in test_parallel()
212 i = (i + last) % CPUS; in test_parallel()
233 assert(cpu < CPUS); in test_parallel()
237 assert(cpu < CPUS); in test_parallel()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/test/
H A Drun-trace.c64 #define CPUS 4 macro
73 if (cpu == &fake_cpus[CPUS]) in next_cpu()
146 timestamp = i * CPUS + id; in write_trace_entries()
162 for (i = 0; i < CPUS; i++) in all_done()
172 unsigned int i, counts[CPUS] = { 0 }, overflows[CPUS] = { 0 }; in test_parallel()
173 unsigned int repeats[CPUS] = { 0 }, num_overflows[CPUS] = { 0 }; in test_parallel()
208 if (i == CPUS) { in test_parallel()
212 i = (i + last) % CPUS; in test_parallel()
233 assert(cpu < CPUS); in test_parallel()
237 assert(cpu < CPUS); in test_parallel()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/test/
H A Drun-trace.c64 #define CPUS 4 macro
73 if (cpu == &fake_cpus[CPUS]) in next_cpu()
146 timestamp = i * CPUS + id; in write_trace_entries()
162 for (i = 0; i < CPUS; i++) in all_done()
172 unsigned int i, counts[CPUS] = { 0 }, overflows[CPUS] = { 0 }; in test_parallel()
173 unsigned int repeats[CPUS] = { 0 }, num_overflows[CPUS] = { 0 }; in test_parallel()
208 if (i == CPUS) { in test_parallel()
212 i = (i + last) % CPUS; in test_parallel()
233 assert(cpu < CPUS); in test_parallel()
237 assert(cpu < CPUS); in test_parallel()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/test/
H A Drun-trace.c64 #define CPUS 4 macro
73 if (cpu == &fake_cpus[CPUS]) in next_cpu()
146 timestamp = i * CPUS + id; in write_trace_entries()
162 for (i = 0; i < CPUS; i++) in all_done()
172 unsigned int i, counts[CPUS] = { 0 }, overflows[CPUS] = { 0 }; in test_parallel()
173 unsigned int repeats[CPUS] = { 0 }, num_overflows[CPUS] = { 0 }; in test_parallel()
208 if (i == CPUS) { in test_parallel()
212 i = (i + last) % CPUS; in test_parallel()
233 assert(cpu < CPUS); in test_parallel()
237 assert(cpu < CPUS); in test_parallel()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/test/
H A Drun-trace.c64 #define CPUS 4 macro
73 if (cpu == &fake_cpus[CPUS]) in next_cpu()
146 timestamp = i * CPUS + id; in write_trace_entries()
162 for (i = 0; i < CPUS; i++) in all_done()
172 unsigned int i, counts[CPUS] = { 0 }, overflows[CPUS] = { 0 }; in test_parallel()
173 unsigned int repeats[CPUS] = { 0 }, num_overflows[CPUS] = { 0 }; in test_parallel()
208 if (i == CPUS) { in test_parallel()
212 i = (i + last) % CPUS; in test_parallel()
233 assert(cpu < CPUS); in test_parallel()
237 assert(cpu < CPUS); in test_parallel()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/test/
H A Drun-trace.c53 #define CPUS 4 macro
62 if (cpu == &fake_cpus[CPUS]) in next_cpu()
140 timestamp = i * CPUS + id; in write_trace_entries()
156 for (i = 0; i < CPUS; i++) in all_done()
166 unsigned int i, counts[CPUS] = { 0 }, overflows[CPUS] = { 0 }; in test_parallel()
167 unsigned int repeats[CPUS] = { 0 }, num_overflows[CPUS] = { 0 }; in test_parallel()
168 bool done[CPUS] = { false }; in test_parallel()
202 if (i == CPUS) { in test_parallel()
206 i = (i + last) % CPUS; in test_parallel()
227 assert(cpu < CPUS); in test_parallel()
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/fdts/
H A Dfvp-defs-dynamiq.dtsi61 #define CPUS \ macro
64 #define CPUS \ macro
75 #define CPUS \ macro
79 #define CPUS \ macro
93 #define CPUS \ macro
98 #define CPUS \ macro
115 #define CPUS \ macro
121 #define CPUS \ macro
141 #define CPUS \ macro
148 #define CPUS \ macro
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/fdts/
H A Dfvp-defs-dynamiq.dtsi61 #define CPUS \ macro
64 #define CPUS \ macro
75 #define CPUS \ macro
79 #define CPUS \ macro
93 #define CPUS \ macro
98 #define CPUS \ macro
115 #define CPUS \ macro
121 #define CPUS \ macro
141 #define CPUS \ macro
148 #define CPUS \ macro
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/fdts/
H A Dfvp-defs-dynamiq.dtsi61 #define CPUS \ macro
64 #define CPUS \ macro
75 #define CPUS \ macro
79 #define CPUS \ macro
93 #define CPUS \ macro
98 #define CPUS \ macro
115 #define CPUS \ macro
121 #define CPUS \ macro
141 #define CPUS \ macro
148 #define CPUS \ macro
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/fdts/
H A Dfvp-defs-dynamiq.dtsi61 #define CPUS \ macro
64 #define CPUS \ macro
75 #define CPUS \ macro
79 #define CPUS \ macro
93 #define CPUS \ macro
98 #define CPUS \ macro
115 #define CPUS \ macro
121 #define CPUS \ macro
141 #define CPUS \ macro
148 #define CPUS \ macro
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/fdts/
H A Dfvp-defs-dynamiq.dtsi61 #define CPUS \ macro
64 #define CPUS \ macro
75 #define CPUS \ macro
79 #define CPUS \ macro
93 #define CPUS \ macro
98 #define CPUS \ macro
115 #define CPUS \ macro
121 #define CPUS \ macro
141 #define CPUS \ macro
148 #define CPUS \ macro
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/test/
H A Drun-trace.c64 #define CPUS 4 macro
73 if (cpu == &fake_cpus[CPUS]) in next_cpu()
145 timestamp = i * CPUS + id; in write_trace_entries()
161 for (i = 0; i < CPUS; i++) in all_done()
171 unsigned int i, counts[CPUS] = { 0 }, overflows[CPUS] = { 0 }; in test_parallel()
172 unsigned int repeats[CPUS] = { 0 }, num_overflows[CPUS] = { 0 }; in test_parallel()
205 if (i == CPUS) { in test_parallel()
209 i = (i + last) % CPUS; in test_parallel()
231 assert(cpu < CPUS); in test_parallel()
235 assert(cpu < CPUS); in test_parallel()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/
H A DMakefile.common3 CPUS :=
12 CPUS+=Z80@
14 CPUS+=8080@
15 CPUS+=8085A@
16 CPUS+=M6502@
28 CPUS+=I86@
30 CPUS+=I186@
33 CPUS+=V20@
34 CPUS+=V30@
35 CPUS+=V33@
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/
H A DMakefile10 CPUS ?= $(shell sysctl hw.ncpu|awk '{print $$2}') macro
12 CPUS ?= $(shell nproc) macro
107 CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx gettext
127 CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx html
130 CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx html
133 CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx singlehtml
136 CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx singlehtml
139 CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx linkcheck
207 (CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx epub)
210 sphinx-build -j $(CPUS) -b html -d $(BUILDDIR)/doctrees ./rst $(BUILDDIR)/html rst/$(rst)

12345678910>>...17