Home
last modified time | relevance | path

Searched refs:reserved (Results 1 – 19 of 19) sorted by relevance

/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/
H A Dmain.m6 // Copyright (c) 2012 Barry Smith. All rights reserved.
H A DAppDelegate.m6 // Copyright (c) 2012 Barry Smith. All rights reserved.
/petsc/systems/Apple/iOS/examples/Basic/
H A Dmain.m6 // Copyright __MyCompanyName__ 2010. All rights reserved.
/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneAppDelegate.m6 // Copyright __MyCompanyName__ 2010. All rights reserved.
H A DiphoneViewController.m6 // Copyright __MyCompanyName__ 2010. All rights reserved.
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneAppDelegate.m6 // Copyright __MyCompanyName__ 2010. All rights reserved.
H A DiphoneViewController.m6 // Copyright __MyCompanyName__ 2010. All rights reserved.
/petsc/systems/Apple/iOS/examples/testopengl/
H A Dmain.m6 // Copyright __MyCompanyName__ 2010. All rights reserved.
/petsc/share/petsc/matlab/
H A Dlaplacianlicense.txt2 All rights reserved.
/petsc/src/binding/petsc4py/
H A DLICENSE.rst10 All rights reserved.
/petsc/src/sys/perfstubs/
H A DLICENSE4 All rights reserved.
/petsc/
H A DLICENSE2 All rights reserved.
/petsc/systems/Apple/OSX/bin/
H A Dmakeframework83 <string>Copyright © 2012 Argonne National Laboratory. All rights reserved.</string>
/petsc/systems/Apple/iOS/bin/
H A Dmakeframework79 <string>Copyright © 2012 Argonne National Laboratory. All rights reserved.</string>
/petsc/include/petsc/private/
H A Dpetscdsimpl.h32 PetscCount reserved; /* Number of reserved entries in the chunk */ member
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DINSTALL5 All rights reserved.
/petsc/doc/install/
H A Dlicense.md8 All rights reserved.
/petsc/src/dm/dt/interface/
H A Ddtweakform.c53 chunk->reserved = size; in PetscChunkBufferCreateChunk()
63 if (chunk->size + size > chunk->reserved) { in PetscChunkBufferEnlargeChunk()
65 PetscCount reserved = chunk->size; in PetscChunkBufferEnlargeChunk() local
68 while (reserved < chunk->size + size) reserved *= 2; in PetscChunkBufferEnlargeChunk()
69 PetscCall(PetscChunkBufferCreateChunk(buffer, (size_t)reserved, &newchunk)); in PetscChunkBufferEnlargeChunk()
/petsc/doc/changes/
H A D32.md23 because "log" is reserved for related to the performance logging