Lines Matching refs:MPI_Aint
27 MPI_Aint bytes;
34 MPI_Aint *dyn_target_addr;
381 MPI_Aint winaddr; in PetscSFWindowAttach()
427 …Int fenceassert, PetscMPIInt postassert, PetscMPIInt startassert, const MPI_Aint **target_disp, MP… in PetscSFGetWindow()
430 MPI_Aint bytes; in PetscSFGetWindow()
433 MPI_Aint wsize; in PetscSFGetWindow()
439 wsize = (MPI_Aint)(bytes * sf->nroots); in PetscSFGetWindow()
483 if (!link->inuse && (!epoch || !link->epoch) && bytes == (MPI_Aint)link->bytes) { in PetscSFGetWindow()
610 MPI_Aint bytes; in PetscSFFindWindow()
657 MPI_Aint bytes; in PetscSFRestoreWindow()
864 MPI_Aint bytes, wsize; in PetscSFRegisterPersistent_Window()
872 wsize = (MPI_Aint)(bytes * sf->nroots); in PetscSFRegisterPersistent_Window()
904 MPI_Aint bytes; in PetscSFDeregisterPersistent_Window()
1006 const MPI_Aint *target_disp; in PetscSFBcastBegin_Window()
1018 MPI_Aint tdp = target_disp ? target_disp[i] : 0; in PetscSFBcastBegin_Window()
1061 const MPI_Aint *target_disp; in PetscSFReduceBegin_Window()
1072 MPI_Aint tdp = target_disp ? target_disp[i] : 0; in PetscSFReduceBegin_Window()
1099 const MPI_Aint *target_disp; in PetscSFFetchAndOpBegin_Window()
1121 MPI_Aint tdp = target_disp ? target_disp[i] : 0; in PetscSFFetchAndOpBegin_Window()