Home
last modified time | relevance | path

Searched defs:unitbytes (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/utils/
H A Dsegbuffer.c19 size_t unitbytes; member
58 PetscErrorCode PetscSegBufferCreate(size_t unitbytes, PetscCount expected, PetscSegBuffer *seg) in PetscSegBufferCreate()
146 size_t unitbytes; in PetscSegBufferExtractTo() local
H A Dmpits.c76 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSided_Ibarrier() local
136 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSided_Allreduce() local
182 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSided_RedScatter() local
292 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSidedFReq_Reference() local
331 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSidedFReq_Ibarrier() local
/petsc/src/vec/is/sf/impls/basic/nvshmem/
H A Dsfnvshmem.cu327 …nt *srcranks, const char *src, PetscInt *srcdisp, char *dst, PetscInt *dstdisp, PetscInt unitbytes) in GetDataFromRemotelyAccessible()
488 … *dst, PetscInt *dstdisp, const char *src, PetscInt *srcdisp, uint64_t *srcsig, PetscInt unitbytes) in WaitAndPutDataToRemotelyAccessible()
/petsc/include/petsc/private/
H A Dpetscdsimpl.h38 size_t unitbytes; /* Number of bytes per entry */ member
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c304 PetscScalar unitbytes; in PetscSFView_Basic_PatternAndSizes() local
H A Dsfpack.h175 size_t unitbytes; /* Number of bytes in a unit */ member
/petsc/src/dm/dt/interface/
H A Ddtweakform.c7 static PetscErrorCode PetscChunkBufferCreate(size_t unitbytes, PetscCount expected, PetscChunkBuffe… in PetscChunkBufferCreate()