indx 79 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c MPI_Aint filetype_extent, buftype_extent, indx, filetype_lb, buftype_lb; indx 262 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c indx = flat_buf->indices[0]; indx 271 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c err = write(fd->fd_sys, ((char *) buf) + indx, size); indx 291 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c indx += size; indx 301 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c indx = buftype_extent*(buf_count/flat_buf->count) + indx 104 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c MPI_Aint filetype_extent, buftype_extent, indx, filetype_lb, buftype_lb; indx 370 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c indx = flat_buf->indices[0]; indx 388 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c err = pvfs_write(fd->fd_sys, ((char *) buf) + indx, size); indx 411 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c indx += size; indx 421 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c indx = buftype_extent*(buf_count/flat_buf->count) + indx 38 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c MPI_Aint filetype_extent, buftype_extent, indx, lb; indx 315 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c indx = flat_buf->indices[0]; indx 340 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c err = write(fd->fd_sys, ((char *) buf) + indx, size); indx 363 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c indx += size; indx 373 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c indx = buftype_extent*(buf_count/flat_buf->count) + indx 45 ompi/mpi/c/graph_create.c int MPI_Graph_create(MPI_Comm old_comm, int nnodes, const int indx[], indx 68 ompi/mpi/c/graph_create.c } else if (nnodes >= 1 && ((NULL == indx) || (NULL == edges))) { indx 105 ompi/mpi/c/graph_create.c nnodes, indx, edges, indx 44 ompi/mpi/c/graph_get.c int indx[], int edges[]) indx 62 ompi/mpi/c/graph_get.c if (0 > maxindx || 0 > maxedges || NULL == indx || NULL == edges) { indx 75 ompi/mpi/c/graph_get.c err = comm->c_topo->topo.graph.graph_get(comm, maxindx, maxedges, indx, edges); indx 45 ompi/mpi/c/graph_map.c int MPI_Graph_map(MPI_Comm comm, int nnodes, const int indx[], const int edges[], indx 65 ompi/mpi/c/graph_map.c if (1 > nnodes || NULL == indx || NULL == edges || NULL == newrank) { indx 79 ompi/mpi/c/graph_map.c err = comm->c_topo->topo.graph.graph_map(comm, nnodes, indx, edges, newrank); indx 44 ompi/mpi/c/group_range_excl.c int err, i, group_size, indx; indx 82 ompi/mpi/c/group_range_excl.c for (indx = ranges[i][0]; indx <= ranges[i][1]; indx += ranges[i][2]) { indx 84 ompi/mpi/c/group_range_excl.c if (elements_int_list[indx] != -1) { indx 87 ompi/mpi/c/group_range_excl.c elements_int_list[indx] = i; indx 94 ompi/mpi/c/group_range_excl.c for (indx = ranges[i][0]; indx >= ranges[i][1]; indx += ranges[i][2]) { indx 96 ompi/mpi/c/group_range_excl.c if (elements_int_list[indx] != -1) { indx 99 ompi/mpi/c/group_range_excl.c elements_int_list[indx] = i; indx 103 ompi/mpi/c/group_range_excl.c indx = ranges[i][0]; indx 104 ompi/mpi/c/group_range_excl.c if (elements_int_list[indx] != -1) { indx 107 ompi/mpi/c/group_range_excl.c elements_int_list[indx] = i; indx 44 ompi/mpi/c/group_range_incl.c int err, i,indx; indx 83 ompi/mpi/c/group_range_incl.c for (indx = ranges[i][0]; indx <= ranges[i][1]; indx += ranges[i][2]) { indx 85 ompi/mpi/c/group_range_incl.c if (elements_int_list[indx] != -1) { indx 88 ompi/mpi/c/group_range_incl.c elements_int_list[indx] = i; indx 95 ompi/mpi/c/group_range_incl.c for (indx = ranges[i][0]; indx >= ranges[i][1]; indx += ranges[i][2]) { indx 97 ompi/mpi/c/group_range_incl.c if (elements_int_list[indx] != -1) { indx 100 ompi/mpi/c/group_range_incl.c elements_int_list[indx] = i; indx 104 ompi/mpi/c/group_range_incl.c indx = ranges[i][0]; indx 105 ompi/mpi/c/group_range_incl.c if (elements_int_list[indx] != -1) { indx 108 ompi/mpi/c/group_range_incl.c elements_int_list[indx] = i; indx 45 ompi/mpi/c/testany.c int MPI_Testany(int count, MPI_Request requests[], int *indx, int *completed, MPI_Status *status) indx 69 ompi/mpi/c/testany.c if (((NULL == indx || NULL == completed) && count > 0) || indx 78 ompi/mpi/c/testany.c *indx = MPI_UNDEFINED; indx 88 ompi/mpi/c/testany.c indx, completed, status)) { indx 59 ompi/mpi/c/testsome.c int indx, rc = MPI_SUCCESS; indx 64 ompi/mpi/c/testsome.c for (indx = 0; indx < incount; ++indx) { indx 65 ompi/mpi/c/testsome.c if (NULL == requests[indx]) { indx 45 ompi/mpi/c/waitany.c int MPI_Waitany(int count, MPI_Request requests[], int *indx, MPI_Status *status) indx 69 ompi/mpi/c/waitany.c if ((NULL == indx && count > 0) || indx 77 ompi/mpi/c/waitany.c *indx = MPI_UNDEFINED; indx 86 ompi/mpi/c/waitany.c if (OMPI_SUCCESS == ompi_request_wait_any(count, requests, indx, status)) { indx 59 ompi/mpi/c/waitsome.c int indx, rc = MPI_SUCCESS; indx 64 ompi/mpi/c/waitsome.c for (indx = 0; indx < incount; ++indx) { indx 65 ompi/mpi/c/waitsome.c if (NULL == requests[indx]) { indx 41 ompi/mpi/fortran/mpif-h/graph_create_f.c (MPI_Fint *comm_old, MPI_Fint *nnodes, MPI_Fint *indx, MPI_Fint *edges, ompi_fortran_logical_t *reorder, MPI_Fint *comm_graph, MPI_Fint *ierr), indx 42 ompi/mpi/fortran/mpif-h/graph_create_f.c (comm_old, nnodes, indx, edges, reorder, comm_graph, ierr) ) indx 61 ompi/mpi/fortran/mpif-h/graph_create_f.c (MPI_Fint *comm_old, MPI_Fint *nnodes, MPI_Fint *indx, MPI_Fint *edges, ompi_fortran_logical_t *reorder, MPI_Fint *comm_graph, MPI_Fint *ierr), indx 62 ompi/mpi/fortran/mpif-h/graph_create_f.c (comm_old, nnodes, indx, edges, reorder, comm_graph, ierr) ) indx 70 ompi/mpi/fortran/mpif-h/graph_create_f.c MPI_Fint *indx, MPI_Fint *edges, indx 76 ompi/mpi/fortran/mpif-h/graph_create_f.c OMPI_ARRAY_NAME_DECL(indx); indx 81 ompi/mpi/fortran/mpif-h/graph_create_f.c OMPI_ARRAY_FINT_2_INT(indx, *nnodes); indx 84 ompi/mpi/fortran/mpif-h/graph_create_f.c OMPI_ARRAY_FINT_2_INT(edges, indx[*nnodes - 1]); indx 88 ompi/mpi/fortran/mpif-h/graph_create_f.c OMPI_ARRAY_NAME_CONVERT(indx), indx 98 ompi/mpi/fortran/mpif-h/graph_create_f.c OMPI_ARRAY_FINT_2_INT_CLEANUP(indx); indx 41 ompi/mpi/fortran/mpif-h/graph_get_f.c (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint *ierr), indx 42 ompi/mpi/fortran/mpif-h/graph_get_f.c (comm, maxindex, maxedges, indx, edges, ierr) ) indx 61 ompi/mpi/fortran/mpif-h/graph_get_f.c (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint *ierr), indx 62 ompi/mpi/fortran/mpif-h/graph_get_f.c (comm, maxindex, maxedges, indx, edges, ierr) ) indx 70 ompi/mpi/fortran/mpif-h/graph_get_f.c MPI_Fint *maxedges, MPI_Fint *indx, indx 75 ompi/mpi/fortran/mpif-h/graph_get_f.c OMPI_ARRAY_NAME_DECL(indx); indx 79 ompi/mpi/fortran/mpif-h/graph_get_f.c OMPI_ARRAY_FINT_2_INT_ALLOC(indx, *maxindex); indx 85 ompi/mpi/fortran/mpif-h/graph_get_f.c OMPI_ARRAY_NAME_CONVERT(indx), indx 90 ompi/mpi/fortran/mpif-h/graph_get_f.c OMPI_ARRAY_INT_2_FINT(indx, *maxindex); indx 93 ompi/mpi/fortran/mpif-h/graph_get_f.c OMPI_ARRAY_FINT_2_INT_CLEANUP(indx); indx 41 ompi/mpi/fortran/mpif-h/graph_map_f.c (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr), indx 42 ompi/mpi/fortran/mpif-h/graph_map_f.c (comm, nnodes, indx, edges, newrank, ierr) ) indx 61 ompi/mpi/fortran/mpif-h/graph_map_f.c (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr), indx 62 ompi/mpi/fortran/mpif-h/graph_map_f.c (comm, nnodes, indx, edges, newrank, ierr) ) indx 69 ompi/mpi/fortran/mpif-h/graph_map_f.c void ompi_graph_map_f(MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *indx, indx 74 ompi/mpi/fortran/mpif-h/graph_map_f.c OMPI_ARRAY_NAME_DECL(indx); indx 81 ompi/mpi/fortran/mpif-h/graph_map_f.c OMPI_ARRAY_FINT_2_INT(edges, indx[*nnodes - 1]); indx 82 ompi/mpi/fortran/mpif-h/graph_map_f.c OMPI_ARRAY_FINT_2_INT(indx, *nnodes); indx 85 ompi/mpi/fortran/mpif-h/graph_map_f.c OMPI_ARRAY_NAME_CONVERT(indx), indx 94 ompi/mpi/fortran/mpif-h/graph_map_f.c OMPI_ARRAY_FINT_2_INT_CLEANUP(indx); indx 44 ompi/mpi/fortran/mpif-h/testany_f.c (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr), indx 45 ompi/mpi/fortran/mpif-h/testany_f.c (count, array_of_requests, indx, flag, status, ierr) ) indx 64 ompi/mpi/fortran/mpif-h/testany_f.c (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr), indx 65 ompi/mpi/fortran/mpif-h/testany_f.c (count, array_of_requests, indx, flag, status, ierr) ) indx 75 ompi/mpi/fortran/mpif-h/testany_f.c void ompi_testany_f(MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr) indx 81 ompi/mpi/fortran/mpif-h/testany_f.c OMPI_SINGLE_NAME_DECL(indx); indx 87 ompi/mpi/fortran/mpif-h/testany_f.c *indx = OMPI_INT_2_FINT(MPI_UNDEFINED); indx 107 ompi/mpi/fortran/mpif-h/testany_f.c OMPI_SINGLE_NAME_CONVERT(indx), indx 119 ompi/mpi/fortran/mpif-h/testany_f.c OMPI_SINGLE_INT_2_FINT(indx); indx 121 ompi/mpi/fortran/mpif-h/testany_f.c MPI_UNDEFINED != *(OMPI_SINGLE_NAME_CONVERT(indx))) { indx 122 ompi/mpi/fortran/mpif-h/testany_f.c array_of_requests[OMPI_INT_2_FINT(*indx)] = indx 123 ompi/mpi/fortran/mpif-h/testany_f.c c_req[OMPI_INT_2_FINT(*indx)]->req_f_to_c_index; indx 124 ompi/mpi/fortran/mpif-h/testany_f.c ++(*indx); indx 44 ompi/mpi/fortran/mpif-h/waitany_f.c (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, MPI_Fint *status, MPI_Fint *ierr), indx 45 ompi/mpi/fortran/mpif-h/waitany_f.c (count, array_of_requests, indx, status, ierr) ) indx 64 ompi/mpi/fortran/mpif-h/waitany_f.c (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, MPI_Fint *status, MPI_Fint *ierr), indx 65 ompi/mpi/fortran/mpif-h/waitany_f.c (count, array_of_requests, indx, status, ierr) ) indx 76 ompi/mpi/fortran/mpif-h/waitany_f.c MPI_Fint *indx, MPI_Fint *status, MPI_Fint *ierr) indx 81 ompi/mpi/fortran/mpif-h/waitany_f.c OMPI_SINGLE_NAME_DECL(indx); indx 86 ompi/mpi/fortran/mpif-h/waitany_f.c *indx = OMPI_INT_2_FINT(MPI_UNDEFINED); indx 105 ompi/mpi/fortran/mpif-h/waitany_f.c OMPI_SINGLE_NAME_CONVERT(indx), indx 113 ompi/mpi/fortran/mpif-h/waitany_f.c OMPI_SINGLE_INT_2_FINT(indx); indx 114 ompi/mpi/fortran/mpif-h/waitany_f.c if (MPI_UNDEFINED != *(OMPI_SINGLE_NAME_CONVERT(indx))) { indx 115 ompi/mpi/fortran/mpif-h/waitany_f.c array_of_requests[OMPI_INT_2_FINT(*indx)] = indx 116 ompi/mpi/fortran/mpif-h/waitany_f.c c_req[OMPI_INT_2_FINT(*indx)]->req_f_to_c_index; indx 117 ompi/mpi/fortran/mpif-h/waitany_f.c ++(*indx); indx 46 test/class/opal_list.c size_t indx,i,list_size, tmp_size_1, tmp_size_2,size_elements; indx 251 test/class/opal_list.c indx=size_elements/2; indx 252 test/class/opal_list.c if( 0 == indx ) indx 253 test/class/opal_list.c indx=1; indx 257 test/class/opal_list.c opal_list_remove_item(&list,(opal_list_item_t *)(elements+indx)); indx 259 test/class/opal_list.c if( (indx-1) == ele->data ) { indx 265 test/class/opal_list.c if( (indx+1) == ele->data ) { indx 283 test/class/opal_list.c i=opal_list_insert(&list,(opal_list_item_t *)(elements+indx),indx);