Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-file.c33 const PetscInt32 HONEE_FILE_TOKEN_64 = 0xceedf64; variable
138 if (token == HONEE_FILE_TOKEN_32 || token == HONEE_FILE_TOKEN_64 || token == HONEE_FILE_TOKEN) { in HoneeLoadBinaryVec()
142 else if (token == HONEE_FILE_TOKEN_64) file_type = PETSC_INT64; in HoneeLoadBinaryVec()
184 PetscInt32 token = PetscDefined(USE_64BIT_INDICES) ? HONEE_FILE_TOKEN_64 : HONEE_FILE_TOKEN_32; in HoneeWriteBinaryVec()
/honee/include/
H A Dhonee-file.h11 extern const PetscInt32 HONEE_FILE_TOKEN_64;