Home
last modified time | relevance | path

Searched refs:ARRAYLEN (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/Serializable/sanityCheck/
H A DSanityCheck.java35 static final int ARRAYLEN = 1000; field in Item
70 zary = new boolean[ARRAYLEN]; in Item()
71 bary = new byte[ARRAYLEN]; in Item()
72 cary = new char[ARRAYLEN]; in Item()
73 sary = new short[ARRAYLEN]; in Item()
74 iary = new int[ARRAYLEN]; in Item()
75 fary = new float[ARRAYLEN]; in Item()
76 jary = new long[ARRAYLEN]; in Item()
77 dary = new double[ARRAYLEN]; in Item()
78 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/Serializable/sanityCheck/
H A DSanityCheck.java35 static final int ARRAYLEN = 1000; field in Item
70 zary = new boolean[ARRAYLEN]; in Item()
71 bary = new byte[ARRAYLEN]; in Item()
72 cary = new char[ARRAYLEN]; in Item()
73 sary = new short[ARRAYLEN]; in Item()
74 iary = new int[ARRAYLEN]; in Item()
75 fary = new float[ARRAYLEN]; in Item()
76 jary = new long[ARRAYLEN]; in Item()
77 dary = new double[ARRAYLEN]; in Item()
78 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/Serializable/sanityCheck/
H A DSanityCheck.java35 static final int ARRAYLEN = 1000; field in Item
70 zary = new boolean[ARRAYLEN]; in Item()
71 bary = new byte[ARRAYLEN]; in Item()
72 cary = new char[ARRAYLEN]; in Item()
73 sary = new short[ARRAYLEN]; in Item()
74 iary = new int[ARRAYLEN]; in Item()
75 fary = new float[ARRAYLEN]; in Item()
76 jary = new long[ARRAYLEN]; in Item()
77 dary = new double[ARRAYLEN]; in Item()
78 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/Serializable/sanityCheck/
H A DSanityCheck.java35 static final int ARRAYLEN = 1000; field in Item
70 zary = new boolean[ARRAYLEN]; in Item()
71 bary = new byte[ARRAYLEN]; in Item()
72 cary = new char[ARRAYLEN]; in Item()
73 sary = new short[ARRAYLEN]; in Item()
74 iary = new int[ARRAYLEN]; in Item()
75 fary = new float[ARRAYLEN]; in Item()
76 jary = new long[ARRAYLEN]; in Item()
77 dary = new double[ARRAYLEN]; in Item()
78 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/Serializable/sanityCheck/
H A DSanityCheck.java36 static final int ARRAYLEN = 1000; field in Item
72 zary = new boolean[ARRAYLEN]; in Item()
73 bary = new byte[ARRAYLEN]; in Item()
74 cary = new char[ARRAYLEN]; in Item()
75 sary = new short[ARRAYLEN]; in Item()
76 iary = new int[ARRAYLEN]; in Item()
77 fary = new float[ARRAYLEN]; in Item()
78 jary = new long[ARRAYLEN]; in Item()
79 dary = new double[ARRAYLEN]; in Item()
80 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/Serializable/sanityCheck/
H A DSanityCheck.java36 static final int ARRAYLEN = 1000; field in Item
72 zary = new boolean[ARRAYLEN]; in Item()
73 bary = new byte[ARRAYLEN]; in Item()
74 cary = new char[ARRAYLEN]; in Item()
75 sary = new short[ARRAYLEN]; in Item()
76 iary = new int[ARRAYLEN]; in Item()
77 fary = new float[ARRAYLEN]; in Item()
78 jary = new long[ARRAYLEN]; in Item()
79 dary = new double[ARRAYLEN]; in Item()
80 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/Serializable/sanityCheck/
H A DSanityCheck.java36 static final int ARRAYLEN = 1000; field in Item
72 zary = new boolean[ARRAYLEN]; in Item()
73 bary = new byte[ARRAYLEN]; in Item()
74 cary = new char[ARRAYLEN]; in Item()
75 sary = new short[ARRAYLEN]; in Item()
76 iary = new int[ARRAYLEN]; in Item()
77 fary = new float[ARRAYLEN]; in Item()
78 jary = new long[ARRAYLEN]; in Item()
79 dary = new double[ARRAYLEN]; in Item()
80 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/Serializable/sanityCheck/
H A DSanityCheck.java36 static final int ARRAYLEN = 1000; field in Item
72 zary = new boolean[ARRAYLEN]; in Item()
73 bary = new byte[ARRAYLEN]; in Item()
74 cary = new char[ARRAYLEN]; in Item()
75 sary = new short[ARRAYLEN]; in Item()
76 iary = new int[ARRAYLEN]; in Item()
77 fary = new float[ARRAYLEN]; in Item()
78 jary = new long[ARRAYLEN]; in Item()
79 dary = new double[ARRAYLEN]; in Item()
80 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/io/Serializable/sanityCheck/
H A DSanityCheck.java35 static final int ARRAYLEN = 1000; field in Item
70 zary = new boolean[ARRAYLEN]; in Item()
71 bary = new byte[ARRAYLEN]; in Item()
72 cary = new char[ARRAYLEN]; in Item()
73 sary = new short[ARRAYLEN]; in Item()
74 iary = new int[ARRAYLEN]; in Item()
75 fary = new float[ARRAYLEN]; in Item()
76 jary = new long[ARRAYLEN]; in Item()
77 dary = new double[ARRAYLEN]; in Item()
78 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/io/Serializable/sanityCheck/
H A DSanityCheck.java35 static final int ARRAYLEN = 1000; field in Item
70 zary = new boolean[ARRAYLEN]; in Item()
71 bary = new byte[ARRAYLEN]; in Item()
72 cary = new char[ARRAYLEN]; in Item()
73 sary = new short[ARRAYLEN]; in Item()
74 iary = new int[ARRAYLEN]; in Item()
75 fary = new float[ARRAYLEN]; in Item()
76 jary = new long[ARRAYLEN]; in Item()
77 dary = new double[ARRAYLEN]; in Item()
78 oary = new Object[ARRAYLEN]; in Item()
[all …]
/dports/math/octave-forge-ltfat/ltfat/src/modules/libltfat/testing/cUnit/
H A Dtest_pgauss.c9 for (unsigned int lId = 0; lId < ARRAYLEN(L); lId++) in TEST_NAME()
17 for (unsigned int wId = 0; wId < ARRAYLEN(w); wId++) in TEST_NAME()
19 for (unsigned int ctId = 0; ctId < ARRAYLEN(c_t); ctId++) in TEST_NAME()
26 for (unsigned int cfId = 0; cfId < ARRAYLEN(c_f); cfId++) in TEST_NAME()
H A Dtest_maxtree.c5 for (unsigned int lId = 0; lId < ARRAYLEN(L); lId++)
10 for (unsigned int dId = 0; dId < ARRAYLEN(depth); dId++)
27 for (unsigned int rIdx = 0; rIdx < ARRAYLEN(rLen); rIdx++)
H A Dtest_firwin.c13 for (unsigned int lId = 0; lId < ARRAYLEN(L); lId++) in TEST_NAME()
19 for (unsigned int nId = 0; nId < ARRAYLEN(win); nId++) in TEST_NAME()
/dports/lang/pcc/pcc-1.1.0/cc/driver/
H A Dplatform.c252 #define ARRAYLEN(a) (sizeof(a) / sizeof((a)[0])) macro
253 #define ARRAYPAIR(a) a, ARRAYLEN(a)
282 for (i = 0; i < ARRAYLEN(os_mapping); ++i) { in init_platform_specific()
292 for (i = 0; i < ARRAYLEN(arch_mapping); ++i) { in init_platform_specific()
301 for (i = 0; i < ARRAYLEN(platform_specific_inits); ++i) { in init_platform_specific()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr44606.c12 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
14 #define COLS (ARRAYLEN(q) - 1)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpr44606.c11 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
13 #define COLS (ARRAYLEN(q) - 1)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr44606.c12 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
14 #define COLS (ARRAYLEN(q) - 1)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr44606.c12 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
14 #define COLS (ARRAYLEN(q) - 1)
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dpr44606.c11 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
13 #define COLS (ARRAYLEN(q) - 1)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr44606.c12 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
14 #define COLS (ARRAYLEN(q) - 1)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr44606.c12 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
14 #define COLS (ARRAYLEN(q) - 1)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr44606.c12 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
14 #define COLS (ARRAYLEN(q) - 1)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr44606.c12 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
14 #define COLS (ARRAYLEN(q) - 1)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr44606.c12 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
14 #define COLS (ARRAYLEN(q) - 1)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpr44606.c12 #define ARRAYLEN(X) (sizeof(X)/sizeof(X[0])) macro
14 #define COLS (ARRAYLEN(q) - 1)

12345678