|
Lhaz
|
マクロ定義 | |
| #define | N_CHAR (256 + 60 - THRESHOLD + 1) |
| #define | TREESIZE_C (N_CHAR * 2) |
| #define | TREESIZE_P (128 * 2) |
| #define | TREESIZE (TREESIZE_C + TREESIZE_P) |
| #define | ROOT_C 0 |
| #define | ROOT_P TREESIZE_C |
関数 | |
| void | start_c_dyn (void) |
変数 | |
| ushort | bitbuf |
| ushort | maxmatch |
| uint | n_max |
| #define N_CHAR (256 + 60 - THRESHOLD + 1) |
| #define ROOT_C 0 |
| #define ROOT_P TREESIZE_C |
| #define TREESIZE (TREESIZE_C + TREESIZE_P) |
| #define TREESIZE_C (N_CHAR * 2) |
| #define TREESIZE_P (128 * 2) |
| void start_c_dyn | ( | void | ) |
|
extern |
| ushort maxmatch |
| uint n_max |