Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/shared/
H A Dshvec.c104 PetscErrorCode PetscSharedMalloc(MPI_Comm comm, PetscInt llen, PetscInt len, void **result) in PetscSharedMalloc()
/petsc/src/sys/fileio/
H A Dfretrieve.c336 PetscErrorCode PetscFileRetrieve(MPI_Comm comm, const char url[], char localname[], size_t llen, Pe… in PetscFileRetrieve()
/petsc/src/sys/dll/
H A Ddl.c52 …scDLLibraryRetrieve(MPI_Comm comm, const char libname[], char lname[], size_t llen, PetscBool *fou… in PetscDLLibraryRetrieve()
/petsc/src/vec/is/is/utils/
H A Disdiff.c621 PetscInt *inds, *colors, llen, ilen, lstart, lend, lcount, l; in ISPairToList() local
/petsc/src/sys/utils/
H A Dsortso.c212 const PetscInt llen = mid - left; in PetscTimSortMergeLo_Private() local
274 const PetscInt llen = mid - left; in PetscTimSortMergeLoWithArray_Private() local
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1961 PetscInt llen = Bi[i + 1] - Bi[i]; // exclusive of the diagonal entry in MatLUFactorNumeric_SeqAIJKokkos() local
2022 PetscInt llen = Bi[i + 1] - Bi[i]; in MatLUFactorNumeric_SeqAIJKokkos() local
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu221 PetscInt llen = Ai[i + 1] - Ai[i]; in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() local
279 PetscInt llen = Ai[i + 1] - Ai[i]; in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() local