-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoyager_tab.h
More file actions
47 lines (46 loc) · 2.52 KB
/
voyager_tab.h
File metadata and controls
47 lines (46 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
const convcode_symsize convcode_convert0[] = {
0x0000, 0x0001, 0x0003, 0x0002, 0x0003, 0x0002, 0x0000, 0x0001,
0x0000, 0x0001, 0x0003, 0x0002, 0x0003, 0x0002, 0x0000, 0x0001,
0x0002, 0x0003, 0x0001, 0x0000, 0x0001, 0x0000, 0x0002, 0x0003,
0x0002, 0x0003, 0x0001, 0x0000, 0x0001, 0x0000, 0x0002, 0x0003,
0x0003, 0x0002, 0x0000, 0x0001, 0x0000, 0x0001, 0x0003, 0x0002,
0x0003, 0x0002, 0x0000, 0x0001, 0x0000, 0x0001, 0x0003, 0x0002,
0x0001, 0x0000, 0x0002, 0x0003, 0x0002, 0x0003, 0x0001, 0x0000,
0x0001, 0x0000, 0x0002, 0x0003, 0x0002, 0x0003, 0x0001, 0x0000,
};
const convcode_symsize convcode_convert1[] = {
0x0003, 0x0002, 0x0000, 0x0001, 0x0000, 0x0001, 0x0003, 0x0002,
0x0003, 0x0002, 0x0000, 0x0001, 0x0000, 0x0001, 0x0003, 0x0002,
0x0001, 0x0000, 0x0002, 0x0003, 0x0002, 0x0003, 0x0001, 0x0000,
0x0001, 0x0000, 0x0002, 0x0003, 0x0002, 0x0003, 0x0001, 0x0000,
0x0000, 0x0001, 0x0003, 0x0002, 0x0003, 0x0002, 0x0000, 0x0001,
0x0000, 0x0001, 0x0003, 0x0002, 0x0003, 0x0002, 0x0000, 0x0001,
0x0002, 0x0003, 0x0001, 0x0000, 0x0001, 0x0000, 0x0002, 0x0003,
0x0002, 0x0003, 0x0001, 0x0000, 0x0001, 0x0000, 0x0002, 0x0003,
};
const convcode_symsize * const convcode_convert[2] = {
convcode_convert0, convcode_convert1
};
const convcode_state convcode_next_state0[] = {
0x0000, 0x0002, 0x0004, 0x0006, 0x0008, 0x000a, 0x000c, 0x000e,
0x0010, 0x0012, 0x0014, 0x0016, 0x0018, 0x001a, 0x001c, 0x001e,
0x0020, 0x0022, 0x0024, 0x0026, 0x0028, 0x002a, 0x002c, 0x002e,
0x0030, 0x0032, 0x0034, 0x0036, 0x0038, 0x003a, 0x003c, 0x003e,
0x0000, 0x0002, 0x0004, 0x0006, 0x0008, 0x000a, 0x000c, 0x000e,
0x0010, 0x0012, 0x0014, 0x0016, 0x0018, 0x001a, 0x001c, 0x001e,
0x0020, 0x0022, 0x0024, 0x0026, 0x0028, 0x002a, 0x002c, 0x002e,
0x0030, 0x0032, 0x0034, 0x0036, 0x0038, 0x003a, 0x003c, 0x003e,
};
const convcode_state convcode_next_state1[] = {
0x0001, 0x0003, 0x0005, 0x0007, 0x0009, 0x000b, 0x000d, 0x000f,
0x0011, 0x0013, 0x0015, 0x0017, 0x0019, 0x001b, 0x001d, 0x001f,
0x0021, 0x0023, 0x0025, 0x0027, 0x0029, 0x002b, 0x002d, 0x002f,
0x0031, 0x0033, 0x0035, 0x0037, 0x0039, 0x003b, 0x003d, 0x003f,
0x0001, 0x0003, 0x0005, 0x0007, 0x0009, 0x000b, 0x000d, 0x000f,
0x0011, 0x0013, 0x0015, 0x0017, 0x0019, 0x001b, 0x001d, 0x001f,
0x0021, 0x0023, 0x0025, 0x0027, 0x0029, 0x002b, 0x002d, 0x002f,
0x0031, 0x0033, 0x0035, 0x0037, 0x0039, 0x003b, 0x003d, 0x003f,
};
const convcode_state * const convcode_next_state[2] = {
convcode_next_state0, convcode_next_state1
};