hc
2024-08-12 233ab1bd4c5697f5cdec94e60206e8c6ac609b4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
/*
 * Copyright (C) 2013, Intel Corporation
 * Redistribution and use in source and binary forms, with or without modification,
 * are permitted provided that the following conditions are met:
 * * Redistributions of source code must retain the above copyright notice, this
 *   list of conditions and the following disclaimer.
 * * Redistributions in binary form must reproduce the above copyright notice, this
 *   list of conditions and the following disclaimer in the documentation and/or
 *   other materials provided with the distribution.
 * * Neither the name of Intel Corporation nor the names of its contributors may
 *   be used to endorse or promote products derived from this software without
 *   specific prior written permission.
 *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 *   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 *   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 *   ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 *   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 *   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 *   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 *   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 *   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 *   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 *   THE POSSIBILITY OF SUCH DAMAGE.
 * ---
 * This is a device tree fragment. Use #include to add these properties to a
 * node.
 *
 * Date:
 */
 
compatible = "intel,microcode";
intel,header-version = <1>;
intel,update-revision = <0x10>;
intel,date-code = <0x2202012>;
intel,processor-signature = <0x306a8>;
intel,checksum = <0xe44a4ef2>;
intel,loader-revision = <1>;
intel,processor-flags = <0x12>;
 
