Home
last modified time | relevance | path

Searched refs:OP_COUNT (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Datomic_rmw_gacc.c21 #define OP_COUNT 10 macro
50 for (m = 0; m < OP_COUNT; m++) { in checkResults()
51 if (check_buf[i * OP_COUNT + m] == result_buf[j * OP_COUNT + m]) { in checkResults()
54 loop_k, rank, i * OP_COUNT + m, j * OP_COUNT + m, in checkResults()
66 for (i = 0; i < OP_COUNT; i++) { in checkResults()
93 MPI_Type_contiguous(OP_COUNT, MPI_INT, &origin_dtp); in main()
95 MPI_Type_contiguous(OP_COUNT, MPI_INT, &target_dtp); in main()
139 MPI_Get_accumulate(&(orig_buf[i * OP_COUNT]), OP_COUNT, MPI_INT, in main()
140 &(result_buf[i * OP_COUNT]), OP_COUNT, MPI_INT, in main()
205 MPI_Get_accumulate(&(orig_buf[i * OP_COUNT]), OP_COUNT, MPI_INT, in main()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java61 private static final int OP_COUNT = 100; // Total number of read/write operations. field in TestRandomAccessFileThread
76 final byte[] buf = new byte[OP_COUNT]; in main()
81 for(int i = 0; i < OP_COUNT; ++i) { in main()
92 byte[] buf = new byte[OP_COUNT]; in main()
93 for(int i = 0; i < OP_COUNT; ++i) { in main()
136 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main() local
137 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java62 private static final int OP_COUNT = 100; // Total number of read/write operations. field in TestRandomAccessFileThread
76 final byte[] buf = new byte[OP_COUNT]; in main()
81 for(int i = 0; i < OP_COUNT; ++i) { in main()
92 byte[] buf = new byte[OP_COUNT]; in main()
93 for(int i = 0; i < OP_COUNT; ++i) { in main()
136 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main() local
137 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java61 private static final int OP_COUNT = 100; // Total number of read/write operations. field in TestRandomAccessFileThread
76 final byte[] buf = new byte[OP_COUNT]; in main()
81 for(int i = 0; i < OP_COUNT; ++i) { in main()
92 byte[] buf = new byte[OP_COUNT]; in main()
93 for(int i = 0; i < OP_COUNT; ++i) { in main()
136 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main() local
137 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java62 private static final int OP_COUNT = 100; // Total number of read/write operations. field in TestRandomAccessFileThread
75 final byte[] buf = new byte[OP_COUNT]; in main()
80 for(int i = 0; i < OP_COUNT; ++i) { in main()
91 byte[] buf = new byte[OP_COUNT]; in main()
92 for(int i = 0; i < OP_COUNT; ++i) { in main()
135 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main() local
136 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java62 private static final int OP_COUNT = 100; // Total number of read/write operations. in main()
75 final byte[] buf = new byte[OP_COUNT]; in main()
80 for(int i = 0; i < OP_COUNT; ++i) { in main()
91 byte[] buf = new byte[OP_COUNT]; in main()
92 for(int i = 0; i < OP_COUNT; ++i) { in main()
135 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main()
136 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java61 private static final int OP_COUNT = 100; // Total number of read/write operations. field in TestRandomAccessFileThread
76 final byte[] buf = new byte[OP_COUNT]; in main()
81 for(int i = 0; i < OP_COUNT; ++i) { in main()
92 byte[] buf = new byte[OP_COUNT]; in main()
93 for(int i = 0; i < OP_COUNT; ++i) { in main()
136 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main() local
137 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java62 private static final int OP_COUNT = 100; // Total number of read/write operations. field in TestRandomAccessFileThread
76 final byte[] buf = new byte[OP_COUNT]; in main()
81 for(int i = 0; i < OP_COUNT; ++i) { in main()
92 byte[] buf = new byte[OP_COUNT]; in main()
93 for(int i = 0; i < OP_COUNT; ++i) { in main()
136 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main() local
137 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java61 private static final int OP_COUNT = 100; // Total number of read/write operations. field in TestRandomAccessFileThread
76 final byte[] buf = new byte[OP_COUNT]; in main()
81 for(int i = 0; i < OP_COUNT; ++i) { in main()
92 byte[] buf = new byte[OP_COUNT]; in main()
93 for(int i = 0; i < OP_COUNT; ++i) { in main()
136 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main() local
137 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java60 private static final int OP_COUNT = 100; // Total number of read/write operations. field in TestRandomAccessFileThread
73 final byte[] buf = new byte[OP_COUNT]; in main()
78 for(int i = 0; i < OP_COUNT; ++i) { in main()
89 byte[] buf = new byte[OP_COUNT]; in main()
90 for(int i = 0; i < OP_COUNT; ++i) { in main()
133 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main() local
134 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/io/
H A DTestRandomAccessFileThread.java61 private static final int OP_COUNT = 100; // Total number of read/write operations. field in TestRandomAccessFileThread
76 final byte[] buf = new byte[OP_COUNT]; in main()
81 for(int i = 0; i < OP_COUNT; ++i) { in main()
92 byte[] buf = new byte[OP_COUNT]; in main()
93 for(int i = 0; i < OP_COUNT; ++i) { in main()
136 Asserts.assertEquals(readEvents.size(), OP_COUNT, "Wrong number of read events"); in main() local
137 Asserts.assertEquals(writeEvents.size(), OP_COUNT, "Wrong number of write events"); in main() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/ndbapi/
H A DtestLcp.cpp54 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
111 for(size_t i = 0; i<OP_COUNT; i++) in main()
114 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
115 if(i == OP_COUNT) in main()
120 i = OP_COUNT - 1; in main()
225 ndbout_c("\n -- Operations [a-%c] = ", 'a'+OP_COUNT-1); in parse_args()
226 for(i = 0; i<OP_COUNT; i++){ in parse_args()
250 for(i = 0; i<OP_COUNT; i++) in parse_args()
349 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/
H A DtestLcp.cpp62 const size_t OP_COUNT = (sizeof(g_op_types)/sizeof(g_op_types[0])); variable
117 for(size_t i = 0; i<OP_COUNT; i++) in main()
120 while(i < OP_COUNT && (use_ops & (1 << i)) == 0) i++; in main()
121 if(i == OP_COUNT) in main()
126 i = OP_COUNT - 1; in main()
231 ndbout_c("\n -- Operations [a-%c] = ", int('a'+OP_COUNT-1)); in parse_args()
232 for(i = 0; i<OP_COUNT; i++){ in parse_args()
256 for(i = 0; i<OP_COUNT; i++) in parse_args()
355 for(op %= OP_COUNT; !((1 << op) & g_use_ops); op = (op + 1) % OP_COUNT); in load_table()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dvar-expand-if.c32 OP_COUNT enumerator
37 const char *ops[OP_COUNT] = { in var_expand_if_str_to_comp()
56 for(enum var_expand_if_op i = 1; i < OP_COUNT; i++) { in var_expand_if_str_to_comp()
/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonBassMaker.c72 #define OP_COUNT 8 macro
76 #define TOTAL_DEVS (PAGE_STEP * OP_COUNT)
175 synthRoutine control[OP_COUNT];
719 (i % PAGE_STEP) * OP_COUNT + 4, &event); in bmMemShim()
1321 synth->mem.param[c * TOTAL_DEVS + o * OP_COUNT + 4] = 0; in bmCallButton()
1327 synth->mem.param[c * TOTAL_DEVS + o * OP_COUNT + 5] in bmCallButton()
1328 = synth->mem.param[c * TOTAL_DEVS + o * OP_COUNT + 4]; in bmCallButton()
1799 i * OP_COUNT + offset, &event); in bmMultiMenuEnter()
1987 for (i = 0; i < PAGE_STEP * PAGE_COUNT * OP_COUNT; i++) in bmInit()
1992 synth->dispatch[i].operator = (i / OP_COUNT) % PAGE_STEP; in bmInit()
[all …]

12345678