Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/tests/linter/
H A DtestValidFunctionDocStrings.c289 PetscErrorCode testExplicitSynopsis_Private(PetscScalar unknown, PetscInt foo, PetscReal bar, void … in testExplicitSynopsis_Private()
466 PetscErrorCode testValidInOutParams(int *foo) in testValidInOutParams()
488 PetscErrorCode testInvalidInOutParams(int *foo) in testInvalidInOutParams()
635 PetscErrorCode testCheckingSectionIndentationAfterSwitch(int foo, double *bar) in testCheckingSectionIndentationAfterSwitch()
H A DtestReferences.c10 void *foo = v->data, *bar, *baz, *blop; in testOutOfLineReference() local
/petsc/src/sys/time/
H A Dcputime.c82 PetscLogDouble foo, foo1; in PetscGetCPUTime() local
/petsc/src/sys/tests/
H A Dex33.c21 PetscErrorCode foo() in foo() function