Searched refs:QUEUESTRINGSIZE (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/classes/viewer/impls/vu/ |
| H A D | petscvu.c | 3 #define QUEUESTRINGSIZE 1024 macro 7 char string[QUEUESTRINGSIZE]; 275 PetscCall(PetscArrayzero(next->string, QUEUESTRINGSIZE)); in PetscViewerVUPrintDeferred() 276 PetscCall(PetscVSNPrintf(next->string, QUEUESTRINGSIZE, format, &fullLength, Argp)); in PetscViewerVUPrintDeferred()
|
| /petsc/src/sys/classes/viewer/impls/ascii/ |
| H A D | filev.c | 3 #define QUEUESTRINGSIZE 8192 macro 719 PetscCall(PetscCalloc1(QUEUESTRINGSIZE, &string)); in PetscViewerASCIIPrintf() 722 …PetscCall(PetscVSNPrintf(string + 2 * intab, QUEUESTRINGSIZE - 2 * intab, format, &fullLength, Arg… in PetscViewerASCIIPrintf() 1127 PetscCall(PetscCalloc1(QUEUESTRINGSIZE, &string)); in PetscViewerASCIISynchronizedPrintf() 1130 … PetscCall(PetscVSNPrintf(string + 2 * tab, QUEUESTRINGSIZE - 2 * tab, format, &fullLength, Argp)); in PetscViewerASCIISynchronizedPrintf() 1169 next->size = QUEUESTRINGSIZE; in PetscViewerASCIISynchronizedPrintf()
|