disp 183 ompi/datatype/ompi_datatype.h ptrdiff_t disp, ptrdiff_t extent ) disp 185 ompi/datatype/ompi_datatype.h return opal_datatype_add( &pdtBase->super, &pdtAdd->super, count, disp, extent ); disp 230 ompi/datatype/ompi_datatype.h ompi_datatype_type_lb( const ompi_datatype_t* type, ptrdiff_t* disp ) disp 232 ompi/datatype/ompi_datatype.h return opal_datatype_type_lb(&type->super, disp); disp 236 ompi/datatype/ompi_datatype.h ompi_datatype_type_ub( const ompi_datatype_t* type, ptrdiff_t* disp ) disp 238 ompi/datatype/ompi_datatype.h return opal_datatype_type_ub( &type->super, disp); disp 37 ompi/datatype/ompi_datatype_create_indexed.c ptrdiff_t extent, disp, endat; disp 49 ompi/datatype/ompi_datatype_create_indexed.c disp = pDisp[i]; disp 51 ompi/datatype/ompi_datatype_create_indexed.c endat = disp + dLength; disp 62 ompi/datatype/ompi_datatype_create_indexed.c ompi_datatype_add( pdt, oldType, dLength, disp * extent, extent ); disp 63 ompi/datatype/ompi_datatype_create_indexed.c disp = pDisp[i]; disp 65 ompi/datatype/ompi_datatype_create_indexed.c endat = disp + pBlockLength[i]; disp 68 ompi/datatype/ompi_datatype_create_indexed.c ompi_datatype_add( pdt, oldType, dLength, disp * extent, extent ); disp 78 ompi/datatype/ompi_datatype_create_indexed.c ptrdiff_t extent, disp, endat; disp 90 ompi/datatype/ompi_datatype_create_indexed.c disp = pDisp[i]; disp 92 ompi/datatype/ompi_datatype_create_indexed.c endat = disp + dLength * extent; disp 103 ompi/datatype/ompi_datatype_create_indexed.c ompi_datatype_add( pdt, oldType, dLength, disp, extent ); disp 104 ompi/datatype/ompi_datatype_create_indexed.c disp = pDisp[i]; disp 106 ompi/datatype/ompi_datatype_create_indexed.c endat = disp + pBlockLength[i] * extent; disp 109 ompi/datatype/ompi_datatype_create_indexed.c ompi_datatype_add( pdt, oldType, dLength, disp, extent ); disp 119 ompi/datatype/ompi_datatype_create_indexed.c ptrdiff_t extent, disp, endat; disp 129 ompi/datatype/ompi_datatype_create_indexed.c disp = pDisp[0]; disp 131 ompi/datatype/ompi_datatype_create_indexed.c endat = disp + dLength; disp 138 ompi/datatype/ompi_datatype_create_indexed.c ompi_datatype_add( pdt, oldType, dLength, disp * extent, extent ); disp 139 ompi/datatype/ompi_datatype_create_indexed.c disp = pDisp[i]; disp 141 ompi/datatype/ompi_datatype_create_indexed.c endat = disp + bLength; disp 144 ompi/datatype/ompi_datatype_create_indexed.c ompi_datatype_add( pdt, oldType, dLength, disp * extent, extent ); disp 153 ompi/datatype/ompi_datatype_create_indexed.c ptrdiff_t extent, disp, endat; disp 163 ompi/datatype/ompi_datatype_create_indexed.c disp = pDisp[0]; disp 165 ompi/datatype/ompi_datatype_create_indexed.c endat = disp + dLength; disp 172 ompi/datatype/ompi_datatype_create_indexed.c ompi_datatype_add( pdt, oldType, dLength, disp, extent ); disp 173 ompi/datatype/ompi_datatype_create_indexed.c disp = pDisp[i]; disp 175 ompi/datatype/ompi_datatype_create_indexed.c endat = disp + bLength; disp 178 ompi/datatype/ompi_datatype_create_indexed.c ompi_datatype_add( pdt, oldType, dLength, disp, extent ); disp 34 ompi/datatype/ompi_datatype_create_struct.c ptrdiff_t disp = 0, endto, lastExtent, lastDisp; disp 59 ompi/datatype/ompi_datatype_create_struct.c disp += lastType->super.desc.used; disp 60 ompi/datatype/ompi_datatype_create_struct.c if( lastBlock > 1 ) disp += 2; disp 68 ompi/datatype/ompi_datatype_create_struct.c disp += lastType->super.desc.used; disp 69 ompi/datatype/ompi_datatype_create_struct.c if( lastBlock != 1 ) disp += 2; disp 77 ompi/datatype/ompi_datatype_create_struct.c pdt = ompi_datatype_create( (int32_t)disp ); disp 76 ompi/include/ompi/memchecker.h f( (void *)(source_base + pElem->elem.disp), pElem->elem.count*pElem->elem.extent ); disp 131 ompi/include/ompi/memchecker.h f( (void *)(source_base + pElem->elem.disp), pElem->elem.count*pElem->elem.extent ); disp 320 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_set_view (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE disp, disp 58 ompi/mca/common/ompio/common_ompio_file_view.c OMPI_MPI_OFFSET_TYPE disp, disp 142 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_disp = disp; disp 143 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_offset = disp; disp 519 ompi/mca/common/ompio/common_ompio_file_write.c ptrdiff_t disp; disp 568 ompi/mca/common/ompio/common_ompio_file_write.c disp = (ptrdiff_t)decoded_iov[i].iov_base + disp 570 ompi/mca/common/ompio/common_ompio_file_write.c f_io_array[k].memory_address = (IOVBASE_TYPE *)disp; disp 598 ompi/mca/common/ompio/common_ompio_file_write.c disp = (ptrdiff_t)fh->f_decoded_iov[j].iov_base + disp 600 ompi/mca/common/ompio/common_ompio_file_write.c f_io_array[k].offset = (IOVBASE_TYPE *)(intptr_t)(disp + fh->f_offset); disp 158 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset disp, struct ompi_datatype_t *etype, disp 162 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset *disp, disp 233 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, MPI_Offset *disp); disp 70 ompi/mca/io/ompio/io_ompio.c ptrdiff_t disp; disp 96 ompi/mca/io/ompio/io_ompio.c disp = (ptrdiff_t)(fh->f_decoded_iov[j].iov_base) + disp 98 ompi/mca/io/ompio/io_ompio.c iov[k].iov_base = (IOVBASE_TYPE *)(intptr_t)(disp + fh->f_offset); disp 136 ompi/mca/io/ompio/io_ompio.h OMPI_MPI_OFFSET_TYPE disp, disp 143 ompi/mca/io/ompio/io_ompio.h OMPI_MPI_OFFSET_TYPE *disp, disp 167 ompi/mca/io/ompio/io_ompio.h OMPI_MPI_OFFSET_TYPE disp, disp 173 ompi/mca/io/ompio/io_ompio.h OMPI_MPI_OFFSET_TYPE *disp, disp 277 ompi/mca/io/ompio/io_ompio.h OMPI_MPI_OFFSET_TYPE *disp); disp 459 ompi/mca/io/ompio/io_ompio_file_open.c OMPI_MPI_OFFSET_TYPE *disp) disp 495 ompi/mca/io/ompio/io_ompio_file_open.c *disp = data->ompio_fh.f_disp + temp_offset + disp 59 ompi/mca/io/ompio/io_ompio_file_set_view.c OMPI_MPI_OFFSET_TYPE disp, disp 82 ompi/mca/io/ompio/io_ompio_file_set_view.c ret = mca_common_ompio_set_view(fh, disp, etype, filetype, datarep, info); disp 88 ompi/mca/io/ompio/io_ompio_file_set_view.c OMPI_MPI_OFFSET_TYPE *disp, disp 100 ompi/mca/io/ompio/io_ompio_file_set_view.c *disp = fh->f_disp; disp 266 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c off = fd->disp + (ADIO_Offset)(fd->etype_size) * offset; disp 269 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c off = fd->disp + (ADIO_Offset)(fd->etype_size) * offset; disp 407 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c globus_off_t start,disp; disp 156 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c off = fd->disp + (ADIO_Offset)(fd->etype_size) * offset; disp 163 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c ADIO_Offset off, req_off, disp, end_offset=0, writebuf_off, start_off; disp 215 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c fd->disp + (ADIO_Offset)etype_size * offset; disp 259 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c disp = fd->disp; disp 263 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c offset = fd->fp_ind - disp; disp 286 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c offset += disp + (ADIO_Offset)n_filetypes*filetype_extent; disp 307 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c offset = disp + (ADIO_Offset) n_filetypes *filetype_extent + disp 344 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c fd->fp_ind = disp + flat_file->indices[st_index] disp 376 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c off = disp + flat_file->indices[j] + disp 414 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c if (off + fwr_size < disp + flat_file->indices[j] + disp 427 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c off = disp + flat_file->indices[j] + disp 470 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c off = disp + flat_file->indices[j] + disp 181 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c ADIO_Offset off, req_off, disp, end_offset=0, readbuf_off, start_off; disp 223 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c fd->disp + etype_size * offset; disp 283 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c disp = fd->disp; disp 287 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c offset = fd->fp_ind - disp; disp 310 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c offset += disp + (ADIO_Offset)n_filetypes*filetype_extent; disp 331 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c offset = disp + (ADIO_Offset) n_filetypes*filetype_extent + disp 356 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c fd->fp_ind = disp + flat_file->indices[st_index] disp 386 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c off = disp + flat_file->indices[j] + (ADIO_Offset) n_filetypes*filetype_extent; disp 442 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c if (off + frd_size < disp + flat_file->indices[j] + disp 454 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c off = disp + flat_file->indices[j] + disp 497 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c off = disp + flat_file->indices[j] + disp 285 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c ADIO_Offset off, req_off, disp, end_offset=0, writebuf_off, start_off; disp 326 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c fd->disp + etype_size * offset; disp 384 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c disp = fd->disp; disp 388 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c offset = fd->fp_ind - disp; disp 411 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c offset += disp + (ADIO_Offset)n_filetypes*filetype_extent; disp 432 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c offset = disp + (ADIO_Offset) n_filetypes*filetype_extent + disp 456 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c fd->fp_ind = disp + flat_file->indices[st_index] disp 486 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c off = disp + flat_file->indices[j] + disp 547 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c if (off + fwr_size < disp + flat_file->indices[j] + disp 559 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c off = disp + flat_file->indices[j] + disp 603 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c off = disp + flat_file->indices[j] + disp 81 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c ADIO_Offset off, disp; disp 122 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c off = fd->disp + etype_size * offset; disp 176 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c disp = fd->disp; disp 185 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c if (disp + flat_file->indices[i] + disp 189 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c fwr_size = disp + flat_file->indices[i] + disp 217 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c offset = disp + (ADIO_Offset) n_filetypes*filetype_extent + abs_off_in_filetype; disp 239 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c if (off + fwr_size < disp + flat_file->indices[j] + disp 250 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c off = disp + flat_file->indices[j] + disp 286 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c off = disp + flat_file->indices[j] + disp 121 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c ADIO_Offset off, disp, start_off; disp 177 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c fd->disp + etype_size * offset; disp 251 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c disp = fd->disp; disp 265 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c if (disp + flat_file->indices[i] + disp 269 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c frd_size = (int) (disp + flat_file->indices[i] + disp 297 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c offset = disp + (ADIO_Offset) n_filetypes*filetype_extent + disp 365 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c file_offsets[k] = disp + n_filetypes*filetype_extent disp 393 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c file_offsets[k] = disp + n_filetypes*filetype_extent + disp 718 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c file_offsets[i] = disp + flat_file->indices[j] + n_filetypes * disp 106 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c ADIO_Offset off, disp; disp 162 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c off = fd->disp + etype_size * offset; disp 272 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c disp = fd->disp; disp 281 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c if (disp + flat_file->indices[i] + disp 285 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c fwr_size = disp + flat_file->indices[i] + disp 313 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c offset = disp + (ADIO_Offset) n_filetypes*filetype_extent + abs_off_in_filetype; disp 347 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c if (off + fwr_size < disp + flat_file->indices[j] + disp 358 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c off = disp + flat_file->indices[j] + disp 406 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c off = disp + flat_file->indices[j] + disp 477 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c ADIO_Offset off, disp, start_off; disp 541 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c off = fd->disp + etype_size * offset; disp 639 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c disp = fd->disp; disp 653 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c if (disp + flat_file->indices[i] + disp 657 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c fwr_size = disp + flat_file->indices[i] + disp 685 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c offset = disp + (ADIO_Offset) n_filetypes*filetype_extent + disp 754 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c file_offsets[k] = disp + n_filetypes*filetype_extent disp 782 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c file_offsets[k] = disp + n_filetypes*filetype_extent + disp 1110 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c file_offsets[i] = disp + flat_file->indices[j] + n_filetypes * disp 40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h ADIO_Offset disp, disp 72 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c pvfs_disp = fd->disp; disp 77 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c off = fd->fp_ind - fd->disp; disp 96 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c if (fd->disp + flat_file_p->indices[i] + disp 99 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c fd->disp + flat_file_p->indices[i] <= disp 103 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c (fd->disp + flat_file_p->indices[i] + disp 126 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c fd->fp_ind, fd->disp, offset, pvfs_disp, off); disp 146 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c if (fd->disp + flat_file_p->indices[i] + disp 149 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c fd->disp + flat_file_p->indices[i] <= disp 154 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c (fd->disp + flat_file_p->indices[i] + disp 191 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c fd->fp_ind, fd->disp, offset, flat_file_index, disp 236 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c fd->disp, disp 366 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c ADIO_Offset disp, disp 414 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c file_off_arr[*file_ol_count_p] = disp + disp 595 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c file_off_arr[*file_ol_count_p] = disp + disp 29 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c ADIO_Offset off, disp, start_off, initial_off; disp 99 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c fd->disp + etype_size * offset; disp 202 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c disp = fd->disp; disp 218 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c if (disp + flat_file->indices[i] + disp 222 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c frd_size = (int) (disp + flat_file->indices[i] + disp 250 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c offset = disp + ((ADIO_Offset) n_filetypes)*filetype_extent + disp 322 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c file_offsets[k] = disp + disp 401 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c file_offsets[k] = disp + disp 799 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c file_offsets[i] = disp + flat_file->indices[j] + disp 34 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c ADIO_Offset off, disp, start_off, initial_off; disp 115 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c off = fd->disp + etype_size * offset; disp 244 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c disp = fd->disp; disp 259 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c if (disp + flat_file->indices[i] + disp 263 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c fwr_size = disp + flat_file->indices[i] + disp 291 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c offset = disp + ((ADIO_Offset) n_filetypes)*filetype_extent + disp 364 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c file_offsets[k] = disp + disp 444 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c file_offsets[k] = disp + disp 850 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c file_offsets[i] = disp + flat_file->indices[j] + disp 45 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_seek.c if (filetype_is_contig) off = fd->disp + etype_size * offset; disp 75 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_seek.c off = fd->disp + (ADIO_Offset)n_filetypes * (ADIO_Offset)filetype_extent + disp 31 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c ADIO_Offset off, disp, start_off, initial_off; disp 101 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c fd->disp + etype_size * offset; disp 197 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c disp = fd->disp; disp 213 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c if (disp + flat_file->indices[i] + disp 217 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c frd_size = disp + flat_file->indices[i] + disp 245 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c offset = disp + ((ADIO_Offset) n_filetypes)*filetype_extent + disp 318 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c file_offsets[k] = disp + disp 367 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c file_offsets[k] = disp + disp 740 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c file_offsets[i] = disp + flat_file->indices[j] + disp 36 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c ADIO_Offset off, disp, start_off, initial_off; disp 115 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c off = fd->disp + etype_size * offset; disp 224 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c disp = fd->disp; disp 239 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c if (disp + flat_file->indices[i] + disp 243 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c fwr_size = disp + flat_file->indices[i] + disp 271 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c offset = disp + ((ADIO_Offset) n_filetypes)*filetype_extent + disp 345 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c file_offsets[k] = disp + disp 395 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c file_offsets[k] = disp + disp 774 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c file_offsets[i] = disp + flat_file->indices[j] + disp 237 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c tmp_state_p->abs_off = tmp_view_p->disp; disp 29 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c ADIO_Offset disp; disp 171 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c disp_off_sz_ext_typesz[1] = fd->disp; disp 199 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c send_count_arr[i].disp = disp_off_sz_ext_typesz[1]; disp 245 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c agg_file_view_state_arr[tmp_agg_idx].disp = disp 269 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c send_count_arr[tmp_agg_idx].disp = disp_off_sz_ext_typesz[1]; disp 474 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c client_file_view_state_arr[i].disp, disp 29 ompi/mca/io/romio321/romio/adio/common/ad_darray.c MPI_Aint *st_offsets, orig_extent, disp, ub, lb; disp 80 ompi/mca/io/romio321/romio/adio/common/ad_darray.c disp = st_offsets[0]; disp 84 ompi/mca/io/romio321/romio/adio/common/ad_darray.c disp += (MPI_Aint)tmp_size*st_offsets[i]; disp 118 ompi/mca/io/romio321/romio/adio/common/ad_darray.c disp = st_offsets[ndims-1]; disp 122 ompi/mca/io/romio321/romio/adio/common/ad_darray.c disp += (MPI_Aint)tmp_size*st_offsets[i]; disp 126 ompi/mca/io/romio321/romio/adio/common/ad_darray.c disp *= orig_extent; disp 133 ompi/mca/io/romio321/romio/adio/common/ad_darray.c MPI_Type_create_struct(1, &blklen, &disp, &type_new, &inttype); disp 164 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c off = fd->disp + (fd->etype_size) * offset; disp 739 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c st_byte_off = fd->disp + etype_size * offset; disp 757 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c ((fd->fp_ind - fd->disp - flat_file->indices[0]) / disp 758 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c filetype_extent) * filetype_extent + fd->disp + disp 761 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c remainder = (fd->fp_ind - fd->disp - flat_file->indices[0]) % disp 805 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c st_byte_off = fd->disp + ((offset * etype_size) / filetype_size) * disp 825 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c end_byte_off = fd->disp + (offset * etype_size + total_io) / disp 904 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c user_disp = fd->disp; disp 944 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c fd->disp = 0; disp 953 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c fd->disp = offset; disp 969 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c fd->disp = user_disp; disp 370 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c off = fd->disp + (fd->etype_size) * offset; disp 385 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c off = fd->disp + (fd->etype_size) * offset; disp 388 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c off = fd->disp + (ADIO_Offset)(fd->etype_size) * offset; disp 404 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c off = fd->disp + (ADIO_Offset)(fd->etype_size) * offset; disp 23 ompi/mca/io/romio321/romio/adio/common/ad_open.c int access_mode, ADIO_Offset disp, MPI_Datatype etype, disp 54 ompi/mca/io/romio321/romio/adio/common/ad_open.c fd->fp_ind = disp; disp 63 ompi/mca/io/romio321/romio/adio/common/ad_open.c fd->disp = disp; disp 159 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c off = fd->disp + (fd->etype_size) * offset; disp 298 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c ADIO_Offset *offset_list, off, end_offset=0, disp; disp 323 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c fd->disp + (ADIO_Offset)etype_size * offset; disp 340 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c fd->disp + (ADIO_Offset)etype_size * offset; disp 356 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c disp = fd->disp; disp 370 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c offset = fd->fp_ind - disp; disp 393 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c offset += disp + (ADIO_Offset)n_filetypes*filetype_extent; disp 414 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c offset = disp + n_filetypes* (ADIO_Offset)filetype_extent + disp 462 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c if (off + frd_size < disp + flat_file->indices[j] + disp 480 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c off = disp + flat_file->indices[j] + disp 62 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c ADIO_Offset off, req_off, disp, end_offset=0, readbuf_off, start_off; disp 121 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c fd->disp + (ADIO_Offset)etype_size * offset; disp 161 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c disp = fd->disp; disp 165 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c offset = fd->fp_ind - disp; disp 188 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c offset += disp + (ADIO_Offset)n_filetypes*filetype_extent; disp 209 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c offset = disp + (ADIO_Offset) n_filetypes*filetype_extent + disp 235 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c fd->fp_ind = disp + flat_file->indices[st_index] disp 265 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c off = disp + flat_file->indices[j] + n_filetypes*(ADIO_Offset)filetype_extent; disp 301 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c if (off + frd_size < disp + flat_file->indices[j] + disp 313 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c off = disp + flat_file->indices[j] + disp 355 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c off = disp + flat_file->indices[j] + disp 29 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c ADIO_Offset off, req_off, disp, end_offset=0, start_off; disp 63 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c fd->disp + etype_size * offset; disp 133 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c disp = fd->disp; disp 142 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c if (disp + flat_file->indices[f_index] + disp 149 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c frd_size = disp + flat_file->indices[f_index] + disp 178 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c start_off = disp + n_filetypes*(ADIO_Offset)filetype_extent + disp 206 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c off = disp + flat_file->indices[f_index] + disp 260 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c if (off + frd_size < disp + flat_file->indices[f_index] + disp 279 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c off = disp + flat_file->indices[f_index] + disp 331 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c off = disp + flat_file->indices[f_index] + disp 38 ompi/mca/io/romio321/romio/adio/common/ad_seek.c if (filetype_is_contig) off = fd->disp + etype_size * offset; disp 69 ompi/mca/io/romio321/romio/adio/common/ad_seek.c off = fd->disp + n_filetypes * filetype_extent + disp 15 ompi/mca/io/romio321/romio/adio/common/ad_set_view.c void ADIO_Set_view(ADIO_File fd, ADIO_Offset disp, MPI_Datatype etype, disp 58 ompi/mca/io/romio321/romio/adio/common/ad_set_view.c fd->disp = disp; disp 64 ompi/mca/io/romio321/romio/adio/common/ad_set_view.c if (filetype_is_contig) fd->fp_ind = disp; disp 71 ompi/mca/io/romio321/romio/adio/common/ad_set_view.c fd->fp_ind = disp + flat_file->indices[i]; disp 19 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c MPI_Aint extent, disp, size, lb, ub; disp 45 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c disp = array_of_starts[0]; disp 49 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c disp += size*(MPI_Aint)array_of_starts[i]; disp 74 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c disp = array_of_starts[ndims-1]; disp 78 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c disp += size*(MPI_Aint)array_of_starts[i]; disp 82 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c disp *= extent; disp 89 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c MPI_Type_create_struct(1, &blklen, &disp, &tmp1, &inttype); disp 151 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c off = fd->disp + (ADIO_Offset)(fd->etype_size) * offset; disp 40 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c ADIO_Offset off, disp; disp 96 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c off = fd->disp + etype_size * offset; disp 210 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c disp = fd->disp; disp 220 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c if (disp + flat_file->indices[i] + disp 224 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c fwr_size = disp + flat_file->indices[i] + disp 253 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c offset = disp + n_filetypes*(ADIO_Offset)filetype_extent + abs_off_in_filetype; disp 292 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c if (off + fwr_size < disp + flat_file->indices[j] + disp 303 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c off = disp + flat_file->indices[j] + disp 358 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c off = disp + flat_file->indices[j] + disp 128 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c ADIO_Offset off, req_off, disp, end_offset=0, writebuf_off, start_off; disp 186 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c fd->disp + (ADIO_Offset)etype_size * offset; disp 226 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c disp = fd->disp; disp 230 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c offset = fd->fp_ind - disp; disp 253 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c offset += disp + (ADIO_Offset)n_filetypes*filetype_extent; disp 274 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c offset = disp + (ADIO_Offset) n_filetypes*filetype_extent + disp 305 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c fd->fp_ind = disp + flat_file->indices[st_index] disp 336 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c off = disp + flat_file->indices[j] + disp 374 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c if (off + fwr_size < disp + flat_file->indices[j] + disp 386 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c off = disp + flat_file->indices[j] + disp 430 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c off = disp + flat_file->indices[j] + disp 30 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c ADIO_Offset off, req_off, disp, end_offset=0, start_off; disp 64 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c fd->disp + (ADIO_Offset)etype_size * offset; disp 133 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c disp = fd->disp; disp 142 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c if (disp + flat_file->indices[f_index] + disp 149 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c fwr_size = disp + flat_file->indices[f_index] + disp 178 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c start_off = disp + n_filetypes*(ADIO_Offset)filetype_extent + disp 206 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c off = disp + flat_file->indices[f_index] + disp 260 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c if (off + fwr_size < disp + flat_file->indices[f_index] + disp 279 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c off = disp + flat_file->indices[f_index] + disp 331 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c off = disp + flat_file->indices[f_index] + disp 14 ompi/mca/io/romio321/romio/adio/common/byte_offset.c void ADIOI_Get_byte_offset(ADIO_File fd, ADIO_Offset offset, ADIO_Offset *disp) disp 26 ompi/mca/io/romio321/romio/adio/common/byte_offset.c if (filetype_is_contig) *disp = fd->disp + etype_size * offset; disp 50 ompi/mca/io/romio321/romio/adio/common/byte_offset.c *disp = fd->disp + n_filetypes * ADIOI_AINT_CAST_TO_OFFSET filetype_extent + abs_off_in_filetype; disp 131 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c int *procname_len = NULL, my_procname_len, *disp = NULL, i; disp 217 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c disp = ADIOI_Malloc(commsize * sizeof(int)); disp 218 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c disp[0] = 0; disp 220 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c disp[i] = (int) (procname[i] - procname[0]); disp 228 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c procname[0], procname_len, disp, MPI_CHAR, disp 241 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c ADIOI_Free(disp); disp 18 ompi/mca/io/romio321/romio/adio/common/eof_offset.c ADIO_Offset fsize, disp, sum=0, size_in_file, n_filetypes, rem, etype_size; disp 39 ompi/mca/io/romio321/romio/adio/common/eof_offset.c *eof_offset = (fsize - fd->disp + etype_size - 1)/etype_size; disp 50 ompi/mca/io/romio321/romio/adio/common/eof_offset.c disp = fd->disp; disp 58 ompi/mca/io/romio321/romio/adio/common/eof_offset.c if (disp + flat_file->indices[i] + disp 61 ompi/mca/io/romio321/romio/adio/common/eof_offset.c if (disp + flat_file->indices[i] + disp 65 ompi/mca/io/romio321/romio/adio/common/eof_offset.c rem = (disp + flat_file->indices[i] + disp 22 ompi/mca/io/romio321/romio/adio/common/get_fp_posn.c ADIO_Offset disp, byte_offset, sum=0, size_in_file, n_filetypes, frd_size; disp 27 ompi/mca/io/romio321/romio/adio/common/get_fp_posn.c if (filetype_is_contig) *offset = (fd->fp_ind - fd->disp)/etype_size; disp 36 ompi/mca/io/romio321/romio/adio/common/get_fp_posn.c disp = fd->disp; disp 45 ompi/mca/io/romio321/romio/adio/common/get_fp_posn.c if (disp + flat_file->indices[i] + disp 48 ompi/mca/io/romio321/romio/adio/common/get_fp_posn.c frd_size = disp + flat_file->indices[i] + disp 218 ompi/mca/io/romio321/romio/adio/include/adio.h ADIO_Offset disp; /* reqd. for MPI-IO */ disp 261 ompi/mca/io/romio321/romio/adio/include/adio.h ADIO_Offset disp; disp 353 ompi/mca/io/romio321/romio/adio/include/adio.h int access_mode, ADIO_Offset disp, MPI_Datatype etype, disp 431 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_Set_view(ADIO_File fd, ADIO_Offset disp, MPI_Datatype etype, disp 371 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIO_Offset *disp); disp 624 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIO_Offset disp; /* file view params*/ disp 93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_bytofff.c FORTRAN_API void FORT_CALL mpi_file_get_byte_offset_(MPI_Fint *fh, MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr ); disp 95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_bytofff.c FORTRAN_API void FORT_CALL mpi_file_get_byte_offset_(MPI_Fint *fh,MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr ) disp 100 ompi/mca/io/romio321/romio/mpi-io/fortran/get_bytofff.c *ierr = MPI_File_get_byte_offset(fh_c,*offset,disp); disp 97 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c void mpi_file_get_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, disp 100 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c void mpi_file_get_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, disp 115 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c *ierr = MPI_File_get_view(fh_c, disp, &etype_c, &filetype_c, tmprep); disp 139 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c void mpi_file_get_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, disp 146 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c FORTRAN_API void FORT_CALL mpi_file_get_view_( MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep FORT_MIXED_LEN_DECL, MPI_Fint *ierr FORT_END_LEN_DECL ); disp 148 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c FORTRAN_API void FORT_CALL mpi_file_get_view_( MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep FORT_MIXED_LEN(str_len), MPI_Fint *ierr FORT_END_LEN(str_len) ) disp 167 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c *ierr = MPI_File_get_view(fh_c, disp, &etype_c, &filetype_c, tmprep); disp 97 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c void mpi_file_set_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, disp 101 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c void mpi_file_set_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, disp 133 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c *ierr = MPI_File_set_view(fh_c,*disp,etype_c,filetype_c,newstr,info_c); disp 141 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c void mpi_file_set_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Datatype *etype, disp 148 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c FORTRAN_API void FORT_CALL mpi_file_set_view_( MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep FORT_MIXED_LEN_DECL, MPI_Fint *info, MPI_Fint *ierr FORT_END_LEN_DECL ); disp 150 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c FORTRAN_API void FORT_CALL mpi_file_set_view_( MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep FORT_MIXED_LEN(str_len), MPI_Fint *info, MPI_Fint *ierr FORT_END_LEN(str_len) ) disp 178 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c *ierr = MPI_File_set_view(fh_c,*disp,*etype,*filetype,newstr,info_c); disp 21 ompi/mca/io/romio321/romio/mpi-io/get_bytoff.c int MPI_File_get_byte_offset(MPI_File fh, MPI_Offset offset, MPI_Offset *disp) __attribute__((weak,alias("PMPI_File_get_byte_offset"))); disp 43 ompi/mca/io/romio321/romio/mpi-io/get_bytoff.c int MPI_File_get_byte_offset(MPI_File fh, MPI_Offset offset, MPI_Offset *disp) disp 66 ompi/mca/io/romio321/romio/mpi-io/get_bytoff.c ADIOI_Get_byte_offset(adio_fh, offset, disp); disp 20 ompi/mca/io/romio321/romio/mpi-io/get_view.c int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype, MPI_Datatype *filetype, disp 46 ompi/mca/io/romio321/romio/mpi-io/get_view.c int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype, disp 72 ompi/mca/io/romio321/romio/mpi-io/get_view.c *disp = adio_fh->disp; disp 123 ompi/mca/io/romio321/romio/mpi-io/iread.c off = adio_fh->disp + adio_fh->etype_size * offset; disp 96 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c off = adio_fh->disp + adio_fh->etype_size * shared_fp; disp 128 ompi/mca/io/romio321/romio/mpi-io/iwrite.c off = adio_fh->disp + adio_fh->etype_size * offset; disp 92 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c off = adio_fh->disp + adio_fh->etype_size * shared_fp; disp 144 ompi/mca/io/romio321/romio/mpi-io/read.c off = adio_fh->disp + adio_fh->etype_size * offset; disp 119 ompi/mca/io/romio321/romio/mpi-io/read_sh.c off = adio_fh->disp + adio_fh->etype_size * shared_fp; disp 20 ompi/mca/io/romio321/romio/mpi-io/set_view.c int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype, MPI_Datatype filetype, disp 42 ompi/mca/io/romio321/romio/mpi-io/set_view.c int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype, disp 58 ompi/mca/io/romio321/romio/mpi-io/set_view.c if ((disp < 0) && (disp != MPI_DISPLACEMENT_CURRENT)) disp 95 ompi/mca/io/romio321/romio/mpi-io/set_view.c (disp != MPI_DISPLACEMENT_CURRENT)) disp 104 ompi/mca/io/romio321/romio/mpi-io/set_view.c if ((disp == MPI_DISPLACEMENT_CURRENT) && disp 145 ompi/mca/io/romio321/romio/mpi-io/set_view.c if (disp == MPI_DISPLACEMENT_CURRENT) { disp 154 ompi/mca/io/romio321/romio/mpi-io/set_view.c disp = byte_off; disp 157 ompi/mca/io/romio321/romio/mpi-io/set_view.c ADIO_Set_view(adio_fh, disp, etype, filetype, info, &error_code); disp 142 ompi/mca/io/romio321/romio/mpi-io/write.c off = adio_fh->disp + adio_fh->etype_size * offset; disp 118 ompi/mca/io/romio321/romio/mpi-io/write_sh.c off = adio_fh->disp + adio_fh->etype_size * shared_fp; disp 78 ompi/mca/io/romio321/romio/test/noncontig_coll2.c int *procname_len = NULL, my_procname_len, *disp = NULL, i; disp 145 ompi/mca/io/romio321/romio/test/noncontig_coll2.c disp = malloc(commsize * sizeof(int)); disp 146 ompi/mca/io/romio321/romio/test/noncontig_coll2.c disp[0] = 0; disp 148 ompi/mca/io/romio321/romio/test/noncontig_coll2.c disp[i] = (int) (procname[i] - procname[0]); disp 156 ompi/mca/io/romio321/romio/test/noncontig_coll2.c procname[0], procname_len, disp, MPI_CHAR, disp 169 ompi/mca/io/romio321/romio/test/noncontig_coll2.c free(disp); disp 90 ompi/mca/io/romio321/src/io_romio321.h MPI_Offset disp, disp 96 ompi/mca/io/romio321/src/io_romio321.h MPI_Offset * disp, disp 199 ompi/mca/io/romio321/src/io_romio321.h MPI_Offset * disp); disp 216 ompi/mca/io/romio321/src/io_romio321_file_open.c MPI_Offset disp, disp 237 ompi/mca/io/romio321/src/io_romio321_file_open.c ROMIO_PREFIX(MPI_File_set_view) (data->romio_fh, disp, etype, filetype, disp 248 ompi/mca/io/romio321/src/io_romio321_file_open.c MPI_Offset * disp, disp 259 ompi/mca/io/romio321/src/io_romio321_file_open.c ROMIO_PREFIX(MPI_File_get_view) (data->romio_fh, disp, etype, filetype, disp 400 ompi/mca/io/romio321/src/io_romio321_file_open.c MPI_Offset * disp) disp 407 ompi/mca/io/romio321/src/io_romio321_file_open.c ret = ROMIO_PREFIX(MPI_File_get_byte_offset) (data->romio_fh, offset, disp); disp 112 ompi/mca/topo/base/base.h int disp, disp 42 ompi/mca/topo/base/topo_base_cart_shift.c int disp, disp 54 ompi/mca/topo/base/topo_base_cart_shift.c if (disp == 0) { disp 78 ompi/mca/topo/base/topo_base_cart_shift.c srcord = ord - disp; disp 79 ompi/mca/topo/base/topo_base_cart_shift.c destord = ord + disp; disp 195 ompi/mca/topo/topo.h int disp, disp 42 ompi/mpi/c/cart_shift.c int MPI_Cart_shift(MPI_Comm comm, int direction, int disp, disp 79 ompi/mpi/c/cart_shift.c err = comm->c_topo->topo.cart.cart_shift(comm, direction, disp, rank_source, rank_dest); disp 40 ompi/mpi/c/file_get_byte_offset.c MPI_Offset *disp) disp 50 ompi/mpi/c/file_get_byte_offset.c } else if (NULL == disp) { disp 63 ompi/mpi/c/file_get_byte_offset.c io_module_file_get_byte_offset(fh, offset, disp); disp 39 ompi/mpi/c/file_get_view.c int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, disp 53 ompi/mpi/c/file_get_view.c } else if (NULL == disp || NULL == datarep) { disp 66 ompi/mpi/c/file_get_view.c io_module_file_get_view(fh, disp, etype, filetype, datarep); disp 46 ompi/mpi/c/file_set_view.c int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype, disp 81 ompi/mpi/c/file_set_view.c io_module_file_set_view(fh, disp, etype, filetype, datarep, &(info->super)); disp 122 ompi/mpi/cxx/file.h MPI::Offset Get_byte_offset(const MPI::Offset disp) const; disp 136 ompi/mpi/cxx/file.h void Get_view(MPI::Offset& disp, MPI::Datatype& etype, disp 229 ompi/mpi/cxx/file.h void Set_view(MPI::Offset disp, const MPI::Datatype& etype, disp 47 ompi/mpi/cxx/file_inln.h MPI::File::Get_byte_offset(const MPI::Offset disp) const disp 50 ompi/mpi/cxx/file_inln.h ldisp = disp; disp 111 ompi/mpi/cxx/file_inln.h MPI::File::Get_view(MPI::Offset& disp, disp 119 ompi/mpi/cxx/file_inln.h MPI::Offset odisp = disp; disp 424 ompi/mpi/cxx/file_inln.h MPI::File::Set_view(MPI::Offset disp, disp 430 ompi/mpi/cxx/file_inln.h (void) MPI_File_set_view(mpi_file, disp, etype, filetype, const_cast<char *>(datarep), disp 81 ompi/mpi/cxx/topology.h virtual void Shift(int direction, int disp, disp 97 ompi/mpi/cxx/topology_inln.h MPI::Cartcomm::Shift(int direction, int disp, disp 100 ompi/mpi/cxx/topology_inln.h (void)MPI_Cart_shift(mpi_comm, direction, disp, &rank_source, &rank_dest); disp 41 ompi/mpi/fortran/mpif-h/cart_shift_f.c (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr), disp 42 ompi/mpi/fortran/mpif-h/cart_shift_f.c (comm, direction, disp, rank_source, rank_dest, ierr) ) disp 61 ompi/mpi/fortran/mpif-h/cart_shift_f.c (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr), disp 62 ompi/mpi/fortran/mpif-h/cart_shift_f.c (comm, direction, disp, rank_source, rank_dest, ierr) ) disp 69 ompi/mpi/fortran/mpif-h/cart_shift_f.c void ompi_cart_shift_f(MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, disp 82 ompi/mpi/fortran/mpif-h/cart_shift_f.c OMPI_FINT_2_INT(*disp), disp 41 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr), disp 42 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c (fh, offset, disp, ierr) ) disp 61 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr), disp 62 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c (fh, offset, disp, ierr) ) disp 70 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c MPI_Offset *disp, MPI_Fint *ierr) disp 79 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c disp); disp 43 ompi/mpi/fortran/mpif-h/file_get_view_f.c (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *ierr, int datarep_len), disp 44 ompi/mpi/fortran/mpif-h/file_get_view_f.c (fh, disp, etype, filetype, datarep, ierr, datarep_len) ) disp 63 ompi/mpi/fortran/mpif-h/file_get_view_f.c (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *ierr, int datarep_len), disp 64 ompi/mpi/fortran/mpif-h/file_get_view_f.c (fh, disp, etype, filetype, datarep, ierr, datarep_len) ) disp 71 ompi/mpi/fortran/mpif-h/file_get_view_f.c void ompi_file_get_view_f(MPI_Fint *fh, MPI_Offset *disp, disp 86 ompi/mpi/fortran/mpif-h/file_get_view_f.c *disp = (MPI_Offset) c_disp; disp 43 ompi/mpi/fortran/mpif-h/file_set_view_f.c (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *info, MPI_Fint *ierr, int datarep_len), disp 44 ompi/mpi/fortran/mpif-h/file_set_view_f.c (fh, disp, etype, filetype, datarep, info, ierr, datarep_len) ) disp 63 ompi/mpi/fortran/mpif-h/file_set_view_f.c (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *info, MPI_Fint *ierr, int datarep_len), disp 64 ompi/mpi/fortran/mpif-h/file_set_view_f.c (fh, disp, etype, filetype, datarep, info, ierr, datarep_len) ) disp 71 ompi/mpi/fortran/mpif-h/file_set_view_f.c void ompi_file_set_view_f(MPI_Fint *fh, MPI_Offset *disp, disp 91 ompi/mpi/fortran/mpif-h/file_set_view_f.c c_ierr = PMPI_File_set_view(c_fh, (MPI_Offset) *disp, disp 116 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cart_shift, mpi_cart_shift, MPI_CART_SHIFT, (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr)); disp 184 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_set_view, mpi_file_set_view, MPI_FILE_SET_VIEW, (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *info, MPI_Fint *ierr, int datarep_len)); disp 185 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_view, mpi_file_get_view, MPI_FILE_GET_VIEW, (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *ierr, int datarep_len)); disp 204 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_byte_offset, mpi_file_get_byte_offset, MPI_FILE_GET_BYTE_OFFSET, (MPI_Fint *fh, MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr)); disp 1731 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_cart_shift_f(comm,direction,disp,rank_source,rank_dest,ierror) & disp 1735 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: direction, disp disp 2683 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_byte_offset_f(fh,offset,disp,ierror) & disp 2689 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER(MPI_OFFSET_KIND), INTENT(OUT) :: disp disp 2746 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_view_f(fh,disp,etype,filetype,datarep,ierror,datarep_len) & disp 2752 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER(MPI_OFFSET_KIND), INTENT(OUT) :: disp disp 3073 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_set_view_f(fh,disp,etype,filetype,datarep,info,ierror,datarep_len) & disp 3079 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER(MPI_OFFSET_KIND), INTENT(IN) :: disp disp 90 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_byte_offset(fh, offset, disp, ierror) disp 94 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer(kind=MPI_OFFSET_KIND), intent(out) :: disp disp 185 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_view(fh, disp, etype, filetype, datarep& disp 189 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer(kind=MPI_OFFSET_KIND), intent(out) :: disp disp 299 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_set_view(fh, disp, etype, filetype, datarep, & disp 303 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer(kind=MPI_OFFSET_KIND), intent(in) :: disp disp 210 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_shift(comm, direction, disp, rank_source, rank_dest& disp 214 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: disp disp 90 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_byte_offset(fh, offset, disp, ierror) disp 94 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer(kind=MPI_OFFSET_KIND), intent(out) :: disp disp 185 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_view(fh, disp, etype, filetype, datarep& disp 189 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer(kind=MPI_OFFSET_KIND), intent(out) :: disp disp 299 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_set_view(fh, disp, etype, filetype, datarep, & disp 303 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer(kind=MPI_OFFSET_KIND), intent(in) :: disp disp 210 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cart_shift(comm, direction, disp, rank_source, rank_dest& disp 214 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: disp disp 102 ompi/mpi/java/c/mpi_CartComm.c JNIEnv *env, jobject jthis, jlong comm, jint direction, jint disp) disp 105 ompi/mpi/java/c/mpi_CartComm.c int rc = MPI_Cart_shift((MPI_Comm)comm, direction, disp, &sr, &dr); disp 125 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong disp, disp 131 ompi/mpi/java/c/mpi_File.c (MPI_File)fh, (MPI_Offset)disp, (MPI_Datatype)etype, disp 429 ompi/mpi/java/c/mpi_File.c MPI_Offset disp; disp 430 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_byte_offset((MPI_File)fh, (MPI_Offset)offset, &disp); disp 432 ompi/mpi/java/c/mpi_File.c return (jlong)disp; disp 185 ompi/mpi/java/java/CartComm.java public ShiftParms shift(int direction, int disp) throws MPIException disp 188 ompi/mpi/java/java/CartComm.java return shift(handle, direction, disp); disp 191 ompi/mpi/java/java/CartComm.java private native ShiftParms shift(long comm, int direction, int disp) disp 214 ompi/mpi/java/java/File.java public void setView(long disp, Datatype etype, disp 219 ompi/mpi/java/java/File.java setView(handle, disp, etype.handle, filetype.handle, datarep, Info.NULL); disp 220 ompi/mpi/java/java/File.java view = new FileView(disp, etype, filetype, datarep); disp 232 ompi/mpi/java/java/File.java public void setView(long disp, Datatype etype, disp 237 ompi/mpi/java/java/File.java setView(handle, disp, etype.handle, filetype.handle, datarep, info.handle); disp 238 ompi/mpi/java/java/File.java view = new FileView(disp, etype, filetype, datarep); disp 242 ompi/mpi/java/java/File.java long fh, long disp, long etype, disp 28 ompi/mpi/java/java/FileView.java private final long disp; disp 39 ompi/mpi/java/java/FileView.java public FileView(long disp, Datatype etype, Datatype filetype, String datarep) disp 41 ompi/mpi/java/java/FileView.java this.disp = disp; disp 53 ompi/mpi/java/java/FileView.java return disp; disp 349 opal/datatype/opal_convertor.c pStack[0].disp = count * extent; disp 364 opal/datatype/opal_convertor.c pStack[1].disp = count; disp 396 opal/datatype/opal_convertor.c pStack[0].disp = 0; disp 400 opal/datatype/opal_convertor.c pStack[1].disp = 0; disp 738 opal/datatype/opal_convertor.c pStack[stack_pos].count, pStack[stack_pos].disp ); disp 742 opal/datatype/opal_convertor.c (long)pDesc[pStack[stack_pos].index].elem.disp, disp 79 opal/datatype/opal_convertor.h ptrdiff_t disp; /**< actual displacement depending on the count field */ disp 85 opal/datatype/opal_convertor_raw.c source_base = pConvertor->pBaseBuf + pStack->disp; disp 90 opal/datatype/opal_convertor_raw.c source_base += pStack->disp; disp 94 opal/datatype/opal_convertor_raw.c pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); ); disp 98 opal/datatype/opal_convertor_raw.c source_base += pElem->elem.disp; disp 127 opal/datatype/opal_convertor_raw.c source_base -= pElem->elem.disp; disp 129 opal/datatype/opal_convertor_raw.c source_base = pConvertor->pBaseBuf + pStack->disp; disp 140 opal/datatype/opal_convertor_raw.c pos_desc, (long)pStack->disp, (unsigned long)raw_data ); ); disp 155 opal/datatype/opal_convertor_raw.c pStack->disp += (pData->ub - pData->lb); disp 158 opal/datatype/opal_convertor_raw.c pStack->disp += description[pStack->index].loop.extent; disp 161 opal/datatype/opal_convertor_raw.c source_base = pConvertor->pBaseBuf + pStack->disp; disp 166 opal/datatype/opal_convertor_raw.c pos_desc, (long)pStack->disp, (unsigned long)raw_data ); ); disp 199 opal/datatype/opal_convertor_raw.c pStack->disp + local_disp); disp 202 opal/datatype/opal_convertor_raw.c source_base = pConvertor->pBaseBuf + pStack->disp; disp 218 opal/datatype/opal_convertor_raw.c source_base - pStack->disp - pConvertor->pBaseBuf ); disp 220 opal/datatype/opal_convertor_raw.c pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); ); disp 236 opal/datatype/opal_datatype.h ptrdiff_t disp, ptrdiff_t extent ); disp 239 opal/datatype/opal_datatype.h opal_datatype_type_lb( const opal_datatype_t* pData, ptrdiff_t* disp ) disp 241 opal/datatype/opal_datatype.h *disp = pData->lb; disp 246 opal/datatype/opal_datatype.h opal_datatype_type_ub( const opal_datatype_t* pData, ptrdiff_t* disp ) disp 248 opal/datatype/opal_datatype.h *disp = pData->ub; disp 106 opal/datatype/opal_datatype_add.c size_t count, ptrdiff_t disp, ptrdiff_t extent ) disp 130 opal/datatype/opal_datatype_add.c pdtBase->lb = LMIN( pdtBase->lb, disp ); disp 132 opal/datatype/opal_datatype_add.c pdtBase->lb = disp; disp 142 opal/datatype/opal_datatype_add.c pdtBase->ub = LMAX( pdtBase->ub, disp ); disp 144 opal/datatype/opal_datatype_add.c pdtBase->ub = disp; disp 162 opal/datatype/opal_datatype_add.c OPAL_DATATYPE_LB_UB_CONT( count, disp, pdtAdd->lb, pdtAdd->ub, extent, lb, ub ); disp 179 opal/datatype/opal_datatype_add.c if( ((disp + true_lb) >= pdtBase->true_ub) || disp 180 opal/datatype/opal_datatype_add.c ((disp + true_ub) <= pdtBase->true_lb) ) { disp 258 opal/datatype/opal_datatype_add.c if( 0 == pdtBase->nbElems ) old_true_ub = disp; disp 286 opal/datatype/opal_datatype_add.c pLast->elem.disp = disp; disp 306 opal/datatype/opal_datatype_add.c pLast->elem.disp += disp; disp 324 opal/datatype/opal_datatype_add.c pLast->elem.disp += disp; disp 326 opal/datatype/opal_datatype_add.c pLast->end_loop.first_elem_disp += disp; disp 334 opal/datatype/opal_datatype_add.c CREATE_LOOP_END( pLast, pdtAdd->desc.used + 1, pLoop[index].elem.disp, disp 349 opal/datatype/opal_datatype_add.c && ((disp + pdtAdd->true_lb) == old_true_ub) /* and there is no gap between them */ disp 54 opal/datatype/opal_datatype_copy.h unsigned char* _source = (SOURCE) + _elem->disp; disp 55 opal/datatype/opal_datatype_copy.h unsigned char* _destination = (DESTINATION) + _elem->disp; disp 183 opal/datatype/opal_datatype_copy.h pStack->disp = 0; disp 209 opal/datatype/opal_datatype_copy.h pStack->count, stack_pos, pos_desc, pStack->disp, (unsigned long)iov_len_local ); ); disp 221 opal/datatype/opal_datatype_copy.h pStack->disp += (datatype->ub - datatype->lb); disp 224 opal/datatype/opal_datatype_copy.h pStack->disp += description[pStack->index].loop.extent; disp 227 opal/datatype/opal_datatype_copy.h source = (unsigned char*)source_base + pStack->disp; disp 228 opal/datatype/opal_datatype_copy.h destination = (unsigned char*)destination_base + pStack->disp; disp 231 opal/datatype/opal_datatype_copy.h pStack->count, stack_pos, pos_desc, pStack->disp, (unsigned long)iov_len_local ); ); disp 243 opal/datatype/opal_datatype_copy.h pStack->disp + local_disp); disp 246 opal/datatype/opal_datatype_copy.h source = (unsigned char*)source_base + pStack->disp; disp 247 opal/datatype/opal_datatype_copy.h destination = (unsigned char*)destination_base + pStack->disp; disp 102 opal/datatype/opal_datatype_dump.c pDesc->elem.count, pDesc->elem.disp, pDesc->elem.disp, pDesc->elem.blocklen, disp 73 opal/datatype/opal_datatype_fake_stack.c pStack[0].disp = pElems[loop_length].elem.disp; disp 79 opal/datatype/opal_datatype_fake_stack.c pStack[1].disp = pStack[0].disp; disp 83 opal/datatype/opal_datatype_fake_stack.c pStack[1].disp += starting_point; disp 85 opal/datatype/opal_datatype_fake_stack.c pStack[1].disp += (pConvertor->count - pStack[0].count) * extent + cnt; disp 102 opal/datatype/opal_datatype_fake_stack.c pStack->disp = count * (pData->ub - pData->lb) + pElems[loop_length].elem.disp; disp 132 opal/datatype/opal_datatype_fake_stack.c pStack->disp += (cnt + 1) * extent; disp 155 opal/datatype/opal_datatype_fake_stack.c pElems->loop.loops, pStack->disp ); disp 171 opal/datatype/opal_datatype_fake_stack.c pElems->elem.disp + cnt * pElems->elem.extent ); disp 47 opal/datatype/opal_datatype_get_count.c pStack->disp = 0; disp 109 opal/datatype/opal_datatype_get_count.c pStack->disp = 0; disp 167 opal/datatype/opal_datatype_get_count.c pStack->disp = 0; disp 162 opal/datatype/opal_datatype_internal.h ptrdiff_t disp; /**< displacement of the first block */ disp 229 opal/datatype/opal_datatype_internal.h (_place)->elem.disp = (_disp); \ disp 455 opal/datatype/opal_datatype_internal.h (PSTACK)->disp = (DISP); \ disp 257 opal/datatype/opal_datatype_module.c datatype->desc.desc[0].elem.disp = 0; disp 263 opal/datatype/opal_datatype_module.c datatype->desc.desc[1].end_loop.first_elem_disp = datatype->desc.desc[0].elem.disp; disp 39 opal/datatype/opal_datatype_optimize.c _elem->disp = 0; \ disp 72 opal/datatype/opal_datatype_optimize.c opt_elem.disp = pData->desc.desc[pData->desc.used].end_loop.first_elem_disp; disp 90 opal/datatype/opal_datatype_optimize.c total_disp = pStack->disp; /* update the displacement position */ disp 100 opal/datatype/opal_datatype_optimize.c ptrdiff_t loop_disp = pData->desc.desc[pos_desc + index].elem.disp; disp 181 opal/datatype/opal_datatype_optimize.c loop->loops, elem->disp, loop->extent ); disp 186 opal/datatype/opal_datatype_optimize.c ptrdiff_t elem_displ = elem->disp; disp 204 opal/datatype/opal_datatype_optimize.c total_disp = pStack->disp; /* update the displacement */ disp 211 opal/datatype/opal_datatype_optimize.c == (total_disp + pData->desc.desc[pos_desc].elem.disp)); disp 236 opal/datatype/opal_datatype_optimize.c last_disp = total_disp + pData->desc.desc[pos_desc].elem.disp; disp 272 opal/datatype/opal_datatype_optimize.c first_elem_disp = pElem[index].elem.disp; disp 73 opal/datatype/opal_datatype_pack.c source_base = (pConv->pBaseBuf + initial_displ + pStack[0].disp + pStack[1].disp); disp 93 opal/datatype/opal_datatype_pack.c pStack[0].disp += iov[iov_count].iov_len; disp 142 opal/datatype/opal_datatype_pack.c user_memory = pConv->pBaseBuf + initial_displ + stack[0].disp + stack[1].disp; disp 156 opal/datatype/opal_datatype_pack.c stack[0].disp += extent; disp 158 opal/datatype/opal_datatype_pack.c stack[1].disp = 0; /* reset it for the next round */ disp 160 opal/datatype/opal_datatype_pack.c user_memory = pConv->pBaseBuf + initial_displ + stack[0].disp; disp 219 opal/datatype/opal_datatype_pack.c stack[0].disp += extent; disp 222 opal/datatype/opal_datatype_pack.c stack[1].disp = 0; disp 237 opal/datatype/opal_datatype_pack.c stack[0].disp += (i * extent); disp 238 opal/datatype/opal_datatype_pack.c stack[1].disp += remaining; disp 251 opal/datatype/opal_datatype_pack.c stack[1].disp = 0; disp 303 opal/datatype/opal_datatype_pack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 312 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); ); disp 323 opal/datatype/opal_datatype_pack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 334 opal/datatype/opal_datatype_pack.c pos_desc, pStack->disp, (unsigned long)iov_len_local ); ); disp 347 opal/datatype/opal_datatype_pack.c pStack->disp += (pData->ub - pData->lb); /* jump by the datatype extent */ disp 350 opal/datatype/opal_datatype_pack.c pStack->disp += description[pStack->index].loop.extent; /* jump by the loop extent */ disp 353 opal/datatype/opal_datatype_pack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 357 opal/datatype/opal_datatype_pack.c count_desc, pStack->disp, (unsigned long)iov_len_local ); ); disp 372 opal/datatype/opal_datatype_pack.c pStack->disp + local_disp); disp 375 opal/datatype/opal_datatype_pack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 395 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); ); disp 422 opal/datatype/opal_datatype_pack.c unsigned char* _source = (*SOURCE) + _elem->disp; disp 479 opal/datatype/opal_datatype_pack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 488 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); ); disp 497 opal/datatype/opal_datatype_pack.c (void*)pConvertor->pBaseBuf, conv_ptr + pElem->elem.disp - pConvertor->pBaseBuf, disp 509 opal/datatype/opal_datatype_pack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 520 opal/datatype/opal_datatype_pack.c pos_desc, pStack->disp, (unsigned long)iov_len_local ); ); disp 535 opal/datatype/opal_datatype_pack.c pStack->disp += (pData->ub - pData->lb); disp 538 opal/datatype/opal_datatype_pack.c pStack->disp += description[pStack->index].loop.extent; disp 541 opal/datatype/opal_datatype_pack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 545 opal/datatype/opal_datatype_pack.c count_desc, pStack->disp, (unsigned long)iov_len_local ); ); disp 562 opal/datatype/opal_datatype_pack.c pStack->disp + local_disp); disp 567 opal/datatype/opal_datatype_pack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 588 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); ); disp 41 opal/datatype/opal_datatype_pack.h unsigned char* _source = (*SOURCE) + _elem->disp; disp 71 opal/datatype/opal_datatype_pack.h *(SOURCE) = _source - _elem->disp; disp 75 opal/datatype/opal_datatype_position.c OPAL_DATATYPE_SAFEGUARD_POINTER( *(POINTER) + _elem->disp, _copy_blength, (CONVERTOR)->pBaseBuf, disp 144 opal/datatype/opal_datatype_position.c pStack[pos_desc].disp += count_desc * extent; disp 154 opal/datatype/opal_datatype_position.c base_pointer += pStack->disp; disp 163 opal/datatype/opal_datatype_position.c pConvertor->stack_pos, pStack->index, pStack->count, (unsigned long long)pStack->disp ); ); disp 184 opal/datatype/opal_datatype_position.c pStack->disp, (unsigned long)iov_len_local ); ); disp 196 opal/datatype/opal_datatype_position.c pStack->disp += extent; disp 199 opal/datatype/opal_datatype_position.c pStack->disp += description[pStack->index].loop.extent; disp 203 opal/datatype/opal_datatype_position.c base_pointer = pConvertor->pBaseBuf + pStack->disp; disp 207 opal/datatype/opal_datatype_position.c pStack->disp, (unsigned long)iov_len_local ); ); disp 222 opal/datatype/opal_datatype_position.c pStack->disp + local_disp ); disp 225 opal/datatype/opal_datatype_position.c base_pointer = pConvertor->pBaseBuf + pStack->disp; disp 230 opal/datatype/opal_datatype_position.c pStack->disp, (unsigned long)iov_len_local ); ); disp 241 opal/datatype/opal_datatype_position.c base_pointer = pConvertor->pBaseBuf + pStack->disp; disp 246 opal/datatype/opal_datatype_position.c pStack->disp, (unsigned long)iov_len_local ); ); disp 257 opal/datatype/opal_datatype_position.c pConvertor->stack_pos, pStack->index, pStack->count, (unsigned long long)pStack->disp ); ); disp 106 opal/datatype/opal_datatype_unpack.c user_memory += stack[0].disp + stack[1].disp; disp 125 opal/datatype/opal_datatype_unpack.c stack[0].disp += extent; disp 128 opal/datatype/opal_datatype_unpack.c stack[1].disp = 0; disp 143 opal/datatype/opal_datatype_unpack.c stack[0].disp += (i * extent); disp 144 opal/datatype/opal_datatype_unpack.c stack[1].disp += remaining; disp 187 opal/datatype/opal_datatype_unpack.c unsigned char* user_data = *user_buffer + pElem->elem.disp; disp 287 opal/datatype/opal_datatype_unpack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 296 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos, pStack->index, pStack->count, (long)(pStack->disp) ); ); disp 313 opal/datatype/opal_datatype_unpack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 327 opal/datatype/opal_datatype_unpack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 353 opal/datatype/opal_datatype_unpack.c pStack->disp, (unsigned long)iov_len_local ); ); disp 368 opal/datatype/opal_datatype_unpack.c pStack->disp += (pData->ub - pData->lb); disp 371 opal/datatype/opal_datatype_unpack.c pStack->disp += description[pStack->index].loop.extent; disp 374 opal/datatype/opal_datatype_unpack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 378 opal/datatype/opal_datatype_unpack.c pStack->disp, (unsigned long)iov_len_local ); ); disp 393 opal/datatype/opal_datatype_unpack.c pStack->disp + local_disp); disp 396 opal/datatype/opal_datatype_unpack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 418 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); ); disp 466 opal/datatype/opal_datatype_unpack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 475 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos, pStack->index, pStack->count, (long)(pStack->disp) ); ); disp 485 opal/datatype/opal_datatype_unpack.c OPAL_DATATYPE_SAFEGUARD_POINTER( conv_ptr + pElem->elem.disp, pData->size, pConvertor->pBaseBuf, disp 489 opal/datatype/opal_datatype_unpack.c (void*)pConvertor->pBaseBuf, conv_ptr + pElem->elem.disp - pConvertor->pBaseBuf, disp 494 opal/datatype/opal_datatype_unpack.c conv_ptr + pElem->elem.disp, disp 501 opal/datatype/opal_datatype_unpack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 530 opal/datatype/opal_datatype_unpack.c pStack->disp, (unsigned long)iov_len_local ); ); disp 545 opal/datatype/opal_datatype_unpack.c pStack->disp += (pData->ub - pData->lb); disp 548 opal/datatype/opal_datatype_unpack.c pStack->disp += description[pStack->index].loop.extent; disp 551 opal/datatype/opal_datatype_unpack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 555 opal/datatype/opal_datatype_unpack.c pStack->disp, (unsigned long)iov_len_local ); ); disp 559 opal/datatype/opal_datatype_unpack.c pStack->disp ); disp 561 opal/datatype/opal_datatype_unpack.c conv_ptr = pConvertor->pBaseBuf + pStack->disp; disp 583 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); ); disp 40 opal/datatype/opal_datatype_unpack.h unsigned char* _destination = (*DESTINATION) + _elem->disp; disp 70 opal/datatype/opal_datatype_unpack.h (*DESTINATION) = _destination - _elem->disp; disp 124 test/datatype/ddt_lib.c int *disp, *blocklen; disp 128 test/datatype/ddt_lib.c disp = (int*)malloc( sizeof(int) * mat_size ); disp 132 test/datatype/ddt_lib.c disp[i] = i * mat_size + i; disp 136 test/datatype/ddt_lib.c ompi_datatype_create_indexed( mat_size, blocklen, disp, &ompi_mpi_double.dt, disp 142 test/datatype/ddt_lib.c free( disp ); disp 149 test/datatype/ddt_lib.c int *disp, *blocklen; disp 153 test/datatype/ddt_lib.c disp = (int*)malloc( sizeof(int) * mat_size ); disp 157 test/datatype/ddt_lib.c disp[i] = i * mat_size; disp 161 test/datatype/ddt_lib.c ompi_datatype_create_indexed( mat_size, blocklen, disp, &ompi_mpi_double.dt, disp 163 test/datatype/ddt_lib.c free( disp ); disp 171 test/datatype/ddt_lib.c int disp[2]; disp 174 test/datatype/ddt_lib.c disp[0] = 0; disp 176 test/datatype/ddt_lib.c disp[1] = (size - width) * sizeof(double); disp 179 test/datatype/ddt_lib.c ompi_datatype_create_indexed( 2, blocklen, disp, &ompi_mpi_double.dt, disp 319 test/datatype/ddt_lib.c MPI_Aint disp[] = { 0, 16, 26 }; disp 332 test/datatype/ddt_lib.c ompi_datatype_create_struct( 3, lengths, disp, types, &pdt ); disp 55 test/datatype/ddt_pack.c ptrdiff_t disp[4]; disp 105 test/datatype/ddt_pack.c disp[0] = 0; disp[1] = 4; disp[2] = 8; disp[3] = 12; disp 107 test/datatype/ddt_pack.c ret = ompi_datatype_create_struct( 4, blen, disp, types, &struct_type ); disp 113 test/datatype/ddt_pack.c ret = ompi_datatype_set_args( struct_type, count + 1, a_i, count, disp, disp 286 test/datatype/ddt_pack.c disp[0] = 0; disp 287 test/datatype/ddt_pack.c disp[1] = 20*sizeof(double); disp 289 test/datatype/ddt_pack.c ret = ompi_datatype_create_hindexed(2, blen, disp, &ompi_mpi_double.dt, &newType); disp 296 test/datatype/ddt_pack.c ret = ompi_datatype_set_args( newType, count + 1, a_i, count, disp, disp 345 test/datatype/ddt_pack.c disp[0] = 0; disp 346 test/datatype/ddt_pack.c disp[1] = 64; disp 349 test/datatype/ddt_pack.c ret = ompi_datatype_create_struct( 2, blen, disp, types, &struct_type ); disp 355 test/datatype/ddt_pack.c ret = ompi_datatype_set_args( struct_type, count + 1, a_i, count, disp, disp 413 test/datatype/opal_datatype_test.c if( stack[i].disp != send_convertor->pStack[i].disp ) disp 415 test/datatype/opal_datatype_test.c i, (void*)stack[i].disp, (void*)send_convertor->pStack[i].disp, disp 450 test/datatype/opal_datatype_test.c if( stack[i].disp != recv_convertor->pStack[i].disp ) disp 452 test/datatype/opal_datatype_test.c i, (void*)stack[i].disp, (void*)recv_convertor->pStack[i].disp, disp 141 test/datatype/opal_ddt_lib.c ptrdiff_t disp[] = { 0, 16, 26 }; disp 154 test/datatype/opal_ddt_lib.c opal_datatype_create_struct( 3, lengths, disp, types, &pdt ); disp 284 test/datatype/opal_ddt_lib.c int i, dLength, endat, disp; disp 293 test/datatype/opal_ddt_lib.c disp = pDisp[0]; disp 295 test/datatype/opal_ddt_lib.c endat = disp + dLength; disp 300 test/datatype/opal_ddt_lib.c opal_datatype_add( pdt, oldType, count * dLength, disp * extent, extent ); disp 309 test/datatype/opal_ddt_lib.c opal_datatype_add( pdt, oldType, dLength, disp * extent, extent ); disp 310 test/datatype/opal_ddt_lib.c disp = pDisp[i]; disp 312 test/datatype/opal_ddt_lib.c endat = disp + pBlockLength[i]; disp 315 test/datatype/opal_ddt_lib.c opal_datatype_add( pdt, oldType, dLength, disp * extent, extent ); disp 327 test/datatype/opal_ddt_lib.c ptrdiff_t extent, disp, endat; disp 338 test/datatype/opal_ddt_lib.c disp = pDisp[0]; disp 340 test/datatype/opal_ddt_lib.c endat = disp + dLength * extent; disp 344 test/datatype/opal_ddt_lib.c opal_datatype_add( pdt, oldType, count * dLength, disp, extent ); disp 352 test/datatype/opal_ddt_lib.c opal_datatype_add( pdt, oldType, dLength, disp, extent ); disp 353 test/datatype/opal_ddt_lib.c disp = pDisp[i]; disp 355 test/datatype/opal_ddt_lib.c endat = disp + pBlockLength[i] * extent; disp 358 test/datatype/opal_ddt_lib.c opal_datatype_add( pdt, oldType, dLength, disp, extent ); disp 369 test/datatype/opal_ddt_lib.c ptrdiff_t disp = 0, endto, lastExtent, lastDisp; disp 393 test/datatype/opal_ddt_lib.c disp += lastType->desc.used; disp 394 test/datatype/opal_ddt_lib.c if( lastBlock > 1 ) disp += 2; disp 402 test/datatype/opal_ddt_lib.c disp += lastType->desc.used; disp 403 test/datatype/opal_ddt_lib.c if( lastBlock != 1 ) disp += 2; disp 411 test/datatype/opal_ddt_lib.c pdt = opal_datatype_create( (int32_t)disp ); disp 536 test/datatype/opal_ddt_lib.c int *disp, *blocklen; disp 540 test/datatype/opal_ddt_lib.c disp = (int*)malloc( sizeof(int) * mat_size ); disp 544 test/datatype/opal_ddt_lib.c disp[i] = i * mat_size + i; disp 549 test/datatype/opal_ddt_lib.c opal_datatype_create_indexed( mat_size, blocklen, disp, disp 553 test/datatype/opal_ddt_lib.c opal_datatype_create_indexed( mat_size, blocklen, disp, disp 561 test/datatype/opal_ddt_lib.c free( disp ); disp 568 test/datatype/opal_ddt_lib.c int *disp, *blocklen; disp 572 test/datatype/opal_ddt_lib.c disp = (int*)malloc( sizeof(int) * mat_size ); disp 576 test/datatype/opal_ddt_lib.c disp[i] = i * mat_size; disp 580 test/datatype/opal_ddt_lib.c opal_datatype_create_indexed( mat_size, blocklen, disp, &opal_datatype_float4, disp 583 test/datatype/opal_ddt_lib.c opal_datatype_create_indexed( mat_size, blocklen, disp, &opal_datatype_float8, disp 586 test/datatype/opal_ddt_lib.c free( disp ); disp 594 test/datatype/opal_ddt_lib.c int disp[2]; disp 597 test/datatype/opal_ddt_lib.c disp[0] = 0; disp 599 test/datatype/opal_ddt_lib.c disp[1] = (size - width) * sizeof(double); disp 602 test/datatype/opal_ddt_lib.c opal_datatype_create_indexed( 2, blocklen, disp, &opal_datatype_float8, disp 151 test/datatype/unpack_ooo.c MPI_Aint disp[2]; disp 239 test/datatype/unpack_ooo.c disp[0] = (long)(&foo.i[0]) - (long)&foo; disp 240 test/datatype/unpack_ooo.c disp[1] = (long)(&foo.d[0]) - (long)&foo; disp 248 test/datatype/unpack_ooo.c rc = ompi_datatype_create_struct(2, len, disp, type, &newtype);