Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-file.c154 PetscInt32 token2; in HoneeLoadBinaryVec() local
156 PetscCall(PetscViewerBinaryRead(viewer, &token2, 1, NULL, PETSC_INT32)); in HoneeLoadBinaryVec()
157 token = (PetscInt)((uint64_t)token << 32) + token2; // Reconstruct token in HoneeLoadBinaryVec()