Home
last modified time | relevance | path

Searched refs:counter0 (Results 1 – 25 of 127) sorted by relevance

123456

/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/system/input/
H A Dinput.cpp10 if(p.counter0 >= 16) return 1; in port_read()
21 deviceidx = p.counter0; in port_read()
23 p.counter0++; in port_read()
41 if(p.counter0 >= 32) return 1; in port_read()
99 if(p.counter0 == 0) { in port_read()
138 switch(p.counter0++) { in port_read()
155 if(p.counter0 == 0) { in port_read()
171 switch(p.counter0++) { in port_read()
276 p.counter0 = 0; in port_set_device()
325 port[0].counter0 = 0; in poll()
[all …]
/dports/emulators/mednafen/mednafen/src/snes/src/system/input/
H A Dinput.cpp10 if(p.counter0 >= 16) return 1; in port_read()
21 deviceidx = p.counter0; in port_read()
23 p.counter0++; in port_read()
41 if(p.counter0 >= 32) return 1; in port_read()
99 if(p.counter0 == 0) { in port_read()
138 switch(p.counter0++) { in port_read()
155 if(p.counter0 == 0) { in port_read()
171 switch(p.counter0++) { in port_read()
275 p.counter0 = 0; in port_set_device()
324 port[0].counter0 = 0; in poll()
[all …]
/dports/math/stan/stan-2.28.2/src/test/unit/expressions/
H A Dsimple_udf_test.cpp18 int counter0 = 0; in TEST() local
19 stan::test::counterOp<double> counter_op0(&counter0); in TEST()
32 EXPECT_LE(counter0, 1); in TEST()
50 int counter0 = 0; in TEST() local
51 stan::test::counterOp<stan::math::var> counter_op0(&counter0); in TEST()
64 EXPECT_LE(counter0, 1); in TEST()
89 int counter0 = 0; in TEST() local
90 stan::test::counterOp<stan::math::fvar<double>> counter_op0(&counter0); in TEST()
104 EXPECT_LE(counter0, 1); in TEST()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/exceptions/
H A DCatchInlineExceptions.java37 private static int counter0; field in CatchInlineExceptions
44 counter0++; in foo()
75 if (counter2 != counter0) { in main()
76 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/exceptions/
H A DCatchInlineExceptions.java37 private static int counter0; field in CatchInlineExceptions
44 counter0++; in foo()
75 if (counter2 != counter0) { in main()
76 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/exceptions/
H A DCatchInlineExceptions.java37 private static int counter0; field in CatchInlineExceptions
44 counter0++; in foo()
75 if (counter2 != counter0) { in main()
76 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/exceptions/
H A DCatchInlineExceptions.java37 private static int counter0; field in CatchInlineExceptions
44 counter0++; in foo()
75 if (counter2 != counter0) { in main()
76 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/exceptions/
H A DCatchInlineExceptions.java37 private static int counter0; field in CatchInlineExceptions
44 counter0++; in foo()
75 if (counter2 != counter0) { in main()
76 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/exceptions/
H A DCatchInlineExceptions.java37 private static int counter0; field in CatchInlineExceptions
44 counter0++; in foo()
75 if (counter2 != counter0) { in main()
76 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/exceptions/
H A DCatchInlineExceptions.java37 private static int counter0; field in CatchInlineExceptions
44 counter0++; in foo()
75 if (counter2 != counter0) { in main()
76 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/exceptions/
H A DCatchInlineExceptions.java37 private static int counter0; field in CatchInlineExceptions
44 counter0++; in foo()
75 if (counter2 != counter0) { in main()
76 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/exceptions/
H A DCatchInlineExceptions.java35 private static int counter0; field in CatchInlineExceptions
42 counter0++; in foo()
73 if (counter2 != counter0) { in main()
74 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/exceptions/
H A DCatchInlineExceptions.java35 private static int counter0; field in CatchInlineExceptions
42 counter0++; in foo()
73 if (counter2 != counter0) { in main()
74 … throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); in main()
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/src/
H A Doskar_random_gaussian.c14 void oskar_random_gaussian2(unsigned int seed, unsigned int counter0, in oskar_random_gaussian2() argument
17 OSKAR_R123_GENERATE_2(seed, counter0, counter1); in oskar_random_gaussian2()
21 void oskar_random_gaussian4(unsigned int seed, unsigned int counter0, in oskar_random_gaussian4() argument
25 OSKAR_R123_GENERATE_4(seed, counter0, counter1, counter2, counter3); in oskar_random_gaussian4()
/dports/emulators/citra/citra-ac98458e0/externals/teakra/src/
H A Ddma.cpp31 counter0 = 0; in Start()
78 counter0 += 2; in Tick()
111 counter0 += 1; in Tick()
114 if (counter0 >= size0) { in Tick()
115 counter0 = 0; in Tick()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/src/
H A Ddma.cpp31 counter0 = 0; in Start()
78 counter0 += 2; in Tick()
111 counter0 += 1; in Tick()
114 if (counter0 >= size0) { in Tick()
115 counter0 = 0; in Tick()
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-rigetti/cirq_rigetti/
H A Dsampler_readout_separate_memory_regions_test.py52 counter0 = result.histogram(key='m0')
55 assert 2 == len(counter0)
56 assert 3 == counter0.get(0)
57 assert 7 == counter0.get(1)
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-rigetti/cirq_rigetti/
H A Dsampler_readout_separate_memory_regions_test.py52 counter0 = result.histogram(key='m0')
55 assert 2 == len(counter0)
56 assert 3 == counter0.get(0)
57 assert 7 == counter0.get(1)
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-rigetti/cirq_rigetti/
H A Dsampler_readout_separate_memory_regions_test.py52 counter0 = result.histogram(key='m0')
55 assert 2 == len(counter0)
56 assert 3 == counter0.get(0)
57 assert 7 == counter0.get(1)
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-rigetti/cirq_rigetti/
H A Dsampler_readout_separate_memory_regions_test.py52 counter0 = result.histogram(key='m0')
55 assert 2 == len(counter0)
56 assert 3 == counter0.get(0)
57 assert 7 == counter0.get(1)
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-rigetti/cirq_rigetti/
H A Dsampler_readout_separate_memory_regions_test.py52 counter0 = result.histogram(key='m0')
55 assert 2 == len(counter0)
56 assert 3 == counter0.get(0)
57 assert 7 == counter0.get(1)
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/
H A Doskar_random_gaussian.h68 void oskar_random_gaussian2(unsigned int seed, unsigned int counter0,
99 void oskar_random_gaussian4(unsigned int seed, unsigned int counter0,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DSnippetIntegerHistogram.java35 private final SnippetCounter counter0; field in SnippetIntegerHistogram
66 counter0 = createCounter(group, name, description, lowerBound, counter0UpperBound); in SnippetIntegerHistogram()
123 counter0.inc(); in inc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DSnippetIntegerHistogram.java35 private final SnippetCounter counter0; field in SnippetIntegerHistogram
66 counter0 = createCounter(group, name, description, lowerBound, counter0UpperBound); in SnippetIntegerHistogram()
123 counter0.inc(); in inc()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DSnippetIntegerHistogram.java35 private final SnippetCounter counter0; field in SnippetIntegerHistogram
66 counter0 = createCounter(group, name, description, lowerBound, counter0UpperBound); in SnippetIntegerHistogram()
123 counter0.inc(); in inc()

123456