#include <config.h>#include "flint_check.h"#include <climits>

Go to the source code of this file.
Defines | |
| #define | REVISION(b) static_cast<unsigned int>(getint4(b, 0)) |
| #define | GET_LEVEL(b) getint1(b, 4) |
| #define | MAX_FREE(b) getint2(b, 5) |
| #define | TOTAL_FREE(b) getint2(b, 7) |
| #define | DIR_END(b) getint2(b, 9) |
| #define | DIR_START 11 |
| #define DIR_END | ( | b | ) | getint2(b, 9) |
Definition at line 36 of file flint_check.cc.
| #define DIR_START 11 |
Definition at line 37 of file flint_check.cc.
| #define GET_LEVEL | ( | b | ) | getint1(b, 4) |
Definition at line 33 of file flint_check.cc.
| #define MAX_FREE | ( | b | ) | getint2(b, 5) |
Definition at line 34 of file flint_check.cc.
| #define REVISION | ( | b | ) | static_cast<unsigned int>(getint4(b, 0)) |
Definition at line 32 of file flint_check.cc.
| #define TOTAL_FREE | ( | b | ) | getint2(b, 7) |
Definition at line 35 of file flint_check.cc.