two_phase_cycle_buffer_size  560 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     int two_phase_cycle_buffer_size=0;
two_phase_cycle_buffer_size  583 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     two_phase_cycle_buffer_size = fh->f_bytes_per_agg;
two_phase_cycle_buffer_size  584 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     ntimes = (int)((end_loc - st_loc + two_phase_cycle_buffer_size)/
two_phase_cycle_buffer_size  585 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 		   two_phase_cycle_buffer_size);
two_phase_cycle_buffer_size  600 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	read_buf = (char *) calloc (two_phase_cycle_buffer_size, sizeof(char));
two_phase_cycle_buffer_size  659 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	size = OMPIO_MIN((unsigned)two_phase_cycle_buffer_size, end_loc-st_loc+1-done);
two_phase_cycle_buffer_size  793 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	    read_buf = (char *)malloc(for_next_iter+two_phase_cycle_buffer_size);
two_phase_cycle_buffer_size  621 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     int two_phase_cycle_buffer_size;
two_phase_cycle_buffer_size  650 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     two_phase_cycle_buffer_size = fh->f_bytes_per_agg;
two_phase_cycle_buffer_size  651 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     ntimes = (int) ((end_loc - st_loc + two_phase_cycle_buffer_size)/two_phase_cycle_buffer_size);
two_phase_cycle_buffer_size  666 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	write_buf = (char *) malloc (two_phase_cycle_buffer_size);
two_phase_cycle_buffer_size  750 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	size = OMPIO_MIN((unsigned)two_phase_cycle_buffer_size,