blocklengths       52 ompi/mca/io/romio321/romio/test/hindexed.c     int          count, *blocklengths, global_array_size;
blocklengths       97 ompi/mca/io/romio321/romio/test/hindexed.c     blocklengths  = (int*)     malloc(count*sizeof(int));
blocklengths      100 ompi/mca/io/romio321/romio/test/hindexed.c         blocklengths[i] = array_of_subsizes[1] / 2;
blocklengths      104 ompi/mca/io/romio321/romio/test/hindexed.c     MPI_Type_create_hindexed(count, blocklengths, displacements, MPI_CHAR, &ftype);
blocklengths      223 ompi/mca/io/romio321/romio/test/hindexed.c     free(blocklengths);