tag36h10.c
Go to the documentation of this file.
1 /* Copyright (C) 2013-2016, The Regents of The University of Michigan.
2 All rights reserved.
3 
4 This software was developed in the APRIL Robotics Lab under the
5 direction of Edwin Olson, ebolson@umich.edu. This software may be
6 available under alternative licensing terms; contact the address above.
7 
8 An unlimited license is granted to use, adapt, modify, or embed the 2D
9 barcodes into any medium.
10 
11 Redistribution and use in source and binary forms, with or without
12 modification, are permitted provided that the following conditions are met:
13 
14 1. Redistributions of source code must retain the above copyright notice, this
15  list of conditions and the following disclaimer.
16 2. Redistributions in binary form must reproduce the above copyright notice,
17  this list of conditions and the following disclaimer in the documentation
18  and/or other materials provided with the distribution.
19 
20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
24 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
27 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 
31 The views and conclusions contained in the software and documentation are those
32 of the authors and should not be interpreted as representing official policies,
33 either expressed or implied, of the Regents of The University of Michigan.
34 */
35 
36 #include <stdlib.h>
37 #include "apriltag.h"
38 
40 {
41  apriltag_family_t *tf = calloc(1, sizeof(apriltag_family_t));
42  tf->name = strdup("tag36h10");
43  tf->black_border = 1;
44  tf->d = 6;
45  tf->h = 10;
46  tf->ncodes = 2320; //2320;
47  tf->codes = calloc(2320, sizeof(uint64_t));
48  tf->codes[0] = 0x00000001ca92a687UL;
49  tf->codes[1] = 0x000000020521ac4cUL;
50  tf->codes[2] = 0x000000027a3fb7d6UL;
51  tf->codes[3] = 0x00000002b4cebd9bUL;
52  tf->codes[4] = 0x00000003647bceeaUL;
53  tf->codes[5] = 0x000000039f0ad4afUL;
54  tf->codes[6] = 0x00000003d999da74UL;
55  tf->codes[7] = 0x000000044eb7e5feUL;
56  tf->codes[8] = 0x0000000538f3fd12UL;
57  tf->codes[9] = 0x00000005738302d7UL;
58  tf->codes[10] = 0x000000065dbf19ebUL;
59  tf->codes[11] = 0x000000070d6c2b3aUL;
60  tf->codes[12] = 0x00000007f7a8424eUL;
61  tf->codes[13] = 0x0000000832374813UL;
62  tf->codes[14] = 0x000000086cc64dd8UL;
63  tf->codes[15] = 0x00000008a755539dUL;
64  tf->codes[16] = 0x00000009570264ecUL;
65  tf->codes[17] = 0x0000000991916ab1UL;
66  tf->codes[18] = 0x0000000a06af763bUL;
67  tf->codes[19] = 0x0000000ab65c878aUL;
68  tf->codes[20] = 0x0000000b2b7a9314UL;
69  tf->codes[21] = 0x0000000b660998d9UL;
70  tf->codes[22] = 0x0000000bdb27a463UL;
71  tf->codes[23] = 0x0000000cc563bb77UL;
72  tf->codes[24] = 0x0000000e24bdde15UL;
73  tf->codes[25] = 0x0000000ed46aef64UL;
74  tf->codes[26] = 0x0000000f4988faeeUL;
75  tf->codes[27] = 0x000000006e5417c7UL;
76  tf->codes[28] = 0x0000000158902edbUL;
77  tf->codes[29] = 0x00000001cdae3a65UL;
78  tf->codes[30] = 0x0000000242cc45efUL;
79  tf->codes[31] = 0x000000027d5b4bb4UL;
80  tf->codes[32] = 0x00000002b7ea5179UL;
81  tf->codes[33] = 0x000000032d085d03UL;
82  tf->codes[34] = 0x00000003679762c8UL;
83  tf->codes[35] = 0x00000003a226688dUL;
84  tf->codes[36] = 0x00000003dcb56e52UL;
85  tf->codes[37] = 0x000000048c627fa1UL;
86  tf->codes[38] = 0x00000005769e96b5UL;
87  tf->codes[39] = 0x00000006264ba804UL;
88  tf->codes[40] = 0x0000000660daadc9UL;
89  tf->codes[41] = 0x00000006d5f8b953UL;
90  tf->codes[42] = 0x000000074b16c4ddUL;
91  tf->codes[43] = 0x00000007fac3d62cUL;
92  tf->codes[44] = 0x000000091f8ef305UL;
93  tf->codes[45] = 0x000000095a1df8caUL;
94  tf->codes[46] = 0x0000000994acfe8fUL;
95  tf->codes[47] = 0x0000000a09cb0a19UL;
96  tf->codes[48] = 0x0000000a445a0fdeUL;
97  tf->codes[49] = 0x0000000a7ee915a3UL;
98  tf->codes[50] = 0x0000000ab9781b68UL;
99  tf->codes[51] = 0x0000000af407212dUL;
100  tf->codes[52] = 0x0000000b69252cb7UL;
101  tf->codes[53] = 0x0000000c8df04990UL;
102  tf->codes[54] = 0x0000000d3d9d5adfUL;
103  tf->codes[55] = 0x0000000d782c60a4UL;
104  tf->codes[56] = 0x0000000f12158907UL;
105  tf->codes[57] = 0x00000001d0c9ce43UL;
106  tf->codes[58] = 0x000000020b58d408UL;
107  tf->codes[59] = 0x00000002f594eb1cUL;
108  tf->codes[60] = 0x00000003a541fc6bUL;
109  tf->codes[61] = 0x0000000454ef0dbaUL;
110  tf->codes[62] = 0x000000053f2b24ceUL;
111  tf->codes[63] = 0x0000000629673be2UL;
112  tf->codes[64] = 0x000000074e3258bbUL;
113  tf->codes[65] = 0x00000008ad8c7b59UL;
114  tf->codes[66] = 0x00000009d2579832UL;
115  tf->codes[67] = 0x0000000a8204a981UL;
116  tf->codes[68] = 0x0000000af722b50bUL;
117  tf->codes[69] = 0x0000000b6c40c095UL;
118  tf->codes[70] = 0x0000000ba6cfc65aUL;
119  tf->codes[71] = 0x0000000f15311ce5UL;
120  tf->codes[72] = 0x00000000748b3f83UL;
121  tf->codes[73] = 0x00000000af1a4548UL;
122  tf->codes[74] = 0x00000000e9a94b0dUL;
123  tf->codes[75] = 0x00000002be217935UL;
124  tf->codes[76] = 0x00000003e2ec960eUL;
125  tf->codes[77] = 0x00000004cd28ad22UL;
126  tf->codes[78] = 0x0000000507b7b2e7UL;
127  tf->codes[79] = 0x000000054246b8acUL;
128  tf->codes[80] = 0x000000057cd5be71UL;
129  tf->codes[81] = 0x00000006a1a0db4aUL;
130  tf->codes[82] = 0x00000006dc2fe10fUL;
131  tf->codes[83] = 0x0000000876190972UL;
132  tf->codes[84] = 0x000000099ae4264bUL;
133  tf->codes[85] = 0x0000000abfaf4324UL;
134  tf->codes[86] = 0x0000000c9427714cUL;
135  tf->codes[87] = 0x0000000d09457cd6UL;
136  tf->codes[88] = 0x0000000d43d4829bUL;
137  tf->codes[89] = 0x0000000ea32ea539UL;
138  tf->codes[90] = 0x0000000f52dbb688UL;
139  tf->codes[91] = 0x0000000161e2ea75UL;
140  tf->codes[92] = 0x0000000286ae074eUL;
141  tf->codes[93] = 0x000000066a2d6963UL;
142  tf->codes[94] = 0x00000008b3c3a315UL;
143  tf->codes[95] = 0x00000008ee52a8daUL;
144  tf->codes[96] = 0x0000000a131dc5b3UL;
145  tf->codes[97] = 0x0000000e6bbb3352UL;
146  tf->codes[98] = 0x0000000f55f74a66UL;
147  tf->codes[99] = 0x0000000005a45bb5UL;
148  tf->codes[100] = 0x000000007ac2673fUL;
149  tf->codes[101] = 0x00000001da1c89ddUL;
150  tf->codes[102] = 0x0000000289c99b2cUL;
151  tf->codes[103] = 0x00000003ae94b805UL;
152  tf->codes[104] = 0x000000050deedaa3UL;
153  tf->codes[105] = 0x00000005830ce62dUL;
154  tf->codes[106] = 0x00000005bd9bebf2UL;
155  tf->codes[107] = 0x0000000632b9f77cUL;
156  tf->codes[108] = 0x00000006e26708cbUL;
157  tf->codes[109] = 0x0000000841c12b69UL;
158  tf->codes[110] = 0x000000092bfd427dUL;
159  tf->codes[111] = 0x00000009668c4842UL;
160  tf->codes[112] = 0x00000009dbaa53ccUL;
161  tf->codes[113] = 0x0000000b007570a5UL;
162  tf->codes[114] = 0x0000000b3b04766aUL;
163  tf->codes[115] = 0x0000000c25408d7eUL;
164  tf->codes[116] = 0x0000000ea965ccf5UL;
165  tf->codes[117] = 0x0000000f93a1e409UL;
166  tf->codes[118] = 0x00000000434ef558UL;
167  tf->codes[119] = 0x00000001681a1231UL;
168  tf->codes[120] = 0x00000001dd381dbbUL;
169  tf->codes[121] = 0x0000000302033a94UL;
170  tf->codes[122] = 0x000000075aa0a833UL;
171  tf->codes[123] = 0x000000092f18d65bUL;
172  tf->codes[124] = 0x00000009a436e1e5UL;
173  tf->codes[125] = 0x0000000a1954ed6fUL;
174  tf->codes[126] = 0x0000000b78af100dUL;
175  tf->codes[127] = 0x0000000bb33e15d2UL;
176  tf->codes[128] = 0x0000000c62eb2721UL;
177  tf->codes[129] = 0x00000000466a8936UL;
178  tf->codes[130] = 0x00000000f6179a85UL;
179  tf->codes[131] = 0x000000016b35a60fUL;
180  tf->codes[132] = 0x0000000589440de9UL;
181  tf->codes[133] = 0x00000006738024fdUL;
182  tf->codes[134] = 0x0000000847f85325UL;
183  tf->codes[135] = 0x00000009e1e17b88UL;
184  tf->codes[136] = 0x0000000acc1d929cUL;
185  tf->codes[137] = 0x0000000b06ac9861UL;
186  tf->codes[138] = 0x0000000d5042d213UL;
187  tf->codes[139] = 0x0000000fd468118aUL;
188  tf->codes[140] = 0x00000000f9332e63UL;
189  tf->codes[141] = 0x0000000342c96815UL;
190  tf->codes[142] = 0x000000037d586ddaUL;
191  tf->codes[143] = 0x0000000551d09c02UL;
192  tf->codes[144] = 0x00000005c6eea78cUL;
193  tf->codes[145] = 0x00000006017dad51UL;
194  tf->codes[146] = 0x00000009354ffe17UL;
195  tf->codes[147] = 0x00000009aa6e09a1UL;
196  tf->codes[148] = 0x0000000a94aa20b5UL;
197  tf->codes[149] = 0x0000000acf39267aUL;
198  tf->codes[150] = 0x0000000bb9753d8eUL;
199  tf->codes[151] = 0x0000000bf4044353UL;
200  tf->codes[152] = 0x000000008730b6b7UL;
201  tf->codes[153] = 0x00000001716ccdcbUL;
202  tf->codes[154] = 0x000000022119df1aUL;
203  tf->codes[155] = 0x00000003f5920d42UL;
204  tf->codes[156] = 0x000000058f7b35a5UL;
205  tf->codes[157] = 0x00000006b446527eUL;
206  tf->codes[158] = 0x0000000972fa97baUL;
207  tf->codes[159] = 0x00000009e818a344UL;
208  tf->codes[160] = 0x0000000a5d36aeceUL;
209  tf->codes[161] = 0x0000000d1beaf40aUL;
210  tf->codes[162] = 0x0000000dcb980559UL;
211  tf->codes[163] = 0x0000000f65812dbcUL;
212  tf->codes[164] = 0x0000000139f95be4UL;
213  tf->codes[165] = 0x00000006b761e65cUL;
214  tf->codes[166] = 0x00000006f1f0ec21UL;
215  tf->codes[167] = 0x0000000a605242acUL;
216  tf->codes[168] = 0x0000000e43d1a4c1UL;
217  tf->codes[169] = 0x000000029c6f1260UL;
218  tf->codes[170] = 0x0000000386ab2974UL;
219  tf->codes[171] = 0x00000004e6054c12UL;
220  tf->codes[172] = 0x00000008c984ae27UL;
221  tf->codes[173] = 0x000000097931bf76UL;
222  tf->codes[174] = 0x00000009ee4fcb00UL;
223  tf->codes[175] = 0x0000000d22221bc6UL;
224  tf->codes[176] = 0x0000000e46ed389fUL;
225  tf->codes[177] = 0x0000000ebc0b4429UL;
226  tf->codes[178] = 0x00000006f82813ddUL;
227  tf->codes[179] = 0x0000000732b719a2UL;
228  tf->codes[180] = 0x00000009072f47caUL;
229  tf->codes[181] = 0x0000000941be4d8fUL;
230  tf->codes[182] = 0x000000097c4d5354UL;
231  tf->codes[183] = 0x00000009f16b5edeUL;
232  tf->codes[184] = 0x0000000b8b548741UL;
233  tf->codes[185] = 0x0000000d253dafa4UL;
234  tf->codes[186] = 0x0000000d5fccb569UL;
235  tf->codes[187] = 0x0000000d9a5bbb2eUL;
236  tf->codes[188] = 0x0000000e4a08cc7dUL;
237  tf->codes[189] = 0x00000003c77156f5UL;
238  tf->codes[190] = 0x00000007aaf0b90aUL;
239  tf->codes[191] = 0x0000000b53e1155aUL;
240  tf->codes[192] = 0x0000000b8e701b1fUL;
241  tf->codes[193] = 0x000000005c2b9448UL;
242  tf->codes[194] = 0x000000014667ab5cUL;
243  tf->codes[195] = 0x000000047a39fc22UL;
244  tf->codes[196] = 0x00000004ef5807acUL;
245  tf->codes[197] = 0x000000064eb22a4aUL;
246  tf->codes[198] = 0x0000000982847b10UL;
247  tf->codes[199] = 0x0000000aa74f97e9UL;
248  tf->codes[200] = 0x0000000ae1de9daeUL;
249  tf->codes[201] = 0x0000000b56fca938UL;
250  tf->codes[202] = 0x0000000f750b1112UL;
251  tf->codes[203] = 0x00000001bea14ac4UL;
252  tf->codes[204] = 0x00000001f9305089UL;
253  tf->codes[205] = 0x0000000233bf564eUL;
254  tf->codes[206] = 0x000000031dfb6d62UL;
255  tf->codes[207] = 0x00000003931978ecUL;
256  tf->codes[208] = 0x000000052d02a14fUL;
257  tf->codes[209] = 0x00000005a220acd9UL;
258  tf->codes[210] = 0x0000000b1f893751UL;
259  tf->codes[211] = 0x0000000fb2b5aab5UL;
260  tf->codes[212] = 0x000000040b531854UL;
261  tf->codes[213] = 0x00000005a53c40b7UL;
262  tf->codes[214] = 0x00000008d90e917dUL;
263  tf->codes[215] = 0x00000009139d9742UL;
264  tf->codes[216] = 0x000000094e2c9d07UL;
265  tf->codes[217] = 0x0000000d6c3b04e1UL;
266  tf->codes[218] = 0x0000000e910621baUL;
267  tf->codes[219] = 0x0000000f40b33309UL;
268  tf->codes[220] = 0x00000001152b6131UL;
269  tf->codes[221] = 0x000000032432951eUL;
270  tf->codes[222] = 0x00000003d3dfa66dUL;
271  tf->codes[223] = 0x000000065804e5e4UL;
272  tf->codes[224] = 0x0000000ab0a25383UL;
273  tf->codes[225] = 0x0000000b604f64d2UL;
274  tf->codes[226] = 0x0000000de474a449UL;
275  tf->codes[227] = 0x000000011846f50fUL;
276  tf->codes[228] = 0x00000006d03e854cUL;
277  tf->codes[229] = 0x00000007455c90d6UL;
278  tf->codes[230] = 0x0000000ab3bde761UL;
279  tf->codes[231] = 0x0000000dad013262UL;
280  tf->codes[232] = 0x0000000e973d4976UL;
281  tf->codes[233] = 0x00000002b54bb150UL;
282  tf->codes[234] = 0x00000009577f58a1UL;
283  tf->codes[235] = 0x00000009920e5e66UL;
284  tf->codes[236] = 0x0000000b66868c8eUL;
285  tf->codes[237] = 0x0000000f4a05eea3UL;
286  tf->codes[238] = 0x00000003dd326207UL;
287  tf->codes[239] = 0x00000005b1aa902fUL;
288  tf->codes[240] = 0x000000099529f244UL;
289  tf->codes[241] = 0x0000000b2f131aa7UL;
290  tf->codes[242] = 0x0000000d038b48cfUL;
291  tf->codes[243] = 0x0000000d3e1a4e94UL;
292  tf->codes[244] = 0x000000024664cd82UL;
293  tf->codes[245] = 0x000000036b2fea5bUL;
294  tf->codes[246] = 0x000000095db6805dUL;
295  tf->codes[247] = 0x0000000a0d6391acUL;
296  tf->codes[248] = 0x0000000abd10a2fbUL;
297  tf->codes[249] = 0x000000015f444a4cUL;
298  tf->codes[250] = 0x00000002be9e6ceaUL;
299  tf->codes[251] = 0x000000057d52b226UL;
300  tf->codes[252] = 0x00000005f270bdb0UL;
301  tf->codes[253] = 0x0000000b6fd94828UL;
302  tf->codes[254] = 0x0000000879b19105UL;
303  tf->codes[255] = 0x0000000d476d0a2eUL;
304  tf->codes[256] = 0x0000000e6c382707UL;
305  tf->codes[257] = 0x0000000dbfa6a996UL;
306  tf->codes[258] = 0x00000001689705e6UL;
307  tf->codes[259] = 0x00000003b22d3f98UL;
308  tf->codes[260] = 0x0000000636527f0fUL;
309  tf->codes[261] = 0x00000007d03ba772UL;
310  tf->codes[262] = 0x0000000ee78d5a4dUL;
311  tf->codes[263] = 0x0000000bf165a32aUL;
312  tf->codes[264] = 0x0000000c2bf4a8efUL;
313  tf->codes[265] = 0x0000000517be89f2UL;
314  tf->codes[266] = 0x000000067718ac90UL;
315  tf->codes[267] = 0x00000006b1a7b255UL;
316  tf->codes[268] = 0x0000000726c5bddfUL;
317  tf->codes[269] = 0x0000000bb9f23143UL;
318  tf->codes[270] = 0x00000001375abbbbUL;
319  tf->codes[271] = 0x0000000296b4de59UL;
320  tf->codes[272] = 0x00000008893b745bUL;
321  tf->codes[273] = 0x0000000a9842a848UL;
322  tf->codes[274] = 0x0000000b827ebf5cUL;
323  tf->codes[275] = 0x00000003840c894bUL;
324  tf->codes[276] = 0x00000006b7deda11UL;
325  tf->codes[277] = 0x0000000bc02958ffUL;
326  tf->codes[278] = 0x000000055ba04b51UL;
327  tf->codes[279] = 0x000000076aa77f3eUL;
328  tf->codes[280] = 0x00000009b43db8f0UL;
329  tf->codes[281] = 0x00000009eeccbeb5UL;
330  tf->codes[282] = 0x0000000a295bc47aUL;
331  tf->codes[283] = 0x0000000b4e26e153UL;
332  tf->codes[284] = 0x0000000e476a2c54UL;
333  tf->codes[285] = 0x00000006be1601cdUL;
334  tf->codes[286] = 0x00000006f8a50792UL;
335  tf->codes[287] = 0x000000097cca4709UL;
336  tf->codes[288] = 0x0000000bc66080bbUL;
337  tf->codes[289] = 0x00000001093a056eUL;
338  tf->codes[290] = 0x00000006fbc09b70UL;
339  tf->codes[291] = 0x0000000b8eed0ed4UL;
340  tf->codes[292] = 0x0000000cee473172UL;
341  tf->codes[293] = 0x000000023120b625UL;
342  tf->codes[294] = 0x00000005da111275UL;
343  tf->codes[295] = 0x0000000cf162c550UL;
344  tf->codes[296] = 0x0000000ec8f68756UL;
345  tf->codes[297] = 0x0000000b5db0c4a9UL;
346  tf->codes[298] = 0x00000002b2ad1127UL;
347  tf->codes[299] = 0x0000000536d2509eUL;
348  tf->codes[300] = 0x00000009c9fec402UL;
349  tf->codes[301] = 0x0000000c1394fdb4UL;
350  tf->codes[302] = 0x000000006c326b53UL;
351  tf->codes[303] = 0x00000005e99af5cbUL;
352  tf->codes[304] = 0x0000000af1e574b9UL;
353  tf->codes[305] = 0x0000000e6046cb44UL;
354  tf->codes[306] = 0x0000000661d49533UL;
355  tf->codes[307] = 0x00000008e5f9d4aaUL;
356  tf->codes[308] = 0x0000000db3b54dd3UL;
357  tf->codes[309] = 0x0000000e63625f22UL;
358  tf->codes[310] = 0x0000000e9df164e7UL;
359  tf->codes[311] = 0x0000000455e8f524UL;
360  tf->codes[312] = 0x00000005b54317c2UL;
361  tf->codes[313] = 0x0000000be258b389UL;
362  tf->codes[314] = 0x000000054340a016UL;
363  tf->codes[315] = 0x00000005b85eaba0UL;
364  tf->codes[316] = 0x00000001284dcc1aUL;
365  tf->codes[317] = 0x000000024d18e8f3UL;
366  tf->codes[318] = 0x00000004d13e286aUL;
367  tf->codes[319] = 0x00000008b4bd8a7fUL;
368  tf->codes[320] = 0x0000000215a5770cUL;
369  tf->codes[321] = 0x000000046572d87aUL;
370  tf->codes[322] = 0x0000000c2c719ca4UL;
371  tf->codes[323] = 0x00000004ddac77e2UL;
372  tf->codes[324] = 0x0000000d19c94796UL;
373  tf->codes[325] = 0x00000002d1c0d7d3UL;
374  tf->codes[326] = 0x00000009ae8384e9UL;
375  tf->codes[327] = 0x00000009e9128aaeUL;
376  tf->codes[328] = 0x0000000ca7c6cfeaUL;
377  tf->codes[329] = 0x0000000016282675UL;
378  tf->codes[330] = 0x0000000ad985c97eUL;
379  tf->codes[331] = 0x00000004af8bc195UL;
380  tf->codes[332] = 0x00000009f580da26UL;
381  tf->codes[333] = 0x0000000a6a9ee5b0UL;
382  tf->codes[334] = 0x0000000bc9f9084eUL;
383  tf->codes[335] = 0x0000000d63e230b1UL;
384  tf->codes[336] = 0x0000000c4232a7b6UL;
385  tf->codes[337] = 0x0000000d66fdc48fUL;
386  tf->codes[338] = 0x0000000ec657e72dUL;
387  tf->codes[339] = 0x0000000a364707a7UL;
388  tf->codes[340] = 0x0000000f79208c5aUL;
389  tf->codes[341] = 0x0000000de88a1f91UL;
390  tf->codes[342] = 0x0000000574f9ddf6UL;
391  tf->codes[343] = 0x000000065f35f50aUL;
392  tf->codes[344] = 0x000000069ce08eadUL;
393  tf->codes[345] = 0x0000000490f4ee9eUL;
394  tf->codes[346] = 0x0000000c9282b88dUL;
395  tf->codes[347] = 0x0000000752c4c7b8UL;
396  tf->codes[348] = 0x0000000b364429cdUL;
397  tf->codes[349] = 0x00000008b53a7e34UL;
398  tf->codes[350] = 0x0000000be90ccefaUL;
399  tf->codes[351] = 0x0000000b0507dfa2UL;
400  tf->codes[352] = 0x000000000d525e90UL;
401  tf->codes[353] = 0x00000005c549eecdUL;
402  tf->codes[354] = 0x0000000e3bf5c446UL;
403  tf->codes[355] = 0x0000000936c6d936UL;
404  tf->codes[356] = 0x00000009747172d9UL;
405  tf->codes[357] = 0x0000000ca843c39fUL;
406  tf->codes[358] = 0x0000000d57f0d4eeUL;
407  tf->codes[359] = 0x00000002d5595f66UL;
408  tf->codes[360] = 0x0000000bfbb2462eUL;
409  tf->codes[361] = 0x0000000266727b98UL;
410  tf->codes[362] = 0x00000007ac679429UL;
411  tf->codes[363] = 0x000000026fc53732UL;
412  tf->codes[364] = 0x0000000656602d25UL;
413  tf->codes[365] = 0x00000002eb1a6a78UL;
414  tf->codes[366] = 0x00000004850392dbUL;
415  tf->codes[367] = 0x0000000e5b098af2UL;
416  tf->codes[368] = 0x0000000ab534c280UL;
417  tf->codes[369] = 0x00000009ce143f4aUL;
418  tf->codes[370] = 0x0000000f4b7cc9c2UL;
419  tf->codes[371] = 0x0000000035b8e0d6UL;
420  tf->codes[372] = 0x0000000871d5b08aUL;
421  tf->codes[373] = 0x00000005b958930aUL;
422  tf->codes[374] = 0x00000000b429a7faUL;
423  tf->codes[375] = 0x000000054d8d431aUL;
424  tf->codes[376] = 0x00000007d1b28291UL;
425  tf->codes[377] = 0x0000000a1e645021UL;
426  tf->codes[378] = 0x0000000b80da069dUL;
427  tf->codes[379] = 0x0000000eef3b5d28UL;
428  tf->codes[380] = 0x0000000263d3db6fUL;
429  tf->codes[381] = 0x000000009592d503UL;
430  tf->codes[382] = 0x00000004b9d86499UL;
431  tf->codes[383] = 0x00000006c8df9886UL;
432  tf->codes[384] = 0x0000000a3740ef11UL;
433  tf->codes[385] = 0x0000000c4963b6dcUL;
434  tf->codes[386] = 0x000000006da94672UL;
435  tf->codes[387] = 0x000000053b64bf9bUL;
436  tf->codes[388] = 0x0000000b2deb559dUL;
437  tf->codes[389] = 0x0000000f116ab7b2UL;
438  tf->codes[390] = 0x00000008ace1aa04UL;
439  tf->codes[391] = 0x00000008ea8c43a7UL;
440  tf->codes[392] = 0x00000006a4119dd3UL;
441  tf->codes[393] = 0x000000099d54e8d4UL;
442  tf->codes[394] = 0x0000000c969833d5UL;
443  tf->codes[395] = 0x0000000f554c7911UL;
444  tf->codes[396] = 0x00000003ade9e6b0UL;
445  tf->codes[397] = 0x00000006e1bc3776UL;
446  tf->codes[398] = 0x00000007916948c5UL;
447  tf->codes[399] = 0x0000000dbe7ee48cUL;
448  tf->codes[400] = 0x000000079484dca3UL;
449  tf->codes[401] = 0x0000000f992e3a70UL;
450  tf->codes[402] = 0x0000000884f81b73UL;
451  tf->codes[403] = 0x0000000c68777d88UL;
452  tf->codes[404] = 0x0000000603ee6fdaUL;
453  tf->codes[405] = 0x0000000728b98cb3UL;
454  tf->codes[406] = 0x0000000b12701684UL;
455  tf->codes[407] = 0x0000000d5f21e414UL;
456  tf->codes[408] = 0x0000000058652f15UL;
457  tf->codes[409] = 0x00000002dc8a6e8cUL;
458  tf->codes[410] = 0x00000004767396efUL;
459  tf->codes[411] = 0x0000000b8dc549caUL;
460  tf->codes[412] = 0x0000000f36b5a61aUL;
461  tf->codes[413] = 0x00000000d09ece7dUL;
462  tf->codes[414] = 0x0000000dda77175aUL;
463  tf->codes[415] = 0x000000005e9c56d1UL;
464  tf->codes[416] = 0x000000073e7a97c5UL;
465  tf->codes[417] = 0x0000000b21f9f9daUL;
466  tf->codes[418] = 0x0000000de3c9d2f4UL;
467  tf->codes[419] = 0x000000069504ae32UL;
468  tf->codes[420] = 0x000000077f40c546UL;
469  tf->codes[421] = 0x0000000ed1217de6UL;
470  tf->codes[422] = 0x00000003a1f88aedUL;
471  tf->codes[423] = 0x0000000e623a9a18UL;
472  tf->codes[424] = 0x00000000aeec67a8UL;
473  tf->codes[425] = 0x0000000bea83aa19UL;
474  tf->codes[426] = 0x000000092eeaf8bbUL;
475  tf->codes[427] = 0x0000000a5d08d12eUL;
476  tf->codes[428] = 0x0000000819a9bf38UL;
477  tf->codes[429] = 0x0000000473d4f6c6UL;
478  tf->codes[430] = 0x0000000b192431f5UL;
479  tf->codes[431] = 0x0000000a6c92b484UL;
480  tf->codes[432] = 0x00000007046885b5UL;
481  tf->codes[433] = 0x0000000b9ab08cf7UL;
482  tf->codes[434] = 0x0000000782d94cd9UL;
483  tf->codes[435] = 0x0000000f158032faUL;
484  tf->codes[436] = 0x0000000077f5e976UL;
485  tf->codes[437] = 0x000000012dda2281UL;
486  tf->codes[438] = 0x0000000e72417123UL;
487  tf->codes[439] = 0x00000003056de487UL;
488  tf->codes[440] = 0x0000000e3de9931aUL;
489  tf->codes[441] = 0x0000000eb3079ea4UL;
490  tf->codes[442] = 0x0000000e4420bad6UL;
491  tf->codes[443] = 0x0000000439c2e4b6UL;
492  tf->codes[444] = 0x000000047da4a615UL;
493  tf->codes[445] = 0x00000000d7cfdda3UL;
494  tf->codes[446] = 0x000000056afc5107UL;
495  tf->codes[447] = 0x0000000e978c5f8bUL;
496  tf->codes[448] = 0x00000005aede1266UL;
497  tf->codes[449] = 0x0000000af1b79719UL;
498  tf->codes[450] = 0x0000000f8b1b3239UL;
499  tf->codes[451] = 0x000000075e8845dbUL;
500  tf->codes[452] = 0x0000000bf1b4b93fUL;
501  tf->codes[453] = 0x0000000fd5341b54UL;
502  tf->codes[454] = 0x0000000a2373b2d3UL;
503  tf->codes[455] = 0x00000005967e672bUL;
504  tf->codes[456] = 0x0000000a2cc66e6dUL;
505  tf->codes[457] = 0x0000000b17028581UL;
506  tf->codes[458] = 0x0000000b54ad1f24UL;
507  tf->codes[459] = 0x0000000e91d22b84UL;
508  tf->codes[460] = 0x0000000de85c41f1UL;
509  tf->codes[461] = 0x000000053d588e6fUL;
510  tf->codes[462] = 0x0000000e9e407afcUL;
511  tf->codes[463] = 0x0000000fc6272bb3UL;
512  tf->codes[464] = 0x0000000a8ca0629aUL;
513  tf->codes[465] = 0x0000000b86665d04UL;
514  tf->codes[466] = 0x000000005a58fde9UL;
515  tf->codes[467] = 0x00000001855b427eUL;
516  tf->codes[468] = 0x0000000aabb42946UL;
517  tf->codes[469] = 0x0000000e204ca78dUL;
518  tf->codes[470] = 0x000000032897267bUL;
519  tf->codes[471] = 0x00000000a78d7ae2UL;
520  tf->codes[472] = 0x000000096536a598UL;
521  tf->codes[473] = 0x0000000bf2aea0a9UL;
522  tf->codes[474] = 0x00000000c9bcd56cUL;
523  tf->codes[475] = 0x000000081eb921eaUL;
524  tf->codes[476] = 0x00000002732fe125UL;
525  tf->codes[477] = 0x00000002eb69808dUL;
526  tf->codes[478] = 0x000000061f3bd153UL;
527  tf->codes[479] = 0x00000008ddf0168fUL;
528  tf->codes[480] = 0x0000000921d1d7eeUL;
529  tf->codes[481] = 0x00000002bd48ca40UL;
530  tf->codes[482] = 0x000000083ab154b8UL;
531  tf->codes[483] = 0x00000005f436aee4UL;
532  tf->codes[484] = 0x000000093dca0abcUL;
533  tf->codes[485] = 0x000000026d75ad1eUL;
534  tf->codes[486] = 0x0000000872a1ba54UL;
535  tf->codes[487] = 0x0000000373a9f700UL;
536  tf->codes[488] = 0x000000050d931f63UL;
537  tf->codes[489] = 0x000000012d2f512cUL;
538  tf->codes[490] = 0x0000000c6efdbb59UL;
539  tf->codes[491] = 0x000000088e99ed22UL;
540  tf->codes[492] = 0x0000000903b7f8acUL;
541  tf->codes[493] = 0x0000000a9da1210fUL;
542  tf->codes[494] = 0x0000000a2eba3d41UL;
543  tf->codes[495] = 0x0000000fe9cd615cUL;
544  tf->codes[496] = 0x0000000fb8911731UL;
545  tf->codes[497] = 0x00000001cab3defcUL;
546  tf->codes[498] = 0x0000000e6289b02dUL;
547  tf->codes[499] = 0x000000066d6a35b6UL;
548  tf->codes[500] = 0x0000000b0096a91aUL;
549  tf->codes[501] = 0x0000000c9afcc532UL;
550  tf->codes[502] = 0x000000080aebe5acUL;
551  tf->codes[503] = 0x0000000d2f2e9768UL;
552  tf->codes[504] = 0x0000000cc67edb56UL;
553  tf->codes[505] = 0x0000000a51e37f35UL;
554  tf->codes[506] = 0x00000006ac0eb6c3UL;
555  tf->codes[507] = 0x00000006af2a4aa1UL;
556  tf->codes[508] = 0x0000000e76290ecbUL;
557  tf->codes[509] = 0x000000037e738db9UL;
558  tf->codes[510] = 0x000000072d9b11c5UL;
559  tf->codes[511] = 0x000000076e613f46UL;
560  tf->codes[512] = 0x00000004f073278bUL;
561  tf->codes[513] = 0x00000000e1eea307UL;
562  tf->codes[514] = 0x0000000e9e8f9111UL;
563  tf->codes[515] = 0x00000000793ee6f5UL;
564  tf->codes[516] = 0x000000017304e15fUL;
565  tf->codes[517] = 0x00000007a3361104UL;
566  tf->codes[518] = 0x0000000731339958UL;
567  tf->codes[519] = 0x00000008daa6a511UL;
568  tf->codes[520] = 0x0000000a4037ef6bUL;
569  tf->codes[521] = 0x0000000210896f2fUL;
570  tf->codes[522] = 0x0000000afc535032UL;
571  tf->codes[523] = 0x0000000e3025a0f8UL;
572  tf->codes[524] = 0x000000063e21ba5fUL;
573  tf->codes[525] = 0x00000003ebb5b8c8UL;
574  tf->codes[526] = 0x0000000f9c6b06c3UL;
575  tf->codes[527] = 0x0000000ca95ee37eUL;
576  tf->codes[528] = 0x000000081f852bb4UL;
577  tf->codes[529] = 0x0000000d6895d823UL;
578  tf->codes[530] = 0x00000007040cca75UL;
579  tf->codes[531] = 0x00000004d66ec391UL;
580  tf->codes[532] = 0x00000004a216e588UL;
581  tf->codes[533] = 0x000000051d6c18ceUL;
582  tf->codes[534] = 0x000000047711c319UL;
583  tf->codes[535] = 0x00000006ae7f794cUL;
584  tf->codes[536] = 0x00000004abe694d7UL;
585  tf->codes[537] = 0x0000000bc96f6f6eUL;
586  tf->codes[538] = 0x000000057aa76cd2UL;
587  tf->codes[539] = 0x0000000f948f2648UL;
588  tf->codes[540] = 0x000000031bcd1bc3UL;
589  tf->codes[541] = 0x000000094c7b3f1dUL;
590  tf->codes[542] = 0x000000032eef86acUL;
591  tf->codes[543] = 0x0000000668f8ff2eUL;
592  tf->codes[544] = 0x00000006de170ab8UL;
593  tf->codes[545] = 0x00000009341b93e2UL;
594  tf->codes[546] = 0x0000000974e1c163UL;
595  tf->codes[547] = 0x000000073182af6dUL;
596  tf->codes[548] = 0x00000005d85fb48bUL;
597  tf->codes[549] = 0x000000078b257bdeUL;
598  tf->codes[550] = 0x0000000173d0eb29UL;
599  tf->codes[551] = 0x00000005add785d1UL;
600  tf->codes[552] = 0x0000000af6e83240UL;
601  tf->codes[553] = 0x0000000dce79166cUL;
602  tf->codes[554] = 0x000000022716840bUL;
603  tf->codes[555] = 0x00000007b408f1d9UL;
604  tf->codes[556] = 0x0000000de43a217eUL;
605  tf->codes[557] = 0x000000036e10fb6eUL;
606  tf->codes[558] = 0x0000000ea9a83ddfUL;
607  tf->codes[559] = 0x00000004dcf50162UL;
608  tf->codes[560] = 0x00000009aab07a8bUL;
609  tf->codes[561] = 0x0000000281364431UL;
610  tf->codes[562] = 0x00000008392dd46eUL;
611  tf->codes[563] = 0x00000000945e6aceUL;
612  tf->codes[564] = 0x00000008d07b3a82UL;
613  tf->codes[565] = 0x0000000d012f1990UL;
614  tf->codes[566] = 0x0000000b7098acc7UL;
615  tf->codes[567] = 0x0000000c2fcfa16cUL;
616  tf->codes[568] = 0x00000001e7c731a9UL;
617  tf->codes[569] = 0x0000000f16ea68eeUL;
618  tf->codes[570] = 0x00000002fa69cb03UL;
619  tf->codes[571] = 0x00000004cee1f92bUL;
620  tf->codes[572] = 0x00000001e20cfda2UL;
621  tf->codes[573] = 0x00000009e9d1ef4dUL;
622  tf->codes[574] = 0x0000000e83358a6dUL;
623  tf->codes[575] = 0x000000059a873d48UL;
624  tf->codes[576] = 0x0000000a6842b671UL;
625  tf->codes[577] = 0x00000006885bdbefUL;
626  tf->codes[578] = 0x000000073e4014faUL;
627  tf->codes[579] = 0x00000007b9954840UL;
628  tf->codes[580] = 0x0000000548157ffdUL;
629  tf->codes[581] = 0x00000008853a8c5dUL;
630  tf->codes[582] = 0x0000000eb8874fe0UL;
631  tf->codes[583] = 0x0000000b25d4f257UL;
632  tf->codes[584] = 0x000000036b447da5UL;
633  tf->codes[585] = 0x000000071d87958fUL;
634  tf->codes[586] = 0x0000000eedd91553UL;
635  tf->codes[587] = 0x00000004af23612aUL;
636  tf->codes[588] = 0x0000000278329eacUL;
637  tf->codes[589] = 0x0000000191121b76UL;
638  tf->codes[590] = 0x00000006e691175dUL;
639  tf->codes[591] = 0x00000000bd140329UL;
640  tf->codes[592] = 0x00000006ed4532ceUL;
641  tf->codes[593] = 0x0000000d5e3c8ff4UL;
642  tf->codes[594] = 0x0000000e26c64033UL;
643  tf->codes[595] = 0x0000000494a2097bUL;
644  tf->codes[596] = 0x0000000f5e36d440UL;
645  tf->codes[597] = 0x0000000b7818d202UL;
646  tf->codes[598] = 0x0000000a63548c34UL;
647  tf->codes[599] = 0x0000000682f0bdfdUL;
648  tf->codes[600] = 0x00000003d3c65c17UL;
649  tf->codes[601] = 0x00000004c4399ae7UL;
650  tf->codes[602] = 0x00000006b18e67ffUL;
651  tf->codes[603] = 0x00000004778211a3UL;
652  tf->codes[604] = 0x00000004089b2dd5UL;
653  tf->codes[605] = 0x000000021edee850UL;
654  tf->codes[606] = 0x0000000739cede72UL;
655  tf->codes[607] = 0x0000000858dfc744UL;
656  tf->codes[608] = 0x00000004bc5dba6cUL;
657  tf->codes[609] = 0x000000021cbd3bdcUL;
658  tf->codes[610] = 0x0000000ac83de313UL;
659  tf->codes[611] = 0x00000006135f08daUL;
660  tf->codes[612] = 0x0000000d3a3a9f0bUL;
661  tf->codes[613] = 0x0000000eb2716099UL;
662  tf->codes[614] = 0x000000040b88e413UL;
663  tf->codes[615] = 0x0000000992442a25UL;
664  tf->codes[616] = 0x0000000c639de695UL;
665  tf->codes[617] = 0x0000000683bcc7c7UL;
666  tf->codes[618] = 0x00000006245fc74fUL;
667  tf->codes[619] = 0x0000000543766bd5UL;
668  tf->codes[620] = 0x0000000375356569UL;
669  tf->codes[621] = 0x0000000fa45b7a88UL;
670  tf->codes[622] = 0x00000009f29b1207UL;
671  tf->codes[623] = 0x0000000ba245457cUL;
672  tf->codes[624] = 0x00000005b98e5ec9UL;
673  tf->codes[625] = 0x0000000204aca6b6UL;
674  tf->codes[626] = 0x0000000d52e9605bUL;
675  tf->codes[627] = 0x0000000504a40d28UL;
676  tf->codes[628] = 0x0000000ab6e1695eUL;
677  tf->codes[629] = 0x0000000a26481ebbUL;
678  tf->codes[630] = 0x00000009455ec341UL;
679  tf->codes[631] = 0x00000002f05f98e9UL;
680  tf->codes[632] = 0x0000000ead83365cUL;
681  tf->codes[633] = 0x0000000b928d8486UL;
682  tf->codes[634] = 0x00000007b860de0bUL;
683  tf->codes[635] = 0x0000000964ef7da2UL;
684  tf->codes[636] = 0x00000002422962b9UL;
685  tf->codes[637] = 0x000000028f5ddfb2UL;
686  tf->codes[638] = 0x00000008c5c63713UL;
687  tf->codes[639] = 0x00000009068c6494UL;
688  tf->codes[640] = 0x000000050aad5744UL;
689  tf->codes[641] = 0x000000093e7cca30UL;
690  tf->codes[642] = 0x00000009825e8b8fUL;
691  tf->codes[643] = 0x00000003a8b4947dUL;
692  tf->codes[644] = 0x0000000fa06737b5UL;
693  tf->codes[645] = 0x0000000cb9c963e8UL;
694  tf->codes[646] = 0x000000091a2bc332UL;
695  tf->codes[647] = 0x0000000284666b59UL;
696  tf->codes[648] = 0x0000000ceb82a1c8UL;
697  tf->codes[649] = 0x0000000a2fe9f06aUL;
698  tf->codes[650] = 0x000000006fa50365UL;
699  tf->codes[651] = 0x000000019aa747faUL;
700  tf->codes[652] = 0x0000000a6e117dc2UL;
701  tf->codes[653] = 0x00000002b3810910UL;
702  tf->codes[654] = 0x0000000ff7e857b2UL;
703  tf->codes[655] = 0x0000000048b55c3eUL;
704  tf->codes[656] = 0x0000000975456ac2UL;
705  tf->codes[657] = 0x0000000ad200ed37UL;
706  tf->codes[658] = 0x0000000e4d4d86efUL;
707  tf->codes[659] = 0x0000000b3ec62491UL;
708  tf->codes[660] = 0x00000008cd465c4eUL;
709  tf->codes[661] = 0x00000008a2be2d94UL;
710  tf->codes[662] = 0x00000005a9f7d648UL;
711  tf->codes[663] = 0x000000059e067a85UL;
712  tf->codes[664] = 0x0000000b5c35327eUL;
713  tf->codes[665] = 0x0000000c4ca8714eUL;
714  tf->codes[666] = 0x00000000e927a04cUL;
715  tf->codes[667] = 0x0000000f71eac628UL;
716  tf->codes[668] = 0x0000000109354e62UL;
717  tf->codes[669] = 0x00000001037b1a5bUL;
718  tf->codes[670] = 0x000000026c27f893UL;
719  tf->codes[671] = 0x00000003597fa385UL;
720  tf->codes[672] = 0x0000000ee24b62efUL;
721  tf->codes[673] = 0x00000004b31f921cUL;
722  tf->codes[674] = 0x0000000650244e5dUL;
723  tf->codes[675] = 0x0000000cfec64526UL;
724  tf->codes[676] = 0x0000000cd4bb0a21UL;
725  tf->codes[677] = 0x0000000648c56197UL;
726  tf->codes[678] = 0x0000000bd95056f8UL;
727  tf->codes[679] = 0x0000000983c8c183UL;
728  tf->codes[680] = 0x0000000ddc662f22UL;
729  tf->codes[681] = 0x00000005631bb980UL;
730  tf->codes[682] = 0x00000001203f56f3UL;
731  tf->codes[683] = 0x00000006a0c37549UL;
732  tf->codes[684] = 0x0000000a59baa8a4UL;
733  tf->codes[685] = 0x00000006a23a5068UL;
734  tf->codes[686] = 0x0000000ad609c354UL;
735  tf->codes[687] = 0x0000000f6f6d5e74UL;
736  tf->codes[688] = 0x000000036bc95f79UL;
737  tf->codes[689] = 0x0000000424c92c62UL;
738  tf->codes[690] = 0x00000003692abf50UL;
739  tf->codes[691] = 0x00000000a4bc460dUL;
740  tf->codes[692] = 0x00000001b4434b89UL;
741  tf->codes[693] = 0x00000004eb31302dUL;
742  tf->codes[694] = 0x00000009a3a891f9UL;
743  tf->codes[695] = 0x000000093af8d5e7UL;
744  tf->codes[696] = 0x0000000ef60bfa02UL;
745  tf->codes[697] = 0x0000000607a378d6UL;
746  tf->codes[698] = 0x00000005a5a7d835UL;
747  tf->codes[699] = 0x0000000536c0f467UL;
748  tf->codes[700] = 0x000000011f66a7feUL;
749  tf->codes[701] = 0x000000074c7c43c5UL;
750  tf->codes[702] = 0x000000066eae7c29UL;
751  tf->codes[703] = 0x0000000f5a785d2cUL;
752  tf->codes[704] = 0x0000000d3948a5c0UL;
753  tf->codes[705] = 0x0000000ec1094aa4UL;
754  tf->codes[706] = 0x0000000fcad61c19UL;
755  tf->codes[707] = 0x000000049ca7108aUL;
756  tf->codes[708] = 0x000000077437f4b6UL;
757  tf->codes[709] = 0x0000000553083d4aUL;
758  tf->codes[710] = 0x00000005c26c14cdUL;
759  tf->codes[711] = 0x00000006eb4caceeUL;
760  tf->codes[712] = 0x0000000e8aded63cUL;
761  tf->codes[713] = 0x0000000132aa4b5cUL;
762  tf->codes[714] = 0x000000057603a19eUL;
763  tf->codes[715] = 0x0000000ee359dda3UL;
764  tf->codes[716] = 0x0000000d0f5ea330UL;
765  tf->codes[717] = 0x000000046b0f0b1fUL;
766  tf->codes[718] = 0x0000000d47cbfc81UL;
767  tf->codes[719] = 0x00000003ed1b37b0UL;
768  tf->codes[720] = 0x00000004c8c752d8UL;
769  tf->codes[721] = 0x0000000ac202044bUL;
770  tf->codes[722] = 0x0000000207f16128UL;
771  tf->codes[723] = 0x000000053f5c3981UL;
772  tf->codes[724] = 0x000000070e1a33a2UL;
773  tf->codes[725] = 0x0000000ed8348baaUL;
774  tf->codes[726] = 0x0000000798f94a3eUL;
775  tf->codes[727] = 0x00000008896c890eUL;
776  tf->codes[728] = 0x0000000521425a3fUL;
777  tf->codes[729] = 0x0000000c8329e9eaUL;
778  tf->codes[730] = 0x000000041f238ba5UL;
779  tf->codes[731] = 0x00000001093d3c81UL;
780  tf->codes[732] = 0x0000000cab628e90UL;
781  tf->codes[733] = 0x0000000a1b4bf356UL;
782  tf->codes[734] = 0x000000092eee2fceUL;
783  tf->codes[735] = 0x000000059d35b9afUL;
784  tf->codes[736] = 0x00000002176e9f53UL;
785  tf->codes[737] = 0x00000007c9abfb89UL;
786  tf->codes[738] = 0x0000000b06d107e9UL;
787  tf->codes[739] = 0x0000000e94c318d5UL;
788  tf->codes[740] = 0x00000002f397ae30UL;
789  tf->codes[741] = 0x0000000d7e5a1a48UL;
790  tf->codes[742] = 0x000000098c4abc47UL;
791  tf->codes[743] = 0x0000000574737c29UL;
792  tf->codes[744] = 0x0000000d7f5401b2UL;
793  tf->codes[745] = 0x0000000852b87bc6UL;
794  tf->codes[746] = 0x00000001180fa957UL;
795  tf->codes[747] = 0x0000000501c63328UL;
796  tf->codes[748] = 0x0000000fd28c0d13UL;
797  tf->codes[749] = 0x0000000f764aa079UL;
798  tf->codes[750] = 0x0000000c8a6f8c5aUL;
799  tf->codes[751] = 0x0000000975b10240UL;
800  tf->codes[752] = 0x00000006bd33e4c0UL;
801  tf->codes[753] = 0x0000000a1113e39cUL;
802  tf->codes[754] = 0x0000000abcfa8fb8UL;
803  tf->codes[755] = 0x0000000149ea1facUL;
804  tf->codes[756] = 0x0000000f6443556fUL;
805  tf->codes[757] = 0x0000000959da07e7UL;
806  tf->codes[758] = 0x00000004721a2ac4UL;
807  tf->codes[759] = 0x000000030bde0f15UL;
808  tf->codes[760] = 0x0000000c7c4fdef8UL;
809  tf->codes[761] = 0x0000000b7feb4465UL;
810  tf->codes[762] = 0x000000056675073cUL;
811  tf->codes[763] = 0x000000096f3f57b9UL;
812  tf->codes[764] = 0x0000000876f0386eUL;
813  tf->codes[765] = 0x0000000393f0a7e8UL;
814  tf->codes[766] = 0x000000032b40ebd6UL;
815  tf->codes[767] = 0x000000010a11346aUL;
816  tf->codes[768] = 0x0000000fb81f48aeUL;
817  tf->codes[769] = 0x00000000a892877eUL;
818  tf->codes[770] = 0x000000086f636e08UL;
819  tf->codes[771] = 0x00000004fbc4d72bUL;
820  tf->codes[772] = 0x0000000561d5f314UL;
821  tf->codes[773] = 0x0000000ca18e2835UL;
822  tf->codes[774] = 0x00000007e6f519f5UL;
823  tf->codes[775] = 0x00000008b94e7983UL;
824  tf->codes[776] = 0x0000000619adfaf3UL;
825  tf->codes[777] = 0x00000004c9ddbbabUL;
826  tf->codes[778] = 0x0000000cb6a461f2UL;
827  tf->codes[779] = 0x00000000f6e22456UL;
828  tf->codes[780] = 0x0000000858c9b401UL;
829  tf->codes[781] = 0x000000092dc1b3b8UL;
830  tf->codes[782] = 0x00000003a783615bUL;
831  tf->codes[783] = 0x0000000c74b66f67UL;
832  tf->codes[784] = 0x0000000ea90891bcUL;
833  tf->codes[785] = 0x000000031a829e4bUL;
834  tf->codes[786] = 0x00000007bd38f505UL;
835  tf->codes[787] = 0x0000000b4476ea80UL;
836  tf->codes[788] = 0x00000001af371feaUL;
837  tf->codes[789] = 0x000000084894ff56UL;
838  tf->codes[790] = 0x00000000537584dfUL;
839  tf->codes[791] = 0x0000000d4ebdd1d0UL;
840  tf->codes[792] = 0x0000000b43cc192bUL;
841  tf->codes[793] = 0x000000076700d287UL;
842  tf->codes[794] = 0x0000000aaad9fa58UL;
843  tf->codes[795] = 0x0000000fa511710fUL;
844  tf->codes[796] = 0x00000006e54699e5UL;
845  tf->codes[797] = 0x00000006d73391aeUL;
846  tf->codes[798] = 0x00000003c2f1fb49UL;
847  tf->codes[799] = 0x00000004fbd96a75UL;
848  tf->codes[800] = 0x0000000252e6304bUL;
849  tf->codes[801] = 0x0000000e72826214UL;
850  tf->codes[802] = 0x00000008fe6c9336UL;
851  tf->codes[803] = 0x0000000326397743UL;
852  tf->codes[804] = 0x00000000e03bc524UL;
853  tf->codes[805] = 0x0000000dedac9594UL;
854  tf->codes[806] = 0x000000004ff19096UL;
855  tf->codes[807] = 0x0000000409b4cdbbUL;
856  tf->codes[808] = 0x0000000b15921888UL;
857  tf->codes[809] = 0x0000000a259bcd6dUL;
858  tf->codes[810] = 0x000000043c67f305UL;
859  tf->codes[811] = 0x00000001dc65dcecUL;
860  tf->codes[812] = 0x00000001730b4f85UL;
861  tf->codes[813] = 0x0000000f8a48f16aUL;
862  tf->codes[814] = 0x000000057a30e743UL;
863  tf->codes[815] = 0x000000005afd9839UL;
864  tf->codes[816] = 0x0000000682d5f3aeUL;
865  tf->codes[817] = 0x00000000b694337eUL;
866  tf->codes[818] = 0x0000000758c7dacfUL;
867  tf->codes[819] = 0x000000018fa1ae7dUL;
868  tf->codes[820] = 0x00000005ba9b5984UL;
869  tf->codes[821] = 0x000000032e1d45ddUL;
870  tf->codes[822] = 0x0000000672f05518UL;
871  tf->codes[823] = 0x0000000382ffc5b1UL;
872  tf->codes[824] = 0x00000008f0b08f33UL;
873  tf->codes[825] = 0x0000000b4a4d9ff0UL;
874  tf->codes[826] = 0x000000053ba0f980UL;
875  tf->codes[827] = 0x00000002ac0751fbUL;
876  tf->codes[828] = 0x0000000ab005de73UL;
877  tf->codes[829] = 0x000000061ab7be9bUL;
878  tf->codes[830] = 0x000000063078c9adUL;
879  tf->codes[831] = 0x000000027659d148UL;
880  tf->codes[832] = 0x0000000c653c684fUL;
881  tf->codes[833] = 0x0000000ecee05017UL;
882  tf->codes[834] = 0x000000024378ce5eUL;
883  tf->codes[835] = 0x0000000d0f7e5bacUL;
884  tf->codes[836] = 0x00000008b4bf4199UL;
885  tf->codes[837] = 0x0000000b7aa495fbUL;
886  tf->codes[838] = 0x0000000f3d6b78a5UL;
887  tf->codes[839] = 0x000000098bab1024UL;
888  tf->codes[840] = 0x00000006b4971fadUL;
889  tf->codes[841] = 0x00000000723d6c89UL;
890  tf->codes[842] = 0x0000000a17071a75UL;
891  tf->codes[843] = 0x0000000d55a301f4UL;
892  tf->codes[844] = 0x0000000988de925bUL;
893  tf->codes[845] = 0x00000007ca276f45UL;
894  tf->codes[846] = 0x0000000321b6e484UL;
895  tf->codes[847] = 0x0000000316149ed6UL;
896  tf->codes[848] = 0x0000000b8dba5bb9UL;
897  tf->codes[849] = 0x0000000aad4df3f4UL;
898  tf->codes[850] = 0x0000000178e204f5UL;
899  tf->codes[851] = 0x000000095cd2e357UL;
900  tf->codes[852] = 0x000000073fb8a733UL;
901  tf->codes[853] = 0x000000084ca10c86UL;
902  tf->codes[854] = 0x000000089498492dUL;
903  tf->codes[855] = 0x00000005b9bdf383UL;
904  tf->codes[856] = 0x000000066c58bb10UL;
905  tf->codes[857] = 0x0000000f153ac21eUL;
906  tf->codes[858] = 0x00000007ca5d3b04UL;
907  tf->codes[859] = 0x0000000637a521c7UL;
908  tf->codes[860] = 0x0000000b5ed589c1UL;
909  tf->codes[861] = 0x0000000d0a3c644eUL;
910  tf->codes[862] = 0x00000003d5d0754fUL;
911  tf->codes[863] = 0x0000000c6b901174UL;
912  tf->codes[864] = 0x00000003e96fd3edUL;
913  tf->codes[865] = 0x000000079c2fdf8cUL;
914  tf->codes[866] = 0x00000006594ae371UL;
915  tf->codes[867] = 0x00000003504fd77aUL;
916  tf->codes[868] = 0x000000032b81dcc7UL;
917  tf->codes[869] = 0x000000057b4f3e35UL;
918  tf->codes[870] = 0x00000004c9808072UL;
919  tf->codes[871] = 0x0000000a06c10993UL;
920  tf->codes[872] = 0x0000000b059666afUL;
921  tf->codes[873] = 0x000000072b69c034UL;
922  tf->codes[874] = 0x0000000e33ae836eUL;
923  tf->codes[875] = 0x0000000ad6cadf0dUL;
924  tf->codes[876] = 0x000000019573ace1UL;
925  tf->codes[877] = 0x0000000d562fd1e7UL;
926  tf->codes[878] = 0x0000000847804d9dUL;
927  tf->codes[879] = 0x00000009e32f6734UL;
928  tf->codes[880] = 0x00000002355c580fUL;
929  tf->codes[881] = 0x00000002f177b8d6UL;
930  tf->codes[882] = 0x0000000d689ac650UL;
931  tf->codes[883] = 0x0000000071b70abcUL;
932  tf->codes[884] = 0x0000000254915730UL;
933  tf->codes[885] = 0x0000000c5934f949UL;
934  tf->codes[886] = 0x0000000134d59d09UL;
935  tf->codes[887] = 0x00000002c731fb06UL;
936  tf->codes[888] = 0x0000000d90c6c5cbUL;
937  tf->codes[889] = 0x0000000cc3f9bca4UL;
938  tf->codes[890] = 0x0000000bf078980cUL;
939  tf->codes[891] = 0x000000080838e95aUL;
940  tf->codes[892] = 0x00000005ccd6f054UL;
941  tf->codes[893] = 0x00000000378bae56UL;
942  tf->codes[894] = 0x00000008d1ddb978UL;
943  tf->codes[895] = 0x000000093b875cf4UL;
944  tf->codes[896] = 0x0000000e2ce90bc6UL;
945  tf->codes[897] = 0x0000000ec291b91bUL;
946  tf->codes[898] = 0x0000000d0a11bdc1UL;
947  tf->codes[899] = 0x0000000751be7244UL;
948  tf->codes[900] = 0x0000000579fcd29eUL;
949  tf->codes[901] = 0x0000000f76e5ccb1UL;
950  tf->codes[902] = 0x0000000eb33da184UL;
951  tf->codes[903] = 0x0000000c0ac75b0fUL;
952  tf->codes[904] = 0x000000015454fb33UL;
953  tf->codes[905] = 0x00000008b92a411cUL;
954  tf->codes[906] = 0x00000007da34b476UL;
955  tf->codes[907] = 0x00000004f413d45eUL;
956  tf->codes[908] = 0x000000010ec1dbeaUL;
957  tf->codes[909] = 0x0000000650739b93UL;
958  tf->codes[910] = 0x0000000315e08a31UL;
959  tf->codes[911] = 0x0000000d4fd5f1bdUL;
960  tf->codes[912] = 0x0000000b5058a126UL;
961  tf->codes[913] = 0x000000020d5cb63bUL;
962  tf->codes[914] = 0x0000000c1598dfe7UL;
963  tf->codes[915] = 0x0000000a0a2a338dUL;
964  tf->codes[916] = 0x0000000e29af7686UL;
965  tf->codes[917] = 0x000000083fd0cac9UL;
966  tf->codes[918] = 0x000000014a8094d8UL;
967  tf->codes[919] = 0x0000000816e0afa3UL;
968  tf->codes[920] = 0x0000000499ef5d2cUL;
969  tf->codes[921] = 0x0000000bddbd0d95UL;
970  tf->codes[922] = 0x0000000a30839ca9UL;
971  tf->codes[923] = 0x00000004fd33fb4cUL;
972  tf->codes[924] = 0x0000000ef63557b7UL;
973  tf->codes[925] = 0x0000000535f06ab2UL;
974  tf->codes[926] = 0x00000000d47d352eUL;
975  tf->codes[927] = 0x0000000a371e6dc4UL;
976  tf->codes[928] = 0x00000008ac914b17UL;
977  tf->codes[929] = 0x00000006ba9d69d7UL;
978  tf->codes[930] = 0x0000000096da89aaUL;
979  tf->codes[931] = 0x000000065bbd5d14UL;
980  tf->codes[932] = 0x0000000d41d2c5c4UL;
981  tf->codes[933] = 0x000000052a283583UL;
982  tf->codes[934] = 0x00000004c1f56d26UL;
983  tf->codes[935] = 0x000000086cd9984aUL;
984  tf->codes[936] = 0x000000026cbcedc6UL;
985  tf->codes[937] = 0x00000001aa0eaa03UL;
986  tf->codes[938] = 0x0000000b95d5ad2cUL;
987  tf->codes[939] = 0x0000000e2eb56b20UL;
988  tf->codes[940] = 0x0000000ff49d9d5cUL;
989  tf->codes[941] = 0x0000000cce338378UL;
990  tf->codes[942] = 0x0000000330e9fac7UL;
991  tf->codes[943] = 0x0000000e2f53974aUL;
992  tf->codes[944] = 0x0000000668d1c6d5UL;
993  tf->codes[945] = 0x0000000eca0ba751UL;
994  tf->codes[946] = 0x00000008d48ab5e6UL;
995  tf->codes[947] = 0x0000000d205e18cdUL;
996  tf->codes[948] = 0x00000001c391633cUL;
997  tf->codes[949] = 0x0000000ef5d02e5fUL;
998  tf->codes[950] = 0x0000000d12bb5f20UL;
999  tf->codes[951] = 0x0000000323215199UL;
1000  tf->codes[952] = 0x000000088f5b3ffcUL;
1001  tf->codes[953] = 0x0000000931445f29UL;
1002  tf->codes[954] = 0x0000000b893cb727UL;
1003  tf->codes[955] = 0x000000032851ecc0UL;
1004  tf->codes[956] = 0x000000080b44d81bUL;
1005  tf->codes[957] = 0x00000005aa48da98UL;
1006  tf->codes[958] = 0x000000046d1e1284UL;
1007  tf->codes[959] = 0x00000004c837ba14UL;
1008  tf->codes[960] = 0x0000000eb22c26deUL;
1009  tf->codes[961] = 0x0000000e51e9d246UL;
1010  tf->codes[962] = 0x00000008d03deee6UL;
1011  tf->codes[963] = 0x00000005af8e0909UL;
1012  tf->codes[964] = 0x0000000bde9773a4UL;
1013  tf->codes[965] = 0x0000000bf611cabfUL;
1014  tf->codes[966] = 0x0000000d24ac96e7UL;
1015  tf->codes[967] = 0x00000009fe919318UL;
1016  tf->codes[968] = 0x000000050d0206a6UL;
1017  tf->codes[969] = 0x0000000b43b9741cUL;
1018  tf->codes[970] = 0x0000000ba48d4fb3UL;
1019  tf->codes[971] = 0x00000006bccd7290UL;
1020  tf->codes[972] = 0x00000008bc6bfb9cUL;
1021  tf->codes[973] = 0x0000000e5a036c9fUL;
1022  tf->codes[974] = 0x0000000a80a2cfeeUL;
1023  tf->codes[975] = 0x0000000c193655a7UL;
1024  tf->codes[976] = 0x00000007c8e5170dUL;
1025  tf->codes[977] = 0x00000006141edbbbUL;
1026  tf->codes[978] = 0x00000004d6b990dcUL;
1027  tf->codes[979] = 0x0000000cc49b5702UL;
1028  tf->codes[980] = 0x00000002343fef58UL;
1029  tf->codes[981] = 0x0000000d50cb593cUL;
1030  tf->codes[982] = 0x00000004248a60cdUL;
1031  tf->codes[983] = 0x0000000901cfbd4cUL;
1032  tf->codes[984] = 0x000000064a4c8736UL;
1033  tf->codes[985] = 0x00000001b2dcbaeaUL;
1034  tf->codes[986] = 0x0000000d691e5f4cUL;
1035  tf->codes[987] = 0x0000000df352a493UL;
1036  tf->codes[988] = 0x00000001991ac7daUL;
1037  tf->codes[989] = 0x00000004c4879f45UL;
1038  tf->codes[990] = 0x00000009b34aadeeUL;
1039  tf->codes[991] = 0x000000052bb3db0dUL;
1040  tf->codes[992] = 0x00000007b9a8c9d3UL;
1041  tf->codes[993] = 0x0000000d7ce6e47eUL;
1042  tf->codes[994] = 0x0000000ec0b922d8UL;
1043  tf->codes[995] = 0x00000008079cab6bUL;
1044  tf->codes[996] = 0x0000000abadc8899UL;
1045  tf->codes[997] = 0x00000000f57b93b7UL;
1046  tf->codes[998] = 0x000000005c4ef219UL;
1047  tf->codes[999] = 0x0000000d7a438d49UL;
1048  tf->codes[1000] = 0x0000000f55ecca97UL;
1049  tf->codes[1001] = 0x0000000d07899f1dUL;
1050  tf->codes[1002] = 0x0000000260947d6cUL;
1051  tf->codes[1003] = 0x0000000ffbd21ab6UL;
1052  tf->codes[1004] = 0x0000000d04ff923eUL;
1053  tf->codes[1005] = 0x0000000964b72033UL;
1054  tf->codes[1006] = 0x000000031ac3fd7eUL;
1055  tf->codes[1007] = 0x0000000d2c52e2c4UL;
1056  tf->codes[1008] = 0x0000000799a640efUL;
1057  tf->codes[1009] = 0x000000098dd061edUL;
1058  tf->codes[1010] = 0x00000005cb2ab7b8UL;
1059  tf->codes[1011] = 0x000000072f3881c8UL;
1060  tf->codes[1012] = 0x0000000e65ed1164UL;
1061  tf->codes[1013] = 0x000000034fa0bd5bUL;
1062  tf->codes[1014] = 0x000000064f9823cdUL;
1063  tf->codes[1015] = 0x00000003797e1ac0UL;
1064  tf->codes[1016] = 0x00000002fb8a4751UL;
1065  tf->codes[1017] = 0x00000006f347342eUL;
1066  tf->codes[1018] = 0x000000022dd7ea0aUL;
1067  tf->codes[1019] = 0x0000000b19b65e57UL;
1068  tf->codes[1020] = 0x000000044fe83e8aUL;
1069  tf->codes[1021] = 0x000000007732732eUL;
1070  tf->codes[1022] = 0x000000064de20ed7UL;
1071  tf->codes[1023] = 0x000000006c9ea834UL;
1072  tf->codes[1024] = 0x00000008ce066650UL;
1073  tf->codes[1025] = 0x0000000c2a685ff0UL;
1074  tf->codes[1026] = 0x000000064f19b01fUL;
1075  tf->codes[1027] = 0x0000000491ab8a88UL;
1076  tf->codes[1028] = 0x000000041212fe5aUL;
1077  tf->codes[1029] = 0x00000006f9916f3bUL;
1078  tf->codes[1030] = 0x0000000694f72e71UL;
1079  tf->codes[1031] = 0x0000000ad7a5b35eUL;
1080  tf->codes[1032] = 0x0000000f62795292UL;
1081  tf->codes[1033] = 0x0000000c8cdc3d3aUL;
1082  tf->codes[1034] = 0x0000000fbc6b3518UL;
1083  tf->codes[1035] = 0x000000067b631901UL;
1084  tf->codes[1036] = 0x00000005b5ba79d5UL;
1085  tf->codes[1037] = 0x0000000f4fadebddUL;
1086  tf->codes[1038] = 0x0000000ac7c802e7UL;
1087  tf->codes[1039] = 0x0000000385712d9dUL;
1088  tf->codes[1040] = 0x000000064bd375b4UL;
1089  tf->codes[1041] = 0x0000000c9a11df70UL;
1090  tf->codes[1042] = 0x000000088355bf31UL;
1091  tf->codes[1043] = 0x0000000606ffbb0aUL;
1092  tf->codes[1044] = 0x0000000bda93c2d5UL;
1093  tf->codes[1045] = 0x00000007c5f94f0aUL;
1094  tf->codes[1046] = 0x000000076fe26501UL;
1095  tf->codes[1047] = 0x00000005d8b9153cUL;
1096  tf->codes[1048] = 0x0000000886bbb218UL;
1097  tf->codes[1049] = 0x0000000acee2fecaUL;
1098  tf->codes[1050] = 0x00000002ad19a925UL;
1099  tf->codes[1051] = 0x000000083b97855cUL;
1100  tf->codes[1052] = 0x0000000d36608312UL;
1101  tf->codes[1053] = 0x00000008ac60dbc7UL;
1102  tf->codes[1054] = 0x00000000885c8f58UL;
1103  tf->codes[1055] = 0x00000008abbdf891UL;
1104  tf->codes[1056] = 0x0000000ea1602271UL;
1105  tf->codes[1057] = 0x0000000ad654fee1UL;
1106  tf->codes[1058] = 0x00000006c461195eUL;
1107  tf->codes[1059] = 0x00000005eeb1a327UL;
1108  tf->codes[1060] = 0x000000018d743962UL;
1109  tf->codes[1061] = 0x00000001fc7c55a5UL;
1110  tf->codes[1062] = 0x0000000aba749670UL;
1111  tf->codes[1063] = 0x00000009c9a59c60UL;
1112  tf->codes[1064] = 0x00000006e5bafc06UL;
1113  tf->codes[1065] = 0x000000096977db12UL;
1114  tf->codes[1066] = 0x0000000a97b6ebfaUL;
1115  tf->codes[1067] = 0x000000063d2d9da6UL;
1116  tf->codes[1068] = 0x0000000fab00cd60UL;
1117  tf->codes[1069] = 0x0000000d7bdf4632UL;
1118  tf->codes[1070] = 0x0000000f83878d59UL;
1119  tf->codes[1071] = 0x0000000b1c2c462eUL;
1120  tf->codes[1072] = 0x000000014e5144a7UL;
1121  tf->codes[1073] = 0x0000000f4a909b28UL;
1122  tf->codes[1074] = 0x0000000e979a185bUL;
1123  tf->codes[1075] = 0x0000000908090a64UL;
1124  tf->codes[1076] = 0x000000099eccd798UL;
1125  tf->codes[1077] = 0x0000000348780a96UL;
1126  tf->codes[1078] = 0x0000000fdc7ad169UL;
1127  tf->codes[1079] = 0x0000000a600c2e5bUL;
1128  tf->codes[1080] = 0x0000000b0968cd98UL;
1129  tf->codes[1081] = 0x00000001a45ec098UL;
1130  tf->codes[1082] = 0x000000099118c1b4UL;
1131  tf->codes[1083] = 0x00000008afa5cd5aUL;
1132  tf->codes[1084] = 0x00000001db7e655eUL;
1133  tf->codes[1085] = 0x00000009f637e452UL;
1134  tf->codes[1086] = 0x00000009568504e3UL;
1135  tf->codes[1087] = 0x0000000045b2a662UL;
1136  tf->codes[1088] = 0x0000000f2a1455a2UL;
1137  tf->codes[1089] = 0x00000006c1ca9e75UL;
1138  tf->codes[1090] = 0x000000030a4a4639UL;
1139  tf->codes[1091] = 0x0000000c6c2c1a30UL;
1140  tf->codes[1092] = 0x000000087500b452UL;
1141  tf->codes[1093] = 0x00000005e338bb2eUL;
1142  tf->codes[1094] = 0x0000000d9dd11dffUL;
1143  tf->codes[1095] = 0x00000008c4b5d012UL;
1144  tf->codes[1096] = 0x00000008191194e0UL;
1145  tf->codes[1097] = 0x0000000dd11db867UL;
1146  tf->codes[1098] = 0x0000000c67c151ceUL;
1147  tf->codes[1099] = 0x00000005cb1a00e4UL;
1148  tf->codes[1100] = 0x0000000098b7a1c6UL;
1149  tf->codes[1101] = 0x0000000369f35cd4UL;
1150  tf->codes[1102] = 0x0000000ca2190bdbUL;
1151  tf->codes[1103] = 0x00000006e14bb3b9UL;
1152  tf->codes[1104] = 0x00000008d5692f8cUL;
1153  tf->codes[1105] = 0x0000000ca4b2f4f8UL;
1154  tf->codes[1106] = 0x0000000787f06877UL;
1155  tf->codes[1107] = 0x00000008acbb8550UL;
1156  tf->codes[1108] = 0x0000000535f4b56aUL;
1157  tf->codes[1109] = 0x0000000f4caf7ecbUL;
1158  tf->codes[1110] = 0x0000000d4615b258UL;
1159  tf->codes[1111] = 0x0000000347ca7070UL;
1160  tf->codes[1112] = 0x00000003c798c85dUL;
1161  tf->codes[1113] = 0x0000000460506465UL;
1162  tf->codes[1114] = 0x0000000870d0a5dcUL;
1163  tf->codes[1115] = 0x00000006510b2464UL;
1164  tf->codes[1116] = 0x0000000d1dba5544UL;
1165  tf->codes[1117] = 0x0000000d57789a33UL;
1166  tf->codes[1118] = 0x0000000e2417c5baUL;
1167  tf->codes[1119] = 0x0000000b5ff8628cUL;
1168  tf->codes[1120] = 0x0000000a3bb22787UL;
1169  tf->codes[1121] = 0x0000000a16b64f34UL;
1170  tf->codes[1122] = 0x0000000421e81d3dUL;
1171  tf->codes[1123] = 0x000000035b4596a7UL;
1172  tf->codes[1124] = 0x00000008d7a2dd7eUL;
1173  tf->codes[1125] = 0x000000050b2d83faUL;
1174  tf->codes[1126] = 0x00000009ea87e7c2UL;
1175  tf->codes[1127] = 0x0000000d5055e752UL;
1176  tf->codes[1128] = 0x0000000f96aa9da5UL;
1177  tf->codes[1129] = 0x0000000b096e2a07UL;
1178  tf->codes[1130] = 0x000000049970b44bUL;
1179  tf->codes[1131] = 0x0000000867fb1518UL;
1180  tf->codes[1132] = 0x00000005d0f5dba2UL;
1181  tf->codes[1133] = 0x00000001b191d11eUL;
1182  tf->codes[1134] = 0x00000008e839bb8fUL;
1183  tf->codes[1135] = 0x00000001cd4aca15UL;
1184  tf->codes[1136] = 0x0000000971ec5615UL;
1185  tf->codes[1137] = 0x00000007d72a7ebdUL;
1186  tf->codes[1138] = 0x00000008b1253bfbUL;
1187  tf->codes[1139] = 0x0000000e11de1d25UL;
1188  tf->codes[1140] = 0x00000000a7566839UL;
1189  tf->codes[1141] = 0x0000000f4f3542e0UL;
1190  tf->codes[1142] = 0x00000001ea791e32UL;
1191  tf->codes[1143] = 0x000000032a84f759UL;
1192  tf->codes[1144] = 0x0000000646f1844eUL;
1193  tf->codes[1145] = 0x000000042af26809UL;
1194  tf->codes[1146] = 0x00000001f4b464ffUL;
1195  tf->codes[1147] = 0x0000000da684d2d9UL;
1196  tf->codes[1148] = 0x0000000d854f5fb9UL;
1197  tf->codes[1149] = 0x00000004d4d3e91aUL;
1198  tf->codes[1150] = 0x00000005af3ef4e2UL;
1199  tf->codes[1151] = 0x00000008a1ef5ce7UL;
1200  tf->codes[1152] = 0x00000002354febf3UL;
1201  tf->codes[1153] = 0x0000000b3c5a8944UL;
1202  tf->codes[1154] = 0x000000098b62a144UL;
1203  tf->codes[1155] = 0x00000009bdba0b4eUL;
1204  tf->codes[1156] = 0x000000004aa99b42UL;
1205  tf->codes[1157] = 0x00000008099ea151UL;
1206  tf->codes[1158] = 0x00000002185463a3UL;
1207  tf->codes[1159] = 0x0000000b0a1ae997UL;
1208  tf->codes[1160] = 0x0000000e628d5770UL;
1209  tf->codes[1161] = 0x0000000b40b5ac89UL;
1210  tf->codes[1162] = 0x000000027213b17dUL;
1211  tf->codes[1163] = 0x00000004d21db5b5UL;
1212  tf->codes[1164] = 0x000000010d0748f7UL;
1213  tf->codes[1165] = 0x00000002276c7876UL;
1214  tf->codes[1166] = 0x0000000b98bee56dUL;
1215  tf->codes[1167] = 0x0000000bd1ca6ae8UL;
1216  tf->codes[1168] = 0x0000000824ab48faUL;
1217  tf->codes[1169] = 0x0000000c6f35ae62UL;
1218  tf->codes[1170] = 0x00000003547a563cUL;
1219  tf->codes[1171] = 0x0000000f1fc0d824UL;
1220  tf->codes[1172] = 0x000000058f55ed75UL;
1221  tf->codes[1173] = 0x0000000aa9d0de01UL;
1222  tf->codes[1174] = 0x00000004719dde60UL;
1223  tf->codes[1175] = 0x0000000d5386b3ddUL;
1224  tf->codes[1176] = 0x00000004d8d9f666UL;
1225  tf->codes[1177] = 0x0000000aee36013bUL;
1226  tf->codes[1178] = 0x0000000ba4ee322fUL;
1227  tf->codes[1179] = 0x0000000898d2db4eUL;
1228  tf->codes[1180] = 0x00000009fe364808UL;
1229  tf->codes[1181] = 0x0000000bb13e8045UL;
1230  tf->codes[1182] = 0x0000000be346d43aUL;
1231  tf->codes[1183] = 0x0000000b4c9f886fUL;
1232  tf->codes[1184] = 0x0000000c9a6f53b8UL;
1233  tf->codes[1185] = 0x00000000ed5a7b6fUL;
1234  tf->codes[1186] = 0x00000002a1fac740UL;
1235  tf->codes[1187] = 0x0000000b8c134a59UL;
1236  tf->codes[1188] = 0x0000000b1f773993UL;
1237  tf->codes[1189] = 0x0000000c4d9d0025UL;
1238  tf->codes[1190] = 0x0000000ca905bdcaUL;
1239  tf->codes[1191] = 0x00000003150a39a7UL;
1240  tf->codes[1192] = 0x0000000e8329fad5UL;
1241  tf->codes[1193] = 0x0000000bd4f98059UL;
1242  tf->codes[1194] = 0x00000003bc5cf6cdUL;
1243  tf->codes[1195] = 0x0000000c982fdd03UL;
1244  tf->codes[1196] = 0x00000000a372de28UL;
1245  tf->codes[1197] = 0x000000073fe2e35aUL;
1246  tf->codes[1198] = 0x00000000b9f684ecUL;
1247  tf->codes[1199] = 0x0000000c543ff680UL;
1248  tf->codes[1200] = 0x00000001bcf5f09aUL;
1249  tf->codes[1201] = 0x000000051b2a8099UL;
1250  tf->codes[1202] = 0x0000000ee53277c2UL;
1251  tf->codes[1203] = 0x00000000b3835a6cUL;
1252  tf->codes[1204] = 0x0000000aed6765c1UL;
1253  tf->codes[1205] = 0x000000092cfd64c8UL;
1254  tf->codes[1206] = 0x0000000d20c60ed2UL;
1255  tf->codes[1207] = 0x000000059dbd9f51UL;
1256  tf->codes[1208] = 0x0000000b6acb694bUL;
1257  tf->codes[1209] = 0x0000000427dcd5fdUL;
1258  tf->codes[1210] = 0x0000000646336a75UL;
1259  tf->codes[1211] = 0x00000008008dea4dUL;
1260  tf->codes[1212] = 0x00000000af2bdc7cUL;
1261  tf->codes[1213] = 0x0000000b8a46478aUL;
1262  tf->codes[1214] = 0x0000000b02c535b6UL;
1263  tf->codes[1215] = 0x0000000c645d8631UL;
1264  tf->codes[1216] = 0x0000000044b4af3dUL;
1265  tf->codes[1217] = 0x0000000c9edfe6cbUL;
1266  tf->codes[1218] = 0x000000032ac8ea2aUL;
1267  tf->codes[1219] = 0x000000079266a23fUL;
1268  tf->codes[1220] = 0x0000000c2d902e93UL;
1269  tf->codes[1221] = 0x00000006ae5cfbdbUL;
1270  tf->codes[1222] = 0x00000002c66c633eUL;
1271  tf->codes[1223] = 0x0000000eb7a8a4e3UL;
1272  tf->codes[1224] = 0x0000000cb17281cfUL;
1273  tf->codes[1225] = 0x00000007ca378680UL;
1274  tf->codes[1226] = 0x00000007ac81509dUL;
1275  tf->codes[1227] = 0x0000000a59a05073UL;
1276  tf->codes[1228] = 0x0000000c9cb9f18dUL;
1277  tf->codes[1229] = 0x0000000b78100d29UL;
1278  tf->codes[1230] = 0x0000000fab49420aUL;
1279  tf->codes[1231] = 0x0000000d0a4e69c4UL;
1280  tf->codes[1232] = 0x0000000d6c33f722UL;
1281  tf->codes[1233] = 0x000000068d21bff8UL;
1282  tf->codes[1234] = 0x00000001fdad8ca3UL;
1283  tf->codes[1235] = 0x00000002884d6968UL;
1284  tf->codes[1236] = 0x0000000b091ff264UL;
1285  tf->codes[1237] = 0x0000000eb5fb236fUL;
1286  tf->codes[1238] = 0x0000000a3d2a1839UL;
1287  tf->codes[1239] = 0x0000000527db0bc8UL;
1288  tf->codes[1240] = 0x00000002dc68cd9fUL;
1289  tf->codes[1241] = 0x0000000e3f4ea98aUL;
1290  tf->codes[1242] = 0x0000000a629fe44fUL;
1291  tf->codes[1243] = 0x0000000b73bd7d66UL;
1292  tf->codes[1244] = 0x00000002abfd7b6bUL;
1293  tf->codes[1245] = 0x00000001b4056054UL;
1294  tf->codes[1246] = 0x0000000d6efaac28UL;
1295  tf->codes[1247] = 0x00000000d13cc950UL;
1296  tf->codes[1248] = 0x0000000ef84ead94UL;
1297  tf->codes[1249] = 0x00000005b6ee0d50UL;
1298  tf->codes[1250] = 0x00000000f4bec692UL;
1299  tf->codes[1251] = 0x0000000de1b98881UL;
1300  tf->codes[1252] = 0x000000055ccccd31UL;
1301  tf->codes[1253] = 0x0000000086d9b84dUL;
1302  tf->codes[1254] = 0x00000005ab736e3dUL;
1303  tf->codes[1255] = 0x0000000167d2f005UL;
1304  tf->codes[1256] = 0x0000000118ed1522UL;
1305  tf->codes[1257] = 0x000000038bbdc903UL;
1306  tf->codes[1258] = 0x000000039cd31ac2UL;
1307  tf->codes[1259] = 0x000000031091bc51UL;
1308  tf->codes[1260] = 0x0000000d66a87d3fUL;
1309  tf->codes[1261] = 0x0000000afdade6d3UL;
1310  tf->codes[1262] = 0x00000002bd1fe097UL;
1311  tf->codes[1263] = 0x00000005cf545dd2UL;
1312  tf->codes[1264] = 0x00000005e0af578eUL;
1313  tf->codes[1265] = 0x00000006fe6dd4c9UL;
1314  tf->codes[1266] = 0x0000000862bc8fcaUL;
1315  tf->codes[1267] = 0x0000000cbce0b4c6UL;
1316  tf->codes[1268] = 0x000000008b7fa8ddUL;
1317  tf->codes[1269] = 0x00000003d108ae9fUL;
1318  tf->codes[1270] = 0x0000000fed2d914aUL;
1319  tf->codes[1271] = 0x0000000bab304bd8UL;
1320  tf->codes[1272] = 0x0000000debe74f8dUL;
1321  tf->codes[1273] = 0x00000001e857e3dcUL;
1322  tf->codes[1274] = 0x0000000570340581UL;
1323  tf->codes[1275] = 0x0000000114bbf4f5UL;
1324  tf->codes[1276] = 0x0000000a3cfc0566UL;
1325  tf->codes[1277] = 0x00000004026cd686UL;
1326  tf->codes[1278] = 0x0000000266fb76cdUL;
1327  tf->codes[1279] = 0x0000000b715773bbUL;
1328  tf->codes[1280] = 0x00000002fd2785fdUL;
1329  tf->codes[1281] = 0x0000000481b34cadUL;
1330  tf->codes[1282] = 0x000000011c58d2baUL;
1331  tf->codes[1283] = 0x00000003a5186f4dUL;
1332  tf->codes[1284] = 0x0000000da55ab71cUL;
1333  tf->codes[1285] = 0x0000000ac887db92UL;
1334  tf->codes[1286] = 0x00000009bd6d5592UL;
1335  tf->codes[1287] = 0x000000045857d12aUL;
1336  tf->codes[1288] = 0x00000008c862f0b9UL;
1337  tf->codes[1289] = 0x0000000870c88666UL;
1338  tf->codes[1290] = 0x00000004a4f4901fUL;
1339  tf->codes[1291] = 0x0000000774a993d0UL;
1340  tf->codes[1292] = 0x0000000c9f16c81dUL;
1341  tf->codes[1293] = 0x0000000eb415e9efUL;
1342  tf->codes[1294] = 0x0000000307aa6302UL;
1343  tf->codes[1295] = 0x0000000a246f21eeUL;
1344  tf->codes[1296] = 0x00000001a4f8a9c2UL;
1345  tf->codes[1297] = 0x00000000cf09f9b4UL;
1346  tf->codes[1298] = 0x0000000db30dbb49UL;
1347  tf->codes[1299] = 0x00000003581be36fUL;
1348  tf->codes[1300] = 0x00000006919a4318UL;
1349  tf->codes[1301] = 0x00000008ee677afdUL;
1350  tf->codes[1302] = 0x00000005944b9d59UL;
1351  tf->codes[1303] = 0x00000008d5fe61aaUL;
1352  tf->codes[1304] = 0x000000077c174b1dUL;
1353  tf->codes[1305] = 0x00000005cff8fa10UL;
1354  tf->codes[1306] = 0x0000000c1ce82f48UL;
1355  tf->codes[1307] = 0x00000007fbb18e65UL;
1356  tf->codes[1308] = 0x00000000b6737103UL;
1357  tf->codes[1309] = 0x0000000e2d30a9b6UL;
1358  tf->codes[1310] = 0x00000006481ff469UL;
1359  tf->codes[1311] = 0x00000005834b4d26UL;
1360  tf->codes[1312] = 0x00000003bba517d5UL;
1361  tf->codes[1313] = 0x0000000eee6e8080UL;
1362  tf->codes[1314] = 0x00000005fe4fea5eUL;
1363  tf->codes[1315] = 0x0000000e84e94c8cUL;
1364  tf->codes[1316] = 0x0000000ba2ad0a2aUL;
1365  tf->codes[1317] = 0x0000000a7f2aead0UL;
1366  tf->codes[1318] = 0x000000063cecb46dUL;
1367  tf->codes[1319] = 0x00000008943d7229UL;
1368  tf->codes[1320] = 0x00000001d3878b2bUL;
1369  tf->codes[1321] = 0x0000000f2b4efe94UL;
1370  tf->codes[1322] = 0x0000000d9af1949dUL;
1371  tf->codes[1323] = 0x0000000bb5824d39UL;
1372  tf->codes[1324] = 0x0000000b8d8f5090UL;
1373  tf->codes[1325] = 0x0000000ed5e19d08UL;
1374  tf->codes[1326] = 0x000000060287437eUL;
1375  tf->codes[1327] = 0x00000008fe6ae5c2UL;
1376  tf->codes[1328] = 0x00000006c85ac058UL;
1377  tf->codes[1329] = 0x0000000b906be1b8UL;
1378  tf->codes[1330] = 0x0000000f9d423f65UL;
1379  tf->codes[1331] = 0x00000006efed81d6UL;
1380  tf->codes[1332] = 0x0000000781b67fa2UL;
1381  tf->codes[1333] = 0x0000000e1dd437acUL;
1382  tf->codes[1334] = 0x00000007a9201a8cUL;
1383  tf->codes[1335] = 0x0000000fb444c819UL;
1384  tf->codes[1336] = 0x0000000ce75af959UL;
1385  tf->codes[1337] = 0x000000086df6e72bUL;
1386  tf->codes[1338] = 0x0000000756695aa7UL;
1387  tf->codes[1339] = 0x0000000b7b2bddf2UL;
1388  tf->codes[1340] = 0x0000000f19a1b99eUL;
1389  tf->codes[1341] = 0x00000009a5790e90UL;
1390  tf->codes[1342] = 0x00000001d3b3eac0UL;
1391  tf->codes[1343] = 0x0000000a5c5d9d2bUL;
1392  tf->codes[1344] = 0x0000000152850218UL;
1393  tf->codes[1345] = 0x0000000025c4ba6eUL;
1394  tf->codes[1346] = 0x0000000d4a5f4bebUL;
1395  tf->codes[1347] = 0x0000000709cec10eUL;
1396  tf->codes[1348] = 0x000000094ddbdb6cUL;
1397  tf->codes[1349] = 0x00000009d1218277UL;
1398  tf->codes[1350] = 0x00000006190ca34aUL;
1399  tf->codes[1351] = 0x0000000468ed6a3fUL;
1400  tf->codes[1352] = 0x0000000801bda52eUL;
1401  tf->codes[1353] = 0x0000000261b3f1a9UL;
1402  tf->codes[1354] = 0x00000000b3494d9bUL;
1403  tf->codes[1355] = 0x0000000583e2d7e5UL;
1404  tf->codes[1356] = 0x00000009407a80f2UL;
1405  tf->codes[1357] = 0x000000058e902456UL;
1406  tf->codes[1358] = 0x00000009108c2273UL;
1407  tf->codes[1359] = 0x000000059778ff8cUL;
1408  tf->codes[1360] = 0x0000000d6ce05028UL;
1409  tf->codes[1361] = 0x00000000286adc62UL;
1410  tf->codes[1362] = 0x00000007ed3060dcUL;
1411  tf->codes[1363] = 0x000000057b7e03edUL;
1412  tf->codes[1364] = 0x00000003e3dce5c1UL;
1413  tf->codes[1365] = 0x00000001bebc2295UL;
1414  tf->codes[1366] = 0x0000000014a17c9aUL;
1415  tf->codes[1367] = 0x0000000c7d90fbdaUL;
1416  tf->codes[1368] = 0x00000008158ae35aUL;
1417  tf->codes[1369] = 0x000000069d70a335UL;
1418  tf->codes[1370] = 0x0000000d3ef97931UL;
1419  tf->codes[1371] = 0x00000005793efb7aUL;
1420  tf->codes[1372] = 0x0000000e6989ef43UL;
1421  tf->codes[1373] = 0x0000000cd15f0116UL;
1422  tf->codes[1374] = 0x0000000f9dbc6e25UL;
1423  tf->codes[1375] = 0x0000000da4a91117UL;
1424  tf->codes[1376] = 0x0000000054d0917aUL;
1425  tf->codes[1377] = 0x000000060f2c3f15UL;
1426  tf->codes[1378] = 0x00000007393b0a66UL;
1427  tf->codes[1379] = 0x00000006630ed79bUL;
1428  tf->codes[1380] = 0x0000000ed8589c60UL;
1429  tf->codes[1381] = 0x00000007db37ab26UL;
1430  tf->codes[1382] = 0x0000000c4631e80aUL;
1431  tf->codes[1383] = 0x00000001badaf501UL;
1432  tf->codes[1384] = 0x00000009bdef764dUL;
1433  tf->codes[1385] = 0x0000000dd0949b4bUL;
1434  tf->codes[1386] = 0x000000086f116771UL;
1435  tf->codes[1387] = 0x0000000acd7ea109UL;
1436  tf->codes[1388] = 0x00000007cc9d2f6bUL;
1437  tf->codes[1389] = 0x00000003f5598822UL;
1438  tf->codes[1390] = 0x00000004ba5a8d0cUL;
1439  tf->codes[1391] = 0x000000066e7f9c42UL;
1440  tf->codes[1392] = 0x000000033127fb36UL;
1441  tf->codes[1393] = 0x00000000c85ff976UL;
1442  tf->codes[1394] = 0x00000009dbb32ddfUL;
1443  tf->codes[1395] = 0x00000003d06c7a56UL;
1444  tf->codes[1396] = 0x0000000ac07601ddUL;
1445  tf->codes[1397] = 0x00000005fda3d7e9UL;
1446  tf->codes[1398] = 0x000000040a47aef0UL;
1447  tf->codes[1399] = 0x0000000139928cd0UL;
1448  tf->codes[1400] = 0x0000000183ab75ebUL;
1449  tf->codes[1401] = 0x00000009dd6d1f4bUL;
1450  tf->codes[1402] = 0x0000000954afec44UL;
1451  tf->codes[1403] = 0x000000029953fe22UL;
1452  tf->codes[1404] = 0x0000000f947e49b1UL;
1453  tf->codes[1405] = 0x0000000a74266cb0UL;
1454  tf->codes[1406] = 0x00000003bbb7fdabUL;
1455  tf->codes[1407] = 0x00000008a72b63d1UL;
1456  tf->codes[1408] = 0x00000008763e2fbbUL;
1457  tf->codes[1409] = 0x00000008c9b4f9a2UL;
1458  tf->codes[1410] = 0x0000000a35f5a861UL;
1459  tf->codes[1411] = 0x000000099e54752cUL;
1460  tf->codes[1412] = 0x00000002fdb8e16fUL;
1461  tf->codes[1413] = 0x00000002d083ed68UL;
1462  tf->codes[1414] = 0x0000000a05d36c5eUL;
1463  tf->codes[1415] = 0x00000005460842feUL;
1464  tf->codes[1416] = 0x0000000173ae0ee6UL;
1465  tf->codes[1417] = 0x000000038b3c62e5UL;
1466  tf->codes[1418] = 0x0000000476c1ae99UL;
1467  tf->codes[1419] = 0x00000009a8cb898aUL;
1468  tf->codes[1420] = 0x000000019d4032acUL;
1469  tf->codes[1421] = 0x0000000a9c01d80bUL;
1470  tf->codes[1422] = 0x0000000ca7d5e4deUL;
1471  tf->codes[1423] = 0x0000000295d53115UL;
1472  tf->codes[1424] = 0x0000000b26740e51UL;
1473  tf->codes[1425] = 0x0000000bf21b0988UL;
1474  tf->codes[1426] = 0x0000000167391c15UL;
1475  tf->codes[1427] = 0x0000000d10af35c6UL;
1476  tf->codes[1428] = 0x0000000d94750799UL;
1477  tf->codes[1429] = 0x0000000cb986d117UL;
1478  tf->codes[1430] = 0x000000001dddf588UL;
1479  tf->codes[1431] = 0x000000071ed85f46UL;
1480  tf->codes[1432] = 0x0000000a5437d58fUL;
1481  tf->codes[1433] = 0x00000004029d1e25UL;
1482  tf->codes[1434] = 0x0000000c580ec972UL;
1483  tf->codes[1435] = 0x00000006847df8baUL;
1484  tf->codes[1436] = 0x0000000e294d997bUL;
1485  tf->codes[1437] = 0x0000000e2e8b10eeUL;
1486  tf->codes[1438] = 0x00000001593103ddUL;
1487  tf->codes[1439] = 0x0000000222103857UL;
1488  tf->codes[1440] = 0x00000001e035591dUL;
1489  tf->codes[1441] = 0x0000000b5c9ef2e9UL;
1490  tf->codes[1442] = 0x00000009f815ec3eUL;
1491  tf->codes[1443] = 0x0000000d1da2a021UL;
1492  tf->codes[1444] = 0x000000054f171191UL;
1493  tf->codes[1445] = 0x0000000e51f4a05eUL;
1494  tf->codes[1446] = 0x0000000c15e7d603UL;
1495  tf->codes[1447] = 0x0000000ba7f16b87UL;
1496  tf->codes[1448] = 0x000000080b7a83e1UL;
1497  tf->codes[1449] = 0x0000000720e2b18dUL;
1498  tf->codes[1450] = 0x00000005ec0c069dUL;
1499  tf->codes[1451] = 0x0000000a4f9f689cUL;
1500  tf->codes[1452] = 0x00000005871cafdaUL;
1501  tf->codes[1453] = 0x0000000c913140a2UL;
1502  tf->codes[1454] = 0x00000007a8f2efd1UL;
1503  tf->codes[1455] = 0x000000077064952cUL;
1504  tf->codes[1456] = 0x00000004ea2d857fUL;
1505  tf->codes[1457] = 0x0000000484523555UL;
1506  tf->codes[1458] = 0x000000054971a9e3UL;
1507  tf->codes[1459] = 0x0000000eb0694eb2UL;
1508  tf->codes[1460] = 0x0000000b513c8e63UL;
1509  tf->codes[1461] = 0x00000005c910db58UL;
1510  tf->codes[1462] = 0x0000000ca87a4dd7UL;
1511  tf->codes[1463] = 0x0000000b8ca63158UL;
1512  tf->codes[1464] = 0x0000000b4b09431dUL;
1513  tf->codes[1465] = 0x00000003dc9d50b7UL;
1514  tf->codes[1466] = 0x00000007d57f02acUL;
1515  tf->codes[1467] = 0x00000005c595b1b2UL;
1516  tf->codes[1468] = 0x00000009e0caf698UL;
1517  tf->codes[1469] = 0x0000000136b48555UL;
1518  tf->codes[1470] = 0x0000000687dbcc2bUL;
1519  tf->codes[1471] = 0x000000054bae2294UL;
1520  tf->codes[1472] = 0x00000006899bbd7bUL;
1521  tf->codes[1473] = 0x00000008108f46deUL;
1522  tf->codes[1474] = 0x00000001dbe8cf08UL;
1523  tf->codes[1475] = 0x0000000a02e1ae1dUL;
1524  tf->codes[1476] = 0x00000000f5f26d59UL;
1525  tf->codes[1477] = 0x0000000805cf202bUL;
1526  tf->codes[1478] = 0x0000000afede5687UL;
1527  tf->codes[1479] = 0x00000001583d5b30UL;
1528  tf->codes[1480] = 0x0000000da9ed0620UL;
1529  tf->codes[1481] = 0x0000000cf1237338UL;
1530  tf->codes[1482] = 0x00000003a5a77bc4UL;
1531  tf->codes[1483] = 0x0000000a17ffa0c6UL;
1532  tf->codes[1484] = 0x000000029de4c387UL;
1533  tf->codes[1485] = 0x000000007825d431UL;
1534  tf->codes[1486] = 0x000000002d7b9b38UL;
1535  tf->codes[1487] = 0x00000008ed0f26aaUL;
1536  tf->codes[1488] = 0x000000056e54e30dUL;
1537  tf->codes[1489] = 0x00000009620ab0e7UL;
1538  tf->codes[1490] = 0x0000000c7e3ea94cUL;
1539  tf->codes[1491] = 0x0000000d288a41e2UL;
1540  tf->codes[1492] = 0x0000000f68884f1eUL;
1541  tf->codes[1493] = 0x00000005ee02df09UL;
1542  tf->codes[1494] = 0x0000000c02dbf645UL;
1543  tf->codes[1495] = 0x0000000eac4c2424UL;
1544  tf->codes[1496] = 0x0000000cab2d51e1UL;
1545  tf->codes[1497] = 0x0000000037439577UL;
1546  tf->codes[1498] = 0x00000005618ada43UL;
1547  tf->codes[1499] = 0x00000002683b5859UL;
1548  tf->codes[1500] = 0x00000008a607c1ceUL;
1549  tf->codes[1501] = 0x0000000795fd9198UL;
1550  tf->codes[1502] = 0x0000000b3edb11b8UL;
1551  tf->codes[1503] = 0x0000000846939c5cUL;
1552  tf->codes[1504] = 0x00000008b1f6fa23UL;
1553  tf->codes[1505] = 0x0000000b1a2f2bfeUL;
1554  tf->codes[1506] = 0x0000000b63a07ad7UL;
1555  tf->codes[1507] = 0x00000005f8ea7b00UL;
1556  tf->codes[1508] = 0x00000004ee9c6d0cUL;
1557  tf->codes[1509] = 0x0000000990f2889bUL;
1558  tf->codes[1510] = 0x0000000b7f7251d0UL;
1559  tf->codes[1511] = 0x0000000ac3291369UL;
1560  tf->codes[1512] = 0x00000009d8f36a7bUL;
1561  tf->codes[1513] = 0x0000000d57342897UL;
1562  tf->codes[1514] = 0x0000000efca98365UL;
1563  tf->codes[1515] = 0x0000000dacc69f0eUL;
1564  tf->codes[1516] = 0x00000003a70e4b3cUL;
1565  tf->codes[1517] = 0x00000001e95c34c2UL;
1566  tf->codes[1518] = 0x00000004caab6c06UL;
1567  tf->codes[1519] = 0x00000007231f6ee1UL;
1568  tf->codes[1520] = 0x000000037909aa04UL;
1569  tf->codes[1521] = 0x0000000048c9a9ccUL;
1570  tf->codes[1522] = 0x000000059cd081bcUL;
1571  tf->codes[1523] = 0x00000004dd78c2e4UL;
1572  tf->codes[1524] = 0x00000004979da10fUL;
1573  tf->codes[1525] = 0x000000004749d0c5UL;
1574  tf->codes[1526] = 0x0000000a17a4283bUL;
1575  tf->codes[1527] = 0x0000000de7e1d52dUL;
1576  tf->codes[1528] = 0x00000000e47cedf1UL;
1577  tf->codes[1529] = 0x00000004fa48cbffUL;
1578  tf->codes[1530] = 0x0000000545a932a0UL;
1579  tf->codes[1531] = 0x00000006c2bd9eb8UL;
1580  tf->codes[1532] = 0x0000000dd9bd3b8cUL;
1581  tf->codes[1533] = 0x000000043332c1baUL;
1582  tf->codes[1534] = 0x0000000501fa761dUL;
1583  tf->codes[1535] = 0x00000007ec40adbbUL;
1584  tf->codes[1536] = 0x00000004049f2b33UL;
1585  tf->codes[1537] = 0x0000000cde28f57bUL;
1586  tf->codes[1538] = 0x0000000f68c804b9UL;
1587  tf->codes[1539] = 0x00000008f50fbd3eUL;
1588  tf->codes[1540] = 0x000000054e1bc344UL;
1589  tf->codes[1541] = 0x000000036b26e3a2UL;
1590  tf->codes[1542] = 0x000000002e5ac9b1UL;
1591  tf->codes[1543] = 0x000000010837858dUL;
1592  tf->codes[1544] = 0x00000006ccac9e0bUL;
1593  tf->codes[1545] = 0x0000000625ba8a52UL;
1594  tf->codes[1546] = 0x0000000ac4c8b45cUL;
1595  tf->codes[1547] = 0x0000000868678237UL;
1596  tf->codes[1548] = 0x00000004187235feUL;
1597  tf->codes[1549] = 0x0000000bd62663ceUL;
1598  tf->codes[1550] = 0x0000000ea832dfb2UL;
1599  tf->codes[1551] = 0x0000000d5a72f0a7UL;
1600  tf->codes[1552] = 0x00000000659c855eUL;
1601  tf->codes[1553] = 0x0000000bea7f5e48UL;
1602  tf->codes[1554] = 0x0000000ff9566715UL;
1603  tf->codes[1555] = 0x00000001bd06d99aUL;
1604  tf->codes[1556] = 0x00000009666c578cUL;
1605  tf->codes[1557] = 0x0000000c6527d3ecUL;
1606  tf->codes[1558] = 0x0000000b541f3c61UL;
1607  tf->codes[1559] = 0x0000000678a9ad70UL;
1608  tf->codes[1560] = 0x000000036eaadfa3UL;
1609  tf->codes[1561] = 0x0000000af74b01deUL;
1610  tf->codes[1562] = 0x000000054cc3cdc3UL;
1611  tf->codes[1563] = 0x0000000d2e587ce6UL;
1612  tf->codes[1564] = 0x00000008694b9349UL;
1613  tf->codes[1565] = 0x0000000d309898feUL;
1614  tf->codes[1566] = 0x00000005c3250e09UL;
1615  tf->codes[1567] = 0x000000084dcac28eUL;
1616  tf->codes[1568] = 0x0000000f72add2dfUL;
1617  tf->codes[1569] = 0x00000001901681a3UL;
1618  tf->codes[1570] = 0x000000009e6a8fd4UL;
1619  tf->codes[1571] = 0x000000012f614cd1UL;
1620  tf->codes[1572] = 0x00000006d7801ac4UL;
1621  tf->codes[1573] = 0x000000014cf1ca54UL;
1622  tf->codes[1574] = 0x000000012a7eb608UL;
1623  tf->codes[1575] = 0x00000005e7a3bf62UL;
1624  tf->codes[1576] = 0x00000000ba5056a2UL;
1625  tf->codes[1577] = 0x00000005bee44c9bUL;
1626  tf->codes[1578] = 0x0000000819d7dc86UL;
1627  tf->codes[1579] = 0x0000000062adc8fdUL;
1628  tf->codes[1580] = 0x0000000bd3155d41UL;
1629  tf->codes[1581] = 0x0000000cd8c6b38aUL;
1630  tf->codes[1582] = 0x0000000e320fd50eUL;
1631  tf->codes[1583] = 0x0000000e189d6655UL;
1632  tf->codes[1584] = 0x00000006863c2831UL;
1633  tf->codes[1585] = 0x00000000d2b9058fUL;
1634  tf->codes[1586] = 0x000000023bfad8faUL;
1635  tf->codes[1587] = 0x0000000199bd1216UL;
1636  tf->codes[1588] = 0x000000056138afd7UL;
1637  tf->codes[1589] = 0x0000000face83a93UL;
1638  tf->codes[1590] = 0x00000009554da725UL;
1639  tf->codes[1591] = 0x00000009b614dd91UL;
1640  tf->codes[1592] = 0x000000098acbca3fUL;
1641  tf->codes[1593] = 0x0000000d5f0d5f21UL;
1642  tf->codes[1594] = 0x0000000eb59039e1UL;
1643  tf->codes[1595] = 0x000000051d1ec82aUL;
1644  tf->codes[1596] = 0x0000000a366ef3baUL;
1645  tf->codes[1597] = 0x00000001ad0e01f0UL;
1646  tf->codes[1598] = 0x00000007f038ad0bUL;
1647  tf->codes[1599] = 0x00000003ee055321UL;
1648  tf->codes[1600] = 0x00000003bf2dcbb7UL;
1649  tf->codes[1601] = 0x0000000210e9856cUL;
1650  tf->codes[1602] = 0x0000000e4fea8231UL;
1651  tf->codes[1603] = 0x0000000b89444937UL;
1652  tf->codes[1604] = 0x000000058852cc34UL;
1653  tf->codes[1605] = 0x00000001ee29eea9UL;
1654  tf->codes[1606] = 0x0000000b919c79f2UL;
1655  tf->codes[1607] = 0x0000000ddc44d3adUL;
1656  tf->codes[1608] = 0x0000000ddcbd4777UL;
1657  tf->codes[1609] = 0x00000003c3982ba1UL;
1658  tf->codes[1610] = 0x0000000dc8ebc45dUL;
1659  tf->codes[1611] = 0x00000008b97712b1UL;
1660  tf->codes[1612] = 0x00000009702ea21eUL;
1661  tf->codes[1613] = 0x00000001f457e726UL;
1662  tf->codes[1614] = 0x000000027c6f6e26UL;
1663  tf->codes[1615] = 0x00000000a9797770UL;
1664  tf->codes[1616] = 0x0000000d7615f53bUL;
1665  tf->codes[1617] = 0x000000074f1cb6e1UL;
1666  tf->codes[1618] = 0x0000000a32e4d7dcUL;
1667  tf->codes[1619] = 0x00000002e89afd1dUL;
1668  tf->codes[1620] = 0x00000000b03704d5UL;
1669  tf->codes[1621] = 0x0000000cca58aab0UL;
1670  tf->codes[1622] = 0x00000001e5749225UL;
1671  tf->codes[1623] = 0x00000006e63a36baUL;
1672  tf->codes[1624] = 0x0000000562992099UL;
1673  tf->codes[1625] = 0x000000064701b950UL;
1674  tf->codes[1626] = 0x0000000f94ed6196UL;
1675  tf->codes[1627] = 0x0000000b3441b5f1UL;
1676  tf->codes[1628] = 0x0000000c64fac247UL;
1677  tf->codes[1629] = 0x0000000d72ebd98bUL;
1678  tf->codes[1630] = 0x0000000fa1985b23UL;
1679  tf->codes[1631] = 0x00000002df788358UL;
1680  tf->codes[1632] = 0x000000088838b488UL;
1681  tf->codes[1633] = 0x00000006091032b4UL;
1682  tf->codes[1634] = 0x000000025ff2d736UL;
1683  tf->codes[1635] = 0x0000000dce63d3d5UL;
1684  tf->codes[1636] = 0x0000000bb5970414UL;
1685  tf->codes[1637] = 0x000000044d8b5ffeUL;
1686  tf->codes[1638] = 0x0000000e1a5666d8UL;
1687  tf->codes[1639] = 0x0000000e34129125UL;
1688  tf->codes[1640] = 0x00000000e23854b1UL;
1689  tf->codes[1641] = 0x000000001b2a6dbeUL;
1690  tf->codes[1642] = 0x0000000d11507bcdUL;
1691  tf->codes[1643] = 0x0000000844531e6bUL;
1692  tf->codes[1644] = 0x0000000d864a8611UL;
1693  tf->codes[1645] = 0x0000000e2a5a7700UL;
1694  tf->codes[1646] = 0x00000002d178962aUL;
1695  tf->codes[1647] = 0x0000000156b07f01UL;
1696  tf->codes[1648] = 0x000000048b59fec3UL;
1697  tf->codes[1649] = 0x00000003d3d9d79cUL;
1698  tf->codes[1650] = 0x00000001846fb339UL;
1699  tf->codes[1651] = 0x0000000ddf1d03caUL;
1700  tf->codes[1652] = 0x00000000998abaf9UL;
1701  tf->codes[1653] = 0x0000000c9d76190bUL;
1702  tf->codes[1654] = 0x000000067354a1a8UL;
1703  tf->codes[1655] = 0x0000000cc89e2b09UL;
1704  tf->codes[1656] = 0x0000000353356834UL;
1705  tf->codes[1657] = 0x00000007ad97470eUL;
1706  tf->codes[1658] = 0x0000000f4d560524UL;
1707  tf->codes[1659] = 0x0000000534b7804eUL;
1708  tf->codes[1660] = 0x000000014290c632UL;
1709  tf->codes[1661] = 0x0000000b67d39d60UL;
1710  tf->codes[1662] = 0x000000035b166febUL;
1711  tf->codes[1663] = 0x000000088e6fb681UL;
1712  tf->codes[1664] = 0x0000000a0f82ae1aUL;
1713  tf->codes[1665] = 0x000000008460ce52UL;
1714  tf->codes[1666] = 0x00000008b06a9012UL;
1715  tf->codes[1667] = 0x0000000daf1299dcUL;
1716  tf->codes[1668] = 0x0000000629ab696cUL;
1717  tf->codes[1669] = 0x00000003113b448aUL;
1718  tf->codes[1670] = 0x00000000db5ca215UL;
1719  tf->codes[1671] = 0x00000003e00b1e2dUL;
1720  tf->codes[1672] = 0x000000085a87f5abUL;
1721  tf->codes[1673] = 0x0000000b3995ff20UL;
1722  tf->codes[1674] = 0x000000085661554dUL;
1723  tf->codes[1675] = 0x0000000e709c5384UL;
1724  tf->codes[1676] = 0x00000000111ca99bUL;
1725  tf->codes[1677] = 0x000000049e614279UL;
1726  tf->codes[1678] = 0x0000000f14677ec4UL;
1727  tf->codes[1679] = 0x00000008f6439bfbUL;
1728  tf->codes[1680] = 0x0000000749faa461UL;
1729  tf->codes[1681] = 0x00000001c4f9189aUL;
1730  tf->codes[1682] = 0x0000000e8e9015caUL;
1731  tf->codes[1683] = 0x0000000f6e68d510UL;
1732  tf->codes[1684] = 0x0000000b3819319fUL;
1733  tf->codes[1685] = 0x0000000da9f7119fUL;
1734  tf->codes[1686] = 0x00000007787f40f8UL;
1735  tf->codes[1687] = 0x0000000bc57f5716UL;
1736  tf->codes[1688] = 0x000000060ff2897eUL;
1737  tf->codes[1689] = 0x0000000b3a28a934UL;
1738  tf->codes[1690] = 0x000000010b34c97cUL;
1739  tf->codes[1691] = 0x0000000c14f53aedUL;
1740  tf->codes[1692] = 0x0000000d3c4eaf5dUL;
1741  tf->codes[1693] = 0x0000000b3148d39eUL;
1742  tf->codes[1694] = 0x000000007874ea02UL;
1743  tf->codes[1695] = 0x0000000f86692b4aUL;
1744  tf->codes[1696] = 0x00000005b03a0e8dUL;
1745  tf->codes[1697] = 0x0000000ce6db8cc6UL;
1746  tf->codes[1698] = 0x00000008233d5908UL;
1747  tf->codes[1699] = 0x0000000f163e3c06UL;
1748  tf->codes[1700] = 0x0000000dff854cceUL;
1749  tf->codes[1701] = 0x000000026706f1bcUL;
1750  tf->codes[1702] = 0x000000094c358653UL;
1751  tf->codes[1703] = 0x00000007384c9821UL;
1752  tf->codes[1704] = 0x0000000e51b8e5d5UL;
1753  tf->codes[1705] = 0x0000000eda32963bUL;
1754  tf->codes[1706] = 0x0000000a073f392fUL;
1755  tf->codes[1707] = 0x0000000c3ccfa213UL;
1756  tf->codes[1708] = 0x000000034adf5216UL;
1757  tf->codes[1709] = 0x0000000cb8da286bUL;
1758  tf->codes[1710] = 0x00000003b5fbbf08UL;
1759  tf->codes[1711] = 0x000000012812d1f8UL;
1760  tf->codes[1712] = 0x0000000c97c54c39UL;
1761  tf->codes[1713] = 0x0000000e1c3e36b9UL;
1762  tf->codes[1714] = 0x0000000abb8dc0edUL;
1763  tf->codes[1715] = 0x0000000019dcbbf6UL;
1764  tf->codes[1716] = 0x000000025b0d7c4dUL;
1765  tf->codes[1717] = 0x0000000045e6b5ceUL;
1766  tf->codes[1718] = 0x000000017dc086caUL;
1767  tf->codes[1719] = 0x0000000c3f425e6bUL;
1768  tf->codes[1720] = 0x00000006fdee14f8UL;
1769  tf->codes[1721] = 0x000000039155e6b4UL;
1770  tf->codes[1722] = 0x00000000a191ec15UL;
1771  tf->codes[1723] = 0x0000000398fcd7f4UL;
1772  tf->codes[1724] = 0x0000000a6e2b0594UL;
1773  tf->codes[1725] = 0x0000000fe5678d82UL;
1774  tf->codes[1726] = 0x0000000e317eba1fUL;
1775  tf->codes[1727] = 0x00000002c4f10ca1UL;
1776  tf->codes[1728] = 0x0000000ae239c19eUL;
1777  tf->codes[1729] = 0x000000018e663ed2UL;
1778  tf->codes[1730] = 0x00000004a040b7e7UL;
1779  tf->codes[1731] = 0x0000000bbca0849cUL;
1780  tf->codes[1732] = 0x0000000ce05b3a74UL;
1781  tf->codes[1733] = 0x00000007cee982fdUL;
1782  tf->codes[1734] = 0x000000078ee54fa7UL;
1783  tf->codes[1735] = 0x00000007b47bb0bdUL;
1784  tf->codes[1736] = 0x00000007e8f19216UL;
1785  tf->codes[1737] = 0x0000000d67d91cedUL;
1786  tf->codes[1738] = 0x0000000ef5effe94UL;
1787  tf->codes[1739] = 0x0000000ec1d1938dUL;
1788  tf->codes[1740] = 0x00000004c05ef70eUL;
1789  tf->codes[1741] = 0x00000000324442d9UL;
1790  tf->codes[1742] = 0x0000000fb0183bb4UL;
1791  tf->codes[1743] = 0x0000000fb7a0bd50UL;
1792  tf->codes[1744] = 0x000000089aa17d87UL;
1793  tf->codes[1745] = 0x0000000e4e6aed89UL;
1794  tf->codes[1746] = 0x0000000dbecf68b4UL;
1795  tf->codes[1747] = 0x0000000683770de4UL;
1796  tf->codes[1748] = 0x0000000b9f41a136UL;
1797  tf->codes[1749] = 0x0000000c7614caceUL;
1798  tf->codes[1750] = 0x000000089c298386UL;
1799  tf->codes[1751] = 0x0000000959cf09deUL;
1800  tf->codes[1752] = 0x0000000ab30b19e3UL;
1801  tf->codes[1753] = 0x0000000db2e4b614UL;
1802  tf->codes[1754] = 0x000000026d30d39bUL;
1803  tf->codes[1755] = 0x00000006ccefe452UL;
1804  tf->codes[1756] = 0x0000000587c5035cUL;
1805  tf->codes[1757] = 0x0000000ea73bbbe0UL;
1806  tf->codes[1758] = 0x0000000dd9d91a11UL;
1807  tf->codes[1759] = 0x0000000dd8c5e851UL;
1808  tf->codes[1760] = 0x0000000e8b4aa077UL;
1809  tf->codes[1761] = 0x00000008ccf8faddUL;
1810  tf->codes[1762] = 0x000000047ddd3c0bUL;
1811  tf->codes[1763] = 0x0000000635a92f19UL;
1812  tf->codes[1764] = 0x0000000f0edfd1a3UL;
1813  tf->codes[1765] = 0x00000001f760bf5eUL;
1814  tf->codes[1766] = 0x0000000a83feb68aUL;
1815  tf->codes[1767] = 0x00000004f74da9ddUL;
1816  tf->codes[1768] = 0x000000052f759252UL;
1817  tf->codes[1769] = 0x000000098bee689eUL;
1818  tf->codes[1770] = 0x0000000c5fc8c3d5UL;
1819  tf->codes[1771] = 0x00000008373d1286UL;
1820  tf->codes[1772] = 0x0000000f5f1cdabdUL;
1821  tf->codes[1773] = 0x0000000ada68d3e5UL;
1822  tf->codes[1774] = 0x00000003bbb9eb5eUL;
1823  tf->codes[1775] = 0x000000050cde8478UL;
1824  tf->codes[1776] = 0x0000000f01f956e0UL;
1825  tf->codes[1777] = 0x0000000a922f2842UL;
1826  tf->codes[1778] = 0x0000000233a8b25aUL;
1827  tf->codes[1779] = 0x000000071118b754UL;
1828  tf->codes[1780] = 0x0000000b7f874552UL;
1829  tf->codes[1781] = 0x000000044d757121UL;
1830  tf->codes[1782] = 0x0000000b873b14ccUL;
1831  tf->codes[1783] = 0x00000005bcc1db5cUL;
1832  tf->codes[1784] = 0x0000000bf9b895ceUL;
1833  tf->codes[1785] = 0x00000005e65bb620UL;
1834  tf->codes[1786] = 0x0000000bbd1ed35cUL;
1835  tf->codes[1787] = 0x0000000358e79973UL;
1836  tf->codes[1788] = 0x000000062aa5a4a5UL;
1837  tf->codes[1789] = 0x000000081715fc0fUL;
1838  tf->codes[1790] = 0x00000008df03a76eUL;
1839  tf->codes[1791] = 0x0000000376b7c6c7UL;
1840  tf->codes[1792] = 0x0000000a07a49f2eUL;
1841  tf->codes[1793] = 0x000000045e159b63UL;
1842  tf->codes[1794] = 0x0000000dae5706b0UL;
1843  tf->codes[1795] = 0x0000000b5e52c7ccUL;
1844  tf->codes[1796] = 0x0000000206935e8eUL;
1845  tf->codes[1797] = 0x000000039f0c5119UL;
1846  tf->codes[1798] = 0x00000003cd58c574UL;
1847  tf->codes[1799] = 0x0000000571986d35UL;
1848  tf->codes[1800] = 0x0000000ad66da60fUL;
1849  tf->codes[1801] = 0x000000002b1a6315UL;
1850  tf->codes[1802] = 0x0000000d0131b533UL;
1851  tf->codes[1803] = 0x0000000741a195c5UL;
1852  tf->codes[1804] = 0x00000000b8663437UL;
1853  tf->codes[1805] = 0x00000001cde52798UL;
1854  tf->codes[1806] = 0x00000006b8e658b1UL;
1855  tf->codes[1807] = 0x0000000b43c0d44dUL;
1856  tf->codes[1808] = 0x000000045481d697UL;
1857  tf->codes[1809] = 0x000000029de93df5UL;
1858  tf->codes[1810] = 0x000000010549b874UL;
1859  tf->codes[1811] = 0x0000000c056b5828UL;
1860  tf->codes[1812] = 0x000000003fa830adUL;
1861  tf->codes[1813] = 0x00000009496d14faUL;
1862  tf->codes[1814] = 0x0000000f540592a0UL;
1863  tf->codes[1815] = 0x0000000f31c8b855UL;
1864  tf->codes[1816] = 0x000000064f2ba36bUL;
1865  tf->codes[1817] = 0x0000000fe7c6e4f5UL;
1866  tf->codes[1818] = 0x00000005e42a78b0UL;
1867  tf->codes[1819] = 0x00000009c2b8b096UL;
1868  tf->codes[1820] = 0x0000000dcb4a6e71UL;
1869  tf->codes[1821] = 0x0000000d63b0e7edUL;
1870  tf->codes[1822] = 0x0000000de1bcbcdaUL;
1871  tf->codes[1823] = 0x000000068e7161f2UL;
1872  tf->codes[1824] = 0x00000003e5ddf88dUL;
1873  tf->codes[1825] = 0x0000000419a37501UL;
1874  tf->codes[1826] = 0x0000000fad63e7abUL;
1875  tf->codes[1827] = 0x0000000c6e81b4baUL;
1876  tf->codes[1828] = 0x00000008329315d3UL;
1877  tf->codes[1829] = 0x0000000c88d267e6UL;
1878  tf->codes[1830] = 0x000000073a0ac25fUL;
1879  tf->codes[1831] = 0x0000000e7b75690fUL;
1880  tf->codes[1832] = 0x0000000dcbb95be2UL;
1881  tf->codes[1833] = 0x00000007a1d2a059UL;
1882  tf->codes[1834] = 0x0000000d8fac361eUL;
1883  tf->codes[1835] = 0x00000006312ff5c9UL;
1884  tf->codes[1836] = 0x0000000d2cf50d54UL;
1885  tf->codes[1837] = 0x00000008c65fd00fUL;
1886  tf->codes[1838] = 0x0000000aa1636532UL;
1887  tf->codes[1839] = 0x0000000870c7285dUL;
1888  tf->codes[1840] = 0x00000001894f0b84UL;
1889  tf->codes[1841] = 0x00000004260cc5c3UL;
1890  tf->codes[1842] = 0x0000000e9997b9ecUL;
1891  tf->codes[1843] = 0x000000087a052144UL;
1892  tf->codes[1844] = 0x00000008706babf6UL;
1893  tf->codes[1845] = 0x0000000bd5f62ad3UL;
1894  tf->codes[1846] = 0x00000001a7895439UL;
1895  tf->codes[1847] = 0x0000000f7e294bbcUL;
1896  tf->codes[1848] = 0x0000000bcc27ca26UL;
1897  tf->codes[1849] = 0x00000003186a63d4UL;
1898  tf->codes[1850] = 0x00000007f3ede4a4UL;
1899  tf->codes[1851] = 0x0000000b64e32468UL;
1900  tf->codes[1852] = 0x000000071f250d53UL;
1901  tf->codes[1853] = 0x00000007c6513783UL;
1902  tf->codes[1854] = 0x0000000b1778714aUL;
1903  tf->codes[1855] = 0x000000094bf2c57fUL;
1904  tf->codes[1856] = 0x000000064a9f893aUL;
1905  tf->codes[1857] = 0x00000001305be654UL;
1906  tf->codes[1858] = 0x0000000493e0c9f6UL;
1907  tf->codes[1859] = 0x000000005ba6fed8UL;
1908  tf->codes[1860] = 0x0000000c4a0c7a06UL;
1909  tf->codes[1861] = 0x00000000cc2ec0ddUL;
1910  tf->codes[1862] = 0x0000000d9a6769afUL;
1911  tf->codes[1863] = 0x0000000724c78a49UL;
1912  tf->codes[1864] = 0x0000000c85c981a4UL;
1913  tf->codes[1865] = 0x000000012553c4cdUL;
1914  tf->codes[1866] = 0x000000083cb892b1UL;
1915  tf->codes[1867] = 0x0000000bc324ccc7UL;
1916  tf->codes[1868] = 0x0000000ef43f6c1dUL;
1917  tf->codes[1869] = 0x00000002d6748bb7UL;
1918  tf->codes[1870] = 0x00000005efdce2d7UL;
1919  tf->codes[1871] = 0x000000094af64f28UL;
1920  tf->codes[1872] = 0x0000000f9d58feb3UL;
1921  tf->codes[1873] = 0x0000000cf547ac63UL;
1922  tf->codes[1874] = 0x0000000ceb309febUL;
1923  tf->codes[1875] = 0x000000030beba8caUL;
1924  tf->codes[1876] = 0x00000008ab2e486aUL;
1925  tf->codes[1877] = 0x00000004a95d58adUL;
1926  tf->codes[1878] = 0x000000025ce07c46UL;
1927  tf->codes[1879] = 0x0000000712b93fd7UL;
1928  tf->codes[1880] = 0x00000007f46acc81UL;
1929  tf->codes[1881] = 0x000000064049d4beUL;
1930  tf->codes[1882] = 0x000000065303aa09UL;
1931  tf->codes[1883] = 0x0000000f3aad21b3UL;
1932  tf->codes[1884] = 0x00000002903a6cd0UL;
1933  tf->codes[1885] = 0x00000005a0e0467dUL;
1934  tf->codes[1886] = 0x00000003c4fa64e4UL;
1935  tf->codes[1887] = 0x00000005c6655126UL;
1936  tf->codes[1888] = 0x0000000b40a2a67fUL;
1937  tf->codes[1889] = 0x0000000b0c22c6e5UL;
1938  tf->codes[1890] = 0x00000001507e039bUL;
1939  tf->codes[1891] = 0x0000000b282b16b8UL;
1940  tf->codes[1892] = 0x0000000c0e14a3d3UL;
1941  tf->codes[1893] = 0x000000093d381427UL;
1942  tf->codes[1894] = 0x00000006bb55bb87UL;
1943  tf->codes[1895] = 0x0000000b675af72fUL;
1944  tf->codes[1896] = 0x0000000fceb4f95eUL;
1945  tf->codes[1897] = 0x000000066af6ebbdUL;
1946  tf->codes[1898] = 0x000000020a44d1f2UL;
1947  tf->codes[1899] = 0x00000006bc873916UL;
1948  tf->codes[1900] = 0x0000000b8947bee8UL;
1949  tf->codes[1901] = 0x00000004b6bed8a6UL;
1950  tf->codes[1902] = 0x00000007012f7867UL;
1951  tf->codes[1903] = 0x00000007eda3c150UL;
1952  tf->codes[1904] = 0x0000000ab3ef1b8eUL;
1953  tf->codes[1905] = 0x00000006d71466eeUL;
1954  tf->codes[1906] = 0x0000000408c4e225UL;
1955  tf->codes[1907] = 0x0000000e117838b1UL;
1956  tf->codes[1908] = 0x00000000aef3a075UL;
1957  tf->codes[1909] = 0x00000005a0779d4fUL;
1958  tf->codes[1910] = 0x000000070a3b1d69UL;
1959  tf->codes[1911] = 0x000000026ccd31fdUL;
1960  tf->codes[1912] = 0x0000000ed64dd1b2UL;
1961  tf->codes[1913] = 0x0000000981d4f60cUL;
1962  tf->codes[1914] = 0x00000006a6e4fb61UL;
1963  tf->codes[1915] = 0x000000052f15fc93UL;
1964  tf->codes[1916] = 0x0000000032b3a64dUL;
1965  tf->codes[1917] = 0x0000000ecb17d667UL;
1966  tf->codes[1918] = 0x0000000a983fb935UL;
1967  tf->codes[1919] = 0x000000037d23c88dUL;
1968  tf->codes[1920] = 0x0000000b8590fbcbUL;
1969  tf->codes[1921] = 0x0000000ec2f1a277UL;
1970  tf->codes[1922] = 0x000000090d3053e6UL;
1971  tf->codes[1923] = 0x0000000a36fa8ccdUL;
1972  tf->codes[1924] = 0x000000044bd08eccUL;
1973  tf->codes[1925] = 0x000000061dd197d9UL;
1974  tf->codes[1926] = 0x0000000a307cfd82UL;
1975  tf->codes[1927] = 0x00000001d09c2de4UL;
1976  tf->codes[1928] = 0x00000005f6d74368UL;
1977  tf->codes[1929] = 0x00000001327d1b2dUL;
1978  tf->codes[1930] = 0x0000000594cc36b9UL;
1979  tf->codes[1931] = 0x0000000fea1cba7cUL;
1980  tf->codes[1932] = 0x000000050c31262dUL;
1981  tf->codes[1933] = 0x0000000d99b1a6baUL;
1982  tf->codes[1934] = 0x00000001bf789cd2UL;
1983  tf->codes[1935] = 0x0000000e2f6f66f9UL;
1984  tf->codes[1936] = 0x000000013d5edfc6UL;
1985  tf->codes[1937] = 0x0000000bc3a9ab0cUL;
1986  tf->codes[1938] = 0x00000001da5b2734UL;
1987  tf->codes[1939] = 0x000000025ef4f2deUL;
1988  tf->codes[1940] = 0x0000000dcb55a50aUL;
1989  tf->codes[1941] = 0x00000009c6dbc6acUL;
1990  tf->codes[1942] = 0x000000089a838853UL;
1991  tf->codes[1943] = 0x0000000168f099eeUL;
1992  tf->codes[1944] = 0x0000000d51601760UL;
1993  tf->codes[1945] = 0x000000089f324f1aUL;
1994  tf->codes[1946] = 0x00000002cb1ec1eaUL;
1995  tf->codes[1947] = 0x00000006306de366UL;
1996  tf->codes[1948] = 0x0000000012a2f11eUL;
1997  tf->codes[1949] = 0x0000000b5c0bf797UL;
1998  tf->codes[1950] = 0x00000005c5f02be4UL;
1999  tf->codes[1951] = 0x00000005019f54beUL;
2000  tf->codes[1952] = 0x00000006ae4a096aUL;
2001  tf->codes[1953] = 0x00000004bce78778UL;
2002  tf->codes[1954] = 0x000000094b65b97fUL;
2003  tf->codes[1955] = 0x0000000d3f6e7bd2UL;
2004  tf->codes[1956] = 0x00000001fbd2a84cUL;
2005  tf->codes[1957] = 0x00000006d0127ab1UL;
2006  tf->codes[1958] = 0x00000003e82799aaUL;
2007  tf->codes[1959] = 0x00000004c1264dfeUL;
2008  tf->codes[1960] = 0x0000000cf69c9360UL;
2009  tf->codes[1961] = 0x00000004b43e5342UL;
2010  tf->codes[1962] = 0x000000035d1f0372UL;
2011  tf->codes[1963] = 0x0000000d78c18eb4UL;
2012  tf->codes[1964] = 0x0000000262574101UL;
2013  tf->codes[1965] = 0x0000000c2c5c7335UL;
2014  tf->codes[1966] = 0x0000000bad04051aUL;
2015  tf->codes[1967] = 0x00000001c481f94eUL;
2016  tf->codes[1968] = 0x00000003285aa0deUL;
2017  tf->codes[1969] = 0x00000008973e1f69UL;
2018  tf->codes[1970] = 0x00000005d238c694UL;
2019  tf->codes[1971] = 0x00000007b71847b9UL;
2020  tf->codes[1972] = 0x0000000242f5675cUL;
2021  tf->codes[1973] = 0x0000000cc5751c2dUL;
2022  tf->codes[1974] = 0x0000000e09bc620bUL;
2023  tf->codes[1975] = 0x00000000e4e904ddUL;
2024  tf->codes[1976] = 0x000000007ca4f1a7UL;
2025  tf->codes[1977] = 0x00000002ac79ae43UL;
2026  tf->codes[1978] = 0x0000000e213d4250UL;
2027  tf->codes[1979] = 0x0000000d4137c2b5UL;
2028  tf->codes[1980] = 0x0000000ddfce11bcUL;
2029  tf->codes[1981] = 0x0000000d1d658566UL;
2030  tf->codes[1982] = 0x0000000213f5b1bbUL;
2031  tf->codes[1983] = 0x0000000cd35be0a8UL;
2032  tf->codes[1984] = 0x0000000cc67d7f91UL;
2033  tf->codes[1985] = 0x0000000509bde098UL;
2034  tf->codes[1986] = 0x000000074d3d8f46UL;
2035  tf->codes[1987] = 0x000000051309c970UL;
2036  tf->codes[1988] = 0x000000053e2bdf66UL;
2037  tf->codes[1989] = 0x0000000a5dd3fed3UL;
2038  tf->codes[1990] = 0x0000000a4e69b212UL;
2039  tf->codes[1991] = 0x0000000b1d39936dUL;
2040  tf->codes[1992] = 0x00000006b6c8926bUL;
2041  tf->codes[1993] = 0x000000046540a7b0UL;
2042  tf->codes[1994] = 0x00000002eebc599fUL;
2043  tf->codes[1995] = 0x00000002e54a283eUL;
2044  tf->codes[1996] = 0x0000000f9a328a9cUL;
2045  tf->codes[1997] = 0x00000007ea9cfc53UL;
2046  tf->codes[1998] = 0x00000005cffa2bdbUL;
2047  tf->codes[1999] = 0x0000000464d16f8eUL;
2048  tf->codes[2000] = 0x0000000eb09444bcUL;
2049  tf->codes[2001] = 0x00000003f341b259UL;
2050  tf->codes[2002] = 0x00000004d112b108UL;
2051  tf->codes[2003] = 0x000000070cb94242UL;
2052  tf->codes[2004] = 0x0000000974ed4ffdUL;
2053  tf->codes[2005] = 0x00000001084da291UL;
2054  tf->codes[2006] = 0x000000085673ca39UL;
2055  tf->codes[2007] = 0x0000000d4d74766fUL;
2056  tf->codes[2008] = 0x000000064a68e1deUL;
2057  tf->codes[2009] = 0x0000000e35630caeUL;
2058  tf->codes[2010] = 0x00000002073229dbUL;
2059  tf->codes[2011] = 0x000000063d3a3902UL;
2060  tf->codes[2012] = 0x000000031598ee06UL;
2061  tf->codes[2013] = 0x0000000808d61126UL;
2062  tf->codes[2014] = 0x0000000029957984UL;
2063  tf->codes[2015] = 0x0000000d4f5f2649UL;
2064  tf->codes[2016] = 0x00000009ec8a706bUL;
2065  tf->codes[2017] = 0x0000000349981760UL;
2066  tf->codes[2018] = 0x0000000c93ab23a6UL;
2067  tf->codes[2019] = 0x00000002c7aa80daUL;
2068  tf->codes[2020] = 0x0000000866f102baUL;
2069  tf->codes[2021] = 0x0000000b15cff7bcUL;
2070  tf->codes[2022] = 0x000000066a13a4caUL;
2071  tf->codes[2023] = 0x000000054a755048UL;
2072  tf->codes[2024] = 0x0000000d13fdb8d9UL;
2073  tf->codes[2025] = 0x000000016ad5edf3UL;
2074  tf->codes[2026] = 0x0000000e043bb154UL;
2075  tf->codes[2027] = 0x0000000cc8755671UL;
2076  tf->codes[2028] = 0x0000000cf9b2bfd5UL;
2077  tf->codes[2029] = 0x00000003608890b4UL;
2078  tf->codes[2030] = 0x0000000330fef315UL;
2079  tf->codes[2031] = 0x0000000e3299ca65UL;
2080  tf->codes[2032] = 0x00000000b60765e1UL;
2081  tf->codes[2033] = 0x00000000e9bb17dcUL;
2082  tf->codes[2034] = 0x000000095f474d8bUL;
2083  tf->codes[2035] = 0x0000000e721d3d00UL;
2084  tf->codes[2036] = 0x0000000d4679e565UL;
2085  tf->codes[2037] = 0x0000000c80da6113UL;
2086  tf->codes[2038] = 0x000000098deeff30UL;
2087  tf->codes[2039] = 0x0000000c293bb871UL;
2088  tf->codes[2040] = 0x0000000e79132f48UL;
2089  tf->codes[2041] = 0x0000000b152dafbbUL;
2090  tf->codes[2042] = 0x000000055f6a4386UL;
2091  tf->codes[2043] = 0x0000000a1b8a4044UL;
2092  tf->codes[2044] = 0x00000004f4187b05UL;
2093  tf->codes[2045] = 0x00000000b17c2ed3UL;
2094  tf->codes[2046] = 0x000000095d75ba04UL;
2095  tf->codes[2047] = 0x0000000bbf12e96dUL;
2096  tf->codes[2048] = 0x00000006abd1a52fUL;
2097  tf->codes[2049] = 0x0000000f300bc991UL;
2098  tf->codes[2050] = 0x0000000f0a7385d4UL;
2099  tf->codes[2051] = 0x000000052964f82aUL;
2100  tf->codes[2052] = 0x0000000a9962925fUL;
2101  tf->codes[2053] = 0x0000000613b2eef1UL;
2102  tf->codes[2054] = 0x00000005fd2c92a8UL;
2103  tf->codes[2055] = 0x000000009ebecd05UL;
2104  tf->codes[2056] = 0x000000036002b87aUL;
2105  tf->codes[2057] = 0x0000000902c79eefUL;
2106  tf->codes[2058] = 0x0000000394e63c7eUL;
2107  tf->codes[2059] = 0x0000000133285064UL;
2108  tf->codes[2060] = 0x0000000f7cfe2d4bUL;
2109  tf->codes[2061] = 0x00000004f068522cUL;
2110  tf->codes[2062] = 0x000000096fea1a0fUL;
2111  tf->codes[2063] = 0x0000000c5a927b13UL;
2112  tf->codes[2064] = 0x0000000e9a2c1994UL;
2113  tf->codes[2065] = 0x00000005c53b3803UL;
2114  tf->codes[2066] = 0x0000000f636b6188UL;
2115  tf->codes[2067] = 0x0000000007c656e3UL;
2116  tf->codes[2068] = 0x000000026af1fc5fUL;
2117  tf->codes[2069] = 0x0000000ec2f40b78UL;
2118  tf->codes[2070] = 0x0000000faa1921e5UL;
2119  tf->codes[2071] = 0x00000006137a8b30UL;
2120  tf->codes[2072] = 0x0000000028674f7bUL;
2121  tf->codes[2073] = 0x00000003de184e35UL;
2122  tf->codes[2074] = 0x0000000eeef093e6UL;
2123  tf->codes[2075] = 0x0000000d44b3dae0UL;
2124  tf->codes[2076] = 0x0000000bb7ab7d93UL;
2125  tf->codes[2077] = 0x00000002ae18c956UL;
2126  tf->codes[2078] = 0x0000000cde492bd6UL;
2127  tf->codes[2079] = 0x00000001cee0216eUL;
2128  tf->codes[2080] = 0x0000000f1e5830adUL;
2129  tf->codes[2081] = 0x000000076f6c3299UL;
2130  tf->codes[2082] = 0x0000000dea24af84UL;
2131  tf->codes[2083] = 0x0000000277e75586UL;
2132  tf->codes[2084] = 0x0000000a17318024UL;
2133  tf->codes[2085] = 0x00000005c4739486UL;
2134  tf->codes[2086] = 0x00000005e3de4725UL;
2135  tf->codes[2087] = 0x00000006f67c9f6dUL;
2136  tf->codes[2088] = 0x000000025f42791dUL;
2137  tf->codes[2089] = 0x00000003c54d15b3UL;
2138  tf->codes[2090] = 0x0000000ef98d9c32UL;
2139  tf->codes[2091] = 0x000000042f64819dUL;
2140  tf->codes[2092] = 0x000000016d5fd070UL;
2141  tf->codes[2093] = 0x000000063cb98d4fUL;
2142  tf->codes[2094] = 0x000000045a3ad27cUL;
2143  tf->codes[2095] = 0x00000001b496b0acUL;
2144  tf->codes[2096] = 0x0000000aa471c42dUL;
2145  tf->codes[2097] = 0x00000000599346a2UL;
2146  tf->codes[2098] = 0x00000000dc8d1c2dUL;
2147  tf->codes[2099] = 0x00000007498928c1UL;
2148  tf->codes[2100] = 0x0000000ea06e90ffUL;
2149  tf->codes[2101] = 0x0000000b683baa32UL;
2150  tf->codes[2102] = 0x0000000f93014e16UL;
2151  tf->codes[2103] = 0x000000020575d56eUL;
2152  tf->codes[2104] = 0x0000000794325589UL;
2153  tf->codes[2105] = 0x00000001533e9935UL;
2154  tf->codes[2106] = 0x000000086b8bcb70UL;
2155  tf->codes[2107] = 0x0000000ce11faf5dUL;
2156  tf->codes[2108] = 0x000000036c0bd318UL;
2157  tf->codes[2109] = 0x0000000e5e8c1167UL;
2158  tf->codes[2110] = 0x0000000e1831ba64UL;
2159  tf->codes[2111] = 0x0000000e088dbfa4UL;
2160  tf->codes[2112] = 0x0000000984479674UL;
2161  tf->codes[2113] = 0x0000000afef02b29UL;
2162  tf->codes[2114] = 0x000000048518c716UL;
2163  tf->codes[2115] = 0x00000004301564ceUL;
2164  tf->codes[2116] = 0x000000021cc88710UL;
2165  tf->codes[2117] = 0x0000000d5c995278UL;
2166  tf->codes[2118] = 0x0000000d8367de1cUL;
2167  tf->codes[2119] = 0x00000004a51125e8UL;
2168  tf->codes[2120] = 0x0000000113e1c226UL;
2169  tf->codes[2121] = 0x0000000ef141e076UL;
2170  tf->codes[2122] = 0x000000044097011dUL;
2171  tf->codes[2123] = 0x00000004ca9d707cUL;
2172  tf->codes[2124] = 0x000000040d8831f1UL;
2173  tf->codes[2125] = 0x0000000bd9c3b1d8UL;
2174  tf->codes[2126] = 0x0000000978364177UL;
2175  tf->codes[2127] = 0x000000010f7606a9UL;
2176  tf->codes[2128] = 0x000000046a64270aUL;
2177  tf->codes[2129] = 0x000000042df1b22bUL;
2178  tf->codes[2130] = 0x0000000e906cf2a0UL;
2179  tf->codes[2131] = 0x0000000997da6fa5UL;
2180  tf->codes[2132] = 0x0000000a5722c26fUL;
2181  tf->codes[2133] = 0x0000000b14f58aaaUL;
2182  tf->codes[2134] = 0x0000000afc167ad8UL;
2183  tf->codes[2135] = 0x000000037be56e60UL;
2184  tf->codes[2136] = 0x0000000de7f80d62UL;
2185  tf->codes[2137] = 0x00000000c3fb0a64UL;
2186  tf->codes[2138] = 0x0000000ce8ca802cUL;
2187  tf->codes[2139] = 0x000000035032ed9dUL;
2188  tf->codes[2140] = 0x0000000aa8ba3ee6UL;
2189  tf->codes[2141] = 0x000000094b2e707cUL;
2190  tf->codes[2142] = 0x00000002debbdae1UL;
2191  tf->codes[2143] = 0x0000000f53e25fcfUL;
2192  tf->codes[2144] = 0x0000000e935543ebUL;
2193  tf->codes[2145] = 0x00000001462f0e90UL;
2194  tf->codes[2146] = 0x000000054ce7d18cUL;
2195  tf->codes[2147] = 0x00000002ddafdc5fUL;
2196  tf->codes[2148] = 0x0000000700565deeUL;
2197  tf->codes[2149] = 0x0000000fd408e0afUL;
2198  tf->codes[2150] = 0x000000017d089decUL;
2199  tf->codes[2151] = 0x0000000833ea2459UL;
2200  tf->codes[2152] = 0x00000003c8d3776aUL;
2201  tf->codes[2153] = 0x00000002e5eebac8UL;
2202  tf->codes[2154] = 0x000000020cbf49b0UL;
2203  tf->codes[2155] = 0x0000000c44675eb7UL;
2204  tf->codes[2156] = 0x00000003a4b6beb1UL;
2205  tf->codes[2157] = 0x0000000ce6f37c1eUL;
2206  tf->codes[2158] = 0x000000063fba2e7cUL;
2207  tf->codes[2159] = 0x00000005a05b553dUL;
2208  tf->codes[2160] = 0x00000001286445b0UL;
2209  tf->codes[2161] = 0x00000005e07a9b61UL;
2210  tf->codes[2162] = 0x00000007d8397ea4UL;
2211  tf->codes[2163] = 0x00000008084b7bbbUL;
2212  tf->codes[2164] = 0x0000000b05b38097UL;
2213  tf->codes[2165] = 0x000000029c3019eeUL;
2214  tf->codes[2166] = 0x0000000ed1d2708bUL;
2215  tf->codes[2167] = 0x00000009df8a4d47UL;
2216  tf->codes[2168] = 0x0000000e4891e436UL;
2217  tf->codes[2169] = 0x00000002a762ab72UL;
2218  tf->codes[2170] = 0x000000092f70600fUL;
2219  tf->codes[2171] = 0x000000092329a2cdUL;
2220  tf->codes[2172] = 0x00000003e200c6edUL;
2221  tf->codes[2173] = 0x00000008c0a7233eUL;
2222  tf->codes[2174] = 0x000000060866806aUL;
2223  tf->codes[2175] = 0x0000000f4fddd24aUL;
2224  tf->codes[2176] = 0x0000000f78464c71UL;
2225  tf->codes[2177] = 0x00000009c3d22242UL;
2226  tf->codes[2178] = 0x00000003877ea6d1UL;
2227  tf->codes[2179] = 0x0000000e2a6d54acUL;
2228  tf->codes[2180] = 0x0000000497d2a5e7UL;
2229  tf->codes[2181] = 0x0000000ca82f781eUL;
2230  tf->codes[2182] = 0x0000000481524f4cUL;
2231  tf->codes[2183] = 0x0000000dee088814UL;
2232  tf->codes[2184] = 0x0000000b2a82d3a4UL;
2233  tf->codes[2185] = 0x00000008e6afe6e5UL;
2234  tf->codes[2186] = 0x0000000d6279a5daUL;
2235  tf->codes[2187] = 0x00000004567cbc1aUL;
2236  tf->codes[2188] = 0x00000005bec2b2fdUL;
2237  tf->codes[2189] = 0x00000004ef452505UL;
2238  tf->codes[2190] = 0x000000061d992cbaUL;
2239  tf->codes[2191] = 0x0000000ab96be0cbUL;
2240  tf->codes[2192] = 0x0000000708ef35d9UL;
2241  tf->codes[2193] = 0x0000000b3f6f3623UL;
2242  tf->codes[2194] = 0x000000036eb1801dUL;
2243  tf->codes[2195] = 0x0000000badfee917UL;
2244  tf->codes[2196] = 0x0000000a3db13cd0UL;
2245  tf->codes[2197] = 0x00000001d1a12828UL;
2246  tf->codes[2198] = 0x00000002500816ceUL;
2247  tf->codes[2199] = 0x0000000cf7612148UL;
2248  tf->codes[2200] = 0x00000000be6a3f4bUL;
2249  tf->codes[2201] = 0x000000074142f3daUL;
2250  tf->codes[2202] = 0x0000000ce5deed92UL;
2251  tf->codes[2203] = 0x0000000f9530a786UL;
2252  tf->codes[2204] = 0x0000000047c8bb38UL;
2253  tf->codes[2205] = 0x0000000fcabfe88fUL;
2254  tf->codes[2206] = 0x0000000bc83accb1UL;
2255  tf->codes[2207] = 0x000000020cd9fb1fUL;
2256  tf->codes[2208] = 0x0000000023dcceb3UL;
2257  tf->codes[2209] = 0x00000009e969b8c4UL;
2258  tf->codes[2210] = 0x00000006e28de934UL;
2259  tf->codes[2211] = 0x000000080a399667UL;
2260  tf->codes[2212] = 0x000000076a0b85adUL;
2261  tf->codes[2213] = 0x000000021a84be3cUL;
2262  tf->codes[2214] = 0x0000000a28d028b5UL;
2263  tf->codes[2215] = 0x0000000c4e7690dfUL;
2264  tf->codes[2216] = 0x0000000bfd9621e8UL;
2265  tf->codes[2217] = 0x00000006f4bc0c24UL;
2266  tf->codes[2218] = 0x0000000aa8e76bd7UL;
2267  tf->codes[2219] = 0x0000000deb55dac9UL;
2268  tf->codes[2220] = 0x0000000bb344fa8bUL;
2269  tf->codes[2221] = 0x0000000fcaab4decUL;
2270  tf->codes[2222] = 0x0000000146aba6cbUL;
2271  tf->codes[2223] = 0x0000000f49ed6eb8UL;
2272  tf->codes[2224] = 0x0000000dd57e9deaUL;
2273  tf->codes[2225] = 0x0000000225d5d090UL;
2274  tf->codes[2226] = 0x0000000d6e86c1c5UL;
2275  tf->codes[2227] = 0x0000000639be5f39UL;
2276  tf->codes[2228] = 0x0000000f5e7a6132UL;
2277  tf->codes[2229] = 0x0000000d2968b09fUL;
2278  tf->codes[2230] = 0x000000082b30ba1eUL;
2279  tf->codes[2231] = 0x0000000803fa46ccUL;
2280  tf->codes[2232] = 0x0000000c290fab00UL;
2281  tf->codes[2233] = 0x000000010df59de5UL;
2282  tf->codes[2234] = 0x000000051ae9dcfbUL;
2283  tf->codes[2235] = 0x000000049af8516dUL;
2284  tf->codes[2236] = 0x000000002b564ce6UL;
2285  tf->codes[2237] = 0x0000000c615a1de0UL;
2286  tf->codes[2238] = 0x0000000fef9864a4UL;
2287  tf->codes[2239] = 0x0000000c16e27341UL;
2288  tf->codes[2240] = 0x000000039e846736UL;
2289  tf->codes[2241] = 0x00000001ecbb6746UL;
2290  tf->codes[2242] = 0x0000000588d03a7cUL;
2291  tf->codes[2243] = 0x000000010a0eaf9cUL;
2292  tf->codes[2244] = 0x0000000671ccea6bUL;
2293  tf->codes[2245] = 0x000000033a154603UL;
2294  tf->codes[2246] = 0x0000000a7b003bc1UL;
2295  tf->codes[2247] = 0x0000000c5fc3848dUL;
2296  tf->codes[2248] = 0x000000078e50a9c7UL;
2297  tf->codes[2249] = 0x000000017dbfb88eUL;
2298  tf->codes[2250] = 0x00000004fd0ed541UL;
2299  tf->codes[2251] = 0x000000084221debaUL;
2300  tf->codes[2252] = 0x00000003132cf7e6UL;
2301  tf->codes[2253] = 0x0000000b67e7ac53UL;
2302  tf->codes[2254] = 0x0000000df6b28024UL;
2303  tf->codes[2255] = 0x0000000785b9f7edUL;
2304  tf->codes[2256] = 0x0000000e3d35320dUL;
2305  tf->codes[2257] = 0x0000000159c06583UL;
2306  tf->codes[2258] = 0x00000005c54a80a3UL;
2307  tf->codes[2259] = 0x0000000ed4d4533bUL;
2308  tf->codes[2260] = 0x0000000cf16c601aUL;
2309  tf->codes[2261] = 0x00000005e94efbd1UL;
2310  tf->codes[2262] = 0x00000005d587126eUL;
2311  tf->codes[2263] = 0x0000000eef2f2807UL;
2312  tf->codes[2264] = 0x000000009f3c558eUL;
2313  tf->codes[2265] = 0x0000000736cfd539UL;
2314  tf->codes[2266] = 0x0000000f5a922ae1UL;
2315  tf->codes[2267] = 0x00000004e2ab9959UL;
2316  tf->codes[2268] = 0x00000006a2dd34e7UL;
2317  tf->codes[2269] = 0x00000008c9d30d23UL;
2318  tf->codes[2270] = 0x0000000eba20b791UL;
2319  tf->codes[2271] = 0x0000000d5c5095e3UL;
2320  tf->codes[2272] = 0x0000000423d75a82UL;
2321  tf->codes[2273] = 0x000000040cebaafeUL;
2322  tf->codes[2274] = 0x000000065e08d288UL;
2323  tf->codes[2275] = 0x00000002e4f6d767UL;
2324  tf->codes[2276] = 0x0000000fe10d2f21UL;
2325  tf->codes[2277] = 0x0000000110347bdaUL;
2326  tf->codes[2278] = 0x0000000e43a9bfb3UL;
2327  tf->codes[2279] = 0x0000000cdea483ccUL;
2328  tf->codes[2280] = 0x0000000fb1e2d8c6UL;
2329  tf->codes[2281] = 0x0000000d8a0af7a7UL;
2330  tf->codes[2282] = 0x000000037d05b182UL;
2331  tf->codes[2283] = 0x00000008d1241d83UL;
2332  tf->codes[2284] = 0x0000000da1ea7b6eUL;
2333  tf->codes[2285] = 0x000000065bea93dbUL;
2334  tf->codes[2286] = 0x00000002a02f8753UL;
2335  tf->codes[2287] = 0x0000000454243289UL;
2336  tf->codes[2288] = 0x00000004150bc5a2UL;
2337  tf->codes[2289] = 0x0000000bbabe5911UL;
2338  tf->codes[2290] = 0x00000004cbcdbc59UL;
2339  tf->codes[2291] = 0x0000000f0e61340bUL;
2340  tf->codes[2292] = 0x000000030a2cdea8UL;
2341  tf->codes[2293] = 0x00000005daecb091UL;
2342  tf->codes[2294] = 0x00000005dc93d891UL;
2343  tf->codes[2295] = 0x0000000c501b4051UL;
2344  tf->codes[2296] = 0x0000000782cfba78UL;
2345  tf->codes[2297] = 0x00000004c191b61eUL;
2346  tf->codes[2298] = 0x0000000b7e27ef35UL;
2347  tf->codes[2299] = 0x000000005a476838UL;
2348  tf->codes[2300] = 0x00000009b0209574UL;
2349  tf->codes[2301] = 0x0000000a775164cfUL;
2350  tf->codes[2302] = 0x0000000d33d21701UL;
2351  tf->codes[2303] = 0x00000003afcb7d45UL;
2352  tf->codes[2304] = 0x00000004df2035cdUL;
2353  tf->codes[2305] = 0x0000000498819a21UL;
2354  tf->codes[2306] = 0x0000000293f9e506UL;
2355  tf->codes[2307] = 0x00000009a35ff1c8UL;
2356  tf->codes[2308] = 0x0000000c090ebe6bUL;
2357  tf->codes[2309] = 0x0000000a4f0551d4UL;
2358  tf->codes[2310] = 0x00000005dc0dc194UL;
2359  tf->codes[2311] = 0x00000001388aeb31UL;
2360  tf->codes[2312] = 0x0000000340b27bf4UL;
2361  tf->codes[2313] = 0x00000003a0f320abUL;
2362  tf->codes[2314] = 0x00000000996be75dUL;
2363  tf->codes[2315] = 0x0000000b257ecf39UL;
2364  tf->codes[2316] = 0x000000078d86f2f1UL;
2365  tf->codes[2317] = 0x0000000673f5ff91UL;
2366  tf->codes[2318] = 0x00000004538d7e3eUL;
2367  tf->codes[2319] = 0x0000000de5bc4369UL;
2368  return tf;
2369 }
2370 
2372 {
2373  free(tf->name);
2374  free(tf->codes);
2375  free(tf);
2376 }
uint32_t ncodes
Definition: apriltag.h:68
uint32_t black_border
Definition: apriltag.h:74
apriltag_family_t * tag36h10_create()
Definition: tag36h10.c:39
uint32_t d
Definition: apriltag.h:77
uint64_t * codes
Definition: apriltag.h:71
void tag36h10_destroy(apriltag_family_t *tf)
Definition: tag36h10.c:2371
uint32_t h
Definition: apriltag.h:80
char * name
Definition: apriltag.h:83


apriltags2
Author(s): Danylo Malyuta
autogenerated on Fri Oct 19 2018 04:02:32