Home
last modified time | relevance | path

Searched refs:global (Results 226 – 250 of 42764) sorted by relevance

12345678910>>...1711

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead02/
H A Ddead02.java44 static int global; field in dead02
62 global = 8; /* dead store */ in f()
63 global = 7; /* dead store */ in f()
64 global = 6; /* dead store */ in f()
65 global = 5; /* dead store */ in f()
66 global = 4; /* dead store */ in f()
67 global = 3; /* dead store */ in f()
98 global = -2; in f()
101 return global; in f()
108 global = -2; in fopt()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead03/
H A Ddead03.java44 int global; field in dead03
61 global = 8; /* dead store */ in f()
62 global = 7; /* dead store */ in f()
63 global = 6; /* dead store */ in f()
64 global = 5; /* dead store */ in f()
65 global = 4; /* dead store */ in f()
97 global = -2; in f()
99 if (Math.abs(global) >= 0) in f()
100 return global; in f()
107 global = -2; in fopt()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead02/
H A Ddead02.java43 static int global; field in dead02
61 global = 8; /* dead store */ in f()
62 global = 7; /* dead store */ in f()
63 global = 6; /* dead store */ in f()
64 global = 5; /* dead store */ in f()
65 global = 4; /* dead store */ in f()
66 global = 3; /* dead store */ in f()
97 global = -2; in f()
100 return global; in f()
107 global = -2; in fopt()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead03/
H A Ddead03.java43 int global; field in dead03
60 global = 8; /* dead store */ in f()
61 global = 7; /* dead store */ in f()
62 global = 6; /* dead store */ in f()
63 global = 5; /* dead store */ in f()
64 global = 4; /* dead store */ in f()
96 global = -2; in f()
98 if (Math.abs(global) >= 0) in f()
99 return global; in f()
106 global = -2; in fopt()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead03/
H A Ddead03.java43 int global; field in dead03
60 global = 8; /* dead store */ in f()
61 global = 7; /* dead store */ in f()
62 global = 6; /* dead store */ in f()
63 global = 5; /* dead store */ in f()
64 global = 4; /* dead store */ in f()
96 global = -2; in f()
98 if (Math.abs(global) >= 0) in f()
99 return global; in f()
106 global = -2; in fopt()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead02/
H A Ddead02.java43 static int global; field in dead02
61 global = 8; /* dead store */ in f()
62 global = 7; /* dead store */ in f()
63 global = 6; /* dead store */ in f()
64 global = 5; /* dead store */ in f()
65 global = 4; /* dead store */ in f()
66 global = 3; /* dead store */ in f()
97 global = -2; in f()
100 return global; in f()
107 global = -2; in fopt()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead03/
H A Ddead03.java43 int global; field in dead03
60 global = 8; /* dead store */ in f()
61 global = 7; /* dead store */ in f()
62 global = 6; /* dead store */ in f()
63 global = 5; /* dead store */ in f()
64 global = 4; /* dead store */ in f()
96 global = -2; in f()
98 if (Math.abs(global) >= 0) in f()
99 return global; in f()
106 global = -2; in fopt()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead02/
H A Ddead02.java43 static int global; field in dead02
61 global = 8; /* dead store */ in f()
62 global = 7; /* dead store */ in f()
63 global = 6; /* dead store */ in f()
64 global = 5; /* dead store */ in f()
65 global = 4; /* dead store */ in f()
66 global = 3; /* dead store */ in f()
97 global = -2; in f()
100 return global; in f()
107 global = -2; in fopt()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead02/
H A Ddead02.java44 static int global; field in dead02
62 global = 8; /* dead store */ in f()
63 global = 7; /* dead store */ in f()
64 global = 6; /* dead store */ in f()
65 global = 5; /* dead store */ in f()
66 global = 4; /* dead store */ in f()
67 global = 3; /* dead store */ in f()
98 global = -2; in f()
101 return global; in f()
108 global = -2; in fopt()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead03/
H A Ddead03.java44 int global; field in dead03
61 global = 8; /* dead store */ in f()
62 global = 7; /* dead store */ in f()
63 global = 6; /* dead store */ in f()
64 global = 5; /* dead store */ in f()
65 global = 4; /* dead store */ in f()
97 global = -2; in f()
99 if (Math.abs(global) >= 0) in f()
100 return global; in f()
107 global = -2; in fopt()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead02/
H A Ddead02.java44 static int global; field in dead02
62 global = 8; /* dead store */ in f()
63 global = 7; /* dead store */ in f()
64 global = 6; /* dead store */ in f()
65 global = 5; /* dead store */ in f()
66 global = 4; /* dead store */ in f()
67 global = 3; /* dead store */ in f()
98 global = -2; in f()
101 return global; in f()
108 global = -2; in fopt()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead03/
H A Ddead03.java44 int global; field in dead03
61 global = 8; /* dead store */ in f()
62 global = 7; /* dead store */ in f()
63 global = 6; /* dead store */ in f()
64 global = 5; /* dead store */ in f()
65 global = 4; /* dead store */ in f()
97 global = -2; in f()
99 if (Math.abs(global) >= 0) in f()
100 return global; in f()
107 global = -2; in fopt()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/content/
H A Djar.mn2 % content global %content/global/ contentaccessible=yes
3 % content global-platform %content/global-platform/ platform
4 * content/global/license.html
6 content/global/minimal-xul.css
7 * content/global/xul.css
8 content/global/textbox.css
9 content/global/menulist.css
11 content/global/about.js
12 content/global/about.xhtml
13 content/global/aboutAbout.js
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/connection_control/t/
H A Dsystem_variables.test100 SELECT @@global.connection_control_min_connection_delay;
103 SELECT @@global.connection_control_min_connection_delay;
106 SELECT @@global.connection_control_min_connection_delay;
109 SELECT @@global.connection_control_min_connection_delay;
116 SELECT @@global.connection_control_min_connection_delay;
120 SELECT @@global.connection_control_min_connection_delay;
124 SELECT @@global.connection_control_min_connection_delay;
128 SELECT @@global.connection_control_min_connection_delay;
132 SELECT @@global.connection_control_min_connection_delay;
136 SELECT @@global.connection_control_min_connection_delay;
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/m32r/
H A Dallinsn.s6 .global add
10 .global add3
14 .global and
18 .global and3
22 .global or
26 .global or3
30 .global xor
34 .global xor3
38 .global addi
42 .global addv
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/m32r/
H A Dallinsn.s6 .global add
10 .global add3
14 .global and
18 .global and3
22 .global or
26 .global or3
30 .global xor
34 .global xor3
38 .global addi
42 .global addv
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/m32r/
H A Dallinsn.s6 .global add
10 .global add3
14 .global and
18 .global and3
22 .global or
26 .global or3
30 .global xor
34 .global xor3
38 .global addi
42 .global addv
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/m32r/
H A Dallinsn.s6 .global add
10 .global add3
14 .global and
18 .global and3
22 .global or
26 .global or3
30 .global xor
34 .global xor3
38 .global addi
42 .global addv
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/m32r/
H A Dallinsn.s6 .global add
10 .global add3
14 .global and
18 .global and3
22 .global or
26 .global or3
30 .global xor
34 .global xor3
38 .global addi
42 .global addv
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/m32r/
H A Dallinsn.s6 .global add
10 .global add3
14 .global and
18 .global and3
22 .global or
26 .global or3
30 .global xor
34 .global xor3
38 .global addi
42 .global addv
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/m32r/
H A Dallinsn.s6 .global add
10 .global add3
14 .global and
18 .global and3
22 .global or
26 .global or3
30 .global xor
34 .global xor3
38 .global addi
42 .global addv
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/m32r/
H A Dallinsn.s6 .global add
10 .global add3
14 .global and
18 .global and3
22 .global or
26 .global or3
30 .global xor
34 .global xor3
38 .global addi
42 .global addv
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/m32r/
H A Dallinsn.s6 .global add
10 .global add3
14 .global and
18 .global and3
22 .global or
26 .global or3
30 .global xor
34 .global xor3
38 .global addi
42 .global addv
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/connection_control/r/
H A Dsystem_variables.result102 @@global.connection_control_min_connection_delay
106 @@global.connection_control_min_connection_delay
110 @@global.connection_control_min_connection_delay
114 @@global.connection_control_min_connection_delay
121 @@global.connection_control_min_connection_delay
126 @@global.connection_control_min_connection_delay
131 @@global.connection_control_min_connection_delay
136 @@global.connection_control_min_connection_delay
141 @@global.connection_control_min_connection_delay
146 @@global.connection_control_min_connection_delay
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/connection_control/r/
H A Dsystem_variables.result102 @@global.connection_control_min_connection_delay
106 @@global.connection_control_min_connection_delay
110 @@global.connection_control_min_connection_delay
114 @@global.connection_control_min_connection_delay
121 @@global.connection_control_min_connection_delay
126 @@global.connection_control_min_connection_delay
131 @@global.connection_control_min_connection_delay
136 @@global.connection_control_min_connection_delay
141 @@global.connection_control_min_connection_delay
146 @@global.connection_control_min_connection_delay
[all …]

12345678910>>...1711