num_objs           79 ompi/mca/io/romio321/romio/test/aggregation1.c get_offset( int rank, int num_objs, int obj_size, int which_obj ) {
num_objs           81 ompi/mca/io/romio321/romio/test/aggregation1.c     offset = (MPI_Offset)rank * num_objs * obj_size + which_obj * obj_size;
num_objs          437 opal/mca/hwloc/base/hwloc_base_frame.c     ptr->num_objs = 0;
num_objs          719 opal/mca/hwloc/base/hwloc_base_util.c                              unsigned int *num_objs)
num_objs          739 opal/mca/hwloc/base/hwloc_base_util.c         if (num_objs)
num_objs          740 opal/mca/hwloc/base/hwloc_base_util.c             *num_objs = hwloc_get_nbobjs_by_depth(topo, search_depth);
num_objs          757 opal/mca/hwloc/base/hwloc_base_util.c         if (num_objs)
num_objs          758 opal/mca/hwloc/base/hwloc_base_util.c             *num_objs = 0;
num_objs          760 opal/mca/hwloc/base/hwloc_base_util.c             if (num_objs && obj->os_index > *num_objs)
num_objs          761 opal/mca/hwloc/base/hwloc_base_util.c                 *num_objs = obj->os_index;
num_objs          785 opal/mca/hwloc/base/hwloc_base_util.c         if (num_objs)
num_objs          786 opal/mca/hwloc/base/hwloc_base_util.c             *num_objs = hwloc_get_nbobjs_inside_cpuset_by_depth(topo, constrained_cpuset, search_depth);
num_objs          806 opal/mca/hwloc/base/hwloc_base_util.c     unsigned int num_objs;
num_objs          837 opal/mca/hwloc/base/hwloc_base_util.c     num_objs = 0;
num_objs          853 opal/mca/hwloc/base/hwloc_base_util.c                                      sum->num_objs, hwloc_obj_type_string(target), cache_level));
num_objs          854 opal/mca/hwloc/base/hwloc_base_util.c                 return sum->num_objs;
num_objs          860 opal/mca/hwloc/base/hwloc_base_util.c     df_search(topo, obj, target, cache_level, 0, rtype, &num_objs);
num_objs          866 opal/mca/hwloc/base/hwloc_base_util.c     sum->num_objs = num_objs;
num_objs          872 opal/mca/hwloc/base/hwloc_base_util.c                          num_objs, hwloc_obj_type_string(target), cache_level));
num_objs          874 opal/mca/hwloc/base/hwloc_base_util.c     return num_objs;
num_objs          153 opal/mca/hwloc/hwloc-internal.h     unsigned int num_objs;
num_objs           60 orte/mca/rmaps/base/rmaps_base_ranking.c     int num_objs, i, j, m, n, rc;
num_objs          102 orte/mca/rmaps/base/rmaps_base_ranking.c                 num_objs = opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, target,
num_objs          106 orte/mca/rmaps/base/rmaps_base_ranking.c                                     num_objs, node->name, (int)node->num_procs);
num_objs          107 orte/mca/rmaps/base/rmaps_base_ranking.c                 if (0 == num_objs) {
num_objs          112 orte/mca/rmaps/base/rmaps_base_ranking.c                 for (i=0; i < num_objs && cnt < app->num_procs; i++) {
num_objs          190 orte/mca/rmaps/base/rmaps_base_ranking.c     int num_objs, i, j, m, n, rc;
num_objs          223 orte/mca/rmaps/base/rmaps_base_ranking.c             num_objs = opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, target,
num_objs          227 orte/mca/rmaps/base/rmaps_base_ranking.c                                 num_objs, node->name, (int)node->num_procs);
num_objs          228 orte/mca/rmaps/base/rmaps_base_ranking.c             if (0 == num_objs) {
num_objs          233 orte/mca/rmaps/base/rmaps_base_ranking.c             for (i=0; i < num_objs && cnt < app->num_procs; i++) {
num_objs          308 orte/mca/rmaps/base/rmaps_base_ranking.c     int num_objs, i, j, m, n, rc, nn;
num_objs          354 orte/mca/rmaps/base/rmaps_base_ranking.c             num_objs = opal_hwloc_base_get_nbobjs_by_type(node->topology->topo, target,
num_objs          358 orte/mca/rmaps/base/rmaps_base_ranking.c                                 num_objs, node->name, (int)node->num_procs);
num_objs          359 orte/mca/rmaps/base/rmaps_base_ranking.c             if (0 == num_objs) {
num_objs          364 orte/mca/rmaps/base/rmaps_base_ranking.c             for (i=0; i < num_objs; i++) {
num_objs          399 orte/mca/rmaps/base/rmaps_base_ranking.c             while (cnt < app->num_procs && niters_of_i_without_assigning_a_proc <= num_objs) {
num_objs          401 orte/mca/rmaps/base/rmaps_base_ranking.c                 obj = (hwloc_obj_t)opal_pointer_array_get_item(&objs, i % num_objs);
num_objs          307 orte/test/system/threads.c     int num_objs;
num_objs          312 orte/test/system/threads.c     num_objs = hwloc_get_nbobjs_by_type(topo, OBJ_TYPE);
num_objs          318 orte/test/system/threads.c         obj = hwloc_get_obj_by_type(topo, OBJ_TYPE, num_objs-1);
num_objs          332 orte/test/system/threads.c     printf("%s : [objs = %d] : cpuset is %s\n", (main_thread ? "Main" : "Peer"), num_objs, buffer);