Lines Matching refs:PETSC_INT32

6932     PetscCall(PetscViewerRead(viewer, &num, 1, NULL, PETSC_INT32));  in DMPlexCreateSTLFromFile()
6933 PetscCall(PetscByteSwap(&num, PETSC_INT32, 1)); in DMPlexCreateSTLFromFile()
7066 PetscCall(PetscViewerBinaryRead(viewer, &magic, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7069 PetscCall(PetscViewerBinaryRead(viewer, dummy, 5, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7071 PetscCall(PetscViewerBinaryRead(viewer, &len, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7073 PetscCall(PetscViewerBinaryRead(viewer, &version, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7074 PetscCall(PetscByteSwap(&version, PETSC_INT32, 1)); in DMPlexCreateShapefile()
7077 PetscCall(PetscViewerBinaryRead(viewer, &shtype, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7078 PetscCall(PetscByteSwap(&shtype, PETSC_INT32, 1)); in DMPlexCreateShapefile()
7100 PetscCall(PetscViewerBinaryRead(viewer, &rnum, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7102 PetscCall(PetscViewerBinaryRead(viewer, &rlen, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7107 PetscCall(PetscViewerBinaryRead(viewer, &rshtype, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7108 PetscCall(PetscByteSwap(&rshtype, PETSC_INT32, 1)); in DMPlexCreateShapefile()
7118 PetscCall(PetscViewerBinaryRead(viewer, &rnpart, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7119 PetscCall(PetscByteSwap(&rnpart, PETSC_INT32, 1)); in DMPlexCreateShapefile()
7122 PetscCall(PetscViewerBinaryRead(viewer, &rnp, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7123 PetscCall(PetscByteSwap(&rnp, PETSC_INT32, 1)); in DMPlexCreateShapefile()
7128 PetscCall(PetscViewerBinaryRead(viewer, partOffsets, rnpart, &cnt, PETSC_INT32)); in DMPlexCreateShapefile()
7129 PetscCall(PetscByteSwap(partOffsets, PETSC_INT32, rnpart)); in DMPlexCreateShapefile()