Home
last modified time | relevance | path

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

/honee/include/
H A Dhonee-file.h9 extern const PetscInt32 HONEE_FILE_TOKEN; // for backwards compatibility
/honee/src/
H A Dhonee-file.c31 const PetscInt32 HONEE_FILE_TOKEN = 0xceedf00; // for backwards compatibility variable
138 if (token == HONEE_FILE_TOKEN_32 || token == HONEE_FILE_TOKEN_64 || token == HONEE_FILE_TOKEN) { in HoneeLoadBinaryVec()