size1 1241 ompi/communicator/comm.c int size1, size2, rsize1, rsize2; size1 1259 ompi/communicator/comm.c size1 = ompi_comm_size (comp1); size1 1264 ompi/communicator/comm.c if ( size1 != size2 || rsize1 != rsize2 ) { size1 1269 orte/orted/orted_submit.c orte_std_cntr_t j, size1; size1 1341 orte/orted/orted_submit.c size1 = (size_t)opal_pointer_array_get_size(jdata->apps); size1 1343 orte/orted/orted_submit.c for (j = 0; j < size1; ++j) { size1 1389 orte/orted/orted_submit.c size1 = opal_argv_count(env); size1 1390 orte/orted/orted_submit.c for (j = 0; j < size1; ++j) { size1 234 test/class/opal_tree.c int32_t size1, size2; size1 239 test/class/opal_tree.c opal_dss.unload(serial_tree, &payload1, &size1); size1 241 test/class/opal_tree.c if (size1 == size2) { size1 242 test/class/opal_tree.c if (0 == memcmp(payload1, payload2, size1)) {