Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-file.c32 const PetscInt32 HONEE_FILE_TOKEN_32 = 0xceedf32; variable
138 if (token == HONEE_FILE_TOKEN_32 || token == HONEE_FILE_TOKEN_64 || token == HONEE_FILE_TOKEN) { in HoneeLoadBinaryVec()
141 if (token == HONEE_FILE_TOKEN_32) file_type = PETSC_INT32; 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.h10 extern const PetscInt32 HONEE_FILE_TOKEN_32;