/* The first 48-bytes are the public header which repeats the above data */
data = <
   0x01000000    0x10000000    0x12202002    0xa8060300
   0xf24e4ae4    0x01000000    0x12000000    0xd0270000
   0x00280000    0x00000000    0x00000000    0x00000000
   0x00000000    0xa1000000    0x01000200    0x10000000
   0x00000000    0x00000000    0x17021220    0xe1090000
   0x01000000    0xa8060300    0x00000000    0x00000000
   0x00000000    0x00000000    0x00000000    0x00000000
   0x00000000    0x00000000    0x00000000    0x00000000
   0x00000000    0x00000000    0x00000000    0x00000000
   0x493d401b    0x64106cf1    0x0ffc7f0f    0x9b4b97f6
   0xb8fab9c2    0x46353316    0x0247d91b    0x3c36c361
   0xdb01345a    0xceecca42    0x5ee7d8b4    0x24afdbe6
   0x5fb36178    0xbc17d76b    0x31b7b923    0xc81aec82
   0x647b3320    0xf1db9653    0xff3b9759    0xe9c74b72
   0x3b193752    0xc147860b    0x160e0d6a    0x5bdb9dbf
   0x1ccce2ac    0x387670ad    0x2f106f05    0xf8607ea3
   0x42562576    0x30e086fb    0x409a06b8    0xf1957736
   0x5eb03f65    0xad147fab    0xe1a8e8b6    0x208d59d2
   0x683fba2e    0xf172b378    0xf8138dba    0x61e81d1f
   0xd551f997    0x28c79780    0x04f9db27    0xa80679b9
   0xaca4e7ff    0x6876944b    0x26d7dbc1    0x77f7dc2a
   0xf0bcb163    0x1b2a8e81    0x7b90aa49    0x8d5eaf2f
   0x522384ae    0xae7f7082    0x412ba10a    0x1ce1baa0
   0x478c29b4    0x9c09b4d2    0xf225f64f    0xd43026cd
   0x81098579    0x7df5db05    0xa5815bb0    0xc73ee756
   0x9738cb95    0xa5bd62e2    0x88e2c6b2    0x778e7fcb
   0xd3bdb872    0x9404403f    0x5be6ad63    0x71dc4abc
   0x11000000    0xe5ffd18e    0x9c10c032    0xef097758
   0x5b44fb3b    0xabbc6973    0xb040312f    0x6267ab0a
   0x35ef3655    0x694c0da7    0x6eaf94db    0x293feb5f
   0x225a62bf    0x550edd27    0x8e4da670    0x9afcd29b
   0x62ad52f1    0xddcdc6fb    0x059e156b    0x9472a491
   0x20d8e6fb    0x7041822d    0x5af9c518    0x7e6c342f
   0xb113a311    0xdec46650    0x91c8a91c    0x157cde4d
   0xec563d5d    0x92470d0e    0x373c488c    0xf18a8f84
   0x757fa8ad    0xf8959ce7    0x95e1e3c9    0x47347f30
   0xfbd6e4a3    0x18c2f2e2    0xb6c6eb68    0xd2a81838
   0xa44964bb    0x36893d55    0x0b411d47    0x5addcf15
   0x47584269    0x972c08b3    0x0935b300    0xec7d36a7
   0x1c373823    0x487626be    0xacfecd64    0x6688c83c
   0xb96f01f9    0x2b6c9719    0x97e955da    0xc4f3b25a
   0xfcf12050    0x961bc5be    0x53ebb1e4    0xdc7deaa3
   0x3b86819a    0x7c498a21    0x129bc1b6    0x2aa5c324
   0x6fb58020    0x0c8e24a8    0xb7c1f0cf    0x37287581
   0xf417e311    0x5fd7b8cb    0xe615c56a    0x6a6c6aa7
   0x46c97d63    0xcc71adee    0x239b7483    0xea6750f7
   0x17bae7c2    0xbf4de5e1    0x6c37a1e0    0x314fc762
   0x68bffc94    0x4069875c    0x60d3a593    0x3a923495
   0x70f7a899    0xc959db6f    0xfd440374    0x0be4f668
   0xc15b74e9    0x9eb15fc7    0x04dc5939    0x1c2d0faf
   0x8ca378c9    0x15aaae90    0x2c53e471    0x2ada3977
   0x750d6d3b    0xd3e27cdd    0xf63ece4c    0xcbbf9463
   0xf0b26aad    0xacc9dc7e    0xcb2131eb    0xc2da14bc
   0x01b57719    0x901319e9    0x86b16d25    0x89fe5e27
   0xfa3135cd    0x51ebcf8e    0x91b36807    0x6efb87a1
   0xbe05489f    0x0461f6c7    0x4f1ddb59    0x007a7e35
   0xdde5c360    0xf137a520    0x153d9512    0xebe49940
   0xb81727b3    0xdff04ada    0x504811d5    0x6192a2a1
   0x418ad287    0x44278f0f    0xc8d70fcc    0x5d5953ca
   0xeca4ae03    0xb507f886    0x90a6726b    0xec2c60b6
   0xfe003923    0x8cd52bb2    0x87397bbb    0xec98c514
   0x28501352    0xd5518d70    0xf3258a19    0x15e4e0f4
   0xae272618    0x164ece6f    0x19b5449c    0x2717cf2a
   0xffee98cf    0xf18d6c04    0xffb6f744    0x5ed2cb50
   0x9421a65a    0x76150be7    0x9689d9eb    0xe6ce395b
   0xa5857737    0xe51b5a0f    0x5cc95766    0x365a6f04
   0xee8a6d1b    0x219da3e7    0x81004946    0xce4f00f9
   0x852eebd0    0x3a39b164    0x96863ddd    0x43b46d69
   0x064e138b    0x2ac312a3    0xe7eac082    0xb958803f
   0x3138940e    0x4c1d5d99    0x49e9ed02    0xeb3a904e
   0x14c2ce82    0x8449493e    0x3cdd6dbf    0xdddb592e
   0xaae39fca    0x163c6e65    0xee5a0e52    0xae8c2f8c
   0x07fd1416    0x406bd0dc    0x52811c06    0x18316363
   0xf954d2eb    0xa8ec83dc    0xe24996e9    0xc92af45f
   0x5a73f1d0    0xf5b9948f    0xa6960f5f    0xef3d1266
   0x97ac2b43    0x20ce72fe    0x0d774f96    0x29653967
   0xca765fe6    0x470ded7f    0x42a9b87e    0x3c9cfb36
   0xcd9354db    0x0f2fa889    0xb35e5c71    0xc3da1e0d
   0x85f9bfd0    0x1afc94a1    0xf05524d4    0x2b2138ef
   0x3c77b905    0x55d26a06    0xcc3a045d    0xad05a556
   0xef80f5b7    0x3ca6e8de    0xc40df9e4    0xdc5bdd8a
   0xdee9349d    0x258ecbc9    0xa29faf0e    0xf41daab4
   0x47af938b    0x6a6a1cf1    0x7a3d2f4a    0x11ede796
   0x61f25722    0x6864a35e    0xb4d96fae    0xcdc6a722
   0xce64615d    0xef56b252    0x0b89020b    0x2a1ac24c
   0x582c3283    0x124f274e    0xf6a58fdc    0x847c262d
   0x31517f9b    0x8cd34984    0xc60f7204    0xa94875c1
   0x12abf4e6    0xfbdd2b29    0xdb51a1c1    0xb10f9ec9
   0xc52b5d3c    0xfa5f75c4    0xb63c6fef    0x8ccd4fe0
   0x74b6cc11    0x013babd9    0x0bc30209    0xb1597dcf
   0xbda5ac76    0x0371d13a    0x67252505    0xf3081369
   0x0d7a4e53    0x25f89a9f    0xd0d9e53f    0xa25d897d
   0x822f83e0    0x3008eae6    0x428d3320    0x9890d235
   0xfec38910    0x56c87e21    0x7f7f594b    0xdf46866a
   0x34a34b40    0x0987267e    0xb47033d1    0x331f5d40
   0x935a4ec5    0xab480f95    0x1803d8e7    0x00e2e693
   0xab18b053    0x1cf706dd    0x7dda5849    0xb422e2e3
   0xba5fd0f3    0x3aee2ce1    0x33b21147    0x5fdec0d7
   0xd509d289    0x61187bf4    0xf7687684    0x48edbc90
   0x519dcd0b    0x77f026eb    0xc52eb470    0x1d4dd497
   0x2fa69c9c    0x8fcfef0d    0x1ed8a0b3    0x9312d199
   0x596b55be    0xc8c68e56    0x6aa8dc28    0x3100ec70
   0x737bfff7    0x40e51f14    0x695baf1f    0xad786740
   0x6278b108    0xcd066fb0    0x74f9d22c    0x9dd7d6f6
   0xc9d8d081    0xb82f32ae    0x797beeed    0xa34ce8dd
   0xd57ad56e    0xa4bec19f    0xe2cc7268    0xd2b85f64
   0x4faf835d    0xda6f3933    0x28397cd3    0x010b5a17
   0x6d904bfb    0x26fc2b26    0xdc7b440c    0x4e985f16
   0x92fb8abe    0xab8d7b77    0xb906004f    0xb0bdac98
   0xee64230b    0xe768ebf6    0x3c96a534    0x4e2aa084
   0x5f4c5c4a    0x7bff964e    0x4b4fdde3    0xfc36550b
   0xe90220be    0x0056c3d4    0x65599751    0x00c71265
   0x83011ea4    0x5bd8113f    0x616bc4ab    0xcdbbfdab
   0x187abde6    0xcb0b2059    0x24244c94    0xa05cac8b
   0x15e0e4eb    0xe93d7e1e    0xd4016e08    0x8144e1e9
   0x1c256625    0x841f4379    0x782edb54    0x6a70674d
   0x5de874f9    0x075b423b    0x71a8adc4    0x3f7c5ed1
   0xc045ffb0    0xd94e8bbf    0xf7ff3edc    0xb1d3aab5
   0x7e78f4b5    0x2e9f0c64    0x17efe45a    0x2a2dd14b
   0x9eda4e59    0x2c3689c7    0xe15e5efc    0xf4f11a2f
   0x0edb0000    0xf7afa169    0x05558b03    0x1ed6aa69
   0x8174d362    0x922814cc    0xcfb1c31c    0xe7cbaba6
   0x6aa77d7a    0xea48a37b    0x23b7a2af    0xc2b602da
   0x03076aeb    0xef659eb5    0x3c2833e6    0x7dd8521b
   0xe80a8ff3    0xe3af24d2    0x6d15f067    0x1c05b90b
   0x306e10ea    0xd45b1a99    0xc65a85ac    0xb4ddda13
   0x1f2b0bbe    0x716421c1    0x33c2f599    0x0deba688
   0xa44de1c2    0x1d33833e    0x3d454600    0x07cdb855
   0x57b42914    0x2b3015d8    0xf7893119    0xa754aa11
   0xfc8bab1c    0x6aabb3ff    0xeb9a35ba    0x9433e224
   0x88225f56    0xb3376d46    0x9203225d    0xfdd591f8
   0xb4452f63    0xeccbcf9c    0x60d07a28    0x021f7b69
   0xc355e1f5    0xdabc3f4b    0x3a3925e8    0xffc15e96
   0xd37cf717    0xbd580830    0x9527f96c    0x91b1119b
   0x527baf62    0xdcd8cb14    0xceff6ef8    0x7a64b27d
   0xc2bced42    0x62693867    0x171d7869    0x82a502af
   0x98c84c3e    0x8a0dd77e    0xcb01c7bb    0x91373992
   0xd28e7281    0x487d2036    0x1e98d48c    0x60f56b74
   0x3199129d    0xab6205ca    0x95c811b6    0xce78fbbb
   0x92f0b76a    0x2a448276    0x975d891a    0x5c945417
   0xc2ff2603    0x045c8a04    0xc8b41e0c    0x461623d6
   0x640bb5bd    0x386feb24    0x5ecc0bdc    0x1c56fd05
   0x3c6b32a1    0xde2d2b8a    0x1f76b23e    0xc78c9108
   0x5febf899    0x3c55d772    0x226aa903    0x4916231d
   0x44928c52    0x7dfe932a    0xb4420968    0x1997faaa
   0xb9a3dab1    0x5bec5d70    0xcb5dba0d    0xcc4052bb
   0xfc26b557    0xf04a044a    0x83ad1b1b    0x781935b0
   0xd3fe7102    0x210b7f15    0x0002e47f    0x95709de3
   0x7ccbab76    0x701f28b1    0xc2151880    0xb88778eb
   0x33bfeeb0    0x1498b52f    0x2694b5bb    0x85332e53
   0x103b6ddf    0xb410d999    0x3687d2fe    0x92fdecd7
   0x6c7d4179    0x89a2fc40    0xc8a2a4b0    0xc140a6a6
   0x36b20598    0x3c6e05b6    0x2d67b87b    0xc09b651c
   0x2cd528f0    0x2e2f38b7    0xee7fa2fb    0x84075fca
   0x98bacf32    0x2b965415    0xd019df29    0x83a5e980
   0xde8322b6    0xf592ef9d    0x22be4a4b    0x5568e883
   0xaf95393b    0x43b2f828    0xe44f0894    0x0c17a91a
   0x46271d4c    0x3ea308ba    0x757ab95f    0xeb841efb
   0x86def448    0x806b7e0a    0x704125ce    0xb103138d
   0xc70bdc0f    0x9b020964    0x8d5326c3    0x22265cf1
   0x07e9158e    0x1b77f0e7    0xc4249a77    0x0ec99717
   0x91f9860f    0xa22527bf    0x1c351901    0x8dd07723
   0x1b10062a    0x75db2a1b    0x300f48c7    0xe2b47dc5
   0xf9be873e    0xeb78cba6    0x48a02062    0xe57a4d34
   0x8d6d6093    0x0f3748af    0xea0fd86a    0xbb57cac5
   0x1aae31a2    0xc68f6732    0xfe6d09a2    0xa8ec7655
   0x15fb82e4    0x0fd62a02    0xde712cc6    0xa6983f8d
   0x0a511623    0x1802140c    0x8882d161    0x0639f7be
   0xca8fc8b1    0x87cc7eb0    0xaad2814b    0x53736976
   0xd6c2aad2    0x2ad078d6    0x8d098537    0x0d9e1f65
   0x060ed492    0x47fe55bd    0x56e2f9d9    0x7dafc9d5
   0x1f3b21fb    0xb781e9ee    0x3861d899    0x5e532398
   0x59813473    0xf0bae8c3    0x7b621c48    0xc6e42f38
   0xa779e75a    0x44fb061f    0x8e4d99dc    0x96139885
   0x520df1c4    0x166a3b5a    0x555f53c5    0x41f8e765
   0x7622012b    0x6d26b80c    0xec4292ee    0x8192e701
   0x6833ad36    0xa0ac765a    0x479ac6b6    0x3297deb0
   0x93190386    0xf349a9d8    0xff138d81    0xba18b630
   0xe8f5410b    0xbfe20c22    0xc233505c    0x40beb25e
   0xcae9866d    0x6eb2cad9    0xc2836a6e    0x66df20fe
   0x8faa6eb5    0xb8dfb4de    0x29e2391e    0x4e25fa37
   0x9b894dea    0x6210200d    0x7ebcfc1f    0x45e25079
   0x3a5caa11    0x45a740b0    0x3bafebb8    0x9e50294c
   0xa2503207    0x22f6a91d    0x04da4b6a    0xe89358d3
   0x5ac8cfcc    0x8b6f0821    0x85743e1c    0xf84b5389
   0x456ae17b    0xa51507ca    0x50cf0243    0x2701b851
   0x21060ad6    0x35b0d234    0x4ef230c0    0x8e8a8f08
   0x161949c0    0xff340399    0xdaafa36c    0xe333ae22
   0xeebe25ab    0xd8db6722    0x40a89344    0x9684d1ec
   0x357a81c5    0x6821d9d4    0xfac791fb    0x4f2dcb85
   0xb67017a6    0xd3234e88    0x279d5ca4    0x3f63ba99
   0x21622bbf    0x07caf2eb    0x8b7076ab    0x8e4ebcbd
   0xd10a0bfb    0xf55952f9    0xf488837a    0x8ffae6fb
   0x71d76515    0x44fb3730    0x7a7c61b7    0x1bd1e2de
   0x8a92eaaf    0xb21e7751    0xb28522e5    0xedd3b173
   0x03882afd    0xfab1fd71    0xf5b8d389    0x0073ba5b
   0x83c4bdde    0x0ae4303c    0x445ca8b9    0x6b757b77
   0xfeb103e9    0xccd485bc    0x0ad310c2    0xe2192e5c
   0x4dec1c82    0xee1986b7    0x352a80c8    0xa8151575
   0x6fe0d28f    0x771c3d8f    0x871e87e1    0xdacebc59
   0xe8ca49f6    0xb926a028    0xa6b3e515    0xefa223a5
   0x8a54e354    0x897e5a4d    0x21b8224d    0xd416f2ec
   0xcbe7f0bd    0xb2447fea    0x9e793f69    0x0fef54ad
   0xe8b59733    0xcf1f604a    0xb6fcca90    0x828ab637
   0x544d1f6a    0xd3f9bb08    0xd33e5002    0xf2bb0902
   0xbacb7493    0x8f49ee50    0xc8b026fd    0x548c5f6a
   0xa69ac56c    0x3048c9fe    0x2f4099be    0x5e2db858
   0x86af0440    0x63ad790c    0x2f21596a    0xa678770e
   0x6d35026b    0x60e5ffd7    0xd8c5ee84    0x0e8f4a5f
   0xb32368ab    0x06ce6d77    0xaff9a8a7    0x9b7bfe08
   0xf1c41bd9    0x5d97e65a    0xae3185d0    0x04a81ce0
   0x515afaf2    0xcc0bed19    0x7fa0ed19    0x29d747da
   0xb3be6d42    0xaea891fc    0x596327f6    0x169685d7
   0xaec527c3    0x58d7f4a5    0x1ec8f0fb    0x5121ab73
   0x77482d34    0xb9374023    0x593f2fb7    0x806bd03c
   0x0c3d2df9    0x48db6a6a    0x8d4e3bf0    0xf7c0b614
   0x4277692e    0x8bd2a7e8    0x2ced9478    0xd6d0958f
   0x1f11c590    0x64eea64e    0xfd0d9181    0xfe337731
   0xf2e4d68b    0x5f5c5e22    0xba1be116    0x01947bd2
   0x6e6f5cf0    0x99ed610b    0x1c9c6591    0xb5b9e932
   0x1881f045    0x4a07d22c    0x2534671a    0xf98db0e6
   0x3eecedcc    0x03d88a38    0x473f8803    0x0e964e29
   0xe7865109    0x067ce3a2    0xb67ea547    0xc9478d11
   0x77824680    0xe44e870b    0x26409f76    0xf56325e4
   0x83850a25    0x5778bde0    0xeccc9cbe    0x2b2a510c
   0x00fb4fe5    0xb1e44d88    0x25017b6f    0x6a07d28a
   0xc63259df    0x6138534e    0xb365098e    0x9063c5e5
   0x45457621    0x80a16d60    0xd8ace6a1    0xaf8e5612
   0x5a59035a    0x4a7ece35    0x2b54eda7    0x5bc3beb6
   0x87b79dfb    0x49145956    0xecab73c6    0x9d1929c5
   0x8d9a403e    0x62670b62    0x301612e1    0x55661d64
   0xfa4642cf    0xe995b648    0x678dfc40    0xd4ee70c9
   0x9b148b4a    0x26feeb0f    0x34e8c1a4    0x0eeeabf7
   0x3185cd83    0x17fd5de8    0x0eb47a60    0x8b390214
   0x813d2606    0xa98680cf    0xe1320b2c    0xb1cff298
   0x55954a20    0x2832306f    0x022e5c5a    0x248ace30
   0x12fdb8ef    0xa1ccd483    0x46722ba6    0x383957a3
   0x89d7daab    0x5bea5c37    0xeffde670    0x1bb5755c
   0xddb34251    0x97edd945    0x7538c562    0xd219d3a4
   0x7dd10fff    0xcd755fca    0xb6b74e08    0x953a094b
   0x6d5c8acc    0x17d6a577    0x5cf9cffa    0x6bef258f
   0x257f161c    0xefa3596d    0x2e55d01d    0x8accce49
   0x78637612    0xb709a740    0x9d40a46d    0xf1b76593
   0x941bb52f    0x72e8e334    0x731d55a9    0x28eb1126
   0x64488b68    0x1bc8609c    0x7ae731d3    0x6cd9e9d8
   0xe3f193b1    0x704102dc    0xc9c217ef    0x7334e9c6
   0x077bf32c    0x111e8651    0x0add1b81    0x50aa4ce6
   0x58931d65    0x70c12f8d    0xf958146c    0x313ec286
   0xb66ae984    0xeedfc1ed    0xdff5b926    0x7cd6767a
   0x909e1f2a    0x2e67ce4a    0x210d17a9    0x2407a7d6
   0xa9454c46    0x4ab7af23    0x674e4a24    0x5df3499f
   0x87fe9d85    0xd538b623    0xd715790a    0x5a3b6924
   0x98286489    0xd0e054fa    0xe0d52748    0x2cbd3b28
   0xed241d2b    0xf1522f35    0x2d3f6b3f    0x18adc4ba
   0xaed87ae4    0x8fe52079    0xde6f1284    0xbce2c970
   0xc3562e43    0x33707205    0x74af0b7c    0xa90d5bb6
   0xae850b5c    0xbba8bb6e    0x3805510b    0x78ccd517
   0x28139afa    0x9aa3a321    0x02577c39    0xd1339b37
   0xc73ab16a    0x6d219868    0xc47f0ed1    0x3d679319
   0xa6a0518d    0xbd8ef844    0x6c70a676    0x9f5e745c
   0xbbec38c8    0x085b1e7e    0x38c80048    0x73eb179f
   0x158edda6    0x086b980f    0xaef51250    0x4513fb22
   0xabb57e49    0x41d5ccde    0x47d8186e    0xc405fbba
   0x985881c8    0x4c20555c    0xd4719f4e    0xeb24d863
   0x163fce3d    0xc4083220    0x5cd27427    0xd21b3dbc
   0x97fd8af7    0xe936b66a    0x024e597f    0x83d45caa
   0xa16c668a    0xd869cff5    0x63b6d757    0xb780941a
   0xaa96f2d9    0xbc0661a8    0xe924336b    0x587a0117
   0x0dd9eba3    0x5908b928    0x336d386f    0x119dc036
   0x5e1ed561    0x4ad4f319    0xcf901dc1    0x154b5878
   0x16aec960    0xf13a5643    0xa755e201    0x9159b4ff
   0x983ef850    0x65d3e929    0xe310a2ed    0xd58bf035
   0xa2553613    0xc51f589b    0x68f3371c    0xca99ec10
   0xdbfc78c9    0x80c4c5dd    0x0fac0fd7    0x38a34baf
   0xb5a662b7    0x0be19a25    0xfae5d7ed    0xf1bfceb7
   0xc261e162    0xbe4990c3    0xb8911d6b    0x87738701
   0x9e8b4304    0x6cec1d55    0x273e2ee1    0x345a2f0e
   0xd5fc410f    0x25dc0844    0xff54749a    0x2a0a5364
   0xc8791715    0xe086fc97    0x5f757613    0x45e92b76
   0x87892ea6    0xe3b0e43a    0x7c648ab0    0xa3a8c54e
   0x5fe5a0ee    0xca7a4261    0x555ddb79    0x9d4f2a63
   0x74f06878    0xde200798    0xd37ae5f2    0x55d7a6c0
   0x5fb2dc4e    0x5b3ad326    0xb65765f5    0x63427670
   0x46f5c7d4    0x12307e35    0xe8a28a17    0x9db32fa6
   0x9adccbdd    0xc6184cae    0xfd78192b    0x926d5791
   0xe703b4e8    0xa5e69e45    0x88223b08    0x9e3b8a28
   0x0457a863    0x2a37db05    0x9153400a    0x3b8b14ac
   0x69bfe269    0x06f5e4bf    0xd464afa5    0x2d9a82f3
   0x602a92db    0x87338f91    0x67f209dd    0x5ce4b3e6
   0xe2809522    0xb7f94017    0xc9ece863    0xb6aeed89
   0x378f891f    0xcad6a973    0xb96c6cf1    0x46c60a01
   0xb88459d8    0xfe3e3779    0x0513a1ce    0xf400f2dd
   0x8f23cbec    0x2fb511e5    0xec80e04f    0xdb208487
   0xd314d381    0xed5d8b84    0x6da657b7    0xcb1bd0bd
   0xc4e9fc1e    0x2dae2765    0xa6d3b0a0    0xa1faa26b
   0x7cf2f561    0x4d52e032    0x1beef152    0x95950541
   0xf18c3dbe    0x495d0818    0x42c5a22c    0x59888e35
   0xeddd5cee    0xafd86b9e    0xaee47e02    0x23beeaed
   0xb9d6ceec    0xbeedec29    0xac32e51c    0x04c197e3
   0x20a135d1    0xb11448a5    0x3484ae14    0x0434b359
   0xef3ec2c8    0xcce90290    0xc695b789    0xd3a8b71f
   0x5872d621    0x722b6196    0xb616d479    0xab8a66d8
   0xd2e7e112    0x12349531    0xfc3e4ad3    0xb2ccdd87
   0x28a3bd51    0x3b16e2ed    0xf8ce78e8    0x20731a86
   0x5e719bfc    0x2d7ca49a    0xa3992d3f    0xe551f317
   0x6832634c    0x7deb4d22    0x7c0bc8f4    0x275a5782
   0x3fdd330f    0x138d4c4d    0xa4157e8d    0x34f2b9be
   0x1bf52bac    0xb9813b28    0x519dfa35    0x01e58ca5
   0xbc3677d8    0x939cc9d5    0x5915cfdd    0xb97cdefa
   0x1d15657f    0x1e72f016    0xfd2c4677    0xbc97145f
   0xab079f7d    0xed5e5972    0x1e190e78    0x9a1231ae
   0x1ed9090b    0x895ccde4    0xa937b0e6    0x60ff5871
   0x5847392b    0x785e17b2    0xd89b12fd    0xa0b5c7ea
   0x72d71263    0x9f11a27e    0x4e5409ae    0xb5f2edfa
   0x8798948a    0x452e74e3    0x68c95f07    0xc4f6430d
   0x6c46c2c4    0x2fafa74b    0x6a44c53c    0xdf7ce8c2
   0x51c96835    0x62970522    0x919cfe27    0x5849c94e
   0xbfb44809    0xb7dde12e    0x999f66cd    0x0c074754
   0x8f4ac0bc    0x652f9fd5    0x52b7613c    0xe04835c5
   0xf17a34a5    0xe2218efd    0x858ca16e    0x47eac06b
   0x54f66a40    0x7ea88066    0x83eb9445    0x13d13637
   0xfaeb75ff    0xc9a083c2    0x2cc0fd30    0xf513d44a
   0xf6b96811    0x4941a7a6    0xc1819a10    0x9639200a
   0x2cb196ad    0x8317352c    0xf10c2931    0xe713a326
   0x22aa792d    0xa1efb4cc    0x7c6b53d3    0xb6c87d92
   0x86216481    0x7f5a7163    0x2e46a131    0x70f18df8
   0x18964efd    0xb56cf7e8    0xe7341960    0xeec703e7
   0x921c12b3    0x3947abd7    0x81875a3a    0x74cce2a1
   0xa164461b    0x4c6dbfa3    0x8d918aa3    0xfef73a33
   0x66e39687    0xb464d9b4    0x42228636    0x88e403fb
   0xac22ae57    0xe017291b    0xf3a45b09    0xe35c2277
   0xe315a695    0x3f5d403a    0xed440354    0xf7b40fcf
   0xf539d67d    0x800f9254    0x254d971f    0x5a922b5a
   0x0b04d196    0x8861c8c4    0xf1066432    0x9365cca9
   0xcacd3a7c    0x58c10ddc    0xd411a203    0x3acda8b6
   0x7c3896d3    0x58c14180    0x4f17bb0a    0xcb535d3d
   0x00aee06a    0xa014e8e4    0x2370aebe    0x8db2890d
   0x32101f94    0x93e5364e    0x20947d1b    0xd14146ba
   0xc491e61c    0x53035a42    0x8d35e879    0x9a8b306b
   0xeee182bc    0x9123dcfd    0x0e077297    0x28e25da5
   0x165ff375    0xc95a7f9a    0xc32843c7    0xd224f615
   0x64ad8b3b    0x9da90396    0xa231630e    0x71806a0d
   0x4e2f45d6    0x21444bbe    0x986bf26a    0xd9090d2f
   0x0ee65758    0x54895661    0x072e3f23    0x07e350af
   0xe3953270    0xa7c0cfb9    0x02cecb83    0xc3f14f38
   0x90d6cb0b    0x16376fd3    0x359c1d26    0x86d946e7
   0x91dbf84d    0x81a9b349    0x9036f826    0x7932d603
   0x927edf94    0x18bc8d03    0x4d678541    0x17ade635
   0x19bb81f9    0x71f045f3    0xf4bd25ad    0xa5760638
   0xe756688e    0x38b29d3c    0xfb30460c    0xc68ac4d6
   0x06377294    0x5a327276    0x778b4a68    0x4ffa7472
   0x069c56e6    0xe933498a    0xef04089b    0x780a3303
   0x66b1e1b3    0x1c393723    0xa86b3411    0xec767268
   0xb97f8d53    0xccb0d910    0xb011bd4d    0xee12bfaa
   0x48eef80b    0x0a142e36    0x7f8f9f10    0xc78629de
   0x3efbf202    0x530716e3    0xd10ba525    0x54967e80
   0x4c6b7c05    0x9fb26e7a    0xa4a9d9c5    0xbba6cb3e
   0x858eb19c    0x0d944403    0x907b8c70    0xcb5f37d8
   0xe91b1536    0x6843e3f1    0xc8afabb4    0x8504d9e9
   0x1713f6c2    0x530febc2    0xb620862a    0x75e2ed50
   0x94163707    0x66ea0482    0xf1708bb7    0xf0677075
   0xeeaffe1f    0x686330a2    0xb8dfeae5    0xc6e58ec2
   0xcb0f62b5    0x7107d06f    0x1bce36af    0x9d99bf9f
   0xe79909a2    0x19a15e0a    0x82a563f5    0x5c98fb06
   0x594d5329    0x5e57fbe7    0xff9bbb06    0xabd6be40
   0x4eef225c    0x5f6062b6    0x2b61c656    0xb2f00977
   0x03f2993d    0x0b4f95c9    0x9ad27701    0x2e237d78
   0x3d0a0c21    0x81e74efd    0x7905da00    0x8853df61
   0x32691529    0x1e14d54a    0xcc04a569    0x4958dedb
   0x36482baa    0xc1ab8a83    0xca3a8c67    0xfc375fd0
   0xc4389c07    0x5331676a    0xdd7b2d25    0x3e524eaf
   0x0ed82c44    0x68dae84e    0xd141036b    0xa21d5e06
   0xf525fe25    0xb74132bf    0x4040013f    0x8e92884f
   0x97fdb7fe    0x4c0553c9    0x328a75f5    0xce5bd4a3
   0x4902450f    0x33469577    0x4e073acd    0xd6d93c91
   0xfdb7244d    0x8669429c    0x9b4c1690    0xaaccec1a
   0xcd1ce8e2    0x30b1b01d    0xde97ff08    0x5554be5c
   0xb76ae32c    0xe984e71e    0x6fb89f89    0x1d51899b
   0x73163e05    0x540721ff    0x39263d03    0xf51d365c
   0xd9957a33    0x80bb35d1    0xf3f8a2e5    0xd43952d3
   0x7c98bbcf    0xdb29fbdd    0x26ffef42    0x52fbe30c
   0x01c6cbaf    0x7bb65fa8    0x53015450    0xae920a47
   0x24bb2057    0x7c673ea9    0x602dbd7d    0xeb92994b
   0x821bc8c0    0x4fec8b18    0xf1361cf0    0xb5e99442
   0x7ea3b92c    0x843eb0c8    0x1631c6a5    0x38be4f7c
   0xaecb2505    0x96725799    0x0466b1d6    0xdbc36c3d
   0x15f6981d    0x2e52c8c5    0x3481eb3a    0x3384627d
   0xea53cf95    0xf77dec97    0x66897bc7    0x0154a1d1
   0x1ec26446    0x9a47eded    0x2cda2248    0x96bb98c1
   0xe3d4d28a    0x11533c0c    0x9bea583d    0xfe5180f5
   0x86180cdb    0xf067b1b2    0x581197de    0x36c2bf1d
   0x2d140238    0x646d3f89    0x4b4a1acb    0x35530ccd
   0xe87387d4    0xb2f29390    0xf9cdf459    0xae2d1802
   0x10d6781d    0x9a680a03    0x61f55f5c    0x6112cdde
   0x39aea13a    0x0986c57d    0x1274ee81    0xfc2902b0
   0x12035d41    0x4d3cbddf    0x2f1f6136    0x1114e937
   0x2b578520    0xdf9f5811    0x5545e0f9    0x3204025b
   0xd916ef5a    0xfb5e8c36    0x76a7b93e    0x40a881cc
   0xed314574    0x81fee9ca    0x5e664127    0x2567fedc
   0xccc24545    0x9bd63c33    0xdc875d2a    0xa991afcb
   0xcffb484c    0x8861201b    0x6a67fe7c    0xfcda7cba
   0x1f4a828e    0x7124de5b    0x93b7e81f    0x1fb316b6
   0xb3b7420b    0xe8dedede    0x5f2a3a0a    0xf89340ba
   0x4c155d52    0x7278d04d    0xa245f4a3    0x5dfcf0fb
   0x1adc4713    0xb85377fe    0x35138a96    0x5fac5600
   0xdecf8d38    0xdb4c1ffb    0xdb07469e    0x26af2008
   0x71531c05    0x4f269510    0x332a0060    0xcb08dff2
   0x48eab1db    0x88a86507    0xdf6d0501    0x36202cca
   0xef4cf30f    0x9abb662d    0x3ed7f0ed    0x43bcf26b
   0xfd9f88af    0x52b7abff    0x24d20402    0x8dbc246d
   0x530452a4    0x4b3714e2    0x91d99e62    0x4be86c83
   0xcfa73676    0x814cc9f1    0x49a05ec7    0xea75e853
   0xb2fae459    0xe049bf6d    0x95f9d78f    0xb512a76f
   0x763fb577    0x124d55c3    0x77080e28    0x89672472
   0xce578237    0xcf59d373    0x17a45e2d    0xaad3c482
   0x50161024    0xbdc8ade7    0xe9e474e0    0x30db1f08
   0x3e595fba    0x0bdae343    0x35fdbe82    0x03192612
   0x61ba73cc    0x40f41633    0xa9e1d9ca    0x4ab72299
   0x4e9bcaa8    0x87c09d3b    0xd5a2e624    0xfe31b004
   0xe080acaf    0xf52cb59f    0x0ed69789    0xbc7aae50
   0x097d0dc9    0xb250835a    0xac4d2b62    0x72d775ab
   0x29ed99ad    0xda94151f    0xd12aaa71    0xd5c01185
   0xb51d0b88    0x0c9d6f2d    0xa48394c5    0xdbb2d57e
   0x3ae4d70a    0xd6add3d7    0x4b3dc251    0xafd1be1f
   0x90687d0a    0x84a07d85    0xe78eca6b    0x68f66aa8
   0x6b64a3ee    0x44a0e334    0x8085791b    0xcc8b9893
   0x600ef53c    0xa4cb69a7    0x9d30e312    0x1128eb16
   0x4d51ce44    0xdc2d0736    0xdf605b7f    0x854b83b3
   0x2ee28ee7    0x16c889b3    0x2550ce0f    0x4cff4ea3
   0x42b5a123    0x36773c1c    0xde358d32    0x063a64a5
   0xca073150    0x8e55ad6d    0x358ee044    0x1afb0721
   0x9a3e1062    0x2bbaa6af    0x29679c34    0x7e073a7d
   0x3d8e6461    0x8146fcbe    0xbfc9ae45    0x893e8e8c
   0x06f5508c    0xad4dc27a    0x8eb524c1    0x089d6e8a
   0x06814420    0xf195e6a0    0x5b9651b1    0x7f55737a
   0xf23fb3b1    0x270a10c0    0xc6d1adf6    0x16ef7ed1
   0x463492b7    0xa71a7736    0xc8685ff2    0x46eebcad
   0x4489c299    0xc46ea5cd    0x0ba37c88    0x8e744be1
   0xeb2b315f    0xb3c180ee    0xab833e40    0x2223d8a2
   0x4e18ba02    0x830b5559    0xc100c3e5    0x89bca4cd
   0x43646b89    0xa94d0f31    0x517daa8f    0xf0633802
   0x5f2d9886    0x476f3e91    0x80a20ec9    0x65039697
   0x58c021c0    0x06adc086    0x9a7a6ddc    0xedd48be9
   0x85383dec    0xb5dea0f4    0xd3b438a3    0x20ef6788
   0x0334f429    0xc98fbe55    0x11a38f24    0x020f0f38
   0x1d6b4e0f    0x4a99af26    0x1af1d8ca    0x0f61b492
   0x2df039b8    0xc8db9dd9    0x978c1442    0xd43af75a
   0xaba9101a    0x47778b7d    0x58a36cad    0x2b062567
   0x1b68832e    0xe730afd3    0xd083acdf    0x4beec818
   0xe15e1338    0x134b9a6c    0xe5a65f74    0x82d64ded
   0x552ec9e0    0x36ff5ade    0x0eec84ce    0xdff77b21
   0xc2337bb4    0xb038c393    0x8661a487    0x1c47bd8e
   0x1664330e    0x4793df4e    0xba9c357b    0xbcecf2a9
   0xf8484a42    0x89e26341    0xdea84220    0x7173ff02
   0xf091e01b    0xd1789105    0x8876a7a3    0x249398c1
   0x35a96528    0x2c9cd555    0x8f9026bb    0x4683dfe7
   0x0d322c0e    0xcfdeadc2    0x2e6d657a    0x214f7fad
   0x1a6feb96    0x70f24984    0x1e2e919b    0x709a412c
   0x7c0820e0    0x4372a2e0    0x3a5fca7b    0x7e098692
   0xdcdadb6a    0x83bbaece    0xcf7b4ee7    0xa15deb5c
   0x0a5cd850    0x76432692    0xd633e87a    0x3b106b75
   0xfb1f675d    0xe2d75d53    0xe525819e    0x639ec794
   0xaf3fce1e    0x31f7c2fa    0xf62eed9a    0xa581cbe4
   0xdcfd3909    0x683b240a    0x5e609152    0xc011e52c
   0xe2b40996    0xd4a9c582    0x34f1b16e    0x67fcc219
   0x58554b65    0xee82ffee    0x574d2326    0xb3f72df1
   0xe75f740b    0x2081271b    0x21039cca    0x274f5ed9
   0xad0e16f1    0x92958ca8    0xbc9af36f    0xde0d81c0
   0x8e549069    0x7b675ff9    0xc469cd4a    0x7e9286fe
   0xad955974    0x5ddaf59f    0xb444e3c3    0x48c0da41
   0x08496091    0x13083e2e    0xd769c0e7    0x12c9c1ac
   0xad0eaf72    0x9fb4dc0e    0xba8dec9f    0x92ebb8b1
   0x17cfb953    0xbd1aa608    0xa7488be0    0x07020299
   0x680e40ed    0x8a1eb384    0x337e047e    0xa68e6188
   0x8063eb28    0xc3415333    0x4f744899    0x5c55f1d1
   0x8f71d1e3    0x06a02111    0x258ecec0    0x1fd1abc5
   0x11c9dd66    0xa4dad7d5    0xedaeecfc    0x1b172d78
   0x0f433cf3    0x43c8a18e    0x64af2f5a    0x08374214
   0x1bd2211e    0x42d44134    0xd45b7bb7    0x7f981a8e
   0x8ca78cbb    0xe2f1e4d6    0xb75e239a    0x43be0647
   0x374a4e0e    0xd9bb5925    0xcf158582    0xf229203f
   0x70b8fb27    0xa245b677    0xd2d8d526    0x192a9510
   0x83a24fed    0xdb806e4b    0xd667de62    0x79119c25
   0x28a26484    0x259f5647    0x38653837    0x27084263
   0x291da1ad    0x08629d2d    0xc645256f    0x5f5bfebc
   0x1c2c0a54    0xd29134d5    0xeb5f441c    0x4dcab922
   0x96bd0275    0x9ce7c4f4    0xe74c3ecf    0x4d7ebf4a
   0xccb98c87    0x4087533d    0x4bc9d551    0x1dd9b49f
   0x470182f8    0xe5764366    0x5cbcbbf4    0xa6e3cd20
   0x0beefab1    0x71e29729    0x023e9dad    0xc2816f30
   0x8c17209c    0xdb579ef7    0xc2f38a82    0x81219d22
   0xa7eaac3a    0x51b5e632    0x8cd23cfa    0x1c14a751
   0x4e942e65    0xa8c73ba0    0xf949b6d7    0xe78fc2f1
   0x89974a85    0xed5eb057    0xdee39bb6    0xed8c0cab
   0x2a526c09    0xcfe60940    0x0d610c5e    0x484899ee
   0x92d4c509    0x3d822950    0x9cc21bfc    0x8635bf03
   0xaca9721d    0x654adb87    0x9642ee22    0x292d68fd
   0x55542325    0x511bb3dd    0x0db3d7c3    0x219cfd34
   0x70b944ee    0x9a96b3bf    0x7c7dbd32    0x47237e37
   0x93236405    0xc16867a0    0x71709059    0x6a602b3c
   0xe0c44204    0x21c010ac    0x1114b7b2    0x994094dc
   0x66e3fa66    0x6abb8afa    0x3dd1c246    0x1f35d1c9
   0xd6386abd    0x5a1e92ef    0x8214e792    0x1742727b
   0xea5724b8    0xd117876c    0x8aeae636    0xc339960b
   0xb491151d    0x1cdc17a3    0xe583b556    0x3927556b
   0x56b62c9e    0xda90add3    0x2c40a08f    0xb062928a
   0x31b7fb6e    0xa031f67e    0x9ac90564    0x09a4791e
   0x8675a98c    0x14d0da71    0x9c0e13a7    0xfad7410d
   0xdfeab9b3    0x8f798c75    0x2359e65a    0x666c074e
   0x79a559b9    0x297a6cfc    0x9b80d725    0x231980df
   0x5aba4182    0x6b8930ed    0xfad6b3bf    0x03b99393
   0x2ce7b19b    0xd12071f4    0x4c2d0204    0x54833fe9
   0x1c8d0433    0xb32e9724    0x02a273bf    0xc52a9d5a
   0x62aa1fa6    0x68ca34ad    0x1ac94c91    0x1794e58d
   0xa74691ef    0x0e22c1d3    0x66be923f    0x6f6f2c45
   0x15ce79a4    0x3b8c9c40    0xa11ff2f9    0xb18f0e8a
   0x1e0763e8    0xab472e97    0xd011b9c7    0x7f4cd77e
   0x60291b08    0xfc4746db    0x1101cb2f    0x7127e03e
   0x39dd8454    0x9e18e09b    0x449c71ba    0xc1106522
   0xee38c53b    0x8e30f2a1    0x30a5c398    0xbde9c623
   0x49ff1078    0x36360091    0x2b797c99    0x553ff25a
   0x063174e2    0xcd5fb064    0xbaf1c003    0xbbbba060
   0x9e7bd54a    0xe3bb944c    0xa7586ca4    0x4586a706
   0x5bd43e12    0x9139b258    0x5962b23e    0xb20799b8
   0x23ef9a21    0xb505a156    0xed51d1ae    0x82dced20
   0xfed14015    0xe50de153    0xcb1de201    0x20407156
   0x6e6c8c9f    0x4e33f0f7    0xb61006ea    0x81bcca2d
   0x8fd94695    0x576fe5c7    0x074ff2db    0xd707ccf4
   0x581503ca    0xfcc1c71b    0xcfc21805    0xcb8251a8
   0x69361b9a    0x14ec2bbe    0x2df3d3f6    0xa5e66081
   0xc5c70b23    0x5dfa028b    0x22338ffa    0x1932168a
   0x11a0ed71    0xf676d717    0x823b48d7    0xe02bc37e
   0xfc624cac    0x03795ade    0x845ff149    0x5b657ed4
   0xbe434a2e    0x8a77afde    0x3615b39d    0xba7200d9
   0x674e4541    0x12f91c65    0x694cb6ab    0x22e78146
   0x8f574161    0x58f35068    0xce5b6f43    0xd1f0f21e
   0x1be73d35    0x7b2dd03f    0x39bf4987    0xd9a00a8b
   0xa1285004    0x64b6871e    0xee7377af    0x51d239c8
   0x54521a4e    0xcb661f19    0xf26dc3a8    0x8772cda3
   0x2c827fa9    0x16f8f76f    0x1de27a89    0xf8b4a070
   0xab4243b4    0x2c910203    0x1fc663ad    0xe310c2a3
   0x9476000d    0x11e66913    0x346d42a8    0xa513fd81
   0xfc260d0f    0x54c7995a    0x228585bc    0xefc0dbb0
   0xb9999ca4    0x7dfc9ec2    0x1556bde4    0x2749b83f
   0x753da831    0x5d415b40    0x763debe4    0x94a2d4df
   0xcc560707    0x08a3de8d    0x7d9f0997    0xe3ff555e
   0xa8d05131    0xc75a1e9c    0xd696df91    0x633551a7
   0x7ead2980    0x6c8b10b9    0x2b97f758    0xa785048f
   0x744ba0dc    0xd350342d    0x6dbdccaa    0x10a5e224
   0x0963176d    0x71a4325c    0xa9bfeca5    0x73c90b16
   0x5f486277    0xc897525a    0x57a8234d    0x78a73eeb
   0x2640604e    0x1598efd9    0x135cb408    0x486bd6d3
   0xef98ab1b    0x0ce2744c    0x6a690e5d    0xa65e3af1
   0x5263f69d    0x10feb14e    0xd857d93a    0x94d52946
   0x52162f56    0xe72a0b7d    0x3e7d7b23    0xdff4b663
   0xcbad0105    0x4886da29    0x7d5521d0    0xa37ad7b6
   0xe4e79a68    0x4c6cc715    0xbb746a87    0x0a222aa2
   0xcff26451    0xe5b51d1a    0xd786658d    0x0edc8ddc
   0x95a91b59    0x2b7b0dd7    0xc4003ca8    0xa90e574b
   0xf6d1b6c5    0x0880fcaa    0xda31fd31    0x5e2c3099
   0x9e9cf801    0x069347b4    0x66215bcc    0x8698d9cc
   0x5d53b7ce    0x3b0a3025    0x1765a598    0xba1f4f29
   0xa6017b4a    0x1db6bb22    0xd9b63caf    0x531e2601
   0x24fa819b    0x8ab091a2    0xbbc3b96a    0x6d4e061d
   0x5f7b1d3a    0x13fc2925    0x564b9a06    0x2b0d7a90
   0x933a10c7    0x8aa5e38a    0x9b79b254    0x9444c3c2
   0xd737212d    0xb13f74df    0x7193f8c1    0xa95f42de
   0x6c5a39de    0xf1263eb0    0x57c322ea    0x829cf7e7
   0xf8c58a2e    0x2408ad3a    0xe05fa2b7    0xf61c2132
   0x47bcb102    0x167f4eb3    0x6a9ca49a    0x03c76439
   0x69fa64cc    0xd715eab1    0x26b9ff58    0x65a0d362
   0x168ed37e    0x1c4f3752    0xd4e7d4de    0x26e7865d
   0xfbd25786    0x347be5c6    0xb610ff32    0xdae6720f
   0xa01ff608    0x4a093466    0x7dce182b    0x5eb3cc1e
   0xadd542b4    0xfff308b2    0x9deaf2fb    0xd6fa9bac
   0x7f1729b9    0x54ae192c    0x85e8e337    0x840f4bfc
   0x566993d1    0x2cf2af63    0xf86cbf7b    0xa78e4aa1
   0x11806adc    0x06070f3d    0xa833c724    0x3ffef088
   0x78febf93    0x2cf6ae38    0x8c4d8867    0x485a2845
   0x003a5def    0xe8d1b155    0xcb675ca8    0xcf4fec75
   0xb7fe3198    0xf5da0890    0x9f1599b4    0xb952a34e
   0x7f1bc151    0x362e7bbb    0x063507a0    0x99c65de4
   0xd5130eb3    0x8613ee0b    0xfd6a8987    0x01c85a32
   0xed25a8ce    0x3e81114d    0x3f96d0be    0xfa892912
   0xb8ab3d94    0x7f10a909    0xe20ebd7e    0x30e900b7
   0x05b0d117    0x423ee599    0xd09dacd3    0xd385eb38
   0xa0839eee    0x4f29f80c    0x7f253d6e    0xbc757a72
   0x326c615c    0x43e0c8e2    0x21771593    0xa71e6072
   0xf355b109    0xf2852219    0x9a6ab7b6    0x9b1c39ad
   0x2edb942f    0x51234e78    0xbbe44b02    0x9078446a
   0x1ff97b31    0xb2967297    0x5f1267ac    0xf8ccd029
   0x846ccba2    0x3a2a8297    0xf60c1eae    0xd8b7a467
   0x517e2f1f    0xe0087865    0x2a952fa4    0x75963d8d
   0x1bb14788    0x1375edb3    0x941303f7    0x6738a9c9
   0xe3c99502    0x5f42b5ec    0xb53339d3    0x65896cac
   0x8d992623    0x8b09fdc1    0x47e71464    0xc09733fb
   0xfa8cfbfe    0x898ba57d    0xe74ca247    0x4fc21f9f
   0xc880e39a    0x973ab5b7    0x78628ad6    0x8a6fe2a0
   0x92a5a189    0x7a6ff475    0x7db81d10    0x81deea09
   0xa4ff44fd    0x056e383e    0x7cd47b4c    0x2182a401
   0xd0c4ce01    0xeb313665    0x8bbb4e07    0xbb4d4a64
   0x15fe41cb    0x53a267ce    0x8ee4ae7c    0x01678630
   0xda477daf    0x7ee74db4    0xf6e9228b    0x06c57aef
   0x5b9c8e80    0x1e05611b    0x26682707    0x7111591a
   0x7646cb3b    0x20f2d117    0x4dae44a9    0x395871da
   0x54e6172c    0x4ab90f71    0x65209536    0xb3b57c85
   0x11d10b0b    0xc9e50256    0x47521f5a    0x4416012f
   0x6d8042b6    0x454542fa    0x77f0fea3    0xce983a27
   0x40f74a4e    0xabc2d476    0xcd6a647d    0xca633336
   0xeb7fa467    0x4b14425f    0xd7abae15    0xb9652306
   0x990b3a98    0x03e6f53a    0xa5f3ec3c    0xb40c953f
   0x5cd8470a    0xbf93da01    0x89a52e28    0x5984bd42
   0xe9d93e95    0xa3b67bbf    0x099ff7cf    0x07b80086
   0x20cdf1cb    0xcfbbdb2e    0xeb0da53d    0x33b82f36
   0x28fb9aca    0x013bb5b7    0xcfbfefea    0x7f4400d1
   0xd3ad108f    0xe32556f3    0xa9e77e41    0x92955338
   0x3d102663    0x63bde93f    0xbbb464c4    0xcc1ff27f
   0x7968d83b    0xca32b52d    0x1d4102ff    0x84cfd695
   0x8303a6d3    0xc6f8ba69    0xdd78d4ef    0x98b195af
   0x50f92a15    0x2066c503    0x61281597    0x5d0197b7
   0x59e6f0be    0x02423dd6    0x9b4d27af    0xb2a0755d
   0x72f2eb4e    0xdb5aa819    0xddb42e82    0x9688712a
   0xb430e384    0x6484e439    0x44f68d17    0x195c6382
   0xddee2db1    0xd9af2e18    0x7fbd30d6    0x2ac223db
   0x0d3bd809    0xec982530    0x1a41d13f    0xef2849a8
   0x9c233021    0xc074a29c    0xe7b8f28f    0xd0adf47f
   0x23cdf70d    0x6795e85d    0x1168d6ea    0x3c8bb4c7
   0xad1d00c9    0xf3eeb5d0    0x2f950982    0x9fbbde57
   0xdc733a93    0xb23e2beb    0x7dbb34af    0xf1323cff
   0xf6c9a9bc    0xf69900a6    0x9447ab0b    0xf03e55fa
   0x2816479b    0x487e507e    0x494087fb    0x0601d1ef
   0x27c86510    0x6a14691a    0xb78886de    0xe89e8c84
   0xf2cd073c    0x09144b70    0xa82227a5    0x82f88828
   0x71f7e10a    0x6c2b46b6    0xf813fe7d    0xf76d2602
   0x044d5543    0x9e1b6a76    0x967ad7b5    0xe803b0a7
   0x01e03dd9    0x6d5c94d8    0x112357c8    0x8e0bfe12
   0xcc8c7461    0xfbc1c562    0x9838886c    0xa16c46a7
   0x020631ad    0x70fb29ff    0x5f5f1795    0x07a762e8
   0x3467aa2b    0xd396d1d7    0xa12aaf4c    0xd3c13b6b
   0xf158d7dd    0x17b1317a    0xd847a91d    0x7612ab8e
   >;