Home
last modified time | relevance | path

Searched refs:OBJ1 (Results 126 – 150 of 1292) sorted by relevance

12345678910>>...52

/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/ada/acats/tests/c4/
H A Dc49020a.ada35 OBJ1 : INTEGER := 4; variable
45 OBJ1 := 5;
58 OBJ1 := 6;
68 OBJ1 := 7;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/ada/acats/tests/c4/
H A Dc49020a.ada35 OBJ1 : INTEGER := 4; variable
45 OBJ1 := 5;
58 OBJ1 := 6;
68 OBJ1 := 7;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/ada/acats/tests/c4/
H A Dc49020a.ada35 OBJ1 : INTEGER := 4; variable
45 OBJ1 := 5;
58 OBJ1 := 6;
68 OBJ1 := 7;
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A DMakefile34 OBJ1 = pmars.o asm.o eval.o disasm.o cdb.o sim.o pos.o macro
43 $(MAINFILE): $(OBJ1) $(OBJ2) $(OBJ3)
45 $(CC) $(CFLAGS) -o $(MAINFILE) $(OBJ1) $(OBJ2) $(OBJ3) $(LIB)
58 $(OBJ1) $(OBJ2) $(OBJ3): Makefile config.h global.h
65 rm -f $(OBJ1) $(OBJ2) $(OBJ3) core
H A DMakefile.mingw42 OBJ1 = pmars.o asm.o eval.o disasm.o cdb.o sim.o pos.o
52 $(MAINFILE): $(OBJ1) $(OBJ2) $(OBJ3) $(OBJ4)
54 @$(CC) -o $(MAINFILE) $(OBJ1) $(OBJ2) $(OBJ3) $(OBJ4) $(LIB)
64 $(OBJ1) $(OBJ2) $(OBJ3) $(OBJ4): Makefile.mingw config.h global.h
71 rm -f $(OBJ1) $(OBJ2) $(OBJ3) $(OBJ4) core
H A DMakefile.djg22 OBJ1 = pmars.o asm.o eval.o disasm.o cdb.o sim.o pos.o
31 $(MAINFILE): $(OBJ1) $(OBJ2) $(OBJ3)
33 @$(CC) -o $(MAINFILE) $(OBJ1) $(OBJ2) $(OBJ3) $(LIB)
45 $(OBJ1) $(OBJ2) $(OBJ3): makefile config.h global.h
/dports/games/pmars/pmars-0.9.2/src/
H A DMakefile25 OBJ1 = pmars.o asm.o eval.o disasm.o cdb.o sim.o pos.o macro
34 $(MAINFILE): $(OBJ1) $(OBJ2) $(OBJ3)
36 @$(CC) -o $(MAINFILE) $(OBJ1) $(OBJ2) $(OBJ3) $(LIB)
50 $(OBJ1) $(OBJ2) $(OBJ3): Makefile config.h global.h
58 rm -f $(OBJ1) $(OBJ2) $(OBJ3) core
H A DMakefile.djg22 OBJ1 = pmars.o asm.o eval.o disasm.o cdb.o sim.o pos.o
31 $(MAINFILE): $(OBJ1) $(OBJ2) $(OBJ3)
33 @$(CC) -o $(MAINFILE) $(OBJ1) $(OBJ2) $(OBJ3) $(LIB)
45 $(OBJ1) $(OBJ2) $(OBJ3): makefile config.h global.h
/dports/devel/loki/loki-0.1.7/test/Register/
H A DMakefile5 OBJ1 := $(SRC1:.cpp=.o) macro
14 $(BIN1): $(OBJ1) $(LIB1)
15 $(CXX) $(CXXFLAGS) -L. $(LDFLAGS) $(CPPFLAGS) -o $@ $(OBJ1) $(LDLIBS) -lfoo
22 $(RM) $(OBJ1)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.jdk9.test/src/org/graalvm/compiler/core/jdk9/test/ea/
H A DAtomicVirtualizationTests.java36 private static final TestObject OBJ1 = new TestObject(1); field in AtomicVirtualizationTests
96 return a.compareAndSet(OBJ1, new TestObject(3)); in ccvNoMatchCAS()
106 return a.compareAndExchange(OBJ1, new TestObject(3)); in ccvNoMatchCAE()
116 return a.compareAndSet(OBJ1, OBJ2); in cccNoMatchCAS()
126 return a.compareAndExchange(OBJ1, OBJ2); in cccNoMatchCAE()
196 return a.compareAndSet(OBJ1, new TestObject(4)); in vcvNoMatchCAS()
206 return a.compareAndExchange(OBJ1, new TestObject(4)); in vcvNoMatchCAE()
216 return a.compareAndSet(OBJ1, OBJ2); in vccNoMatchCAS()
226 return a.compareAndExchange(OBJ1, OBJ2); in vccNoMatchCAE()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.jdk9.test/src/org/graalvm/compiler/core/jdk9/test/ea/
H A DAtomicVirtualizationTests.java36 private static final TestObject OBJ1 = new TestObject(1); field in AtomicVirtualizationTests
96 return a.compareAndSet(OBJ1, new TestObject(3)); in ccvNoMatchCAS()
106 return a.compareAndExchange(OBJ1, new TestObject(3)); in ccvNoMatchCAE()
116 return a.compareAndSet(OBJ1, OBJ2); in cccNoMatchCAS()
126 return a.compareAndExchange(OBJ1, OBJ2); in cccNoMatchCAE()
196 return a.compareAndSet(OBJ1, new TestObject(4)); in vcvNoMatchCAS()
206 return a.compareAndExchange(OBJ1, new TestObject(4)); in vcvNoMatchCAE()
216 return a.compareAndSet(OBJ1, OBJ2); in vccNoMatchCAS()
226 return a.compareAndExchange(OBJ1, OBJ2); in vccNoMatchCAE()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.jdk9.test/src/org/graalvm/compiler/core/jdk9/test/ea/
H A DAtomicVirtualizationTests.java36 private static final TestObject OBJ1 = new TestObject(1); field in AtomicVirtualizationTests
96 return a.compareAndSet(OBJ1, new TestObject(3)); in ccvNoMatchCAS()
106 return a.compareAndExchange(OBJ1, new TestObject(3)); in ccvNoMatchCAE()
116 return a.compareAndSet(OBJ1, OBJ2); in cccNoMatchCAS()
126 return a.compareAndExchange(OBJ1, OBJ2); in cccNoMatchCAE()
196 return a.compareAndSet(OBJ1, new TestObject(4)); in vcvNoMatchCAS()
206 return a.compareAndExchange(OBJ1, new TestObject(4)); in vcvNoMatchCAE()
216 return a.compareAndSet(OBJ1, OBJ2); in vccNoMatchCAS()
226 return a.compareAndExchange(OBJ1, OBJ2); in vccNoMatchCAE()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.jdk9.test/src/org/graalvm/compiler/core/jdk9/test/ea/
H A DAtomicVirtualizationTests.java36 private static final TestObject OBJ1 = new TestObject(1); field in AtomicVirtualizationTests
96 return a.compareAndSet(OBJ1, new TestObject(3)); in ccvNoMatchCAS()
106 return a.compareAndExchange(OBJ1, new TestObject(3)); in ccvNoMatchCAE()
116 return a.compareAndSet(OBJ1, OBJ2); in cccNoMatchCAS()
126 return a.compareAndExchange(OBJ1, OBJ2); in cccNoMatchCAE()
196 return a.compareAndSet(OBJ1, new TestObject(4)); in vcvNoMatchCAS()
206 return a.compareAndExchange(OBJ1, new TestObject(4)); in vcvNoMatchCAE()
216 return a.compareAndSet(OBJ1, OBJ2); in vccNoMatchCAS()
226 return a.compareAndExchange(OBJ1, OBJ2); in vccNoMatchCAE()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.jdk9.test/src/org/graalvm/compiler/core/jdk9/test/ea/
H A DAtomicVirtualizationTests.java36 private static final TestObject OBJ1 = new TestObject(1); field in AtomicVirtualizationTests
96 return a.compareAndSet(OBJ1, new TestObject(3)); in ccvNoMatchCAS()
106 return a.compareAndExchange(OBJ1, new TestObject(3)); in ccvNoMatchCAE()
116 return a.compareAndSet(OBJ1, OBJ2); in cccNoMatchCAS()
126 return a.compareAndExchange(OBJ1, OBJ2); in cccNoMatchCAE()
196 return a.compareAndSet(OBJ1, new TestObject(4)); in vcvNoMatchCAS()
206 return a.compareAndExchange(OBJ1, new TestObject(4)); in vcvNoMatchCAE()
216 return a.compareAndSet(OBJ1, OBJ2); in vccNoMatchCAS()
226 return a.compareAndExchange(OBJ1, OBJ2); in vccNoMatchCAE()
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/classes/objects/
H A DNagVisObject.php450 private static function sortObjectsAlphabetical($OBJ1, $OBJ2) { argument
451 if($OBJ1->type == 'service') {
452 $name1 = strtolower($OBJ1->getName().$OBJ1->getServiceDescription());
454 $name1 = strtolower($OBJ1->getName());
491 private static function sortObjectsByState($OBJ1, $OBJ2) { argument
492 $state1 = $OBJ1->sum[STATE];
493 $subState1 = $OBJ1->getSubState(SUMMARY_STATE);
/dports/shells/bash/bash-5.1/support/
H A DMakefile.in71 OBJ1 = man2html.o
79 man2html$(EXEEXT): $(OBJ1)
80 $(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) $(OBJ1) -o $@ ${LIBS_FOR_BUILD}
83 $(RM) man2html$(EXEEXT) $(OBJ1)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc37207a.ada76 OBJ1 : REC1(6); -- 1. variable
136 OBJ1 := (DISC => IDENT_INT(7)); -- 1.
140 IF OBJ1 = (DISC => 7) THEN
213 PROC (OBJ1,OBJ2); -- OK.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/c3/
H A Dc37207a.ada76 OBJ1 : REC1(6); -- 1. variable
136 OBJ1 := (DISC => IDENT_INT(7)); -- 1.
140 IF OBJ1 = (DISC => 7) THEN
213 PROC (OBJ1,OBJ2); -- OK.
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc37207a.ada76 OBJ1 : REC1(6); -- 1. variable
136 OBJ1 := (DISC => IDENT_INT(7)); -- 1.
140 IF OBJ1 = (DISC => 7) THEN
213 PROC (OBJ1,OBJ2); -- OK.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc37207a.ada76 OBJ1 : REC1(6); -- 1. variable
136 OBJ1 := (DISC => IDENT_INT(7)); -- 1.
140 IF OBJ1 = (DISC => 7) THEN
213 PROC (OBJ1,OBJ2); -- OK.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc37207a.ada76 OBJ1 : REC1(6); -- 1. variable
136 OBJ1 := (DISC => IDENT_INT(7)); -- 1.
140 IF OBJ1 = (DISC => 7) THEN
213 PROC (OBJ1,OBJ2); -- OK.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/c3/
H A Dc37207a.ada76 OBJ1 : REC1(6); -- 1. variable
136 OBJ1 := (DISC => IDENT_INT(7)); -- 1.
140 IF OBJ1 = (DISC => 7) THEN
213 PROC (OBJ1,OBJ2); -- OK.
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/c3/
H A Dc37207a.ada76 OBJ1 : REC1(6); -- 1. variable
136 OBJ1 := (DISC => IDENT_INT(7)); -- 1.
140 IF OBJ1 = (DISC => 7) THEN
213 PROC (OBJ1,OBJ2); -- OK.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/c3/
H A Dc37207a.ada76 OBJ1 : REC1(6); -- 1. variable
136 OBJ1 := (DISC => IDENT_INT(7)); -- 1.
140 IF OBJ1 = (DISC => 7) THEN
213 PROC (OBJ1,OBJ2); -- OK.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc37207a.ada76 OBJ1 : REC1(6); -- 1. variable
136 OBJ1 := (DISC => IDENT_INT(7)); -- 1.
140 IF OBJ1 = (DISC => 7) THEN
213 PROC (OBJ1,OBJ2); -- OK.

12345678910>>...52