max               612 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         enum mca_btl_tcp2_connection_quality max;
max               616 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         max = CQ_NO_CONNECTION;
max               620 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c                     if (weights[i][j] > max) {
max               621 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c                         max = weights[i][j];
max               630 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         if (CQ_NO_CONNECTION != max) {
max               267 ompi/communicator/comm_init.c     int max, i;
max               321 ompi/communicator/comm_init.c     max = opal_pointer_array_get_size(&ompi_mpi_communicators);
max               322 ompi/communicator/comm_init.c     for ( i=3; i<max; i++ ) {
max              1046 ompi/dpm/dpm.c     int i,j=0, max=0;
max              1057 ompi/dpm/dpm.c         max = opal_pointer_array_get_size(&ompi_mpi_communicators);
max              1058 ompi/dpm/dpm.c         for (i=3; i<max; i++) {
max               168 ompi/file/file.c     int i, max;
max               182 ompi/file/file.c     max = opal_pointer_array_get_size(&ompi_file_f_to_c_table);
max               183 ompi/file/file.c     for (num_unnamed = i = 0; i < max; ++i) {
max               255 ompi/info/info.c     size_t i, max;
max               267 ompi/info/info.c     max = opal_pointer_array_get_size(&ompi_info_f_to_c_table);
max               268 ompi/info/info.c     for (i = 2; i < max; ++i) {
max                63 ompi/mca/coll/portals4/coll_portals4_gather.c     int max;
max                69 ompi/mca/coll/portals4/coll_portals4_gather.c         max = 1 << ffs(vrank - 1);
max                70 ompi/mca/coll/portals4/coll_portals4_gather.c         return ((vrank + max <= size ) ? max : size - vrank) -1;
max              1360 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     long min, max, globalmin, globalmax;
max              1365 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c         max = ((long) iov[iov_count-1].iov_base + (long) iov[iov_count-1].iov_len);
max              1369 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c         max = 0;
max              1374 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     fh->f_comm->c_coll->coll_allreduce ( &max, &globalmax, 1, MPI_LONG, MPI_MAX,
max               251 ompi/mca/mtl/psm/mtl_psm.c #ifndef max
max               310 ompi/mca/mtl/psm/mtl_psm.c     timeout_in_secs = max(ompi_mtl_psm.connect_timeout, 0.5 * nprocs);
max               239 ompi/mca/mtl/psm2/mtl_psm2.c #ifndef max
max               297 ompi/mca/mtl/psm2/mtl_psm2.c     timeout_in_secs = max(ompi_mtl_psm2.connect_timeout, 0.5 * nprocs);
max               156 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max,   int8_t,   int8_t)
max               157 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max,  uint8_t,  uint8_t)
max               158 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max,  int16_t,  int16_t)
max               159 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, uint16_t, uint16_t)
max               160 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max,  int32_t,  int32_t)
max               161 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, uint32_t, uint32_t)
max               162 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max,  int64_t,  int64_t)
max               163 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, uint64_t, uint64_t)
max               166 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_integer, ompi_fortran_integer_t)
max               169 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_integer1, ompi_fortran_integer1_t)
max               172 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_integer2, ompi_fortran_integer2_t)
max               175 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_integer4, ompi_fortran_integer4_t)
max               178 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_integer8, ompi_fortran_integer8_t)
max               181 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_integer16, ompi_fortran_integer16_t)
max               185 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, short_float, short float)
max               187 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, short_float, opal_short_float_t)
max               189 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, float, float)
max               190 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, double, double)
max               191 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, long_double, long double)
max               193 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_real, ompi_fortran_real_t)
max               196 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_double_precision, ompi_fortran_double_precision_t)
max               199 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_real2, ompi_fortran_real2_t)
max               202 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_real4, ompi_fortran_real4_t)
max               205 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_real8, ompi_fortran_real8_t)
max               208 ompi/mca/op/base/op_base_functions.c FUNC_FUNC(max, fortran_real16, ompi_fortran_real16_t)
max               784 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max,   int8_t,   int8_t)
max               785 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max,  uint8_t,  uint8_t)
max               786 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max,  int16_t,  int16_t)
max               787 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, uint16_t, uint16_t)
max               788 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max,  int32_t,  int32_t)
max               789 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, uint32_t, uint32_t)
max               790 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max,  int64_t,  int64_t)
max               791 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, uint64_t, uint64_t)
max               794 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_integer, ompi_fortran_integer_t)
max               797 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_integer1, ompi_fortran_integer1_t)
max               800 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_integer2, ompi_fortran_integer2_t)
max               803 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_integer4, ompi_fortran_integer4_t)
max               806 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_integer8, ompi_fortran_integer8_t)
max               809 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_integer16, ompi_fortran_integer16_t)
max               813 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, short_float, short float)
max               815 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, short_float, opal_short_float_t)
max               817 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, float, float)
max               818 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, double, double)
max               819 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, long_double, long double)
max               821 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_real, ompi_fortran_real_t)
max               824 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_double_precision, ompi_fortran_double_precision_t)
max               827 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_real2, ompi_fortran_real2_t)
max               830 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_real4, ompi_fortran_real4_t)
max               833 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_real8, ompi_fortran_real8_t)
max               836 ompi/mca/op/base/op_base_functions.c FUNC_FUNC_3BUF(max, fortran_real16, ompi_fortran_real16_t)
max              1494 ompi/mca/op/base/op_base_functions.c             C_INTEGER(max, 2buff),
max              1495 ompi/mca/op/base/op_base_functions.c             FORTRAN_INTEGER(max, 2buff),
max              1496 ompi/mca/op/base/op_base_functions.c             FLOATING_POINT(max, 2buff),
max              1581 ompi/mca/op/base/op_base_functions.c             C_INTEGER(max, 3buff),
max              1582 ompi/mca/op/base/op_base_functions.c             FORTRAN_INTEGER(max, 3buff),
max              1583 ompi/mca/op/base/op_base_functions.c             FLOATING_POINT(max, 3buff),
max               396 ompi/mca/topo/treematch/treematch/tm_solution.c   double max;
max               399 ompi/mca/topo/treematch/treematch/tm_solution.c   max = -DBL_MAX;
max               405 ompi/mca/topo/treematch/treematch/tm_solution.c 	  if(gain[i][j] > max){
max               408 ompi/mca/topo/treematch/treematch/tm_solution.c 	    max=gain[i][j];
max               440 ompi/mca/topo/treematch/treematch/tm_solution.c   double max,sum,best_eval,eval;
max               482 ompi/mca/topo/treematch/treematch/tm_solution.c       max = 0;
max               486 ompi/mca/topo/treematch/treematch/tm_solution.c 	if( sum > max ){
max               487 ompi/mca/topo/treematch/treematch/tm_solution.c 	  max = sum;
max               510 ompi/mca/topo/treematch/treematch/tm_solution.c     }while( max > 0 );
max                78 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c     vprotocol_pessimist_clock_t max = 0;
max               101 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c         else if(mevent->reqid > max)
max               102 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c             max = mevent->reqid;
max               106 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c     assert(((*src) != MPI_ANY_SOURCE) || (mca_vprotocol_pessimist.clock > max));
max               571 ompi/mpi/java/c/mpi_MPI.c     int i, max = 0;
max               575 ompi/mpi/java/c/mpi_MPI.c         if(displs[max] < displs[i])
max               576 ompi/mpi/java/c/mpi_MPI.c             max = i;
max               579 ompi/mpi/java/c/mpi_MPI.c     return displs[max] * counts[max];
max               126 ompi/runtime/ompi_cr.c     int i, max, ret, highest_module = 0;
max               130 ompi/runtime/ompi_cr.c     max = opal_pointer_array_get_size(&ompi_mpi_communicators);
max               131 ompi/runtime/ompi_cr.c     for (i = 0 ; i < max ; ++i) {
max                56 ompi/tools/ompi_info/param.c static void append(char *dest, size_t max, int *first, char *src)
max                64 ompi/tools/ompi_info/param.c     len = max - strlen(dest);
max                67 ompi/tools/ompi_info/param.c         len = max - strlen(dest);
max               181 ompi/util/timings.h                 double *max = (double*)malloc(sizeof(double) * OMPI_TIMING.cnt);  \
max               198 ompi/util/timings.h                             MPI_Reduce(&timing->val[use].ts, max + i, 1,          \
max               223 ompi/util/timings.h                                 file[i], prefix[i], desc[i], avg[i], min[i], max[i]); \
max               227 ompi/util/timings.h                                 total_max += max[i];                              \
max               247 ompi/util/timings.h                                 total_max += max[i];                              \
max               259 ompi/util/timings.h                 free(max);                                                        \
max                68 opal/class/opal_interval_tree.c     tree->nill.max = 0;
max               346 opal/class/opal_interval_tree.c     node->max = high;
max               403 opal/class/opal_interval_tree.c     return 1 + max (opal_interval_tree_depth_node (tree, node->right), opal_interval_tree_depth_node (tree, node->left));
max               622 opal/class/opal_interval_tree.c         if (n->max < node->high) {
max               623 opal/class/opal_interval_tree.c             n->max = node->high;
max               728 opal/class/opal_interval_tree.c     x_copy->max = max (x_copy->high, max (x_copy->left->max, x_copy->left->max));
max               768 opal/class/opal_interval_tree.c     y->max = x->max;
max               881 opal/class/opal_interval_tree.c              "\\ndata=0x%lx\\nblack rank=%d\"];\n", (uintptr_t) node, color, node->low, node->high, node->max,
max                66 opal/class/opal_interval_tree.h     uint64_t max;
max               635 opal/mca/base/mca_base_pvar.c                         ((unsigned *) handle->current_value)[i] = max(((unsigned *) handle->tmp_value)[i],
max               639 opal/mca/base/mca_base_pvar.c                         ((unsigned long *) handle->current_value)[i] = max(((unsigned long *) handle->tmp_value)[i],
max               643 opal/mca/base/mca_base_pvar.c                         ((unsigned long long *) handle->current_value)[i] = max(((unsigned long long *) handle->tmp_value)[i],
max               647 opal/mca/base/mca_base_pvar.c                         ((double *) handle->current_value)[i] = max(((double *) handle->tmp_value)[i],
max               703 opal/mca/btl/tcp/btl_tcp_proc.c         enum mca_btl_tcp_connection_quality max;
max               707 opal/mca/btl/tcp/btl_tcp_proc.c         max = CQ_NO_CONNECTION;
max               711 opal/mca/btl/tcp/btl_tcp_proc.c                     if (proc_data->weights[i][j] > max) {
max               712 opal/mca/btl/tcp/btl_tcp_proc.c                         max = proc_data->weights[i][j];
max               721 opal/mca/btl/tcp/btl_tcp_proc.c         if (CQ_NO_CONNECTION != max) {
max                73 opal/mca/btl/usnic/btl_usnic.h #ifndef max
max              2041 opal/mca/btl/usnic/btl_usnic_module.c         module->prio_sd_num = max(128, 32 * USNIC_MCW_SIZE) - 1;
max              2052 opal/mca/btl/usnic/btl_usnic_module.c             max(128, 32 * USNIC_MCW_SIZE) - 1;
max              3314 opal/mca/event/libevent2022/libevent/evdns.c strtoint_clipped(const char *const str, int min, int max)
max              3321 opal/mca/event/libevent2022/libevent/evdns.c 	else if (r>max)
max              3322 opal/mca/event/libevent2022/libevent/evdns.c 		return max;
max               138 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c unsigned hwloc_get_closest_objs (struct hwloc_topology *topology, struct hwloc_obj *src, struct hwloc_obj **objs, unsigned max)
max               151 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   while (stored < max) {
max               166 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 	if (stored == max)
max               179 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 				       struct hwloc_obj ***res, int *max)
max               185 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (*max <= 0)
max               191 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     (*max)--;
max               205 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     ret = hwloc__get_largest_objs_inside_cpuset (current->children[i], subset, res, max);
max               210 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     if (!*max)
max               219 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 				      struct hwloc_obj **objs, int max)
max               226 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (max <= 0)
max               229 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   return hwloc__get_largest_objs_inside_cpuset (current, set, &objs, &max);
max                70 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 						 hwloc_obj_t * __hwloc_restrict objs, int max);
max               711 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h HWLOC_DECLSPEC unsigned hwloc_get_closest_objs (hwloc_topology_t topology, hwloc_obj_t src, hwloc_obj_t * __hwloc_restrict objs, unsigned max);
max               184 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c     int rc, max, accepted_connections;
max               197 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c         max = -1;
max               200 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c             max = (lt->socket > max) ? lt->socket : max;
max               204 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c         max = (pmix_ptl_globals.stop_thread[0] > max) ? pmix_ptl_globals.stop_thread[0] : max;
max               213 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c         rc = select(max + 1, &readfds, NULL, NULL, &timeout);
max               675 orte/mca/oob/tcp/oob_tcp_listener.c     int rc, max, accepted_connections, sd;
max               689 orte/mca/oob/tcp/oob_tcp_listener.c         max = -1;
max               692 orte/mca/oob/tcp/oob_tcp_listener.c             max = (listener->sd > max) ? listener->sd : max;
max               696 orte/mca/oob/tcp/oob_tcp_listener.c         max = (mca_oob_tcp_component.stop_thread[0] > max) ? mca_oob_tcp_component.stop_thread[0] : max;
max               705 orte/mca/oob/tcp/oob_tcp_listener.c         rc = select(max + 1, &readfds, NULL, NULL, &timeout);
max               236 orte/util/listener.c     int rc, max, accepted_connections, sd;
max               245 orte/util/listener.c         max = -1;
max               248 orte/util/listener.c             max = (listener->sd > max) ? listener->sd : max;
max               252 orte/util/listener.c         max = (stop_thread[0] > max) ? stop_thread[0] : max;
max               261 orte/util/listener.c         rc = select(max + 1, &readfds, NULL, NULL, &timeout);
max               373 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     alloc_count = max((size + ALLOC_ELEM_SIZE - 1) / ALLOC_ELEM_SIZE, 1);
max               230 oshmem/op/op.c FUNC_OP_CREATE(max, short, short, __max_op)
max               231 oshmem/op/op.c FUNC_OP_CREATE(max, int, int, __max_op)
max               232 oshmem/op/op.c FUNC_OP_CREATE(max, long, long, __max_op)
max               233 oshmem/op/op.c FUNC_OP_CREATE(max, longlong, long long, __max_op)
max               234 oshmem/op/op.c FUNC_OP_CREATE(max, float, float, __max_op)
max               235 oshmem/op/op.c FUNC_OP_CREATE(max, double, double, __max_op)
max               236 oshmem/op/op.c FUNC_OP_CREATE(max, longdouble, long double, __max_op)
max               237 oshmem/op/op.c FUNC_OP_CREATE(max, fint2, ompi_fortran_integer4_t, __max_op)
max               238 oshmem/op/op.c FUNC_OP_CREATE(max, fint4, ompi_fortran_integer4_t, __max_op)
max               239 oshmem/op/op.c FUNC_OP_CREATE(max, fint8, ompi_fortran_integer8_t, __max_op)
max               240 oshmem/op/op.c FUNC_OP_CREATE(max, freal4, ompi_fortran_real4_t, __max_op)
max               241 oshmem/op/op.c FUNC_OP_CREATE(max, freal8, ompi_fortran_real8_t, __max_op)
max               243 oshmem/op/op.c FUNC_OP_CREATE(max, freal16, ompi_fortran_real16_t, __max_op)
max               245 oshmem/op/op.c FUNC_OP_CREATE(max, int16, int16_t, __max_op)
max               246 oshmem/op/op.c FUNC_OP_CREATE(max, int32, int32_t, __max_op)
max               247 oshmem/op/op.c FUNC_OP_CREATE(max, int64, int64_t, __max_op)
max               374 oshmem/op/op.c     OBJ_OP_CREATE(max, short, short, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_SHORT);
max               375 oshmem/op/op.c     OBJ_OP_CREATE(max, int, int, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_INT);
max               376 oshmem/op/op.c     OBJ_OP_CREATE(max, long, long, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_LONG);
max               377 oshmem/op/op.c     OBJ_OP_CREATE(max, longlong, long long, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_LLONG);
max               378 oshmem/op/op.c     OBJ_OP_CREATE(max, float, float, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_FLOAT);
max               379 oshmem/op/op.c     OBJ_OP_CREATE(max, double, double, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_DOUBLE);
max               380 oshmem/op/op.c     OBJ_OP_CREATE(max, longdouble, long double, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_LDOUBLE);
max               381 oshmem/op/op.c     OBJ_OP_CREATE(max, fint2, ompi_fortran_integer2_t, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_FINT2);
max               382 oshmem/op/op.c     OBJ_OP_CREATE(max, fint4, ompi_fortran_integer4_t, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_FINT4);
max               383 oshmem/op/op.c     OBJ_OP_CREATE(max, fint8, ompi_fortran_integer8_t, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_FINT8);
max               384 oshmem/op/op.c     OBJ_OP_CREATE(max, freal4, ompi_fortran_real4_t, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_FREAL4);
max               385 oshmem/op/op.c     OBJ_OP_CREATE(max, freal8, ompi_fortran_real8_t, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_FREAL8);
max               387 oshmem/op/op.c     OBJ_OP_CREATE(max, freal16, ompi_fortran_real16_t, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_FREAL16);
max               389 oshmem/op/op.c     OBJ_OP_CREATE(max, int16, int16_t, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_INT16_T);
max               390 oshmem/op/op.c     OBJ_OP_CREATE(max, int32, int32_t, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_INT32_T);
max               391 oshmem/op/op.c     OBJ_OP_CREATE(max, int64, int64_t, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_INT64_T);
max               471 oshmem/op/op.c     int max, i;
max               475 oshmem/op/op.c     max = opal_pointer_array_get_size(&oshmem_op_array);
max               476 oshmem/op/op.c     for (i = 0; i < max; i++) {
max               111 oshmem/proc/proc.c     int max, i;
max               115 oshmem/proc/proc.c     max = opal_pointer_array_get_size(&oshmem_group_array);
max               116 oshmem/proc/proc.c     for (i = 0; i < max; i++) {
max               127 oshmem/proc/proc.c     int max, i;
max               131 oshmem/proc/proc.c     max = opal_pointer_array_get_size(&oshmem_group_array);
max               132 oshmem/proc/proc.c     for (i = 0; i < max; i++) {
max               167 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _short, short, shmem)
max               168 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _int, int, shmem)
max               169 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _long, long, shmem)
max               170 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _longlong, long long, shmem)
max               171 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _float, float, shmem)
max               172 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _double, double, shmem)
max               173 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _longdouble, long double, shmem)
max               174 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _int16, int16_t, shmemx)
max               175 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _int32, int32_t, shmemx)
max               176 oshmem/shmem/c/shmem_reduce.c SHMEM_TYPE_REDUCE_OP(max, _int64, int64_t, shmemx)