start_offsets     101 ompi/mca/fcoll/two_phase/fcoll_two_phase.h 					   OMPI_MPI_OFFSET_TYPE *start_offsets,
start_offsets     141 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     OMPI_MPI_OFFSET_TYPE *start_offsets=NULL, *end_offsets=NULL;
start_offsets     336 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     start_offsets = (OMPI_MPI_OFFSET_TYPE *)calloc
start_offsets     339 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     if ( NULL == start_offsets ){
start_offsets     355 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 					    start_offsets,
start_offsets     383 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	       (size_t)start_offsets[i],i,
start_offsets     389 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	if ((start_offsets[i] < end_offsets[i-1]) &&
start_offsets     390 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	    (start_offsets[i] <= end_offsets[i])){
start_offsets     401 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 					       start_offsets,
start_offsets     515 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     free (start_offsets);
start_offsets     166 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     OMPI_MPI_OFFSET_TYPE *start_offsets=NULL, *end_offsets=NULL;
start_offsets     390 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     start_offsets = (OMPI_MPI_OFFSET_TYPE *)malloc
start_offsets     393 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     if ( NULL == start_offsets ){
start_offsets     410 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 					    start_offsets,
start_offsets     439 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	       (size_t)start_offsets[i],i,
start_offsets     447 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	if ((start_offsets[i] < end_offsets[i-1]) &&
start_offsets     448 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    (start_offsets[i] <= end_offsets[i])){
start_offsets     460 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 					       start_offsets,
start_offsets     579 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     free (start_offsets);
start_offsets      45 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 					  OMPI_MPI_OFFSET_TYPE *start_offsets,
start_offsets      58 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c     min_st_offset = start_offsets[0];
start_offsets      62 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	min_st_offset = OMPIO_MIN(min_st_offset, start_offsets[i]);