Home
last modified time | relevance | path

Searched +defs:old +defs:val (Results 201 – 225 of 9252) sorted by relevance

12345678910>>...371

/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/atomic/
H A Datomic_add_32_cas.c44 fetch_and_add_4(volatile uint32_t *addr, uint32_t val, ...) in fetch_and_add_4()
46 uint32_t old, new; in fetch_and_add_4() local
56 atomic_add_32(volatile uint32_t *addr, int32_t val) in atomic_add_32()
H A Datomic_or_32_cas.c44 fetch_and_or_4(volatile uint32_t *addr, uint32_t val, ...) in fetch_and_or_4()
46 uint32_t old, new; in fetch_and_or_4() local
56 atomic_or_32(volatile uint32_t *addr, uint32_t val) in atomic_or_32()
H A Datomic_and_32_cas.c44 fetch_and_and_4(volatile uint32_t *addr, uint32_t val, ...) in fetch_and_and_4()
46 uint32_t old, new; in fetch_and_and_4() local
56 atomic_and_32(volatile uint32_t *addr, uint32_t val) in atomic_and_32()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntAtomicCAS.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicVolatile.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeOrdered.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeVolatile.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeVolatile.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicVolatile.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicCAS.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeOrdered.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeOrdered.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntAtomicCAS.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicVolatile.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeOrdered.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeVolatile.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeOrdered.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicVolatile.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicCAS.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeVolatile.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeOrdered.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]

12345678910>>...371