indexes 22 ompi/mca/vprotocol/example/vprotocol_example_wait.c int mca_vprotocol_example_wait_some(size_t count, ompi_request_t ** requests, int *indexes, ompi_status_public_t * statuses) indexes 24 ompi/mca/vprotocol/example/vprotocol_example_wait.c return mca_vprotocol_example_wait_any(count, requests, indexes, statuses); indexes 18 ompi/mca/vprotocol/example/vprotocol_example_wait.h OMPI_DECLSPEC int mca_vprotocol_example_wait_some(size_t count, ompi_request_t ** requests, int *indexes, ompi_status_public_t * statuses); indexes 164 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c int *outcount, int *indexes, indexes 168 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c ret = mca_vprotocol_pessimist_wait_any(count, requests, indexes, statuses); indexes 169 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c if(MPI_UNDEFINED == *indexes) *outcount = 0; indexes 41 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h int *outcount, int *indexes, indexes 453 ompi/mpi/java/java/Request.java int[] indexes = waitSome(r); indexes 455 ompi/mpi/java/java/Request.java return indexes; indexes 494 ompi/mpi/java/java/Request.java int[] indexes = testSome(r); indexes 496 ompi/mpi/java/java/Request.java return indexes; indexes 73 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c free(dist->indexes); indexes 105 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c newdist->indexes = hwloc_tma_malloc(tma, nbobjs * sizeof(*newdist->indexes)); indexes 109 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c if (!newdist->indexes || !newdist->objs || !newdist->values) { indexes 115 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c memcpy(newdist->indexes, olddist->indexes, nbobjs * sizeof(*newdist->indexes)); indexes 205 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c hwloc_obj_type_t type, unsigned nbobjs, hwloc_obj_t *objs, uint64_t *indexes, uint64_t *values, indexes 217 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c assert(indexes); indexes 219 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c dist->indexes = indexes; indexes 227 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c assert(!indexes); indexes 231 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c dist->indexes = malloc(nbobjs * sizeof(*dist->indexes)); indexes 232 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c if (!dist->indexes) indexes 236 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c dist->indexes[i] = objs[i]->os_index; indexes 239 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c dist->indexes[i] = objs[i]->gp_index; indexes 260 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c free(indexes); indexes 266 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c hwloc_obj_type_t type, unsigned nbobjs, uint64_t *indexes, uint64_t *values, indexes 282 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c return hwloc_internal_distances__add(topology, type, nbobjs, NULL, indexes, values, kind); indexes 285 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c free(indexes); indexes 445 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c dist->indexes[newi] = dist->indexes[i]; indexes 459 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c uint64_t *indexes = dist->indexes; indexes 472 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c obj = hwloc_get_pu_obj_by_os_index(topology, (unsigned) indexes[i]); indexes 474 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c obj = hwloc_get_numanode_obj_by_os_index(topology, (unsigned) indexes[i]); indexes 476 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c obj = hwloc_find_obj_by_type_and_gp_index(topology, type, indexes[i]); indexes 2465 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_parse_nodes_distances(const char *path, unsigned nbnodes, unsigned *indexes, uint64_t *distances, int fsroot_fd) indexes 2477 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned osnode = indexes[i]; indexes 3127 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned *indexes, index_; indexes 3149 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c indexes = calloc(nbnodes, sizeof(*indexes)); indexes 3150 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (!indexes) { indexes 3164 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c indexes[index_] = osnode; indexes 3173 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_debug(" %u", indexes[index_]); indexes 3178 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c return indexes; indexes 3189 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned *indexes; indexes 3197 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c indexes = list_sysfsnode(data, path, &nbnodes); indexes 3198 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (!indexes) indexes 3207 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c free(indexes); indexes 3219 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c osnode = indexes[i]; indexes 3268 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (distances && hwloc_parse_nodes_distances(path, nbnodes, indexes, distances, data->root_fd) < 0) { indexes 3273 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c free(indexes); indexes 44 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c struct hwloc_synthetic_indexes_s indexes; indexes 72 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c struct hwloc_synthetic_indexes_s *indexes, indexes 76 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c const char *attr = indexes->string; indexes 77 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c unsigned long length = indexes->string_length; indexes 116 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c indexes->array = array; indexes 295 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c indexes->array = array; indexes 408 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c free(curlevel->indexes.array); indexes 441 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].indexes.string = NULL; indexes 442 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].indexes.array = NULL; indexes 447 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c err = hwloc_synthetic_parse_attrs(description+1, &description, &data->level[0].attr, &data->level[0].indexes, verbose); indexes 524 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.string = NULL; indexes 525 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.array = NULL; indexes 583 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.string = NULL; indexes 584 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.array = NULL; indexes 587 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c err = hwloc_synthetic_parse_attrs(next_pos+1, &next_pos, &data->level[count].attr, &data->level[count].indexes, verbose); indexes 761 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[1].indexes.string = NULL; indexes 762 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[1].indexes.array = NULL; indexes 794 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_synthetic_process_indexes(data, &data->level[i].indexes, data->level[i].totalwidth, verbose); indexes 854 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_synthetic_next_index(struct hwloc_synthetic_indexes_s *indexes, hwloc_obj_type_t type) indexes 856 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c unsigned os_index = indexes->next++; indexes 858 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (indexes->array) indexes 859 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c os_index = indexes->array[os_index]; indexes 920 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c os_index = hwloc_synthetic_next_index(&curlevel->indexes, type); indexes 969 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[i].indexes.next = 0; indexes 972 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[i].indexes.next = 0; indexes 1196 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c uint64_t *indexes; indexes 1236 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c indexes = malloc(nbobjs*sizeof(*indexes)); indexes 1238 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (!indexes || !u64values) { indexes 1302 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c indexes[nr_indexes++] = u; indexes 1383 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_internal_distances_add_by_index(topology, type, nbobjs, indexes, u64values, kind, 0); indexes 1386 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c indexes = NULL; indexes 1390 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c free(indexes); indexes 1395 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c free(indexes); indexes 2333 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c EXPORT_ARRAY(&state, unsigned long long, nbobjs, dist->indexes, "indexes", "%llu", 10); indexes 133 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h uint64_t *indexes; /* array of OS or GP indexes before we can convert them into objs. */ indexes 317 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern int hwloc_internal_distances_add_by_index(hwloc_topology_t topology, hwloc_obj_type_t type, unsigned nbobjs, uint64_t *indexes, uint64_t *values, unsigned long kind, unsigned long flags);