Searched defs:seg (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | segbuffer.c | 22 static PetscErrorCode PetscSegBufferAlloc_Private(PetscSegBuffer seg, PetscCount count) in PetscSegBufferAlloc_Private() 58 PetscErrorCode PetscSegBufferCreate(size_t unitbytes, PetscCount expected, PetscSegBuffer *seg) in PetscSegBufferCreate() 90 PetscErrorCode PetscSegBufferGet(PetscSegBuffer seg, PetscCount count, void *buf) in PetscSegBufferGet() 115 PetscErrorCode PetscSegBufferDestroy(PetscSegBuffer *seg) in PetscSegBufferDestroy() 144 PetscErrorCode PetscSegBufferExtractTo(PetscSegBuffer seg, void *contig) in PetscSegBufferExtractTo() 188 PetscErrorCode PetscSegBufferExtractAlloc(PetscSegBuffer seg, void *contiguous) in PetscSegBufferExtractAlloc() 217 PetscErrorCode PetscSegBufferExtractInPlace(PetscSegBuffer seg, void *contig) in PetscSegBufferExtractInPlace() 253 PetscErrorCode PetscSegBufferGetSize(PetscSegBuffer seg, PetscCount *usedsize) in PetscSegBufferGetSize() 273 PetscErrorCode PetscSegBufferUnuse(PetscSegBuffer seg, PetscCount unused) in PetscSegBufferUnuse()
|
| /petsc/src/sys/objects/ |
| H A D | optionsyaml.c | 80 PetscSegBuffer seg; in PetscParseLayerYAML() local
|
| /petsc/src/sys/tests/ |
| H A D | ex8.c | 47 PetscSegBuffer seg; member
|
| /petsc/src/vec/vec/utils/ |
| H A D | vecstash.c | 442 PetscSegBuffer seg; in VecStashGetOwnerList_Private() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 1104 PetscSegBuffer seg; in DMPeriodicCoordinateSetUp_Internal() local
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | matmatmult.c | 1115 PetscSegBuffer seg, segrow; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() local
|
| /petsc/include/ |
| H A D | petscsys.h | 2654 static inline PetscErrorCode PetscSegBufferGetInts(PetscSegBuffer seg, PetscCount count, PetscInt *… in PetscSegBufferGetInts()
|