content
stringlengths 4
1.04M
| lang
stringclasses 358
values | score
int64 0
5
| repo_name
stringlengths 5
114
| repo_path
stringlengths 4
229
| repo_licenses
sequencelengths 1
8
|
---|---|---|---|---|---|
import { danger, peril } from "danger"
import { IncomingWebhook, IncomingWebhookSendArguments } from "@slack/client"
const org = "gatsbyjs"
const label = "stale?"
/**
* A task that accepts Slack incoming webhook data
* and sends a message into the Artsy Dev chat room.
*
* The full API docs for the syntax of the expected data
* can be found: https://slackapi.github.io/node-slack-sdk/reference/IncomingWebhook
*
* Usage in a Dangerfile:
*
const message = {
unfurl_links: false,
attachments: [
{
pretext: "We can throw words around like two hundred million galaxies",
color: "good",
title: issue.title,
title_link: issue.html_url,
author_name: issue.user.login,
author_icon: issue.user.avatar_url,
},
],
}
peril.runTask("slack-dev-channel", "in 5 minutes", message)
*/
/**
* The default, send a slack message with some data that's come in
* this is also usable as a task
*/
const slackData = async (data: IncomingWebhookSendArguments) => {
if (!data) {
console.log(
"No data was passed to slack-dev-channel, so a message will not be sent."
)
} else {
const url = peril.env.SLACK_WEBHOOK_URL || ""
const webhook = new IncomingWebhook(url)
await webhook.send(data)
}
}
/**
* Send a slack message to the dev channel in Artsy
* @param message the message to send to #dev
*/
const slackMessage = async (message: string) => {
const data = {
unfurl_links: false,
attachments: [
{
color: "good",
title: message,
},
],
}
await slackData(data)
}
export interface Result {
url: string
repository_url: string
labels_url: string
comments_url: string
events_url: string
html_url: string
id: number
node_id: string
number: number
title: string
user: any
labels: any[]
state: string
assignee?: any
milestone?: any
comments: number
created_at: Date
updated_at: Date
closed_at?: any
pull_request: any
body: string
score: number
}
// https://developer.github.com/v3/search/#search-issues
export default async () => {
const api = danger.github.api
const staleQuery = `org:${org} label:${label} state:open`
const searchResponse = await api.search.issues({ q: staleQuery })
const items = searchResponse.data.items
// Bail early
if (items.length === 0) {
await slackMessage("No stale issues found.")
return
}
// Convert the open issues into attachments
const attachments = items.map((r: Result) => ({
fallback: "Required plain-text summary of the attachment.",
color: "#36a64f",
author_name: r.user.login,
author_link: r.user.html_url,
author_icon: r.user.avatar_url,
title: r.title,
title_link: r.html_url,
}))
const text = `There are ${items.length} stale issues:`
await slackData({
text,
attachments,
unfurl_links: false,
})
}
| TypeScript | 5 | JQuinnie/gatsby | peril/tasks/slack-experiment.ts | [
"MIT"
] |
export NO_SLOW_TESTS=1
for d in */all.do */test.do; do
echo "${d%.do}"
done | xargs redo-ifchange
| Stata | 3 | BlameJohnny/redo | docs/cookbook/all.do | [
"Apache-2.0"
] |
' movemouse.bmx
' demonstrates using the mouse as a proportional controller
' by locking the mouse to the center of the screen and reporting
' MouseXSpeed and MouseYSpeed variables
Global MouseXSpeed,MouseYSpeed
Function SampleMouse()
MouseXSpeed=MouseX()-320
MouseYSpeed=MouseY()-240
MoveMouse 320,240
End Function
Graphics 640,480
HideMouse
MoveMouse 320,240
While Not KeyHit(KEY_ESCAPE)
SampleMouse
Cls
DrawText "MouseXSpeed="+MouseXSpeed,0,0
DrawText "MouseYSpeed="+MouseYSpeed,0,20
Flip
Wend
| BlitzMax | 4 | jabdoa2/blitzmax | mod/brl.mod/polledinput.mod/doc/movemouse.bmx | [
"Zlib"
] |
Date,Open,High,Low,Close,Volume
9-Jul-12,9.46,9.47,9.31,9.45,37441545
6-Jul-12,9.47,9.52,9.40,9.50,30362984
5-Jul-12,9.67,9.74,9.53,9.57,31783831
3-Jul-12,9.53,9.79,9.49,9.60,49629310
2-Jul-12,9.50,9.60,9.30,9.39,63406824
29-Jun-12,9.95,9.98,9.46,9.59,138158551
28-Jun-12,9.93,10.09,9.93,10.09,38649023
27-Jun-12,10.05,10.10,9.97,10.02,33283364
26-Jun-12,10.06,10.08,9.96,10.01,31895220
25-Jun-12,10.13,10.18,9.95,10.01,44299189
22-Jun-12,10.35,10.40,10.18,10.19,56547095
21-Jun-12,10.65,10.68,10.25,10.27,40062708
20-Jun-12,10.58,10.74,10.52,10.65,40811691
19-Jun-12,10.37,10.64,10.35,10.56,37162157
18-Jun-12,10.35,10.40,10.26,10.34,27379767
15-Jun-12,10.40,10.42,10.26,10.35,39461393
14-Jun-12,10.27,10.45,10.21,10.41,37539824
13-Jun-12,10.39,10.48,10.22,10.30,41384185
12-Jun-12,10.47,10.55,10.31,10.50,35145470
11-Jun-12,10.77,10.80,10.45,10.45,35811381
8-Jun-12,10.48,10.68,10.38,10.66,30816637
7-Jun-12,10.73,10.78,10.52,10.55,33846133
6-Jun-12,10.29,10.58,10.27,10.57,50461111
5-Jun-12,10.01,10.24,9.97,10.19,38326250
4-Jun-12,10.15,10.18,9.91,10.04,57311499
1-Jun-12,10.33,10.46,10.06,10.12,68237494
31-May-12,10.62,10.68,10.40,10.56,54328730
30-May-12,10.73,10.75,10.52,10.66,44601645
29-May-12,10.69,10.88,10.68,10.84,43785520
25-May-12,10.61,10.68,10.51,10.60,30441198
24-May-12,10.50,10.62,10.38,10.59,45334026
23-May-12,10.32,10.45,10.22,10.41,75648861
22-May-12,10.25,10.40,10.15,10.19,44295612
21-May-12,10.02,10.23,10.00,10.20,38137132
18-May-12,10.08,10.18,9.96,10.01,50571952
17-May-12,10.16,10.25,10.01,10.01,49660696
16-May-12,10.23,10.43,10.15,10.16,44321448
15-May-12,10.34,10.34,10.10,10.15,41923652
14-May-12,10.41,10.52,10.30,10.32,50225126
11-May-12,10.61,10.83,10.56,10.58,36568171
10-May-12,10.83,10.86,10.66,10.71,42526056
9-May-12,10.48,10.81,10.41,10.69,54512461
8-May-12,10.60,10.64,10.40,10.61,46195523
7-May-12,10.53,10.79,10.52,10.66,33246708
4-May-12,10.84,10.87,10.63,10.67,53268320
3-May-12,11.13,11.15,10.85,10.92,40243341
2-May-12,11.16,11.17,11.00,11.10,48572883
1-May-12,11.25,11.34,11.11,11.23,44020268
30-Apr-12,11.42,11.57,11.15,11.28,46156263
27-Apr-12,12.03,12.04,11.52,11.60,76455981
26-Apr-12,11.71,11.93,11.67,11.87,40894070
25-Apr-12,11.51,11.75,11.43,11.73,45185958
24-Apr-12,11.61,11.61,11.36,11.39,38656280
23-Apr-12,11.15,11.40,11.15,11.35,31311920
20-Apr-12,11.71,11.72,11.39,11.41,52630916
19-Apr-12,11.81,11.88,11.58,11.66,48172028
18-Apr-12,11.81,11.85,11.72,11.79,32328832
17-Apr-12,11.98,12.00,11.88,11.91,35994575
16-Apr-12,12.01,12.05,11.83,11.88,31903489
13-Apr-12,11.98,12.03,11.84,11.92,39707255
12-Apr-12,11.94,12.13,11.86,12.07,26988802
11-Apr-12,11.99,12.02,11.88,11.91,34757940
10-Apr-12,12.19,12.28,11.65,11.79,77373157
9-Apr-12,12.26,12.29,12.11,12.22,42515285
5-Apr-12,12.38,12.58,12.38,12.47,37939405
4-Apr-12,12.46,12.52,12.32,12.50,51507181
3-Apr-12,12.71,12.95,12.46,12.64,97001437
2-Apr-12,12.50,12.65,12.44,12.62,43966846
30-Mar-12,12.55,12.58,12.40,12.48,36391766
29-Mar-12,12.33,12.52,12.24,12.50,51039792
28-Mar-12,12.35,12.36,12.18,12.32,41051696
27-Mar-12,12.51,12.61,12.30,12.32,35070612
26-Mar-12,12.45,12.50,12.39,12.48,26756784
23-Mar-12,12.31,12.37,12.18,12.32,44759245
22-Mar-12,12.48,12.54,12.24,12.32,50125146
21-Mar-12,12.59,12.67,12.54,12.57,27528439
20-Mar-12,12.48,12.61,12.39,12.54,40217366
19-Mar-12,12.52,12.68,12.48,12.63,52445624
16-Mar-12,12.86,12.90,12.51,12.51,77123724
15-Mar-12,12.90,13.04,12.83,12.90,55316864
14-Mar-12,12.64,12.90,12.63,12.88,47578407
13-Mar-12,12.48,12.72,12.40,12.70,42783564
12-Mar-12,12.57,12.59,12.37,12.43,30275688
9-Mar-12,12.53,12.73,12.48,12.58,36162779
8-Mar-12,12.41,12.55,12.32,12.46,37130354
7-Mar-12,12.21,12.30,12.15,12.24,28440851
6-Mar-12,12.23,12.25,12.00,12.09,57374495
5-Mar-12,12.67,12.68,12.41,12.46,28438485
2-Mar-12,12.74,12.94,12.68,12.72,49064351
1-Mar-12,12.48,12.77,12.45,12.66,68263200
29-Feb-12,12.28,12.55,12.25,12.38,62093651
28-Feb-12,12.34,12.35,12.20,12.25,30789403
27-Feb-12,12.11,12.36,11.99,12.30,38703322
24-Feb-12,12.43,12.46,12.19,12.23,31399272
23-Feb-12,12.27,12.44,12.16,12.40,36747504
22-Feb-12,12.49,12.51,12.22,12.28,43325932
21-Feb-12,12.74,12.76,12.46,12.53,38436319
17-Feb-12,12.84,12.88,12.71,12.75,30777978
16-Feb-12,12.38,12.77,12.38,12.74,49166921
15-Feb-12,12.47,12.57,12.33,12.38,38174730
14-Feb-12,12.46,12.58,12.34,12.48,39641904
13-Feb-12,12.74,12.74,12.51,12.54,34474395
10-Feb-12,12.52,12.66,12.37,12.44,52507996
9-Feb-12,12.89,12.90,12.67,12.69,52290479
8-Feb-12,12.91,12.96,12.80,12.84,35352410
7-Feb-12,12.93,12.97,12.83,12.88,39413408
6-Feb-12,12.85,13.00,12.71,12.96,46363233
3-Feb-12,12.47,12.84,12.39,12.79,78851121
2-Feb-12,12.40,12.43,12.20,12.26,48347559
1-Feb-12,12.73,12.75,12.29,12.33,71668979
31-Jan-12,12.47,12.51,12.20,12.42,46425332
30-Jan-12,12.06,12.44,12.00,12.29,57752526
27-Jan-12,11.96,12.53,11.79,12.21,142155259
26-Jan-12,13.03,13.05,12.66,12.79,75470624
25-Jan-12,12.80,12.98,12.70,12.93,54021553
24-Jan-12,12.56,12.86,12.46,12.82,45768308
23-Jan-12,12.69,12.84,12.55,12.66,49388566
20-Jan-12,12.55,12.64,12.45,12.59,43705665
19-Jan-12,12.48,12.72,12.43,12.61,70894167
18-Jan-12,12.03,12.37,12.00,12.34,47102604
17-Jan-12,12.20,12.26,11.96,12.02,44398472
13-Jan-12,12.04,12.04,12.04,12.04,0
12-Jan-12,12.16,12.18,11.89,12.14,48687666
11-Jan-12,11.74,12.18,11.65,12.07,63806007
10-Jan-12,12.00,12.05,11.63,11.80,121750545
9-Jan-12,11.83,11.95,11.70,11.80,53981467
6-Jan-12,11.74,11.80,11.52,11.71,59840605
5-Jan-12,11.33,11.63,11.24,11.59,67877467
4-Jan-12,11.15,11.53,11.07,11.30,79725188
3-Jan-12,11.00,11.25,10.99,11.13,45709811
30-Dec-11,10.76,10.76,10.76,10.76,0
29-Dec-11,10.56,10.75,10.50,10.68,34317002
28-Dec-11,10.82,10.84,10.43,10.52,33450929
27-Dec-11,10.87,10.98,10.76,10.81,25444771
23-Dec-11,10.95,10.95,10.95,10.95,0
22-Dec-11,10.78,10.98,10.66,10.94,43983068
21-Dec-11,10.38,10.74,10.33,10.66,56203034
20-Dec-11,10.21,10.38,10.18,10.33,45235037
19-Dec-11,10.25,10.39,9.99,10.02,45068191
16-Dec-11,10.32,10.40,10.16,10.25,45999138
15-Dec-11,10.31,10.42,10.19,10.25,46640203
14-Dec-11,10.33,10.41,10.10,10.15,53224204
13-Dec-11,10.92,11.04,10.36,10.48,67905531
12-Dec-11,10.87,10.89,10.68,10.85,40785391
9-Dec-11,10.94,11.11,10.87,11.03,48326563
8-Dec-11,10.96,11.11,9.84,10.75,82552211
7-Dec-11,11.00,11.15,10.88,11.08,45168739
6-Dec-11,11.10,11.19,11.00,11.05,39786084
5-Dec-11,11.16,11.42,11.02,11.11,65924650
2-Dec-11,10.79,11.10,10.75,10.90,67252566
1-Dec-11,10.51,10.81,10.41,10.59,61396936
30-Nov-11,10.33,10.60,10.17,10.60,66922269
29-Nov-11,10.03,10.13,9.92,9.99,40449900
28-Nov-11,10.15,10.19,9.90,10.00,57953210
25-Nov-11,9.81,9.95,9.75,9.75,20118455
23-Nov-11,9.83,9.83,9.83,9.83,0
22-Nov-11,10.02,10.15,9.90,10.09,43750609
21-Nov-11,9.99,10.12,9.80,10.05,60890045
18-Nov-11,10.28,10.30,10.07,10.10,44421981
17-Nov-11,10.54,10.56,10.07,10.17,69670657
16-Nov-11,10.80,10.82,10.50,10.56,49001246
15-Nov-11,10.93,11.00,10.82,10.87,43972803
14-Nov-11,11.12,11.16,10.98,11.02,30530087
11-Nov-11,11.15,11.18,11.05,11.14,32872316
10-Nov-11,11.17,11.19,10.90,10.99,50555142
9-Nov-11,11.20,11.38,10.98,11.04,72025962
8-Nov-11,11.27,11.68,11.18,11.61,60893327
7-Nov-11,11.20,11.30,11.06,11.22,39924288
4-Nov-11,11.28,11.39,11.12,11.27,43133079
3-Nov-11,11.29,11.39,11.02,11.32,57802143
2-Nov-11,11.26,11.28,11.04,11.15,52811744
1-Nov-11,11.33,11.39,11.03,11.08,108259896
31-Oct-11,11.80,11.91,11.68,11.68,41740335
28-Oct-11,11.97,12.07,11.86,12.00,60363193
27-Oct-11,12.29,12.29,11.71,11.97,132558720
26-Oct-11,12.09,12.20,11.54,11.87,159678574
25-Oct-11,12.58,12.59,12.14,12.43,77049052
24-Oct-11,12.31,12.65,12.30,12.51,68986825
21-Oct-11,11.86,12.32,11.84,12.26,86635929
20-Oct-11,11.66,11.75,11.47,11.70,62145692
19-Oct-11,11.77,11.92,11.46,11.56,69510092
18-Oct-11,11.41,11.93,11.27,11.78,66804196
17-Oct-11,11.71,11.76,11.32,11.40,53715553
14-Oct-11,11.58,11.67,11.34,11.56,54535671
13-Oct-11,11.39,11.46,11.04,11.34,60021259
12-Oct-11,11.40,11.80,11.38,11.38,82907451
11-Oct-11,11.17,11.29,11.02,11.24,61331924
10-Oct-11,10.93,11.23,10.90,11.21,57668189
7-Oct-11,11.04,11.20,10.63,10.69,87812390
6-Oct-11,10.61,11.00,10.56,10.99,86277475
5-Oct-11,10.06,10.59,9.83,10.56,96318030
4-Oct-11,9.22,10.13,9.05,10.08,103876086
3-Oct-11,9.66,9.92,9.36,9.37,72828062
30-Sep-11,9.89,10.01,9.65,9.67,56819921
29-Sep-11,10.14,10.15,9.75,10.00,52634778
28-Sep-11,10.18,10.22,9.90,9.93,43567629
27-Sep-11,10.32,10.35,10.09,10.12,65062161
26-Sep-11,9.96,10.09,9.70,10.08,54424782
23-Sep-11,9.46,9.98,9.32,9.86,70702512
22-Sep-11,9.79,10.14,9.43,9.62,115851051
21-Sep-11,10.40,10.51,9.97,9.97,62309204
20-Sep-11,10.61,10.65,10.41,10.42,37706895
19-Sep-11,10.34,10.62,10.30,10.54,41663812
16-Sep-11,10.62,10.69,10.35,10.62,46859485
15-Sep-11,10.45,10.64,10.32,10.63,53843175
14-Sep-11,10.25,10.50,10.04,10.32,70810171
13-Sep-11,10.16,10.23,10.00,10.17,44205212
12-Sep-11,9.86,10.14,9.85,10.11,58351992
9-Sep-11,10.11,10.29,9.98,10.05,69911239
8-Sep-11,10.49,10.64,10.27,10.34,45105413
7-Sep-11,10.44,10.58,10.32,10.56,45052705
6-Sep-11,10.02,10.27,10.00,10.22,65565561
2-Sep-11,10.53,10.68,10.26,10.42,62020998
1-Sep-11,11.14,11.27,10.81,10.85,64030914
31-Aug-11,11.03,11.30,10.98,11.12,69283535
30-Aug-11,10.87,10.96,10.64,10.87,50354267
29-Aug-11,10.64,10.95,10.61,10.93,48857873
26-Aug-11,10.18,10.53,10.06,10.40,59398645
25-Aug-11,10.53,10.72,10.22,10.28,50165968
24-Aug-11,10.31,10.46,10.13,10.45,53035499
23-Aug-11,10.16,10.32,10.01,10.31,52107590
22-Aug-11,10.39,10.39,9.81,10.01,73424426
19-Aug-11,10.05,10.45,9.90,9.99,87207193
18-Aug-11,10.67,10.70,10.22,10.38,87187860
17-Aug-11,11.34,11.40,10.92,11.11,52261955
16-Aug-11,11.23,11.45,11.05,11.22,53398182
15-Aug-11,11.29,11.37,11.17,11.35,46295976
12-Aug-11,11.29,11.31,11.00,11.06,79279260
11-Aug-11,10.48,11.12,10.43,10.94,114926740
10-Aug-11,10.82,10.87,10.32,10.41,119886418
9-Aug-11,10.50,10.95,10.13,10.91,177330887
8-Aug-11,10.02,10.42,9.87,9.93,202155836
5-Aug-11,11.05,11.23,10.32,10.84,139254160
4-Aug-11,11.49,11.51,10.77,10.86,153368729
3-Aug-11,11.92,11.92,11.36,11.65,127291409
2-Aug-11,12.28,12.35,11.82,11.85,97171075
1-Aug-11,12.75,12.81,12.21,12.35,73793512
29-Jul-11,12.11,12.42,12.00,12.21,68621558
28-Jul-11,12.40,12.65,12.30,12.32,69884577
27-Jul-11,12.80,12.85,12.30,12.37,113808513
26-Jul-11,13.30,13.44,12.85,12.94,109165793
25-Jul-11,13.04,13.24,13.01,13.17,45334208
22-Jul-11,13.29,13.34,13.15,13.31,26480521
21-Jul-11,13.16,13.32,13.08,13.28,43706220
20-Jul-11,13.19,13.19,12.92,13.08,33450613
19-Jul-11,13.00,13.18,12.86,13.09,53892574
18-Jul-11,13.02,13.06,12.63,12.90,66084747
15-Jul-11,13.14,13.20,13.00,13.09,41225026
14-Jul-11,13.33,13.40,13.04,13.09,45988916
13-Jul-11,13.30,13.43,13.23,13.27,44328129
12-Jul-11,13.13,13.38,13.12,13.12,57768853
11-Jul-11,13.64,13.69,13.26,13.32,61376128
8-Jul-11,13.86,13.90,13.61,13.88,68554677
7-Jul-11,14.13,14.22,13.90,14.12,66182741
6-Jul-11,14.13,14.13,13.89,13.96,46235125
5-Jul-11,14.07,14.18,13.91,14.10,47019360
1-Jul-11,14.02,14.02,14.02,14.02,0
30-Jun-11,13.46,13.97,13.36,13.79,74123979
29-Jun-11,13.41,13.51,13.32,13.42,54119696
28-Jun-11,13.55,13.55,13.25,13.33,54017533
27-Jun-11,13.35,13.55,13.08,13.46,50006278
24-Jun-11,13.52,13.60,13.14,13.24,82743569
23-Jun-11,13.12,13.50,13.06,13.47,59361890
22-Jun-11,13.39,13.50,13.33,13.36,42589488
21-Jun-11,13.08,13.53,13.04,13.32,72508028
20-Jun-11,12.66,13.03,12.65,12.94,51392723
17-Jun-11,12.94,12.95,12.68,12.77,81066976
16-Jun-11,13.05,13.18,12.68,12.83,91842138
15-Jun-11,13.30,13.36,13.05,13.15,88736541
14-Jun-11,13.29,13.56,13.25,13.43,61363130
13-Jun-11,13.14,13.26,12.78,13.14,110748300
10-Jun-11,13.68,13.74,13.33,13.35,96683964
9-Jun-11,13.74,13.87,13.58,13.80,55365380
8-Jun-11,13.96,14.01,13.65,13.70,77161619
7-Jun-11,14.17,14.19,13.94,13.95,73293864
6-Jun-11,13.99,14.12,13.86,13.91,54183566
3-Jun-11,13.88,14.22,13.81,14.01,57295847
2-Jun-11,14.26,14.36,14.08,14.18,58588036
1-Jun-11,14.78,14.90,14.20,14.23,91509302
31-May-11,14.75,14.92,14.64,14.92,66438849
27-May-11,14.60,14.60,14.60,14.60,0
26-May-11,14.51,14.60,14.40,14.56,45970450
25-May-11,14.54,14.66,14.35,14.58,93974517
24-May-11,14.84,14.85,14.56,14.66,48890244
23-May-11,14.70,14.93,14.65,14.80,49541838
20-May-11,15.05,15.11,14.96,15.00,39287519
19-May-11,15.10,15.17,15.01,15.12,38719619
18-May-11,15.01,15.16,14.87,15.12,41282699
17-May-11,15.06,15.18,14.82,14.97,65269787
16-May-11,15.21,15.32,15.10,15.13,51708487
13-May-11,15.22,15.30,15.03,15.08,43326601
12-May-11,15.14,15.34,15.12,15.26,48857713
11-May-11,15.11,15.35,15.06,15.15,55013859
10-May-11,15.13,15.20,15.08,15.15,36654647
9-May-11,15.12,15.20,15.02,15.08,33380688
6-May-11,15.26,15.37,15.08,15.11,58410707
5-May-11,14.97,15.30,14.88,15.08,62569512
4-May-11,15.42,15.45,14.97,15.15,71777920
3-May-11,15.42,15.56,15.26,15.38,68681528
2-May-11,15.52,15.69,15.41,15.45,42187417
29-Apr-11,15.49,15.68,15.40,15.47,40215803
28-Apr-11,15.47,15.70,15.42,15.50,48148279
27-Apr-11,15.85,15.87,15.42,15.58,84395991
26-Apr-11,16.04,16.18,15.66,15.66,166852661
25-Apr-11,15.51,15.59,15.35,15.54,54777113
21-Apr-11,15.43,15.43,15.43,15.43,0
20-Apr-11,14.95,15.20,14.84,15.09,71006212
19-Apr-11,14.65,14.79,14.54,14.66,33587928
18-Apr-11,14.51,14.74,14.48,14.62,49845385
15-Apr-11,14.86,14.90,14.61,14.71,47501401
14-Apr-11,14.74,14.85,14.61,14.81,62386526
13-Apr-11,15.04,15.05,14.80,14.98,58745733
12-Apr-11,14.59,15.00,14.50,14.91,82765424
11-Apr-11,15.27,15.40,14.74,14.86,85631643
8-Apr-11,15.65,15.68,15.16,15.33,51197794
7-Apr-11,15.71,15.82,15.45,15.53,51336115
6-Apr-11,15.91,15.98,15.61,15.73,62322453
5-Apr-11,15.65,15.81,15.55,15.79,72461668
4-Apr-11,15.39,15.74,15.39,15.55,99126393
1-Apr-11,15.03,15.42,14.92,15.16,116309235
31-Mar-11,14.82,14.95,14.71,14.91,41975807
30-Mar-11,14.88,14.97,14.74,14.86,40931267
29-Mar-11,14.83,14.94,14.73,14.84,33304615
28-Mar-11,14.99,15.09,14.83,14.86,41290304
25-Mar-11,15.20,15.20,14.90,15.01,58966447
24-Mar-11,14.40,15.12,14.39,15.04,128208211
23-Mar-11,14.26,14.45,14.02,14.31,64447276
22-Mar-11,14.52,14.57,14.32,14.34,44832909
21-Mar-11,14.70,14.72,14.48,14.59,46489639
18-Mar-11,14.58,14.67,14.43,14.49,64591395
17-Mar-11,14.56,14.58,14.18,14.26,78692268
16-Mar-11,14.73,14.79,13.89,14.18,127903799
15-Mar-11,13.80,14.80,13.75,14.67,109083449
14-Mar-11,14.47,14.64,14.20,14.30,65186535
11-Mar-11,13.90,14.46,13.87,14.36,72258870
10-Mar-11,14.10,14.28,14.01,14.06,107253551
9-Mar-11,14.59,14.60,14.25,14.29,68056849
8-Mar-11,14.02,14.55,14.01,14.47,106709696
7-Mar-11,14.34,14.42,13.98,14.01,105402075
4-Mar-11,14.79,14.79,14.28,14.42,81624975
3-Mar-11,14.90,14.95,14.66,14.76,66722161
2-Mar-11,14.66,14.89,14.62,14.66,67126967
1-Mar-11,15.10,15.12,14.60,14.66,74339127
28-Feb-11,15.29,15.29,14.89,15.05,54120693
25-Feb-11,14.94,15.11,14.85,15.07,78341802
24-Feb-11,14.56,14.99,14.50,14.70,120283515
23-Feb-11,15.02,15.04,14.49,14.86,159528736
22-Feb-11,15.36,15.52,15.08,15.23,97449876
18-Feb-11,15.77,15.77,15.77,15.77,0
17-Feb-11,16.01,16.03,15.83,15.97,53727532
16-Feb-11,16.16,16.18,16.00,16.05,59843528
15-Feb-11,16.03,16.16,15.95,16.10,51612779
14-Feb-11,16.38,16.39,16.02,16.09,69632700
11-Feb-11,16.06,16.51,15.99,16.38,94736828
10-Feb-11,15.99,16.11,15.90,15.95,65334899
9-Feb-11,16.13,16.30,16.02,16.09,61896699
8-Feb-11,16.17,16.26,16.02,16.24,59674450
7-Feb-11,15.84,16.36,15.80,16.11,118132832
4-Feb-11,15.91,15.95,15.64,15.72,79198641
3-Feb-11,15.38,15.78,15.10,15.76,153131241
2-Feb-11,15.91,15.98,15.31,15.40,187008426
1-Feb-11,16.14,16.24,15.85,15.89,178894220
31-Jan-11,16.56,16.64,15.45,15.95,275198179
28-Jan-11,17.79,17.88,15.98,16.27,480879432
27-Jan-11,18.52,18.88,18.33,18.79,67711652
26-Jan-11,17.97,18.43,17.90,18.37,66834054
25-Jan-11,17.86,18.02,17.66,17.89,47155738
24-Jan-11,18.02,18.02,17.75,17.93,51698556
21-Jan-11,17.99,18.11,17.87,17.95,48717631
20-Jan-11,17.77,18.00,17.35,17.78,93501514
19-Jan-11,18.71,18.72,17.77,17.90,89216412
18-Jan-11,18.66,18.77,18.61,18.70,39737433
14-Jan-11,18.65,18.65,18.65,18.65,0
13-Jan-11,18.81,18.97,18.55,18.68,100531394
12-Jan-11,18.36,18.75,18.29,18.71,66841388
11-Jan-11,18.48,18.49,18.13,18.28,61312456
10-Jan-11,18.42,18.49,18.16,18.31,65348361
7-Jan-11,18.42,18.42,18.08,18.27,99029495
6-Jan-11,18.03,18.29,17.95,18.22,96284315
5-Jan-11,17.31,18.09,17.22,17.89,112377964
4-Jan-11,17.39,17.66,16.96,17.38,106477140
3-Jan-11,17.02,17.31,17.00,17.25,70794151
31-Dec-10,16.65,16.83,16.61,16.79,22425965
30-Dec-10,16.72,16.85,16.65,16.69,24055098
29-Dec-10,16.67,16.80,16.65,16.74,25556654
28-Dec-10,16.83,16.85,16.65,16.73,28413190
27-Dec-10,16.72,16.87,16.60,16.87,27710072
23-Dec-10,16.78,16.78,16.78,16.78,0
22-Dec-10,17.00,17.03,16.85,16.99,31602612
21-Dec-10,16.89,17.00,16.84,16.99,35603998
20-Dec-10,16.85,16.90,16.63,16.85,41879929
17-Dec-10,16.76,16.85,16.68,16.80,51948040
16-Dec-10,16.52,16.77,16.44,16.77,49567513
15-Dec-10,16.37,16.66,16.35,16.55,44901192
14-Dec-10,16.50,16.58,16.39,16.42,43069921
13-Dec-10,16.65,16.72,16.47,16.47,53899674
10-Dec-10,16.68,16.77,16.65,16.73,38195991
9-Dec-10,16.82,16.85,16.66,16.76,47280901
8-Dec-10,16.66,16.73,16.35,16.69,106699902
7-Dec-10,16.91,16.92,16.55,16.56,64104224
6-Dec-10,16.66,16.78,16.52,16.65,57290297
3-Dec-10,16.63,16.83,16.60,16.80,67399413
2-Dec-10,16.72,16.86,16.63,16.78,82484417
1-Dec-10,16.24,16.50,16.14,16.46,100724326
30-Nov-10,15.92,15.99,15.83,15.94,71737337
29-Nov-10,16.12,16.12,15.86,16.06,61577444
26-Nov-10,15.81,16.18,15.75,16.10,31557182
24-Nov-10,15.95,15.95,15.95,15.95,0
23-Nov-10,16.01,16.16,15.62,15.70,96689061
22-Nov-10,16.26,16.54,16.11,16.20,91288839
19-Nov-10,16.02,16.38,15.83,16.28,130323560
18-Nov-10,16.77,16.87,16.05,16.12,256937875
17-Nov-10,16.76,16.90,16.52,16.68,127748531
16-Nov-10,17.19,17.42,16.36,16.51,234693760
15-Nov-10,16.81,17.41,16.68,17.00,233268384
12-Nov-10,16.46,16.53,16.04,16.30,91657062
11-Nov-10,16.54,16.66,16.20,16.61,94746122
10-Nov-10,16.32,16.71,16.08,16.63,139738159
9-Nov-10,16.53,16.58,15.88,16.07,133717281
8-Nov-10,16.36,16.49,16.06,16.41,127385974
5-Nov-10,15.98,16.26,15.81,16.21,141539803
4-Nov-10,15.51,15.98,15.40,15.86,193231920
3-Nov-10,14.48,15.20,14.44,15.18,185668472
2-Nov-10,14.32,14.46,14.22,14.43,54691083
1-Nov-10,14.32,14.37,14.16,14.23,56605930
29-Oct-10,14.18,14.23,14.10,14.13,52281827
28-Oct-10,14.29,14.32,14.06,14.22,51719343
27-Oct-10,14.34,14.35,14.09,14.23,81025687
26-Oct-10,13.97,14.47,13.76,14.36,214814344
25-Oct-10,14.05,14.20,14.01,14.15,77370708
22-Oct-10,13.86,14.01,13.83,13.95,38003004
21-Oct-10,13.78,14.16,13.66,13.81,85364910
20-Oct-10,13.45,13.73,13.35,13.64,60800122
19-Oct-10,13.63,13.64,13.18,13.32,84613958
18-Oct-10,13.75,13.90,13.64,13.88,34938390
15-Oct-10,14.00,14.04,13.61,13.80,61337649
14-Oct-10,13.88,14.01,13.78,13.91,78814036
13-Oct-10,13.90,13.91,13.64,13.64,59061809
12-Oct-10,13.71,13.85,13.51,13.78,50056386
11-Oct-10,13.72,13.90,13.68,13.78,48002802
8-Oct-10,13.30,13.72,13.28,13.66,71857622
7-Oct-10,13.32,13.38,13.19,13.32,53526635
6-Oct-10,13.06,13.45,13.04,13.24,92325959
5-Oct-10,13.00,13.07,12.92,13.01,74701900
4-Oct-10,12.57,12.92,12.53,12.84,95949136
1-Oct-10,12.35,12.41,12.12,12.26,54565409
30-Sep-10,12.44,12.46,12.20,12.24,42679587
29-Sep-10,12.45,12.50,12.28,12.33,45211770
28-Sep-10,12.48,12.53,12.27,12.52,42674616
27-Sep-10,12.57,12.60,12.46,12.48,28805227
24-Sep-10,12.42,12.57,12.38,12.56,42647786
23-Sep-10,12.26,12.45,12.15,12.31,46873328
22-Sep-10,12.43,12.54,12.29,12.38,53190343
21-Sep-10,12.53,12.75,12.51,12.55,59130813
20-Sep-10,12.55,12.60,12.38,12.57,49864507
17-Sep-10,12.53,12.54,12.34,12.49,68954533
16-Sep-10,12.12,12.53,12.10,12.44,141408427
15-Sep-10,11.93,11.96,11.76,11.87,54102615
14-Sep-10,11.96,12.05,11.89,11.98,39772203
13-Sep-10,11.93,12.00,11.84,11.99,36689671
10-Sep-10,11.81,11.98,11.75,11.79,37858737
9-Sep-10,11.96,12.04,11.64,11.75,48528444
8-Sep-10,11.81,11.95,11.70,11.80,40798682
7-Sep-10,12.01,12.07,11.78,11.80,42497553
6-Sep-10,12.07,12.07,12.07,12.07,0
3-Sep-10,12.07,12.07,12.07,12.07,0
2-Sep-10,11.68,11.83,11.57,11.71,39943541
1-Sep-10,11.53,11.89,11.46,11.61,81988740
31-Aug-10,11.27,11.46,11.13,11.28,64987238
30-Aug-10,11.58,11.68,11.35,11.35,33651452
27-Aug-10,11.26,11.72,11.05,11.56,63568930
26-Aug-10,11.40,11.56,11.14,11.17,56953578
25-Aug-10,11.04,11.40,10.95,11.32,78587068
24-Aug-10,11.28,11.49,11.09,11.24,86304094
23-Aug-10,11.84,11.90,11.60,11.61,42449574
20-Aug-10,11.85,11.90,11.60,11.77,50814381
19-Aug-10,12.13,12.20,11.83,11.89,61058938
18-Aug-10,12.17,12.29,11.80,12.20,54218032
17-Aug-10,12.20,12.38,12.06,12.16,61043477
16-Aug-10,11.96,12.15,11.88,11.99,59316046
13-Aug-10,12.25,12.37,12.13,12.15,41635476
12-Aug-10,12.03,12.39,11.90,12.27,68017892
11-Aug-10,12.65,12.67,12.33,12.41,68132071
10-Aug-10,12.94,13.03,12.80,12.92,50265042
9-Aug-10,13.12,13.12,12.92,13.05,39071979
6-Aug-10,12.83,13.05,12.80,13.04,54704554
5-Aug-10,13.05,13.05,12.90,12.98,51574777
4-Aug-10,13.00,13.21,12.95,13.11,60874915
3-Aug-10,13.08,13.24,12.77,12.91,115202546
2-Aug-10,13.06,13.20,12.94,13.16,77124699
30-Jul-10,12.81,13.01,12.58,12.77,79539674
29-Jul-10,13.03,13.11,12.72,12.97,88544652
28-Jul-10,12.99,13.08,12.86,12.91,59746681
27-Jul-10,13.16,13.18,12.85,13.03,97305386
26-Jul-10,12.82,13.15,12.75,12.94,125629576
23-Jul-10,12.55,12.75,12.35,12.72,161608161
22-Jul-10,11.76,12.22,11.75,12.09,102031465
21-Jul-10,11.82,11.88,11.43,11.55,67645077
20-Jul-10,11.30,11.76,11.25,11.75,53134811
19-Jul-10,11.44,11.57,11.23,11.48,49909940
16-Jul-10,11.75,11.78,11.30,11.34,68905417
15-Jul-10,11.86,11.90,11.51,11.86,66020324
14-Jul-10,11.62,11.92,11.54,11.81,68051369
13-Jul-10,11.47,11.81,11.26,11.66,103923173
12-Jul-10,10.84,11.13,10.83,11.10,56354088
9-Jul-10,10.58,10.94,10.54,10.85,50732694
8-Jul-10,10.72,10.83,10.45,10.62,62355431
7-Jul-10,10.21,10.63,10.17,10.59,72565217
6-Jul-10,10.42,10.57,10.04,10.16,81246930
5-Jul-10,10.28,10.28,10.28,10.28,0
2-Jul-10,10.28,10.28,10.28,10.28,0
1-Jul-10,10.23,10.63,10.02,10.57,153382992
30-Jun-10,10.10,10.52,10.04,10.08,182831251
29-Jun-10,10.12,10.14,9.75,9.88,124866691
28-Jun-10,10.72,10.76,10.43,10.43,58047664
25-Jun-10,10.75,10.77,10.42,10.75,148168302
24-Jun-10,10.99,11.03,10.64,10.78,74491022
23-Jun-10,11.23,11.28,11.00,11.03,83134347
22-Jun-10,11.54,11.60,11.18,11.22,73508927
21-Jun-10,11.68,11.80,11.50,11.53,67814207
18-Jun-10,11.56,11.62,11.40,11.46,55417627
17-Jun-10,11.61,11.69,11.33,11.48,69430015
16-Jun-10,11.65,11.77,11.50,11.63,61954013
15-Jun-10,11.55,11.76,11.52,11.70,51790894
14-Jun-10,11.48,11.72,11.40,11.46,58144434
11-Jun-10,11.23,11.47,11.21,11.40,50280574
10-Jun-10,11.21,11.40,11.10,11.39,64799501
9-Jun-10,11.36,11.40,11.00,11.05,74947546
8-Jun-10,11.14,11.37,10.89,11.22,81494388
7-Jun-10,11.45,11.50,11.06,11.09,76228961
4-Jun-10,11.69,11.88,11.39,11.50,83480811
3-Jun-10,12.01,12.15,11.81,11.96,79568677
2-Jun-10,11.66,11.87,11.45,11.85,87265270
1-Jun-10,11.50,11.88,11.38,11.41,80977225
31-May-10,11.73,11.73,11.73,11.73,0
28-May-10,11.73,11.73,11.73,11.73,0
27-May-10,11.85,12.00,11.66,11.99,90700767
26-May-10,11.45,11.82,11.35,11.39,146871969
25-May-10,10.47,11.05,10.42,11.02,137858602
24-May-10,11.29,11.44,11.01,11.01,91090354
21-May-10,10.25,11.30,10.17,11.26,174455038
20-May-10,11.04,11.30,10.76,10.80,156449148
19-May-10,11.30,11.66,11.11,11.55,132864329
18-May-10,12.15,12.18,11.45,11.54,101318746
17-May-10,12.08,12.18,11.49,11.95,108686652
14-May-10,12.25,12.35,11.87,12.11,105855905
13-May-10,12.87,12.87,12.32,12.42,100159960
12-May-10,12.57,12.71,12.49,12.68,102656959
11-May-10,11.99,12.56,11.85,12.31,125738941
10-May-10,12.54,12.56,12.02,12.15,134388670
7-May-10,11.95,11.97,10.95,11.51,261066492
6-May-10,12.17,12.51,10.59,11.78,237086247
5-May-10,12.32,12.70,11.59,12.34,198525532
4-May-10,13.07,13.08,12.75,12.85,123207308
3-May-10,13.18,13.49,13.18,13.30,106416777
30-Apr-10,13.64,13.73,12.96,13.02,146322816
29-Apr-10,13.45,13.70,13.38,13.58,110114356
28-Apr-10,13.39,13.45,12.90,13.25,208023452
27-Apr-10,14.44,14.50,13.15,13.57,292667383
26-Apr-10,14.39,14.57,14.28,14.46,123029116
23-Apr-10,14.22,14.39,14.11,14.21,92002193
22-Apr-10,14.00,14.23,13.85,14.20,93331069
21-Apr-10,14.02,14.15,13.92,14.13,120393065
20-Apr-10,13.72,13.94,13.67,13.91,75630699
19-Apr-10,13.38,13.75,13.36,13.60,95855052
16-Apr-10,13.84,13.92,13.30,13.42,149644441
15-Apr-10,13.42,13.88,13.41,13.76,159110456
14-Apr-10,12.92,13.43,12.86,13.35,153602044
13-Apr-10,12.75,12.89,12.71,12.79,71008470
12-Apr-10,12.72,12.81,12.64,12.77,50783053
9-Apr-10,12.73,12.84,12.61,12.72,60408583
8-Apr-10,12.55,12.71,12.34,12.63,77491353
7-Apr-10,12.69,12.82,12.53,12.58,88112383
6-Apr-10,12.78,12.88,12.60,12.70,76423715
5-Apr-10,12.89,12.92,12.76,12.77,88957147
2-Apr-10,12.63,12.63,12.63,12.63,0
1-Apr-10,12.63,12.63,12.63,12.63,0
31-Mar-10,12.82,12.95,12.42,12.57,433659040
30-Mar-10,13.55,13.64,13.18,13.28,142055129
29-Mar-10,13.70,13.88,13.39,13.57,158224973
26-Mar-10,13.89,13.98,13.76,13.86,60400334
25-Mar-10,14.05,14.12,13.76,13.80,88909207
24-Mar-10,13.77,14.05,13.76,13.90,91820854
23-Mar-10,14.17,14.30,13.81,13.90,167002341
22-Mar-10,12.98,14.00,12.81,13.99,170576031
19-Mar-10,13.91,13.92,13.04,13.29,252413612
18-Mar-10,14.23,14.54,13.65,13.73,235094317
17-Mar-10,13.55,14.15,13.55,14.10,137318668
16-Mar-10,13.49,13.51,13.32,13.49,74692616
15-Mar-10,13.46,13.63,13.32,13.40,95198188
12-Mar-10,13.02,13.37,12.98,13.34,104770909
11-Mar-10,12.79,12.97,12.75,12.91,59385985
10-Mar-10,12.88,12.95,12.80,12.82,56850540
9-Mar-10,12.83,13.03,12.73,12.80,83934217
8-Mar-10,12.94,12.96,12.79,12.93,78903174
5-Mar-10,12.92,13.04,12.83,13.00,106920602
4-Mar-10,12.78,12.80,12.52,12.79,89836710
3-Mar-10,12.46,12.83,12.35,12.69,157004555
2-Mar-10,12.62,12.68,12.18,12.22,193706534
1-Mar-10,11.81,12.42,11.75,12.41,142605445
26-Feb-10,11.83,11.85,11.61,11.74,72368345
25-Feb-10,11.53,11.83,11.40,11.78,83114433
24-Feb-10,11.72,11.88,11.65,11.73,84200733
23-Feb-10,11.18,11.63,11.15,11.60,114688393
22-Feb-10,11.36,11.38,11.18,11.21,41993070
19-Feb-10,11.35,11.40,11.26,11.29,46989996
18-Feb-10,11.41,11.48,11.29,11.38,53406735
17-Feb-10,11.43,11.52,11.35,11.49,65983124
16-Feb-10,11.21,11.38,11.11,11.32,62537480
15-Feb-10,11.12,11.12,11.12,11.12,0
12-Feb-10,11.12,11.12,11.12,11.12,0
11-Feb-10,11.00,11.18,10.88,11.18,65116156
10-Feb-10,11.12,11.14,10.90,10.94,73395561
9-Feb-10,11.18,11.22,11.02,11.15,83207091
8-Feb-10,11.09,11.32,10.88,10.97,92031327
5-Feb-10,10.97,11.11,10.49,10.91,181535182
4-Feb-10,11.49,11.53,11.00,11.06,129792142
3-Feb-10,11.49,11.66,11.42,11.64,90125495
2-Feb-10,11.26,11.52,11.19,11.39,119785377
1-Feb-10,11.14,11.18,10.93,11.12,82748130
29-Jan-10,11.60,11.61,10.70,10.84,159741164
28-Jan-10,11.90,11.95,11.27,11.41,203466724
27-Jan-10,11.57,11.62,11.22,11.55,105091531
26-Jan-10,11.17,11.46,11.07,11.19,108250462
25-Jan-10,10.73,11.10,10.61,11.03,121621423
22-Jan-10,11.01,11.12,10.41,10.52,161530010
21-Jan-10,11.53,11.62,11.01,11.18,121451396
20-Jan-10,11.68,11.69,11.50,11.51,71649459
19-Jan-10,11.51,11.83,11.46,11.75,65933944
18-Jan-10,11.60,11.60,11.60,11.60,0
15-Jan-10,11.60,11.60,11.60,11.60,0
14-Jan-10,11.65,11.86,11.51,11.76,116572673
13-Jan-10,11.91,11.93,11.47,11.68,154527028
12-Jan-10,11.98,12.03,11.72,11.87,162995898
11-Jan-10,11.90,12.14,11.78,12.11,170626174
8-Jan-10,11.67,11.74,11.46,11.69,130462912
7-Jan-10,11.46,11.69,11.32,11.66,130201626
6-Jan-10,11.21,11.46,11.13,11.37,200070554
5-Jan-10,10.45,11.24,10.40,10.96,215620138
4-Jan-10,10.17,10.28,10.05,10.28,60855796
1-Jan-10,10.00,10.00,10.00,10.00,0
31-Dec-09,10.00,10.00,10.00,10.00,0
30-Dec-09,10.05,10.08,9.89,9.99,46699554
29-Dec-09,10.27,10.29,10.09,10.11,40821576
28-Dec-09,10.18,10.37,10.15,10.20,53979864
25-Dec-09,10.13,10.13,10.13,10.13,0
24-Dec-09,10.17,10.20,10.06,10.13,24895639
23-Dec-09,10.01,10.11,9.93,10.08,64814927
22-Dec-09,9.79,9.90,9.71,9.90,50860278
21-Dec-09,9.77,9.80,9.63,9.67,53385672
18-Dec-09,9.56,9.73,9.47,9.68,88033030
17-Dec-09,9.49,9.56,9.33,9.39,55724548
16-Dec-09,9.44,9.64,9.41,9.49,71460489
15-Dec-09,9.04,9.46,9.03,9.39,109417839
14-Dec-09,9.00,9.10,8.97,9.08,37983689
11-Dec-09,9.09,9.10,8.98,9.00,63474681
10-Dec-09,8.94,9.09,8.90,9.05,63643648
9-Dec-09,8.87,9.01,8.80,8.86,52861849
8-Dec-09,8.87,8.89,8.76,8.82,57472929
7-Dec-09,8.90,9.00,8.80,8.91,41476233
4-Dec-09,9.10,9.14,8.78,8.94,79533465
3-Dec-09,9.05,9.11,8.89,8.94,57935316
2-Dec-09,8.94,9.07,8.91,9.01,63656537
1-Dec-09,9.01,9.07,8.81,8.88,104011657
30-Nov-09,8.78,8.92,8.67,8.89,58900088
27-Nov-09,8.50,8.81,8.40,8.73,42185217
26-Nov-09,8.81,8.81,8.81,8.81,0
25-Nov-09,8.87,8.90,8.76,8.81,26922516
24-Nov-09,8.80,8.83,8.65,8.81,47088333
23-Nov-09,8.84,8.91,8.67,8.73,61341703
20-Nov-09,8.63,8.78,8.58,8.64,59314667
19-Nov-09,8.82,8.82,8.55,8.73,90625717
18-Nov-09,9.00,9.14,8.80,8.94,120432736
17-Nov-09,8.78,9.00,8.75,8.98,126809573
16-Nov-09,8.51,8.79,8.50,8.71,121769201
13-Nov-09,8.25,8.45,8.24,8.41,86202117
12-Nov-09,8.25,8.44,8.17,8.20,86560227
11-Nov-09,8.33,8.40,8.26,8.33,89389979
10-Nov-09,8.15,8.35,8.04,8.24,136649746
9-Nov-09,7.78,8.18,7.75,8.18,203287873
6-Nov-09,7.40,7.75,7.34,7.75,159975746
5-Nov-09,7.36,7.50,7.32,7.45,125050122
4-Nov-09,7.35,7.43,7.24,7.27,240095189
3-Nov-09,7.35,7.67,7.31,7.44,193783084
2-Nov-09,7.73,7.84,7.35,7.58,208718310
30-Oct-09,7.28,7.30,6.81,7.00,95737431
29-Oct-09,7.14,7.35,7.06,7.30,69469866
28-Oct-09,7.27,7.34,6.89,6.96,94665297
27-Oct-09,7.48,7.53,7.17,7.33,72986774
26-Oct-09,7.70,7.84,7.40,7.47,60580330
23-Oct-09,7.82,7.84,7.55,7.63,47705550
22-Oct-09,7.73,7.87,7.62,7.76,53432370
21-Oct-09,7.69,7.98,7.65,7.78,69777123
20-Oct-09,7.66,7.83,7.65,7.71,50103971
19-Oct-09,7.54,7.68,7.42,7.57,62833886
16-Oct-09,7.56,7.59,7.40,7.42,47371252
15-Oct-09,7.61,7.74,7.61,7.66,40371193
14-Oct-09,7.80,7.81,7.61,7.66,58858113
13-Oct-09,7.58,7.88,7.51,7.62,100372000
12-Oct-09,7.19,7.83,7.16,7.62,152372678
9-Oct-09,7.15,7.16,7.05,7.12,32612893
8-Oct-09,7.19,7.27,7.11,7.18,78354923
7-Oct-09,7.11,7.14,7.00,7.13,33868949
6-Oct-09,7.18,7.22,7.04,7.14,48500778
5-Oct-09,6.94,7.08,6.84,7.05,42701533
2-Oct-09,6.81,6.99,6.61,6.84,55825095
1-Oct-09,7.18,7.25,6.97,6.97,101530880
30-Sep-09,7.48,7.50,7.14,7.21,95959517
29-Sep-09,7.49,7.50,7.36,7.45,46727701
28-Sep-09,7.36,7.50,7.33,7.49,45883894
25-Sep-09,7.34,7.46,7.20,7.29,61908850
24-Sep-09,7.53,7.55,7.21,7.33,88410591
23-Sep-09,7.20,7.59,7.18,7.36,138851234
22-Sep-09,6.92,7.09,6.90,7.01,55581966
21-Sep-09,6.88,6.92,6.75,6.83,52822145
18-Sep-09,6.99,7.06,6.93,6.94,53331227
17-Sep-09,7.05,7.25,6.85,6.92,103372275
16-Sep-09,7.34,7.36,7.02,7.15,107442579
15-Sep-09,7.39,7.44,7.20,7.20,50771439
14-Sep-09,7.30,7.40,7.18,7.39,34524390
11-Sep-09,7.46,7.54,7.30,7.33,48787877
10-Sep-09,7.43,7.48,7.35,7.44,34041147
9-Sep-09,7.32,7.52,7.25,7.39,47496027
8-Sep-09,7.53,7.55,7.27,7.30,45510090
4-Sep-09,7.49,7.55,7.27,7.43,42539791
3-Sep-09,7.14,7.52,6.97,7.48,87169894
2-Sep-09,7.18,7.21,6.87,7.03,65920189
1-Sep-09,7.51,7.77,7.13,7.24,102771203
31-Aug-09,7.60,7.64,7.47,7.60,43810449
28-Aug-09,7.73,7.80,7.69,7.73,44250359
27-Aug-09,7.66,7.71,7.46,7.67,62564719
26-Aug-09,7.61,7.64,7.41,7.61,44502175
25-Aug-09,7.43,7.65,7.43,7.59,53545620
24-Aug-09,7.75,7.81,7.31,7.41,93581451
21-Aug-09,7.79,7.83,7.62,7.74,55283244
20-Aug-09,7.70,7.74,7.66,7.68,29608277
19-Aug-09,7.50,7.75,7.50,7.65,47417521
18-Aug-09,7.52,7.75,7.48,7.64,72395448
17-Aug-09,7.51,7.62,7.13,7.37,78689235
14-Aug-09,7.98,8.01,7.75,7.83,58019353
13-Aug-09,7.85,7.92,7.70,7.90,88102814
12-Aug-09,7.85,7.97,7.69,7.70,73805206
10-Aug-09,7.94,7.96,7.62,7.72,90356662
7-Aug-09,8.33,8.34,8.00,8.01,95391787
6-Aug-09,8.52,8.55,7.91,8.07,132528962
5-Aug-09,8.51,8.58,8.32,8.44,97215256
4-Aug-09,8.40,8.51,8.09,8.30,122641576
3-Aug-09,8.65,8.86,8.30,8.33,246431689
31-Jul-09,7.46,8.00,7.43,8.00,156355280
30-Jul-09,7.28,7.48,7.18,7.39,88740944
29-Jul-09,7.08,7.32,6.99,7.12,74129659
28-Jul-09,7.20,7.28,7.05,7.14,68800899
27-Jul-09,6.83,7.29,6.72,7.27,104813229
24-Jul-09,6.90,6.92,6.70,6.78,99700484
23-Jul-09,6.94,7.10,6.65,6.98,269099668
22-Jul-09,6.17,6.48,6.13,6.38,91812915
21-Jul-09,6.28,6.30,6.04,6.20,57398750
20-Jul-09,6.20,6.30,6.13,6.19,64037745
17-Jul-09,6.15,6.22,6.03,6.14,62832170
16-Jul-09,5.98,6.14,5.84,6.13,66541256
15-Jul-09,5.98,6.06,5.91,6.05,64814074
14-Jul-09,5.69,5.89,5.60,5.84,56107596
13-Jul-09,5.72,5.74,5.51,5.69,46062772
10-Jul-09,5.53,5.75,5.52,5.72,47272696
9-Jul-09,5.46,5.76,5.32,5.63,60243555
8-Jul-09,5.55,5.61,5.24,5.35,67379801
7-Jul-09,5.74,5.75,5.51,5.53,68321902
6-Jul-09,5.87,6.05,5.68,5.75,73705166
3-Jul-09,5.89,5.89,5.89,5.89,0
2-Jul-09,5.83,6.08,5.55,5.89,73694752
1-Jul-09,6.12,6.25,5.89,5.91,95888244
30-Jun-09,5.96,6.16,5.86,6.07,85531307
29-Jun-09,5.66,5.96,5.60,5.78,73552274
26-Jun-09,5.65,5.80,5.55,5.61,68303903
25-Jun-09,5.57,5.75,5.37,5.68,62874580
24-Jun-09,5.66,5.90,5.51,5.63,72264766
23-Jun-09,5.43,5.59,5.21,5.53,60592604
22-Jun-09,5.67,5.79,5.37,5.38,57635989
19-Jun-09,5.73,5.96,5.69,5.72,69582710
18-Jun-09,5.78,5.81,5.52,5.68,57600260
17-Jun-09,5.64,5.85,5.30,5.71,87747771
16-Jun-09,5.94,5.95,5.52,5.67,87214030
15-Jun-09,6.02,6.04,5.80,5.93,65242733
12-Jun-09,6.01,6.15,5.92,6.11,54584184
11-Jun-09,6.15,6.24,5.75,5.98,133040782
10-Jun-09,6.32,6.43,6.11,6.19,90297052
9-Jun-09,6.38,6.44,6.18,6.26,84569314
8-Jun-09,6.21,6.46,6.06,6.38,85590342
5-Jun-09,6.47,6.53,6.22,6.36,85658871
4-Jun-09,6.18,6.40,6.17,6.36,83850689
3-Jun-09,6.30,6.31,5.96,6.18,111423581
2-Jun-09,6.17,6.46,6.03,6.41,134751890
1-Jun-09,5.95,6.23,5.88,6.13,111714469
29-May-09,5.58,5.75,5.41,5.75,99306463
28-May-09,5.41,5.56,5.25,5.56,63255006
27-May-09,5.48,5.53,5.25,5.34,55326945
26-May-09,5.16,5.41,5.10,5.40,66383208
25-May-09,5.26,5.26,5.26,5.26,0
22-May-09,5.37,5.37,5.10,5.26,50026686
21-May-09,5.25,5.39,5.06,5.33,78529358
20-May-09,5.66,5.75,5.33,5.41,95526132
19-May-09,5.49,5.69,5.33,5.63,92782419
18-May-09,5.69,5.70,5.29,5.50,121707257
15-May-09,5.22,5.50,5.22,5.49,128733282
14-May-09,5.16,5.36,4.99,5.16,207354321
13-May-09,4.77,4.97,4.71,4.96,541175530
12-May-09,5.74,5.77,5.01,5.01,217074096
11-May-09,6.09,6.26,5.88,6.08,64849072
8-May-09,6.19,6.30,6.03,6.24,63884406
7-May-09,6.51,6.54,5.65,6.06,95031049
6-May-09,5.91,6.29,5.90,6.26,95547218
5-May-09,5.82,5.91,5.60,5.85,70388719
4-May-09,5.90,5.94,5.75,5.88,58157906
1-May-09,5.99,6.00,5.56,5.69,102853312
30-Apr-09,5.58,5.99,5.57,5.98,186983688
29-Apr-09,5.32,5.45,5.28,5.45,70786225
28-Apr-09,5.08,5.40,5.01,5.19,73138908
27-Apr-09,5.07,5.42,5.02,5.11,111424427
24-Apr-09,5.33,5.45,4.96,5.00,287772534
23-Apr-09,4.43,4.51,4.31,4.49,115727921
22-Apr-09,4.10,4.42,4.05,4.28,145386480
21-Apr-09,3.53,3.84,3.27,3.80,93851803
20-Apr-09,3.91,3.91,3.61,3.69,57797588
17-Apr-09,4.19,4.21,3.97,4.00,55084224
16-Apr-09,4.12,4.20,3.95,4.16,59376416
15-Apr-09,4.23,4.25,3.75,4.04,88312498
14-Apr-09,4.28,4.33,4.15,4.30,64229267
13-Apr-09,4.25,4.32,4.03,4.26,73962419
10-Apr-09,4.24,4.24,4.24,4.24,0
9-Apr-09,4.22,4.41,4.03,4.24,131505419
8-Apr-09,3.67,4.05,3.53,3.95,261067506
7-Apr-09,3.70,3.74,3.36,3.49,112627081
6-Apr-09,3.27,4.00,3.25,3.77,231439161
3-Apr-09,2.93,3.25,2.91,3.25,111587531
2-Apr-09,2.89,2.95,2.83,2.91,68130454
1-Apr-09,2.56,2.80,2.40,2.74,68271453
31-Mar-09,2.84,2.87,2.63,2.63,45913518
30-Mar-09,2.73,2.88,2.38,2.76,63985223
27-Mar-09,2.96,2.98,2.82,2.84,32080904
26-Mar-09,2.90,2.94,2.81,2.94,38805631
25-Mar-09,2.90,2.99,2.76,2.77,51463046
24-Mar-09,2.83,2.95,2.76,2.86,40527169
23-Mar-09,2.88,2.90,2.80,2.90,45330876
20-Mar-09,2.70,2.75,2.52,2.75,57246609
19-Mar-09,2.77,2.78,2.28,2.51,61261324
18-Mar-09,2.28,2.65,2.28,2.47,92835391
17-Mar-09,2.17,2.30,2.11,2.28,43203282
16-Mar-09,2.28,2.30,2.09,2.10,44227987
13-Mar-09,2.19,2.25,2.12,2.19,53675892
12-Mar-09,1.98,2.10,1.98,2.10,46703776
11-Mar-09,1.91,2.00,1.87,1.96,43525667
10-Mar-09,1.85,1.89,1.81,1.85,31181579
9-Mar-09,1.78,1.85,1.70,1.74,32278803
6-Mar-09,1.83,1.91,1.65,1.70,35136630
5-Mar-09,1.75,2.00,1.73,1.81,47498158
4-Mar-09,1.90,1.90,1.83,1.87,22404150
3-Mar-09,1.91,1.91,1.80,1.81,15442650
2-Mar-09,1.91,1.94,1.83,1.88,19605521
27-Feb-09,1.93,2.00,1.80,2.00,31515462
26-Feb-09,2.08,2.09,1.81,1.98,32316487
25-Feb-09,2.10,2.16,2.00,2.01,54369658
24-Feb-09,1.80,2.00,1.80,2.00,35167886
23-Feb-09,1.65,1.91,1.61,1.73,44460533
20-Feb-09,1.60,1.61,1.50,1.58,37892730
19-Feb-09,1.69,1.70,1.61,1.63,19034198
18-Feb-09,1.78,1.79,1.63,1.67,25058470
17-Feb-09,1.70,1.75,1.61,1.69,32860216
13-Feb-09,1.82,1.83,1.72,1.76,23009386
12-Feb-09,1.83,1.85,1.75,1.79,23422542
11-Feb-09,1.85,1.88,1.80,1.85,30225031
10-Feb-09,1.91,1.92,1.82,1.82,28273774
9-Feb-09,1.96,1.96,1.84,1.90,27266803
6-Feb-09,1.94,1.99,1.90,1.94,21389566
5-Feb-09,1.94,1.97,1.86,1.93,17335008
4-Feb-09,1.98,2.02,1.92,1.95,24203630
3-Feb-09,1.92,1.97,1.81,1.96,34119474
2-Feb-09,1.86,1.93,1.81,1.88,32303708
30-Jan-09,1.99,1.99,1.85,1.87,35468282
29-Jan-09,2.03,2.03,1.95,1.95,30993274
28-Jan-09,2.04,2.06,1.98,2.03,34912285
27-Jan-09,2.02,2.04,1.94,1.97,31192678
26-Jan-09,1.99,2.06,1.87,1.94,50932860
23-Jan-09,1.90,1.93,1.80,1.80,71025660
22-Jan-09,2.04,2.07,1.90,1.94,52683389
21-Jan-09,2.18,2.19,2.00,2.09,75365149
20-Jan-09,2.22,2.25,2.05,2.13,51661919
16-Jan-09,2.34,2.36,2.06,2.19,60093180
15-Jan-09,2.27,2.35,2.05,2.23,69599551
14-Jan-09,2.41,2.43,2.19,2.26,56700170
13-Jan-09,2.60,2.64,2.42,2.48,40498572
12-Jan-09,2.69,2.69,2.52,2.64,47710677
9-Jan-09,2.63,2.73,2.59,2.63,39852167
8-Jan-09,2.62,2.70,2.50,2.69,51174470
7-Jan-09,2.72,2.82,2.62,2.69,43956910
6-Jan-09,2.64,2.85,2.63,2.76,58984189
5-Jan-09,2.42,2.64,2.31,2.58,73093177
2-Jan-09,2.30,2.49,2.28,2.46,42108590
1-Jan-09,2.29,2.29,2.29,2.29,0
31-Dec-08,2.29,2.30,2.20,2.29,39815483
30-Dec-08,2.34,2.34,2.20,2.29,39314907
29-Dec-08,2.41,2.45,2.12,2.22,47049614
26-Dec-08,2.23,2.35,2.21,2.29,40804252
25-Dec-08,2.11,2.11,2.11,2.11,0
24-Dec-08,2.21,2.25,2.07,2.11,37181733
23-Dec-08,2.48,2.51,2.13,2.19,103763828
22-Dec-08,2.90,2.90,2.55,2.59,67680560
19-Dec-08,3.20,3.25,2.75,2.95,143961708
18-Dec-08,3.14,3.14,2.69,2.84,109048094
17-Dec-08,3.13,3.17,3.08,3.14,52213205
16-Dec-08,3.25,3.25,3.10,3.13,60155399
15-Dec-08,3.18,3.25,3.07,3.18,69780388
12-Dec-08,2.19,3.21,2.12,3.04,211193476
11-Dec-08,3.12,3.14,2.82,2.90,93237945
10-Dec-08,3.38,3.42,3.01,3.25,141351201
9-Dec-08,3.28,3.32,3.02,3.23,137983612
8-Dec-08,3.20,3.54,2.81,3.38,268401535
5-Dec-08,2.70,2.88,2.62,2.72,98998380
4-Dec-08,2.82,2.96,2.51,2.66,141082437
3-Dec-08,2.78,2.97,2.68,2.85,152719110
2-Dec-08,2.70,2.90,2.58,2.70,198491174
1-Dec-08,3.00,3.01,2.02,2.55,291967726
28-Nov-08,2.47,2.74,2.32,2.69,119912658
27-Nov-08,2.15,2.15,2.15,2.15,0
26-Nov-08,1.72,2.23,1.69,2.15,173058038
25-Nov-08,1.69,1.72,1.58,1.66,79939136
24-Nov-08,1.78,1.85,1.40,1.56,131274094
21-Nov-08,1.47,1.55,1.25,1.43,132068343
20-Nov-08,1.31,1.87,1.01,1.39,198780999
19-Nov-08,1.65,1.71,1.21,1.26,127843389
18-Nov-08,1.76,1.77,1.56,1.68,51758575
17-Nov-08,1.86,1.88,1.72,1.72,39364456
14-Nov-08,1.86,1.89,1.79,1.80,35717475
13-Nov-08,1.90,1.93,1.74,1.90,47116921
12-Nov-08,1.99,2.00,1.83,1.84,50057415
11-Nov-08,1.94,2.00,1.72,1.80,72504418
10-Nov-08,2.08,2.12,1.90,1.93,58269478
7-Nov-08,2.03,2.10,1.84,2.02,93357400
6-Nov-08,2.11,2.12,1.87,1.98,90215700
5-Nov-08,2.23,2.23,2.06,2.09,51207200
4-Nov-08,2.22,2.23,2.13,2.16,62463800
3-Nov-08,2.25,2.25,2.11,2.13,46341500
31-Oct-08,2.21,2.30,2.17,2.19,64421500
30-Oct-08,2.27,2.28,2.11,2.28,64311800
29-Oct-08,2.19,2.28,2.10,2.16,77286700
28-Oct-08,2.20,2.24,2.08,2.10,57904400
27-Oct-08,2.05,2.09,1.94,2.03,35500200
24-Oct-08,1.84,2.08,1.80,2.01,65223200
23-Oct-08,2.16,2.16,1.92,2.00,71459700
22-Oct-08,2.19,2.21,2.07,2.10,43516500
21-Oct-08,2.22,2.31,2.13,2.17,50044400
20-Oct-08,2.55,2.61,2.32,2.33,44665600
17-Oct-08,2.25,2.54,2.16,2.43,58501600
16-Oct-08,2.48,2.48,2.05,2.27,68122200
15-Oct-08,2.52,2.55,2.29,2.30,53384100
14-Oct-08,2.97,2.97,2.40,2.45,79274800
13-Oct-08,2.98,2.98,2.31,2.39,19557600
10-Oct-08,2.07,2.55,1.88,1.99,95830200
9-Oct-08,2.88,3.00,2.03,2.08,24611900
8-Oct-08,2.96,5.47,2.10,2.66,27960200
7-Oct-08,3.79,3.90,2.92,2.92,68223600
6-Oct-08,3.99,4.02,3.32,3.69,64483600
3-Oct-08,4.47,4.47,4.05,4.05,42015500
2-Oct-08,4.51,4.61,4.35,4.35,28357400
1-Oct-08,4.75,4.95,4.49,4.55,37844200
30-Sep-08,4.55,5.20,4.40,5.20,37963700
29-Sep-08,4.80,4.90,4.17,4.17,33980700
26-Sep-08,4.85,5.00,4.72,4.81,36133700
25-Sep-08,5.05,5.20,4.92,4.98,27345900
24-Sep-08,4.96,5.03,4.81,5.03,22095300
23-Sep-08,5.05,5.05,4.81,4.86,21207200
22-Sep-08,5.34,5.34,4.86,4.95,50930600
19-Sep-08,5.66,5.70,5.15,5.29,89779000
18-Sep-08,4.99,5.35,4.76,5.28,4845400
17-Sep-08,5.00,5.04,4.60,4.78,17997400
16-Sep-08,4.60,5.18,4.55,5.07,98470400
15-Sep-08,4.61,5.07,4.50,4.74,3266700
12-Sep-08,4.72,4.99,4.60,4.91,27520800
11-Sep-08,4.38,4.75,4.36,4.68,83278300
10-Sep-08,4.44,4.50,4.38,4.47,38572100
9-Sep-08,4.58,4.67,4.39,4.40,51385000
8-Sep-08,4.61,4.69,4.32,4.55,71766800
5-Sep-08,4.37,4.42,4.26,4.41,59554800
4-Sep-08,4.54,4.65,4.39,4.39,87332400
3-Sep-08,4.55,4.69,4.49,4.57,83591300
2-Sep-08,4.67,4.81,4.45,4.51,52993200
29-Aug-08,4.38,4.59,4.35,4.46,36881500
28-Aug-08,4.30,4.44,4.25,4.43,52311200
27-Aug-08,4.35,4.42,4.24,4.26,69587100
26-Aug-08,4.40,4.43,4.27,4.35,48903100
25-Aug-08,4.46,4.52,4.25,4.41,69981500
22-Aug-08,4.53,4.60,4.35,4.47,54846300
21-Aug-08,4.54,4.58,4.40,4.42,60296100
20-Aug-08,4.80,4.83,4.52,4.61,49055500
19-Aug-08,4.90,4.90,4.70,4.72,39225400
18-Aug-08,5.13,5.13,4.88,4.89,36158100
15-Aug-08,5.20,5.22,5.04,5.11,32536400
14-Aug-08,4.94,5.20,4.93,5.10,38060300
13-Aug-08,5.27,5.27,4.82,4.88,67322900
12-Aug-08,5.24,5.45,5.16,5.19,36382600
11-Aug-08,5.24,5.50,5.12,5.16,40910900
8-Aug-08,4.92,5.36,4.85,5.26,44202400
7-Aug-08,4.91,5.05,4.83,4.86,35586900
6-Aug-08,5.10,5.10,4.90,4.94,58731300
5-Aug-08,4.94,5.09,4.87,5.09,51525900
4-Aug-08,4.67,4.90,4.66,4.81,30766300
1-Aug-08,4.80,4.93,4.60,4.65,54104300
31-Jul-08,4.74,5.00,4.74,4.80,42674300
30-Jul-08,5.12,5.21,4.76,4.84,57508100
29-Jul-08,4.83,5.02,4.72,5.02,56630700
28-Jul-08,5.05,5.14,4.60,4.75,71019600
25-Jul-08,5.22,5.28,4.97,5.05,57285300
24-Jul-08,5.78,5.85,5.03,5.11,91337200
23-Jul-08,5.95,6.33,5.91,6.03,69082000
22-Jul-08,5.32,5.92,5.28,5.84,54066500
21-Jul-08,5.47,5.56,5.34,5.48,39473400
18-Jul-08,5.43,5.54,5.28,5.44,37611400
17-Jul-08,5.56,5.62,5.13,5.49,68958300
16-Jul-08,4.71,5.53,4.60,5.49,96123100
15-Jul-08,4.60,4.93,4.35,4.65,74807400
14-Jul-08,4.97,5.00,4.63,4.66,39383000
11-Jul-08,4.45,5.07,4.40,4.86,74447300
10-Jul-08,5.06,5.06,4.47,4.58,76676600
9-Jul-08,4.95,5.17,4.95,4.95,74531500
8-Jul-08,4.53,4.97,4.44,4.90,72562400
7-Jul-08,4.60,4.67,4.43,4.47,50139800
3-Jul-08,4.42,4.53,4.30,4.42,31894500
2-Jul-08,4.74,4.81,4.36,4.36,61879200
1-Jul-08,4.71,4.95,4.41,4.71,24650000
30-Jun-08,4.99,5.28,4.46,4.81,74528900
27-Jun-08,5.07,5.12,4.90,4.98,45824400
26-Jun-08,5.07,5.16,4.94,5.07,79529300
25-Jun-08,5.36,5.47,5.22,5.24,39509100
24-Jun-08,5.32,5.49,5.25,5.32,4069900
23-Jun-08,5.89,5.89,5.28,5.28,71404800
20-Jun-08,6.24,6.29,5.74,5.81,92222900
19-Jun-08,6.32,6.35,6.13,6.32,39641200
18-Jun-08,6.50,6.51,6.09,6.22,86792200
17-Jun-08,6.59,6.75,6.52,6.60,56259700
16-Jun-08,6.25,6.55,6.21,6.50,62701500
13-Jun-08,6.14,6.30,6.10,6.27,59292300
12-Jun-08,6.05,6.15,5.91,6.00,32347400
11-Jun-08,6.13,6.15,5.97,5.97,42591400
10-Jun-08,6.25,6.25,6.02,6.12,33567200
9-Jun-08,6.14,6.36,6.07,6.36,48273600
6-Jun-08,6.35,6.35,5.97,6.04,57902000
5-Jun-08,6.48,6.50,6.26,6.40,45504100
4-Jun-08,6.64,6.69,6.42,6.46,55059300
3-Jun-08,6.69,6.75,6.59,6.68,43103300
2-Jun-08,6.85,6.93,6.60,6.64,35970100
30-May-08,6.88,6.92,6.70,6.80,33629800
29-May-08,6.79,6.82,6.70,6.71,28321900
28-May-08,6.93,7.02,6.69,6.78,42998800
27-May-08,6.79,7.00,6.59,6.80,60880300
23-May-08,6.99,7.00,6.73,6.87,63282900
22-May-08,7.49,7.49,7.04,7.16,1220400
21-May-08,8.03,8.03,7.76,7.80,40115800
20-May-08,8.02,8.03,7.87,8.00,42038000
19-May-08,8.12,8.18,8.00,8.02,30499600
16-May-08,8.21,8.25,8.03,8.11,41236700
15-May-08,8.18,8.24,8.10,8.17,39543200
14-May-08,8.25,8.37,8.11,8.14,36094500
13-May-08,8.16,8.29,8.15,8.23,35810700
12-May-08,8.17,8.22,8.12,8.15,25194800
9-May-08,8.20,8.33,8.05,8.10,35137700
8-May-08,8.05,8.22,7.90,8.20,48357700
7-May-08,8.28,8.31,7.91,7.96,56233900
6-May-08,8.27,8.30,8.19,8.27,37247400
5-May-08,8.27,8.38,8.16,8.33,38131200
2-May-08,8.55,8.68,8.15,8.27,72880700
1-May-08,8.28,8.54,8.22,8.48,62398600
30-Apr-08,8.21,8.42,8.17,8.26,66180300
29-Apr-08,8.22,8.38,8.08,8.12,61032400
28-Apr-08,8.15,8.42,8.10,8.21,53468700
25-Apr-08,8.20,8.23,7.49,7.50,16147500
24-Apr-08,8.02,8.79,7.81,8.40,33206400
23-Apr-08,7.76,7.83,7.36,7.52,81799100
22-Apr-08,7.70,7.86,7.52,7.65,62261900
21-Apr-08,7.50,7.77,7.46,7.73,75033500
18-Apr-08,7.32,7.50,7.31,7.45,93904000
17-Apr-08,7.14,7.31,7.08,7.26,63945800
16-Apr-08,6.95,7.21,6.92,7.19,63054100
15-Apr-08,6.83,6.91,6.67,6.88,42498900
14-Apr-08,6.69,6.83,6.69,6.78,39510000
11-Apr-08,6.59,6.78,6.57,6.69,44701700
10-Apr-08,6.72,6.82,6.60,6.74,46630200
9-Apr-08,6.94,7.00,6.65,6.72,54605800
8-Apr-08,6.69,7.02,6.67,6.91,2168800
7-Apr-08,6.75,6.87,6.60,6.73,68652000
4-Apr-08,6.43,6.52,6.20,6.49,65159600
3-Apr-08,6.07,6.46,6.05,6.46,65417000
2-Apr-08,5.95,6.33,5.93,6.13,61231800
1-Apr-08,5.77,5.98,5.77,5.97,53225900
31-Mar-08,5.60,5.76,5.60,5.72,41653100
28-Mar-08,5.89,5.90,5.58,5.59,39612200
27-Mar-08,5.93,5.96,5.75,5.83,61552600
26-Mar-08,6.09,6.09,5.83,5.87,50459700
25-Mar-08,6.03,6.10,5.86,6.00,55925900
24-Mar-08,5.69,6.02,5.68,5.96,53529700
20-Mar-08,5.51,5.73,5.29,5.62,73181700
19-Mar-08,5.39,5.54,5.27,5.45,69105500
18-Mar-08,5.32,5.42,5.03,5.29,62386700
17-Mar-08,5.02,5.26,4.95,5.11,67765300
14-Mar-08,5.45,5.49,5.25,5.29,77596600
13-Mar-08,5.64,5.64,5.12,5.39,24887800
12-Mar-08,5.89,5.91,5.66,5.70,59939800
11-Mar-08,5.74,5.93,5.56,5.90,72113200
10-Mar-08,5.85,6.00,5.58,5.60,44104500
7-Mar-08,5.88,6.02,5.72,5.78,40618800
6-Mar-08,6.08,6.11,5.91,5.94,33877400
5-Mar-08,6.17,6.23,6.04,6.12,37265900
4-Mar-08,6.10,6.19,6.02,6.13,38236600
3-Mar-08,6.42,6.42,6.12,6.18,44090000
29-Feb-08,6.57,6.62,6.49,6.53,46756500
28-Feb-08,6.53,6.68,6.52,6.62,42032500
27-Feb-08,6.49,6.60,6.40,6.60,39069100
26-Feb-08,6.44,6.55,6.33,6.52,31044200
25-Feb-08,6.26,6.51,6.16,6.46,32469600
22-Feb-08,6.24,6.26,6.04,6.25,31239200
21-Feb-08,6.42,6.44,6.13,6.23,56417100
20-Feb-08,6.43,6.45,6.35,6.41,24500800
19-Feb-08,6.50,6.58,6.42,6.48,28097400
15-Feb-08,6.44,6.47,6.36,6.45,18600300
14-Feb-08,6.56,6.59,6.43,6.46,23619100
13-Feb-08,6.52,6.62,6.48,6.58,28728200
12-Feb-08,6.36,6.73,6.34,6.46,59110300
11-Feb-08,6.11,6.51,6.04,6.39,51552300
8-Feb-08,6.14,6.18,6.01,6.08,29469400
7-Feb-08,6.26,6.30,6.07,6.17,56321000
6-Feb-08,6.36,6.42,6.25,6.31,39197700
5-Feb-08,6.60,6.62,6.35,6.43,35948800
4-Feb-08,6.85,6.93,6.65,6.68,36798300
1-Feb-08,6.69,6.90,6.60,6.85,37547200
31-Jan-08,6.68,6.75,6.58,6.64,45737900
30-Jan-08,6.67,6.94,6.63,6.75,36844000
29-Jan-08,6.80,6.80,6.56,6.69,38023400
28-Jan-08,6.50,6.78,6.41,6.67,46656700
25-Jan-08,6.31,6.70,6.31,6.58,81891300
24-Jan-08,6.40,6.40,6.11,6.26,63508900
23-Jan-08,5.83,6.31,5.74,6.30,73746600
22-Jan-08,5.53,6.03,5.50,5.93,77546600
18-Jan-08,5.81,6.00,5.80,5.92,54304200
17-Jan-08,5.90,5.92,5.68,5.76,77599600
16-Jan-08,6.02,6.02,5.81,5.86,64102100
15-Jan-08,6.12,6.12,5.91,5.97,42519200
14-Jan-08,6.12,6.21,6.09,6.18,29178500
11-Jan-08,6.18,6.24,6.05,6.06,31585900
10-Jan-08,6.00,6.30,5.84,6.25,60058100
9-Jan-08,6.11,6.14,5.76,6.07,72911300
8-Jan-08,6.25,6.35,6.09,6.10,47735100
7-Jan-08,6.21,6.30,6.10,6.16,46340700
4-Jan-08,6.38,6.38,6.00,6.13,55820000
3-Jan-08,6.66,6.66,6.41,6.45,44647700
2-Jan-08,6.73,6.77,6.51,6.60,32940400
31-Dec-07,6.67,6.75,6.65,6.73,25614900
28-Dec-07,6.85,6.87,6.68,6.70,23903500
27-Dec-07,6.87,6.94,6.80,6.84,24613200
26-Dec-07,6.71,6.92,6.68,6.89,27447400
24-Dec-07,6.75,6.79,6.71,6.75,12073100
21-Dec-07,6.80,6.85,6.72,6.79,37897200
20-Dec-07,6.76,6.84,6.68,6.79,29315900
19-Dec-07,6.80,6.84,6.68,6.76,30124500
18-Dec-07,6.85,6.89,6.71,6.81,43764800
17-Dec-07,6.88,6.93,6.75,6.80,32585200
14-Dec-07,6.92,6.96,6.86,6.89,35281100
13-Dec-07,7.00,7.05,6.90,6.99,46695400
12-Dec-07,7.10,7.16,6.94,7.06,50601800
11-Dec-07,7.14,7.32,6.94,6.97,50952900
10-Dec-07,7.10,7.47,7.04,7.14,44570100
7-Dec-07,7.05,7.19,7.02,7.06,32525200
6-Dec-07,7.04,7.08,6.97,7.06,43091100
5-Dec-07,7.13,7.20,6.97,6.98,49930500
4-Dec-07,7.20,7.24,6.93,6.97,55296800
3-Dec-07,7.52,7.52,7.23,7.25,34509100
30-Nov-07,7.41,7.57,7.38,7.51,43403300
29-Nov-07,7.36,7.38,7.24,7.29,31031500
28-Nov-07,7.14,7.39,7.11,7.36,42280800
27-Nov-07,7.11,7.11,6.91,7.07,35081600
26-Nov-07,7.28,7.28,7.00,7.03,35082800
23-Nov-07,7.14,7.23,7.02,7.19,23811100
21-Nov-07,7.05,7.15,6.87,6.95,71263500
20-Nov-07,7.46,7.46,7.01,7.24,62458700
19-Nov-07,7.65,7.66,7.33,7.34,49202500
16-Nov-07,7.94,7.94,7.62,7.70,43206900
15-Nov-07,7.98,8.05,7.75,7.78,40939700
14-Nov-07,8.07,8.15,7.86,7.98,47595200
13-Nov-07,8.07,8.07,7.87,8.00,48045200
12-Nov-07,8.29,8.29,7.74,7.87,68476100
9-Nov-07,8.39,8.50,8.20,8.20,49468200
8-Nov-07,8.55,8.63,8.10,8.48,69191900
7-Nov-07,8.50,8.60,8.24,8.24,47814600
6-Nov-07,8.75,8.75,8.50,8.63,29040900
5-Nov-07,8.99,8.99,8.52,8.67,43539500
2-Nov-07,8.65,8.96,8.52,8.95,52471800
1-Nov-07,8.77,8.82,8.49,8.50,39578400
31-Oct-07,8.82,8.88,8.70,8.87,51854000
30-Oct-07,8.77,8.88,8.68,8.80,26313100
29-Oct-07,8.70,8.84,8.64,8.77,39698100
26-Oct-07,8.67,8.70,8.45,8.67,34402000
25-Oct-07,8.60,8.72,8.48,8.60,35588700
24-Oct-07,8.57,8.61,8.40,8.59,35644300
23-Oct-07,8.48,8.65,8.41,8.65,32619600
22-Oct-07,8.26,8.52,8.25,8.34,44018200
19-Oct-07,8.73,8.75,8.34,8.37,52381100
18-Oct-07,8.67,8.84,8.64,8.76,26045900
17-Oct-07,8.92,8.95,8.57,8.69,39952700
16-Oct-07,8.90,9.12,8.75,8.78,49641500
15-Oct-07,9.20,9.20,8.96,8.99,49123300
12-Oct-07,8.81,9.24,8.81,9.20,85978100
11-Oct-07,8.32,8.81,8.31,8.76,88086700
10-Oct-07,8.31,8.35,8.19,8.23,33409600
9-Oct-07,8.22,8.32,8.13,8.32,40554100
8-Oct-07,8.39,8.39,8.17,8.19,31353700
5-Oct-07,8.38,8.40,8.24,8.37,36188500
4-Oct-07,8.47,8.51,8.23,8.26,39289200
3-Oct-07,8.54,8.60,8.38,8.43,45040500
2-Oct-07,8.39,8.60,8.37,8.57,52676600
1-Oct-07,8.56,8.58,8.19,8.23,54307100
28-Sep-07,8.63,8.73,8.48,8.49,43767900
27-Sep-07,8.90,8.93,8.61,8.63,48368500
26-Sep-07,8.68,9.00,8.53,8.88,82528700
25-Sep-07,8.40,8.42,8.25,8.34,25989400
24-Sep-07,8.47,8.61,8.36,8.48,55663400
21-Sep-07,8.34,8.34,8.18,8.23,32609900
20-Sep-07,8.25,8.40,8.16,8.25,29154600
19-Sep-07,8.45,8.52,8.28,8.40,48082200
18-Sep-07,8.36,8.49,8.18,8.42,45817500
17-Sep-07,8.09,8.38,8.09,8.28,52940700
14-Sep-07,7.83,8.09,7.75,8.03,40074500
13-Sep-07,7.64,7.96,7.62,7.92,59759700
12-Sep-07,7.55,7.67,7.50,7.50,32308200
11-Sep-07,7.55,7.70,7.53,7.58,36711300
10-Sep-07,7.60,7.62,7.50,7.52,32213800
7-Sep-07,7.65,7.70,7.50,7.52,43291700
6-Sep-07,7.80,7.83,7.64,7.78,27449100
5-Sep-07,7.90,7.97,7.73,7.77,19765700
4-Sep-07,7.78,8.03,7.76,7.99,31755000
31-Aug-07,7.80,7.87,7.68,7.81,31430600
30-Aug-07,7.63,7.77,7.58,7.67,28217200
29-Aug-07,7.60,7.77,7.53,7.72,29682600
28-Aug-07,7.75,7.80,7.51,7.51,30447200
27-Aug-07,7.91,7.91,7.80,7.80,15364200
24-Aug-07,7.73,7.92,7.61,7.90,31741500
23-Aug-07,7.88,7.91,7.65,7.75,37977800
22-Aug-07,8.00,8.00,7.78,7.85,50383900
21-Aug-07,7.97,8.00,7.90,7.92,20110100
20-Aug-07,7.89,8.00,7.80,8.00,29124300
17-Aug-07,7.92,7.98,7.58,7.83,43394600
16-Aug-07,7.92,8.01,7.49,7.70,71159300
15-Aug-07,8.11,8.26,7.99,8.00,46463000
14-Aug-07,8.40,8.45,8.05,8.07,43092300
13-Aug-07,8.38,8.43,8.27,8.37,30589100
10-Aug-07,8.34,8.40,8.14,8.23,39278500
9-Aug-07,8.59,8.72,8.34,8.38,56507700
8-Aug-07,8.40,8.87,8.37,8.87,77857900
7-Aug-07,8.16,8.35,8.08,8.30,33624800
6-Aug-07,8.12,8.31,8.01,8.19,41444100
3-Aug-07,8.40,8.49,8.06,8.06,40273200
2-Aug-07,8.45,8.51,8.28,8.40,31614300
1-Aug-07,8.48,8.55,8.30,8.43,38849400
31-Jul-07,8.92,8.97,8.51,8.51,73900200
30-Jul-07,8.33,8.75,8.25,8.74,82991200
27-Jul-07,8.18,8.37,8.08,8.23,97189500
26-Jul-07,8.11,8.33,7.90,8.09,52405500
25-Jul-07,8.32,8.32,7.95,7.97,7722700
24-Jul-07,8.40,8.42,8.26,8.26,39172300
23-Jul-07,8.46,8.53,8.35,8.46,34932800
20-Jul-07,8.62,8.63,8.34,8.40,53217900
19-Jul-07,8.75,8.75,8.55,8.63,34264500
18-Jul-07,8.68,8.69,8.51,8.63,40314100
17-Jul-07,8.88,8.93,8.71,8.73,30817100
16-Jul-07,9.01,9.04,8.84,8.86,28727700
13-Jul-07,8.98,9.01,8.84,8.97,31464800
12-Jul-07,8.93,9.05,8.87,8.96,47144100
11-Jul-07,9.10,9.14,8.81,8.90,60976700
10-Jul-07,9.15,9.30,9.08,9.09,50533000
9-Jul-07,9.16,9.24,9.07,9.08,51064100
6-Jul-07,9.20,9.23,9.08,9.11,37908200
5-Jul-07,9.36,9.36,9.06,9.15,59886800
3-Jul-07,9.48,9.48,9.26,9.42,63967800
2-Jul-07,9.57,9.64,9.43,9.64,23280700
29-Jun-07,9.60,9.70,9.33,9.42,48057900
28-Jun-07,9.34,9.65,9.32,9.49,68317600
27-Jun-07,8.97,9.32,8.86,9.28,45852600
26-Jun-07,9.09,9.15,8.95,8.96,31990300
25-Jun-07,9.24,9.45,8.98,9.03,52164900
22-Jun-07,8.80,9.23,8.78,9.13,77991800
21-Jun-07,8.86,8.91,8.79,8.91,32176800
20-Jun-07,8.71,8.88,8.63,8.86,46916900
19-Jun-07,8.78,8.79,8.64,8.65,34535200
18-Jun-07,8.92,8.93,8.73,8.85,37139100
15-Jun-07,8.76,8.97,8.68,8.92,55214500
14-Jun-07,8.58,8.70,8.58,8.66,35438600
13-Jun-07,8.39,8.59,8.36,8.56,33315400
12-Jun-07,8.39,8.49,8.32,8.32,30858500
11-Jun-07,8.39,8.42,8.30,8.40,24911600
8-Jun-07,8.06,8.30,8.06,8.24,31821200
7-Jun-07,8.28,8.36,8.05,8.06,38870400
6-Jun-07,8.26,8.32,8.20,8.26,25174500
5-Jun-07,8.28,8.39,8.27,8.31,40792300
4-Jun-07,8.34,8.40,8.23,8.27,20382500
1-Jun-07,8.37,8.44,8.27,8.35,35835600
31-May-07,8.54,8.55,8.26,8.34,31301900
30-May-07,8.35,8.54,8.32,8.50,26613400
29-May-07,8.53,8.59,8.38,8.40,25132400
25-May-07,8.56,8.59,8.41,8.45,30366700
24-May-07,8.77,8.82,8.48,8.49,46111300
23-May-07,8.68,8.82,8.68,8.76,32045600
22-May-07,8.78,8.83,8.67,8.68,23841700
21-May-07,8.73,8.93,8.68,8.78,33843800
18-May-07,8.86,8.86,8.68,8.69,15314100
17-May-07,8.78,8.87,8.69,8.76,22849900
16-May-07,8.93,8.95,8.73,8.76,30237400
15-May-07,8.72,8.98,8.71,8.91,63001100
14-May-07,8.55,8.97,8.52,8.71,64600300
11-May-07,8.26,8.42,8.26,8.37,24293200
10-May-07,8.36,8.42,8.20,8.24,25825700
9-May-07,8.37,8.48,8.30,8.35,39622900
8-May-07,8.15,8.40,8.15,8.37,56824500
7-May-07,8.19,8.22,8.15,8.16,12425000
4-May-07,8.19,8.22,8.11,8.22,21376900
3-May-07,8.12,8.23,8.12,8.19,17374100
2-May-07,8.08,8.20,8.07,8.17,24322300
1-May-07,8.04,8.10,7.96,8.05,25214900
30-Apr-07,8.06,8.23,8.04,8.04,26065300
27-Apr-07,8.20,8.23,7.99,8.05,34094500
26-Apr-07,8.37,8.38,8.15,8.20,72143900
25-Apr-07,7.80,7.91,7.80,7.88,22534300
24-Apr-07,7.84,7.85,7.72,7.82,24808800
23-Apr-07,7.73,7.93,7.73,7.83,24939500
20-Apr-07,7.81,7.87,7.67,7.75,44006900
19-Apr-07,7.82,7.86,7.69,7.74,28641300
18-Apr-07,7.85,7.89,7.79,7.82,25371700
17-Apr-07,8.00,8.03,7.82,7.85,42677600
16-Apr-07,8.05,8.08,7.99,8.03,19281300
13-Apr-07,8.11,8.11,7.98,8.02,33996000
12-Apr-07,8.11,8.16,8.06,8.09,27895800
11-Apr-07,8.14,8.18,8.05,8.13,24450000
10-Apr-07,8.09,8.21,8.09,8.19,26601000
9-Apr-07,8.05,8.13,8.04,8.08,17696400
5-Apr-07,8.02,8.07,7.89,8.01,39784300
4-Apr-07,8.04,8.17,8.03,8.04,29286100
3-Apr-07,8.09,8.19,8.05,8.08,40523200
2-Apr-07,7.90,8.10,7.87,8.09,42834100
30-Mar-07,7.97,8.02,7.88,7.89,32028500
29-Mar-07,8.02,8.03,7.88,7.95,48954400
28-Mar-07,7.84,8.04,7.80,7.98,48255200
27-Mar-07,7.88,7.90,7.80,7.85,23945100
26-Mar-07,7.94,8.06,7.80,7.87,26947900
23-Mar-07,8.06,8.23,7.71,7.89,42496700
22-Mar-07,8.03,8.10,8.00,8.08,40667300
21-Mar-07,7.91,8.04,7.84,8.01,32689100
20-Mar-07,7.77,7.90,7.70,7.88,30662300
19-Mar-07,7.58,7.82,7.57,7.82,43949300
16-Mar-07,7.63,7.65,7.52,7.55,27185500
15-Mar-07,7.55,7.66,7.51,7.59,32067700
14-Mar-07,7.61,7.64,7.44,7.51,55784500
13-Mar-07,7.84,7.87,7.61,7.64,36766000
12-Mar-07,7.95,8.01,7.82,7.82,36248800
9-Mar-07,8.05,8.13,7.91,7.93,35635000
8-Mar-07,7.81,8.00,7.75,7.93,72892200
7-Mar-07,7.71,7.71,7.61,7.62,38277300
6-Mar-07,7.67,7.70,7.48,7.64,79311100
5-Mar-07,7.52,7.65,7.45,7.58,47084600
2-Mar-07,7.75,7.77,7.59,7.59,43606300
1-Mar-07,7.77,7.95,7.64,7.77,59408500
28-Feb-07,7.90,8.00,7.75,7.91,54763100
27-Feb-07,8.12,8.16,7.60,7.78,79596000
26-Feb-07,8.31,8.34,8.15,8.26,26756100
23-Feb-07,8.35,8.36,8.21,8.30,27670100
22-Feb-07,8.48,8.53,8.32,8.35,26375600
21-Feb-07,8.67,8.68,8.41,8.47,35874000
20-Feb-07,8.56,8.69,8.54,8.65,27054800
16-Feb-07,8.54,8.74,8.51,8.53,30962800
15-Feb-07,8.55,8.64,8.51,8.60,23932000
14-Feb-07,8.45,8.65,8.44,8.51,53559100
13-Feb-07,8.47,8.50,8.36,8.45,56760500
12-Feb-07,8.72,8.75,8.50,8.65,27325200
9-Feb-07,8.82,8.97,8.69,8.73,82190600
8-Feb-07,8.50,8.57,8.49,8.55,23470400
7-Feb-07,8.56,8.64,8.46,8.56,27589600
6-Feb-07,8.33,8.55,8.30,8.54,44673300
5-Feb-07,8.20,8.38,8.19,8.33,27379500
2-Feb-07,8.29,8.29,8.16,8.23,23730700
1-Feb-07,8.17,8.30,8.13,8.29,26204200
31-Jan-07,8.17,8.20,8.04,8.13,52442000
30-Jan-07,8.38,8.42,8.19,8.20,27687700
29-Jan-07,8.44,8.51,8.35,8.37,34547100
26-Jan-07,8.15,8.48,8.14,8.42,53412200
25-Jan-07,8.15,8.52,8.00,8.22,91401300
24-Jan-07,8.31,8.35,8.11,8.20,73227400
23-Jan-07,8.39,8.62,8.24,8.30,4870300
22-Jan-07,8.33,8.43,8.25,8.41,53030500
19-Jan-07,8.24,8.32,8.17,8.30,64219200
18-Jan-07,8.06,8.24,8.06,8.18,74310400
17-Jan-07,7.97,8.10,7.97,8.04,55566000
16-Jan-07,7.89,8.01,7.87,7.94,64805600
12-Jan-07,7.77,7.92,7.76,7.89,56276200
11-Jan-07,7.73,7.80,7.68,7.77,35853800
10-Jan-07,7.79,7.79,7.67,7.73,41390100
9-Jan-07,7.75,7.86,7.73,7.79,55578600
8-Jan-07,7.63,7.75,7.62,7.73,43758900
5-Jan-07,7.72,7.75,7.57,7.62,40416400
4-Jan-07,7.56,7.72,7.43,7.70,60570400
3-Jan-07,7.56,7.67,7.44,7.51,77213400
29-Dec-06,7.47,7.57,7.45,7.51,33525700
28-Dec-06,7.64,7.64,7.47,7.50,29684900
27-Dec-06,7.60,7.65,7.52,7.58,42961400
26-Dec-06,7.45,7.57,7.37,7.49,31983700
22-Dec-06,7.33,7.47,7.26,7.42,49805900
21-Dec-06,7.35,7.42,7.27,7.31,58339100
20-Dec-06,7.22,7.34,7.20,7.33,87609200
19-Dec-06,7.12,7.20,7.08,7.18,93202100
18-Dec-06,7.12,7.12,6.98,7.03,46306100
15-Dec-06,7.15,7.22,7.04,7.08,83058200
14-Dec-06,6.92,7.11,6.85,7.11,11191400
13-Dec-06,7.13,7.17,6.85,6.88,66275600
12-Dec-06,7.23,7.29,7.08,7.09,77530200
11-Dec-06,7.27,7.32,7.17,7.24,72475700
8-Dec-06,7.15,7.24,6.98,7.23,86979800
7-Dec-06,7.32,7.40,7.15,7.16,4511300
6-Dec-06,7.64,7.65,7.28,7.36,69369000
5-Dec-06,7.63,7.83,7.42,7.68,5984000
4-Dec-06,7.97,8.07,7.88,7.89,36565400
1-Dec-06,8.10,8.15,7.95,8.04,32223100
30-Nov-06,8.19,8.32,8.13,8.13,22781900
29-Nov-06,8.37,8.38,8.10,8.17,28870600
28-Nov-06,8.15,8.21,8.00,8.15,35389300
27-Nov-06,8.55,8.55,8.14,8.16,33502600
24-Nov-06,8.56,8.65,8.52,8.52,6309200
22-Nov-06,8.57,8.73,8.49,8.61,14790500
21-Nov-06,8.62,8.68,8.51,8.56,18237300
20-Nov-06,8.89,8.94,8.66,8.67,14534200
17-Nov-06,8.99,9.03,8.87,8.89,17090900
16-Nov-06,9.05,9.19,8.95,9.03,22753300
15-Nov-06,8.79,9.03,8.78,9.00,24267500
14-Nov-06,8.90,8.94,8.68,8.80,25663900
13-Nov-06,8.60,8.90,8.52,8.87,17873500
10-Nov-06,8.62,8.64,8.54,8.58,6743400
9-Nov-06,8.64,8.67,8.55,8.56,9056600
8-Nov-06,8.73,8.79,8.59,8.63,17614300
7-Nov-06,8.73,8.79,8.60,8.73,17123600
6-Nov-06,8.44,8.69,8.44,8.66,16178600
3-Nov-06,8.58,8.58,8.37,8.38,12701100
2-Nov-06,8.52,8.58,8.28,8.56,22319600
1-Nov-06,8.33,8.52,8.32,8.52,24341400
31-Oct-06,8.30,8.45,8.15,8.28,14212600
30-Oct-06,8.30,8.30,8.08,8.25,19053100
27-Oct-06,8.49,8.49,8.27,8.29,18614800
26-Oct-06,8.59,8.67,8.45,8.48,27399700
25-Oct-06,8.37,8.65,8.32,8.49,41272300
24-Oct-06,8.02,8.31,7.95,8.30,37719400
23-Oct-06,7.86,8.03,7.81,7.90,34432000
20-Oct-06,8.07,8.07,7.93,8.01,25905400
19-Oct-06,8.01,8.07,7.97,8.03,12252100
18-Oct-06,8.05,8.15,8.02,8.05,21757500
17-Oct-06,7.99,8.03,7.85,8.03,28250100
16-Oct-06,8.17,8.18,8.08,8.08,12892800
13-Oct-06,8.23,8.24,8.13,8.17,16230800
12-Oct-06,8.30,8.33,8.17,8.23,16574100
11-Oct-06,8.17,8.34,8.11,8.27,25058900
10-Oct-06,8.23,8.29,8.11,8.19,23120700
9-Oct-06,8.30,8.31,8.17,8.19,16394400
6-Oct-06,8.34,8.43,8.26,8.31,29012800
5-Oct-06,8.48,8.52,8.26,8.33,26035100
4-Oct-06,8.12,8.60,8.11,8.56,56286000
3-Oct-06,8.16,8.35,8.08,8.23,31774200
2-Oct-06,8.10,8.22,8.05,8.13,15485500
29-Sep-06,8.25,8.25,8.04,8.09,29274400
28-Sep-06,8.08,8.24,8.04,8.16,32933500
27-Sep-06,8.50,8.52,7.97,8.00,58851100
26-Sep-06,8.21,8.41,8.16,8.41,32872800
25-Sep-06,8.00,8.21,7.97,8.15,32708600
22-Sep-06,7.81,8.01,7.80,8.00,31977300
21-Sep-06,7.82,7.95,7.73,7.76,27062600
20-Sep-06,7.71,7.83,7.65,7.75,30836800
19-Sep-06,7.90,7.92,7.63,7.66,44363600
18-Sep-06,7.97,8.00,7.62,7.82,70538500
15-Sep-06,8.48,8.49,7.75,8.02,78244600
14-Sep-06,8.97,9.20,8.75,9.09,64882800
13-Sep-06,9.21,9.48,9.13,9.19,69265600
12-Sep-06,8.70,9.11,8.70,9.06,42915200
11-Sep-06,8.78,8.84,8.64,8.71,29629300
8-Sep-06,8.65,8.81,8.52,8.77,25405300
7-Sep-06,8.56,8.64,8.40,8.58,25197100
6-Sep-06,8.64,9.20,8.49,8.55,61959500
5-Sep-06,8.28,8.41,8.20,8.39,23581500
1-Sep-06,8.42,8.43,8.14,8.27,30574300
31-Aug-06,8.25,8.47,8.25,8.37,28453400
30-Aug-06,8.27,8.32,8.18,8.27,31792600
29-Aug-06,8.06,8.29,7.98,8.26,34044400
28-Aug-06,8.10,8.10,7.97,8.05,20730600
25-Aug-06,7.97,8.10,7.86,8.00,37880100
24-Aug-06,8.07,8.12,7.71,7.76,44715100
23-Aug-06,7.61,7.86,7.58,7.76,49073900
22-Aug-06,7.45,7.48,7.31,7.42,46988700
21-Aug-06,7.78,7.78,7.47,7.47,67225200
18-Aug-06,8.18,8.18,7.82,8.00,46667300
17-Aug-06,8.26,8.42,8.01,8.17,44176100
16-Aug-06,7.95,8.29,7.93,8.26,51082100
15-Aug-06,7.94,7.96,7.72,7.92,28577900
14-Aug-06,7.55,7.85,7.55,7.83,41962700
11-Aug-06,7.42,7.67,7.34,7.37,38233000
10-Aug-06,7.33,7.43,7.13,7.39,26714200
9-Aug-06,7.49,7.50,7.32,7.33,31127400
8-Aug-06,7.21,7.45,7.20,7.37,47157500
7-Aug-06,7.12,7.21,7.01,7.17,26329700
4-Aug-06,6.90,7.13,6.87,7.13,33270900
3-Aug-06,6.77,6.98,6.73,6.86,27888400
2-Aug-06,6.79,6.96,6.69,6.96,39908100
1-Aug-06,6.68,6.68,6.47,6.58,22597900
31-Jul-06,6.84,6.86,6.58,6.67,24647800
28-Jul-06,6.89,6.90,6.74,6.89,16843800
27-Jul-06,6.82,6.91,6.77,6.83,30629000
26-Jul-06,6.75,6.90,6.66,6.75,35464800
25-Jul-06,6.36,6.70,6.36,6.59,38435000
24-Jul-06,6.35,6.41,6.33,6.36,17993300
21-Jul-06,6.21,6.38,6.06,6.28,36545400
20-Jul-06,6.32,6.33,6.17,6.19,31564300
19-Jul-06,6.48,6.50,6.26,6.33,45545800
18-Jul-06,6.41,6.50,6.40,6.44,14033200
17-Jul-06,6.38,6.51,6.37,6.41,23944000
14-Jul-06,6.55,6.57,6.28,6.38,27195700
13-Jul-06,6.83,6.88,6.55,6.56,35771200
12-Jul-06,6.89,6.93,6.85,6.88,19876700
| CSV | 1 | henryqdineen/RxJS | examples/stockserver/F.csv | [
"Apache-2.0"
] |
#! /bin/sh -e
# DP: - Add /usr/lib/jni to java.library.path.
# DP: - When running the i386 binaries on amd64, look in
# DP: - /usr/lib32/gcj-x.y and /usr/lib32/jni instead.
dir=
if [ $# -eq 3 -a "$2" = '-d' ]; then
pdir="-d $3"
dir="$3/"
elif [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch)
patch $pdir -f --no-backup-if-mismatch -p0 < $0
;;
-unpatch)
patch $pdir -f --no-backup-if-mismatch -R -p0 < $0
;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
esac
exit 0
--- libjava/gnu/classpath/natSystemProperties.cc~ 2006-08-02 00:53:40.000000000 +0200
+++ libjava/gnu/classpath/natSystemProperties.cc 2006-08-19 00:41:50.063803000 +0200
@@ -141,6 +141,34 @@
return retval;
}
+static char*
+AppendJniLibdir (char *path, struct utsname *u)
+{
+ char* retval;
+ const char* jnilibdir = "/usr/lib/jni";
+
+#if defined(__linux__) && defined (__i386__)
+ if (! strcmp ("x86_64", u->machine))
+ jnilibdir = "/usr/lib32/jni";
+#endif
+
+ if (path)
+ {
+ jsize total = strlen (path)
+ + (sizeof (PATH_SEPARATOR) - 1) + strlen (jnilibdir) + 1;
+ retval = (char*) _Jv_Malloc (total);
+ strcpy (retval, path);
+ strcat (retval, PATH_SEPARATOR);
+ strcat (retval, jnilibdir);
+ }
+ else
+ {
+ retval = (char*) _Jv_Malloc (strlen (jnilibdir) + 1);
+ strcpy (retval, jnilibdir);
+ }
+ return retval;
+}
+
void
gnu::classpath::SystemProperties::insertSystemProperties (java::util::Properties *newprops)
{
@@ -370,8 +398,13 @@
// Prepend GCJ_VERSIONED_LIBDIR to the module load path so that
// libgcj will find its own JNI libraries, like libgtkpeer.so.
char* val = PrependVersionedLibdir (path);
- _Jv_SetDLLSearchPath (val);
+
+ // Append jnilibdir
+ char* val2 = AppendJniLibdir (val, &u);
+
+ _Jv_SetDLLSearchPath (val2);
_Jv_Free (val);
+ _Jv_Free (val2);
}
else
{
@@ -379,9 +412,12 @@
#ifdef USE_LTDL
char *libpath = getenv (LTDL_SHLIBPATH_VAR);
char* val = _Jv_PrependVersionedLibdir (libpath);
- SET ("java.library.path", val);
- _Jv_SetDLLSearchPath (val);
+ // Append jnilibdir
+ char* val2 = AppendJniLibdir (val, &u);
+ SET ("java.library.path", val2);
+ _Jv_SetDLLSearchPath (val2);
_Jv_Free (val);
+ _Jv_Free (val2);
#else
SET ("java.library.path", "");
#endif
| Darcs Patch | 4 | JrCs/opendreambox | recipes/gcc/gcc-4.3.4/debian/libjava-jnipath.dpatch | [
"MIT"
] |
import React from 'react'
import { render } from 'react-dom'
import { renderToString } from 'react-dom/server'
import { NextPage } from 'next'
const Page: NextPage<{ html: string }> = ({ html }) =>
html ? (
<>
<p>saved:</p>
<div dangerouslySetInnerHTML={{ __html: html }} />
</>
) : (
<p>Hello world</p>
)
Page.getInitialProps = async ({ AppTree }) => {
let html: string
const toRender = <AppTree pageProps={{}} />
if (typeof window !== 'undefined') {
const el = document.createElement('div')
document.querySelector('body').appendChild(el)
render(toRender, el)
html = el.innerHTML
el.remove()
} else {
html = renderToString(toRender)
}
return { html }
}
export default Page
| TypeScript | 3 | blomqma/next.js | test/integration/app-tree/pages/hello.tsx | [
"MIT"
] |
--TEST--
IntlCalendar::inDaylightTime() basic test
--INI--
date.timezone=Atlantic/Azores
--EXTENSIONS--
intl
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);
ini_set("intl.default_locale", "nl");
$intlcal = IntlCalendar::createInstance('Europe/Amsterdam');
$intlcal->setTime(strtotime('2012-01-01') * 1000);
var_dump($intlcal->inDaylightTime());
$intlcal->setTime(strtotime('2012-04-01') * 1000);
var_dump(intlcal_in_daylight_time($intlcal));
?>
--EXPECT--
bool(false)
bool(true)
| PHP | 3 | NathanFreeman/php-src | ext/intl/tests/calendar_inDaylightTime_basic.phpt | [
"PHP-3.01"
] |
CONFIG -= qt
CONFIG += \
depend_includepath \
debug
QMAKE_CXXFLAGS += -fno-inline
# Create a directory for each test.
DESTDIR = $${TARGET}
OBJECTS_DIR = $${TARGET}
UBLAS_TESTSET = \
USE_DOUBLE USE_STD_COMPLEX \
USE_RANGE USE_SLICE \
USE_UNBOUNDED_ARRAY USE_STD_VECTOR USE_BOUNDED_VECTOR USE_MATRIX
UBLAS_TESTSET_SPARSE = \
USE_DOUBLE USE_STD_COMPLEX \
USE_UNBOUNDED_ARRAY \
USE_MAP_ARRAY USE_STD_MAP \
USE_MAPPED_VECTOR USE_COMPRESSED_VECTOR \
USE_MAPPED_MATRIX USE_COMPRESSED_MATRIX
# USE_RANGE USE_SLICE # Too complex for regression testing
UBLAS_TESTSET_SPARSE_COO = \
USE_DOUBLE USE_STD_COMPLEX \
USE_UNBOUNDED_ARRAY \
USE_COORDINATE_VECTOR \
USE_COORDINATE_MATRIX
DEFINES += BOOST_UBLAS_NO_EXCEPTIONS
#Visual age IBM
xlc: DEFINES += BOOST_UBLAS_NO_ELEMENT_PROXIES
# ublas include and test directory are included
INCLUDEPATH += \
../../../include \
../../test
# If ublas tests are build with boost source code then,
# then boost headers and boost libraries should be used.
exists(../../../../../../boost-build.jam) {
INCLUDEPATH += ../../../../../..
LIBS += -L../../../../../../stage/lib
QMAKE_RPATHDIR += ../../../../../../stage/lib
}
# Execute test once compiled.
win32: QMAKE_POST_LINK = ./$${DESTDIR}/$${TARGET}.exe
else: QMAKE_POST_LINK = ./$${DESTDIR}/$${TARGET}
| QMake | 3 | shreyasvj25/turicreate | deps/src/boost_1_65_1/libs/numeric/ublas/IDEs/qtcreator/test/configuration.pri | [
"BSD-3-Clause"
] |
# This file is a part of Julia. License is MIT: https://julialang.org/license
module XoshiroSimd
# Getting the xoroshiro RNG to reliably vectorize is somewhat of a hassle without Simd.jl.
import ..Random: TaskLocalRNG, rand, rand!, Xoshiro, CloseOpen01, UnsafeView,
SamplerType, SamplerTrivial
using Base: BitInteger_types
using Core.Intrinsics: llvmcall
# Vector-width. Influences random stream.
xoshiroWidth() = Val(8)
# Simd threshold. Influences random stream.
simdThreshold(::Type{T}) where T = 64
simdThreshold(::Type{Bool}) = 640
@inline _rotl45(x::UInt64) = (x<<45)|(x>>19)
@inline _shl17(x::UInt64) = x<<17
@inline _rotl23(x::UInt64) = (x<<23)|(x>>41)
@inline _plus(x::UInt64,y::UInt64) = x+y
@inline _xor(x::UInt64,y::UInt64) = xor(x,y)
@inline _and(x::UInt64, y::UInt64) = x & y
@inline _or(x::UInt64, y::UInt64) = x | y
@inline _lshr(x, y::Int32) = _lshr(x, y % Int64)
@inline _lshr(x::UInt64, y::Int64) = llvmcall("""
%res = lshr i64 %0, %1
ret i64 %res
""",
UInt64,
Tuple{UInt64, Int64},
x, y)
@inline _bits2float(x::UInt64, ::Type{Float64}) = reinterpret(UInt64, Float64(x >>> 11) * 0x1.0p-53)
@inline function _bits2float(x::UInt64, ::Type{Float32})
#=
# this implementation uses more high bits, but is harder to vectorize
x = x >>> 16 # discard low 16 bits
u = Float32(x >>> 24) * Float32(0x1.0p-24)
l = Float32(x & 0x00ffffff) * Float32(0x1.0p-24)
=#
ui = (x>>>32) % UInt32
li = x % UInt32
u = Float32(ui >>> 8) * Float32(0x1.0p-24)
l = Float32(li >>> 8) * Float32(0x1.0p-24)
(UInt64(reinterpret(UInt32, u)) << 32) | UInt64(reinterpret(UInt32, l))
end
# required operations. These could be written more concisely with `ntuple`, but the compiler
# sometimes refuses to properly vectorize.
for N in [4,8,16]
let code, s, fshl = "llvm.fshl.v$(N)i64",
VT = :(NTuple{$N, VecElement{UInt64}})
s = ntuple(_->VecElement(UInt64(45)), N)
@eval @inline _rotl45(x::$VT) = ccall($fshl, llvmcall, $VT, ($VT, $VT, $VT), x, x, $s)
s = ntuple(_->VecElement(UInt64(23)), N)
@eval @inline _rotl23(x::$VT) = ccall($fshl, llvmcall, $VT, ($VT, $VT, $VT), x, x, $s)
code = """
%lshiftOp = shufflevector <1 x i64> <i64 17>, <1 x i64> undef, <$N x i32> zeroinitializer
%res = shl <$N x i64> %0, %lshiftOp
ret <$N x i64> %res
"""
@eval @inline _shl17(x::$VT) = llvmcall($code, $VT, Tuple{$VT}, x)
code = """
%res = add <$N x i64> %1, %0
ret <$N x i64> %res
"""
@eval @inline _plus(x::$VT, y::$VT) = llvmcall($code, $VT, Tuple{$VT, $VT}, x, y)
code = """
%res = xor <$N x i64> %1, %0
ret <$N x i64> %res
"""
@eval @inline _xor(x::$VT, y::$VT) = llvmcall($code, $VT, Tuple{$VT, $VT}, x, y)
code = """
%res = and <$N x i64> %1, %0
ret <$N x i64> %res
"""
@eval @inline _and(x::$VT, y::$VT) = llvmcall($code, $VT, Tuple{$VT, $VT}, x, y)
code = """
%res = or <$N x i64> %1, %0
ret <$N x i64> %res
"""
@eval @inline _or(x::$VT, y::$VT) = llvmcall($code, $VT, Tuple{$VT, $VT}, x, y)
code = """
%tmp = insertelement <1 x i64> undef, i64 %1, i32 0
%shift = shufflevector <1 x i64> %tmp, <1 x i64> %tmp, <$N x i32> zeroinitializer
%res = lshr <$N x i64> %0, %shift
ret <$N x i64> %res
"""
@eval @inline _lshr(x::$VT, y::Int64) = llvmcall($code, $VT, Tuple{$VT, Int64}, x, y)
code = """
%shiftamt = shufflevector <1 x i64> <i64 11>, <1 x i64> undef, <$N x i32> zeroinitializer
%sh = lshr <$N x i64> %0, %shiftamt
%f = uitofp <$N x i64> %sh to <$N x double>
%scale = shufflevector <1 x double> <double 0x3ca0000000000000>, <1 x double> undef, <$N x i32> zeroinitializer
%m = fmul <$N x double> %f, %scale
%i = bitcast <$N x double> %m to <$N x i64>
ret <$N x i64> %i
"""
@eval @inline _bits2float(x::$VT, ::Type{Float64}) = llvmcall($code, $VT, Tuple{$VT}, x)
code = """
%as32 = bitcast <$N x i64> %0 to <$(2N) x i32>
%shiftamt = shufflevector <1 x i32> <i32 8>, <1 x i32> undef, <$(2N) x i32> zeroinitializer
%sh = lshr <$(2N) x i32> %as32, %shiftamt
%f = uitofp <$(2N) x i32> %sh to <$(2N) x float>
%scale = shufflevector <1 x float> <float 0x3e70000000000000>, <1 x float> undef, <$(2N) x i32> zeroinitializer
%m = fmul <$(2N) x float> %f, %scale
%i = bitcast <$(2N) x float> %m to <$N x i64>
ret <$N x i64> %i
"""
@eval @inline _bits2float(x::$VT, ::Type{Float32}) = llvmcall($code, $VT, Tuple{$VT}, x)
end
end
function forkRand(rng::Union{TaskLocalRNG, Xoshiro}, ::Val{N}) where N
# constants have nothing up their sleeve. For more discussion, cf rng_split in task.c
# 0x02011ce34bce797f == hash(UInt(1))|0x01
# 0x5a94851fb48a6e05 == hash(UInt(2))|0x01
# 0x3688cf5d48899fa7 == hash(UInt(3))|0x01
# 0x867b4bb4c42e5661 == hash(UInt(4))|0x01
s0 = ntuple(i->VecElement(0x02011ce34bce797f * rand(rng, UInt64)), Val(N))
s1 = ntuple(i->VecElement(0x5a94851fb48a6e05 * rand(rng, UInt64)), Val(N))
s2 = ntuple(i->VecElement(0x3688cf5d48899fa7 * rand(rng, UInt64)), Val(N))
s3 = ntuple(i->VecElement(0x867b4bb4c42e5661 * rand(rng, UInt64)), Val(N))
(s0, s1, s2, s3)
end
_id(x, T) = x
@inline function xoshiro_bulk(rng::Union{TaskLocalRNG, Xoshiro}, dst::Ptr{UInt8}, len::Int, T::Union{Type{UInt8}, Type{Bool}, Type{Float32}, Type{Float64}}, ::Val{N}, f::F = _id) where {N, F}
if len >= simdThreshold(T)
written = xoshiro_bulk_simd(rng, dst, len, T, Val(N), f)
len -= written
dst += written
end
if len != 0
xoshiro_bulk_nosimd(rng, dst, len, T, f)
end
nothing
end
@noinline function xoshiro_bulk_nosimd(rng::Union{TaskLocalRNG, Xoshiro}, dst::Ptr{UInt8}, len::Int, ::Type{T}, f::F) where {T, F}
if rng isa TaskLocalRNG
task = current_task()
s0, s1, s2, s3 = task.rngState0, task.rngState1, task.rngState2, task.rngState3
else
(; s0, s1, s2, s3) = rng::Xoshiro
end
i = 0
while i+8 <= len
res = _plus(_rotl23(_plus(s0,s3)),s0)
unsafe_store!(reinterpret(Ptr{UInt64}, dst + i), f(res, T))
t = _shl17(s1)
s2 = _xor(s2, s0)
s3 = _xor(s3, s1)
s1 = _xor(s1, s2)
s0 = _xor(s0, s3)
s2 = _xor(s2, t)
s3 = _rotl45(s3)
i += 8
end
if i < len
res = _plus(_rotl23(_plus(s0,s3)),s0)
t = _shl17(s1)
s2 = _xor(s2, s0)
s3 = _xor(s3, s1)
s1 = _xor(s1, s2)
s0 = _xor(s0, s3)
s2 = _xor(s2, t)
s3 = _rotl45(s3)
ref = Ref(f(res, T))
# TODO: This may make the random-stream dependent on system endianness
ccall(:memcpy, Ptr{Cvoid}, (Ptr{UInt8}, Ptr{UInt64}, Csize_t), dst+i, ref, len-i)
end
if rng isa TaskLocalRNG
task.rngState0, task.rngState1, task.rngState2, task.rngState3 = s0, s1, s2, s3
else
rng.s0, rng.s1, rng.s2, rng.s3 = s0, s1, s2, s3
end
nothing
end
@noinline function xoshiro_bulk_nosimd(rng::Union{TaskLocalRNG, Xoshiro}, dst::Ptr{UInt8}, len::Int, ::Type{Bool}, f)
if rng isa TaskLocalRNG
task = current_task()
s0, s1, s2, s3 = task.rngState0, task.rngState1, task.rngState2, task.rngState3
else
(; s0, s1, s2, s3) = rng::Xoshiro
end
i = 0
while i+8 <= len
res = _plus(_rotl23(_plus(s0,s3)),s0)
shift = 0
while i+8 <= len && shift < 8
resLoc = _and(_lshr(res, shift), 0x0101010101010101)
unsafe_store!(reinterpret(Ptr{UInt64}, dst + i), resLoc)
i += 8
shift += 1
end
t = _shl17(s1)
s2 = _xor(s2, s0)
s3 = _xor(s3, s1)
s1 = _xor(s1, s2)
s0 = _xor(s0, s3)
s2 = _xor(s2, t)
s3 = _rotl45(s3)
end
if i < len
# we may overgenerate some bytes here, if len mod 64 <= 56 and len mod 8 != 0
res = _plus(_rotl23(_plus(s0,s3)),s0)
resLoc = _and(res, 0x0101010101010101)
ref = Ref(resLoc)
ccall(:memcpy, Ptr{Cvoid}, (Ptr{UInt8}, Ptr{UInt64}, Csize_t), dst+i, ref, len-i)
t = _shl17(s1)
s2 = _xor(s2, s0)
s3 = _xor(s3, s1)
s1 = _xor(s1, s2)
s0 = _xor(s0, s3)
s2 = _xor(s2, t)
s3 = _rotl45(s3)
end
if rng isa TaskLocalRNG
task.rngState0, task.rngState1, task.rngState2, task.rngState3 = s0, s1, s2, s3
else
rng.s0, rng.s1, rng.s2, rng.s3 = s0, s1, s2, s3
end
nothing
end
@noinline function xoshiro_bulk_simd(rng::Union{TaskLocalRNG, Xoshiro}, dst::Ptr{UInt8}, len::Int, ::Type{T}, ::Val{N}, f::F) where {T,N,F}
s0, s1, s2, s3 = forkRand(rng, Val(N))
i = 0
while i + 8*N <= len
res = _plus(_rotl23(_plus(s0,s3)),s0)
t = _shl17(s1)
s2 = _xor(s2, s0)
s3 = _xor(s3, s1)
s1 = _xor(s1, s2)
s0 = _xor(s0, s3)
s2 = _xor(s2, t)
s3 = _rotl45(s3)
unsafe_store!(reinterpret(Ptr{NTuple{N,VecElement{UInt64}}}, dst + i), f(res, T))
i += 8*N
end
return i
end
@noinline function xoshiro_bulk_simd(rng::Union{TaskLocalRNG, Xoshiro}, dst::Ptr{UInt8}, len::Int, ::Type{Bool}, ::Val{N}, f) where {N}
s0, s1, s2, s3 = forkRand(rng, Val(N))
msk = ntuple(i->VecElement(0x0101010101010101), Val(N))
i = 0
while i + 64*N <= len
res = _plus(_rotl23(_plus(s0,s3)),s0)
t = _shl17(s1)
s2 = _xor(s2, s0)
s3 = _xor(s3, s1)
s1 = _xor(s1, s2)
s0 = _xor(s0, s3)
s2 = _xor(s2, t)
s3 = _rotl45(s3)
for k=0:7
tmp = _lshr(res, k)
toWrite = _and(tmp, msk)
unsafe_store!(reinterpret(Ptr{NTuple{N,VecElement{UInt64}}}, dst + i + k*N*8), toWrite)
end
i += 64*N
end
return i
end
function rand!(rng::Union{TaskLocalRNG, Xoshiro}, dst::Array{Float32}, ::SamplerTrivial{CloseOpen01{Float32}})
GC.@preserve dst xoshiro_bulk(rng, convert(Ptr{UInt8}, pointer(dst)), length(dst)*4, Float32, xoshiroWidth(), _bits2float)
dst
end
function rand!(rng::Union{TaskLocalRNG, Xoshiro}, dst::Array{Float64}, ::SamplerTrivial{CloseOpen01{Float64}})
GC.@preserve dst xoshiro_bulk(rng, convert(Ptr{UInt8}, pointer(dst)), length(dst)*8, Float64, xoshiroWidth(), _bits2float)
dst
end
for T in BitInteger_types
@eval function rand!(rng::Union{TaskLocalRNG, Xoshiro}, dst::Union{Array{$T}, UnsafeView{$T}}, ::SamplerType{$T})
GC.@preserve dst xoshiro_bulk(rng, convert(Ptr{UInt8}, pointer(dst)), length(dst)*sizeof($T), UInt8, xoshiroWidth())
dst
end
end
function rand!(rng::Union{TaskLocalRNG, Xoshiro}, dst::Array{Bool}, ::SamplerType{Bool})
GC.@preserve dst xoshiro_bulk(rng, convert(Ptr{UInt8}, pointer(dst)), length(dst), Bool, xoshiroWidth())
dst
end
end # module
| Julia | 5 | jonas-schulze/julia | stdlib/Random/src/XoshiroSimd.jl | [
"MIT"
] |
---
layout: post
title: "Talking About Sets"
date: 2013-03-26 16:12
comments: true
external-url:
categories: basic measures sets
author: Ranjit Jhala
published: true
demo: TalkingAboutSets.hs
---
In the posts so far, we've seen how LiquidHaskell allows you to use SMT
solvers to specify and verify *numeric* invariants -- denominators
that are non-zero, integer indices that are within the range of an
array, vectors that have the right number of dimensions and so on.
However, SMT solvers are not limited to numbers, and in fact, support
rather expressive logics. In the next couple of posts, let's see how
LiquidHaskell uses SMT to talk about **sets of values**, for example,
the contents of a list, and to specify and verify properties about
those sets.
<!-- more -->
\begin{code}
module TalkingAboutSets where
import Data.Set hiding (filter, split)
import Prelude hiding (reverse, filter)
\end{code}
Talking about Sets (In Logic)
=============================
First, we need a way to talk about sets in the refinement logic. We could
roll our own special Haskell type, but why not just use the `Set a` type
from `Data.Set`.
The `import Data.Set` , also instructs LiquidHaskell to import in the various
specifications defined for the `Data.Set` module that we have *predefined*
in [Data/Set.spec][setspec]
\begin{code} Let's look at the specifications.
module spec Data.Set where
embed Set as Set_Set
\end{code}
The `embed` directive tells LiquidHaskell to model the **Haskell**
type constructor `Set` with the **SMT** type constructor `Set_Set`.
\begin{code} First, we define the logical operators (i.e. `measure`s)
measure Set_sng :: a -> (Set a) -- ^ singleton
measure Set_cup :: (Set a) -> (Set a) -> (Set a) -- ^ union
measure Set_cap :: (Set a) -> (Set a) -> (Set a) -- ^ intersection
measure Set_dif :: (Set a) -> (Set a) -> (Set a) -- ^ difference
\end{code}
\begin{code} Next, we define predicates on `Set`s
measure Set_emp :: (Set a) -> Prop -- ^ emptiness
measure Set_mem :: a -> (Set a) -> Prop -- ^ membership
measure Set_sub :: (Set a) -> (Set a) -> Prop -- ^ inclusion
\end{code}
Interpreted Operations
----------------------
The above operators are *interpreted* by the SMT solver.
\begin{code} That is, just like the SMT solver "knows that"
2 + 2 == 4
\end{code}
\begin{code} the SMT solver also "knows that"
(Set_sng 1) == (Set_cap (Set_sng 1) (Set_cup (Set_sng 2) (Set_sng 1)))
\end{code}
This is because, the above formulas belong to a decidable Theory of Sets
which can be reduced to McCarthy's more general [Theory of Arrays][mccarthy].
See [this recent paper][z3cal] if you want to learn more about how modern SMT
solvers "know" the above equality holds...
Talking about Sets (In Code)
============================
Of course, the above operators exist purely in the realm of the
refinement logic, beyond the grasp of the programmer.
To bring them down (or up, or left or right) within reach of Haskell code,
we can simply *assume* that the various public functions in `Data.Set` do
the *Right Thing* i.e. produce values that reflect the logical set operations:
\begin{code} First, the functions that create `Set` values
empty :: {v:(Set a) | (Set_emp v)}
singleton :: x:a -> {v:(Set a) | v = (Set_sng x)}
\end{code}
\begin{code} Next, the functions that operate on elements and `Set` values
insert :: Ord a => x:a
-> xs:(Set a)
-> {v:(Set a) | v = (Set_cup xs (Set_sng x))}
delete :: Ord a => x:a
-> xs:(Set a)
-> {v:(Set a) | v = (Set_dif xs (Set_sng x))}
\end{code}
\begin{code} Then, the binary `Set` operators
union :: Ord a => xs:(Set a)
-> ys:(Set a)
-> {v:(Set a) | v = (Set_cup xs ys)}
intersection :: Ord a => xs:(Set a)
-> ys:(Set a)
-> {v:(Set a) | v = (Set_cap xs ys)}
difference :: Ord a => xs:(Set a)
-> ys:(Set a)
-> {v:(Set a) | v = (Set_dif xs ys)}
\end{code}
\begin{code} And finally, the predicates on `Set` values:
isSubsetOf :: Ord a => xs:(Set a)
-> ys:(Set a)
-> {v:Bool | (Prop v) <=> (Set_sub xs ys)}
member :: Ord a => x:a
-> xs:(Set a)
-> {v:Bool | (Prop v) <=> (Set_mem x xs)}
\end{code}
**Note:** Of course we shouldn't and needn't really *assume*, but should and
will *guarantee* that the functions from `Data.Set` implement the above types.
But thats a story for another day...
Proving Theorems With LiquidHaskell
===================================
OK, let's take our refined operators from `Data.Set` out for a spin!
One pleasant consequence of being able to precisely type the operators
from `Data.Set` is that we have a pleasant interface for using the SMT
solver to *prove theorems* about sets, while remaining firmly rooted in
Haskell.
First, let's write a simple function that asserts that its input is `True`
\begin{code}
{-@ boolAssert :: {v: Bool | (Prop v)} -> {v:Bool | (Prop v)} @-}
boolAssert True = True
boolAssert False = error "boolAssert: False? Never!"
\end{code}
Now, we can use `boolAssert` to write some simple properties. (Yes, these do
indeed look like QuickCheck properties -- but here, instead of generating
tests and executing the code, the type system is proving to us that the
properties will *always* evaluate to `True`)
Let's check that `intersection` is commutative ...
\begin{code}
prop_cap_comm x y
= boolAssert
$ (x `intersection` y) == (y `intersection` x)
\end{code}
that `union` is associative ...
\begin{code}
prop_cup_assoc x y z
= boolAssert
$ (x `union` (y `union` z)) == (x `union` y) `union` z
\end{code}
and that `union` distributes over `intersection`.
\begin{code}
prop_cap_dist x y z
= boolAssert
$ (x `intersection` (y `union` z))
== (x `intersection` y) `union` (x `intersection` z)
\end{code}
Of course, while we're at it, let's make sure LiquidHaskell
doesn't prove anything that *isn't* true ...
\begin{code}
prop_cup_dif_bad x y
= boolAssert
$ x == (x `union` y) `difference` y
\end{code}
Hmm. You do know why the above doesn't hold, right? It would be nice to
get a *counterexample* wouldn't it? Well, for the moment, there is
QuickCheck!
Thus, the refined types offer a nice interface for interacting with the SMT
solver in order to prove theorems in LiquidHaskell. (BTW, The [SBV project][sbv]
describes another approach for using SMT solvers from Haskell, without the
indirection of refinement types.)
While the above is a nice warm up exercise to understanding how
LiquidHaskell reasons about sets, our overall goal is not to prove
theorems about set operators, but instead to specify and verify
properties of programs.
The Set of Values in a List
===========================
Let's see how we might reason about sets of values in regular Haskell programs.
We'll begin with Lists, the jack-of-all-data-types. Now, instead of just
talking about the **number of** elements in a list, we can write a measure
that describes the **set of** elements in a list:
\begin{code} A measure for the elements of a list, from [Data/Set.spec][setspec]
measure listElts :: [a] -> (Set a)
listElts ([]) = {v | (? Set_emp(v))}
listElts (x:xs) = {v | v = (Set_cup (Set_sng x) (listElts xs)) }
\end{code}
That is, `(listElts xs)` describes the set of elements contained in a list `xs`.
Next, to make the specifications concise, let's define a few predicate aliases:
\begin{code}
{-@ predicate EqElts X Y =
((listElts X) = (listElts Y)) @-}
{-@ predicate SubElts X Y =
(Set_sub (listElts X) (listElts Y)) @-}
{-@ predicate UnionElts X Y Z =
((listElts X) = (Set_cup (listElts Y) (listElts Z))) @-}
\end{code}
A Trivial Identity
------------------
OK, now let's write some code to check that the `listElts` measure is sensible!
\begin{code}
{-@ listId :: xs:[a] -> {v:[a] | (EqElts v xs)} @-}
listId [] = []
listId (x:xs) = x : listId xs
\end{code}
That is, LiquidHaskell checks that the set of elements of the output list
is the same as those in the input.
A Less Trivial Identity
-----------------------
Next, let's write a function to `reverse` a list. Of course, we'd like to
verify that `reverse` doesn't leave any elements behind; that is that the
output has the same set of values as the input list. This is somewhat more
interesting because of the *tail recursive* helper `go`. Do you understand
the type that is inferred for it? (Put your mouse over `go` to see the
inferred type.)
\begin{code}
{-@ reverse :: xs:[a] -> {v:[a] | (EqElts v xs)} @-}
reverse = go []
where
go acc [] = acc
go acc (y:ys) = go (y:acc) ys
\end{code}
Appending Lists
---------------
Next, here's good old `append`, but now with a specification that states
that the output indeed includes the elements from both the input lists.
\begin{code}
{-@ append :: xs:[a] -> ys:[a] -> {v:[a]| (UnionElts v xs ys)} @-}
append [] ys = ys
append (x:xs) ys = x : append xs ys
\end{code}
Filtering Lists
---------------
Let's round off the list trilogy, with `filter`. Here, we can verify
that it returns a **subset of** the values of the input list.
\begin{code}
{-@ filter :: (a -> Bool) -> xs:[a] -> {v:[a]| (SubElts v xs)} @-}
filter f [] = []
filter f (x:xs)
| f x = x : filter f xs
| otherwise = filter f xs
\end{code}
Merge Sort
==========
Let's conclude this entry with one larger example: `mergeSort`.
We'd like to verify that, well, the list that is returned
contains the same set of elements as the input list.
And so we will!
But first, let's remind ourselves of how `mergeSort` works:
1. `split` the input list into two halves,
2. `sort` each half, recursively,
3. `merge` the sorted halves to obtain the sorted list.
Split
-----
We can `split` a list into two, roughly equal parts like so:
\begin{code}
split [] = ([], [])
split (x:xs) = (x:zs, ys)
where
(ys, zs) = split xs
\end{code}
LiquidHaskell verifies that the relevant property of split is
\begin{code}
{-@ split :: xs:[a] -> ([a], [a])<{\ys zs -> (UnionElts xs ys zs)}> @-}
\end{code}
The funny syntax with angle brackets simply says that the output of `split`
is a *pair* `(ys, zs)` whose union is the list of elements of the input `xs`.
(Yes, this is indeed a dependent pair; we will revisit these later to
understand whats going on with the odd syntax.)
Merge
-----
Next, we can `merge` two (sorted) lists like so:
\begin{code}
merge xs [] = xs
merge [] ys = ys
merge (x:xs) (y:ys)
| x <= y = x : merge xs (y : ys)
| otherwise = y : merge (x : xs) ys
\end{code}
As you might expect, the elements of the returned list are the union of the
elements of the input, or as LiquidHaskell might say,
\begin{code}
{-@ merge :: (Ord a) => x:[a] -> y:[a] -> {v:[a]| (UnionElts v x y)} @-}
\end{code}
Sort
----
Finally, we put all the pieces together by
\begin{code}
{-@ mergeSort :: (Ord a) => xs:[a] -> {v:[a] | (EqElts v xs)} @-}
mergeSort [] = []
mergeSort [x] = [x]
mergeSort xs = merge (mergeSort ys) (mergeSort zs)
where
(ys, zs) = split xs
\end{code}
The type given to `mergeSort`guarantees that the set of elements in the
output list is indeed the same as in the input list. Of course, it says
nothing about whether the list is *actually sorted*.
Well, Rome wasn't built in a day...
[sbv]: https://github.com/LeventErkok/sbv
[setspec]: https://github.com/ucsd-progsys/liquidhaskell/blob/master/include/Data/Set.spec
[mccarthy]: http://www-formal.stanford.edu/jmc/towards.ps
[z3cal]: http://research.microsoft.com/en-us/um/people/leonardo/fmcad09.pdf
| Literate Haskell | 5 | curiousleo/liquidhaskell | docs/blog/2013-03-26-talking-about-sets.lhs | [
"MIT",
"BSD-3-Clause"
] |
{ lib, buildDunePackage, fetchFromGitHub }:
buildDunePackage rec {
pname = "minisat";
version = "0.4";
useDune2 = true;
minimumOCamlVersion = "4.05";
src = fetchFromGitHub {
owner = "c-cube";
repo = "ocaml-minisat";
rev = "v${version}";
sha256 = "009jncrvnl9synxx6jnm6gp0cs7zlj71z22zz7bs1750b0jrfm2r";
};
meta = {
homepage = "https://c-cube.github.io/ocaml-minisat/";
description = "Simple bindings to Minisat-C";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ mgttlinger ];
};
}
| Nix | 3 | siddhantk232/nixpkgs | pkgs/development/ocaml-modules/minisat/default.nix | [
"MIT"
] |
(source (list_lit) @fold)
| Scheme | 1 | hmac/nvim-treesitter | queries/commonlisp/folds.scm | [
"Apache-2.0"
] |
/* generated by Svelte vX.Y.Z */
import {
SvelteComponent,
add_render_callback,
create_in_transition,
detach,
element,
empty,
init,
insert,
noop,
safe_not_equal,
transition_in
} from "svelte/internal";
function create_if_block(ctx) {
let if_block_anchor;
let if_block = /*y*/ ctx[1] && create_if_block_1(ctx);
return {
c() {
if (if_block) if_block.c();
if_block_anchor = empty();
},
m(target, anchor) {
if (if_block) if_block.m(target, anchor);
insert(target, if_block_anchor, anchor);
},
p(ctx, dirty) {
if (/*y*/ ctx[1]) {
if (if_block) {
if (dirty & /*y*/ 2) {
transition_in(if_block, 1);
}
} else {
if_block = create_if_block_1(ctx);
if_block.c();
transition_in(if_block, 1);
if_block.m(if_block_anchor.parentNode, if_block_anchor);
}
} else if (if_block) {
if_block.d(1);
if_block = null;
}
},
d(detaching) {
if (if_block) if_block.d(detaching);
if (detaching) detach(if_block_anchor);
}
};
}
// (9:1) {#if y}
function create_if_block_1(ctx) {
let div;
let div_intro;
return {
c() {
div = element("div");
div.textContent = "...";
},
m(target, anchor) {
insert(target, div, anchor);
},
i(local) {
if (local) {
if (!div_intro) {
add_render_callback(() => {
div_intro = create_in_transition(div, foo, {});
div_intro.start();
});
}
}
},
o: noop,
d(detaching) {
if (detaching) detach(div);
}
};
}
function create_fragment(ctx) {
let if_block_anchor;
let if_block = /*x*/ ctx[0] && create_if_block(ctx);
return {
c() {
if (if_block) if_block.c();
if_block_anchor = empty();
},
m(target, anchor) {
if (if_block) if_block.m(target, anchor);
insert(target, if_block_anchor, anchor);
},
p(ctx, [dirty]) {
if (/*x*/ ctx[0]) {
if (if_block) {
if_block.p(ctx, dirty);
} else {
if_block = create_if_block(ctx);
if_block.c();
if_block.m(if_block_anchor.parentNode, if_block_anchor);
}
} else if (if_block) {
if_block.d(1);
if_block = null;
}
},
i: noop,
o: noop,
d(detaching) {
if (if_block) if_block.d(detaching);
if (detaching) detach(if_block_anchor);
}
};
}
function foo() {
}
function instance($$self, $$props, $$invalidate) {
let { x } = $$props;
let { y } = $$props;
$$self.$$set = $$props => {
if ('x' in $$props) $$invalidate(0, x = $$props.x);
if ('y' in $$props) $$invalidate(1, y = $$props.y);
};
return [x, y];
}
class Component extends SvelteComponent {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal, { x: 0, y: 1 });
}
}
export default Component; | JavaScript | 4 | vatro/svelte | test/js/samples/transition-local/expected.js | [
"MIT"
] |
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
if ! [[ -n "${LUCENE_MODULE}" ]]; then LUCENE_MODULE=${PN/lucene-/}; fi
JAVA_PKG_IUSE="source test"
JAVA_PKG_BSFIX_ALL="no"
#WANT_SPLIT_ANT="true" ?
inherit java-pkg-2 java-ant-2
HOMEPAGE="http://jakarta.apache.org/lucene"
SRC_URI="mirror://apache/lucene/java/lucene-${PV}-src.tar.gz"
LICENSE="Apache-2.0"
DEPEND=">=virtual/jdk-1.4
dev-java/lucene:${SLOT}
test? ( dev-java/ant-junit dev-java/junit:0 )"
RDEPEND=">=virtual/jdk-1.4
=dev-java/lucene-${SLOT}*"
for dep in ${LUCENE_MODULE_DEPS}; do
DEPEND="${DEPEND} dev-java/lucene-${dep}:${SLOT}"
RDEPEND="${RDEPEND} dev-java/lucene-${dep}:${SLOT}"
done
S="${WORKDIR}/lucene-${PV}"
lucene-contrib_getlucenejar_ () {
if [[ "${SLOT}" = "1" || "${SLOT}" = "1.9" ]]; then
java-pkg_getjar lucene-${SLOT} lucene.jar
else
java-pkg_getjar lucene-${SLOT} lucene-core.jar
fi
}
lucene-contrib_src_unpack() {
unpack ${A}
find "${S}" -name "*.jar" -delete
}
lucene-contrib_src_compile() {
local lucene_jar=$(lucene-contrib_getlucenejar_)
cd contrib/${LUCENE_MODULE}
for dep in ${LUCENE_MODULE_DEPS}; do
local pdep=$(java-pkg_getjars lucene-${dep}-${SLOT} )
gcp="${gcp}:${pdep}"
done
for dep in ${LUCENE_EXTRA_DEPS}; do
local pdep=$(java-pkg_getjars ${dep} )
gcp="${gcp}:${pdep}"
done
eant -Dversion=${PV} \
-Dproject.classpath="${gcp}:${lucene_jar}" \
-Dlucene.jar="${lucene_jar}" \
jar-core
}
lucene-contrib_src_test() {
java-ant_rewrite-classpath common-build.xml
java-ant_rewrite-classpath build.xml
cd contrib && java-ant_rewrite-classpath contrib-build.xml
cd ${LUCENE_MODULE} && java-ant_rewrite-classpath build.xml
local lucene_jar=$(lucene-contrib_getlucenejar_)
local gcp="${lucene_jar}"
gcp="${gcp}:$(java-pkg_getjars junit)"
for dep in ${LUCENE_MODULE_DEPS}; do
local pdep=$(java-pkg_getjars lucene-${dep}-${SLOT} )
gcp="${gcp}:${pdep}"
done
for dep in ${LUCENE_EXTRA_DEPS}; do
local pdep=$(java-pkg_getjars ${dep} )
gcp="${gcp}:${pdep}"
done
ANT_TASKS="ant-junit" eant -Dproject.classpath="${gcp}" \
-Dlucene.jar="${lucene_jar}" test
}
lucene-contrib_src_install() {
java-pkg_newjar build/contrib/${LUCENE_MODULE}/lucene-${LUCENE_MODULE}-${PV}.jar ${PN}.jar
cd contrib/${LUCENE_MODULE}
[[ -n "${DOCS}" ]] && dodoc ${DOCS}
use source && java-pkg_dosrc src/java/*
}
EXPORT_FUNCTIONS src_unpack src_compile src_test src_install
| Gentoo Eclass | 4 | yamadharma/gentoo-portage-local | eclass/lucene-contrib.eclass | [
"CC-BY-4.0"
] |
DROP DATABASE IF EXISTS %DB_NAME%;
CREATE DATABASE %DB_NAME% CHARACTER SET utf8 COLLATE utf8_general_ci;
/* GRANT ALL ON *.* TO mirroroffice@localhost IDENTIFIED BY "mirroroffice"; */
| Clean | 3 | guoguolong/rocket | sql/rocket.dcl | [
"MIT"
] |
// Daniel Shiffman
// http://codingtra.in
// XOR
// https://youtu.be/188B6k_F9jU
// Neural Network Library
// https://github.com/CodingTrain/Toy-Neural-Network-JS
class trainingdata {
float[] inputs;
float[] target;
trainingdata(float i, float j, float goal) {
inputs = new float[2];
inputs[0] = i;
inputs[1] = j;
target = new float[1];
target[0] = goal;
}
trainingdata(float[] data, float[] goal) {
inputs = data;
target = goal;
}
}
| Processing | 4 | aerinkayne/website | CodingChallenges/CC_092_xor/Processing/CC_092_xor/data.pde | [
"MIT"
] |
%% ``Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
%% You may obtain a copy of the License at
%%
%% http://www.apache.org/licenses/LICENSE-2.0
%%
%% Unless required by applicable law or agreed to in writing, software
%% distributed under the License is distributed on an "AS IS" BASIS,
%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%
%% The Initial Developer of the Original Code is Ericsson Utvecklings AB.
%% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
%% AB. All Rights Reserved.''
%%
%% $Id: core_lib.erl,v 1.1 2008/12/17 09:53:42 mikpe Exp $
%%
%% Purpose: Core Erlang abstract syntax functions.
-module(core_lib).
-export([get_anno/1,set_anno/2]).
-export([is_atomic/1,is_literal/1,is_literal_list/1,
is_simple/1,is_simple_list/1,is_simple_top/1]).
-export([literal_value/1,make_literal/1]).
-export([make_values/1]).
-export([map/2, fold/3, mapfold/3]).
-export([is_var_used/2]).
%% -compile([export_all]).
-include("core_parse.hrl").
%% get_anno(Core) -> Anno.
%% set_anno(Core, Anno) -> Core.
%% Generic get/set annotation.
get_anno(C) -> element(2, C).
set_anno(C, A) -> setelement(2, C, A).
%% is_atomic(Expr) -> true | false.
is_atomic(#c_char{}) -> true;
is_atomic(#c_int{}) -> true;
is_atomic(#c_float{}) -> true;
is_atomic(#c_atom{}) -> true;
is_atomic(#c_string{}) -> true;
is_atomic(#c_nil{}) -> true;
is_atomic(#c_fname{}) -> true;
is_atomic(_) -> false.
%% is_literal(Expr) -> true | false.
is_literal(#c_cons{hd=H,tl=T}) ->
case is_literal(H) of
true -> is_literal(T);
false -> false
end;
is_literal(#c_tuple{es=Es}) -> is_literal_list(Es);
is_literal(#c_binary{segments=Es}) -> is_lit_bin(Es);
is_literal(E) -> is_atomic(E).
is_literal_list(Es) -> lists:all(fun is_literal/1, Es).
is_lit_bin(Es) ->
lists:all(fun (#c_bitstr{val=E,size=S}) ->
is_literal(E) and is_literal(S)
end, Es).
%% is_simple(Expr) -> true | false.
is_simple(#c_var{}) -> true;
is_simple(#c_cons{hd=H,tl=T}) ->
case is_simple(H) of
true -> is_simple(T);
false -> false
end;
is_simple(#c_tuple{es=Es}) -> is_simple_list(Es);
is_simple(#c_binary{segments=Es}) -> is_simp_bin(Es);
is_simple(E) -> is_atomic(E).
is_simple_list(Es) -> lists:all(fun is_simple/1, Es).
is_simp_bin(Es) ->
lists:all(fun (#c_bitstr{val=E,size=S}) ->
is_simple(E) and is_simple(S)
end, Es).
%% is_simple_top(Expr) -> true | false.
%% Only check if the top-level is a simple.
is_simple_top(#c_var{}) -> true;
is_simple_top(#c_cons{}) -> true;
is_simple_top(#c_tuple{}) -> true;
is_simple_top(#c_binary{}) -> true;
is_simple_top(E) -> is_atomic(E).
%% literal_value(LitExpr) -> Value.
%% Return the value of LitExpr.
literal_value(#c_char{val=C}) -> C;
literal_value(#c_int{val=I}) -> I;
literal_value(#c_float{val=F}) -> F;
literal_value(#c_atom{val=A}) -> A;
literal_value(#c_string{val=S}) -> S;
literal_value(#c_nil{}) -> [];
literal_value(#c_cons{hd=H,tl=T}) ->
[literal_value(H)|literal_value(T)];
literal_value(#c_tuple{es=Es}) ->
list_to_tuple(literal_value_list(Es)).
literal_value_list(Vals) -> lists:map(fun literal_value/1, Vals).
%% make_literal(Value) -> LitExpr.
%% Make a literal expression from an Erlang value.
make_literal(I) when integer(I) -> #c_int{val=I};
make_literal(F) when float(F) -> #c_float{val=F};
make_literal(A) when atom(A) -> #c_atom{val=A};
make_literal([]) -> #c_nil{};
make_literal([H|T]) ->
#c_cons{hd=make_literal(H),tl=make_literal(T)};
make_literal(T) when tuple(T) ->
#c_tuple{es=make_literal_list(tuple_to_list(T))}.
make_literal_list(Vals) -> lists:map(fun make_literal/1, Vals).
%% make_values([CoreExpr] | CoreExpr) -> #c_values{} | CoreExpr.
%% Make a suitable values structure, expr or values, depending on
%% Expr.
make_values([E]) -> E;
make_values([H|_]=Es) -> #c_values{anno=get_anno(H),es=Es};
make_values([]) -> #c_values{es=[]};
make_values(E) -> E.
%% map(MapFun, CoreExpr) -> CoreExpr.
%% This function traverses the core parse format, at each level
%% applying the submited argument function, assumed to do the real
%% work.
%%
%% The "eager" style, where each component of a construct are
%% descended to before the construct itself, admits that some
%% companion functions (the F:s) may be made simpler, since it may be
%% safely assumed that no lower illegal instanced will be
%% created/uncovered by actions on the current level.
map(F, #c_tuple{es=Es}=R) ->
F(R#c_tuple{es=map_list(F, Es)});
map(F, #c_cons{hd=Hd, tl=Tl}=R) ->
F(R#c_cons{hd=map(F, Hd),
tl=map(F, Tl)});
map(F, #c_values{es=Es}=R) ->
F(R#c_values{es=map_list(F, Es)});
map(F, #c_alias{var=Var, pat=Pat}=R) ->
F(R#c_alias{var=map(F, Var),
pat=map(F, Pat)});
map(F, #c_module{defs=Defs}=R) ->
F(R#c_module{defs=map_list(F, Defs)});
map(F, #c_def{val=Val}=R) ->
F(R#c_def{val=map(F, Val)});
map(F, #c_fun{vars=Vars, body=Body}=R) ->
F(R#c_fun{vars=map_list(F, Vars),
body=map(F, Body)});
map(F, #c_let{vars=Vs, arg=Arg, body=Body}=R) ->
F(R#c_let{vars=map_list(F, Vs),
arg=map(F, Arg),
body=map(F, Body)});
map(F, #c_letrec{defs=Fs,body=Body}=R) ->
F(R#c_letrec{defs=map_list(F, Fs),
body=map(F, Body)});
map(F, #c_seq{arg=Arg, body=Body}=R) ->
F(R#c_seq{arg=map(F, Arg),
body=map(F, Body)});
map(F, #c_case{arg=Arg, clauses=Clauses}=R) ->
F(R#c_case{arg=map(F, Arg),
clauses=map_list(F, Clauses)});
map(F, #c_clause{pats=Ps, guard=Guard, body=Body}=R) ->
F(R#c_clause{pats=map_list(F, Ps),
guard=map(F, Guard),
body=map(F, Body)});
map(F, #c_receive{clauses=Cls, timeout=Tout, action=Act}=R) ->
F(R#c_receive{clauses=map_list(F, Cls),
timeout=map(F, Tout),
action=map(F, Act)});
map(F, #c_apply{op=Op,args=Args}=R) ->
F(R#c_apply{op=map(F, Op),
args=map_list(F, Args)});
map(F, #c_call{module=M,name=N,args=Args}=R) ->
F(R#c_call{module=map(F, M),
name=map(F, N),
args=map_list(F, Args)});
map(F, #c_primop{name=N,args=Args}=R) ->
F(R#c_primop{name=map(F, N),
args=map_list(F, Args)});
map(F, #c_try{arg=Expr,vars=Vars,body=Body,evars=Evars,handler=Handler}=R) ->
F(R#c_try{arg=map(F, Expr),
vars=map(F, Vars),
body=map(F, Body),
evars=map(F, Evars),
handler=map(F, Handler)});
map(F, #c_catch{body=Body}=R) ->
F(R#c_catch{body=map(F, Body)});
map(F, T) -> F(T). %Atomic nodes.
map_list(F, L) -> lists:map(fun (E) -> map(F, E) end, L).
%% fold(FoldFun, Accumulator, CoreExpr) -> Accumulator.
%% This function traverses the core parse format, at each level
%% applying the submited argument function, assumed to do the real
%% work, and keeping the accumulated result in the A (accumulator)
%% argument.
fold(F, Acc, #c_tuple{es=Es}=R) ->
F(R, fold_list(F, Acc, Es));
fold(F, Acc, #c_cons{hd=Hd, tl=Tl}=R) ->
F(R, fold(F, fold(F, Acc, Hd), Tl));
fold(F, Acc, #c_values{es=Es}=R) ->
F(R, fold_list(F, Acc, Es));
fold(F, Acc, #c_alias{pat=P,var=V}=R) ->
F(R, fold(F, fold(F, Acc, P), V));
fold(F, Acc, #c_module{defs=Defs}=R) ->
F(R, fold_list(F, Acc, Defs));
fold(F, Acc, #c_def{val=Val}=R) ->
F(R, fold(F, Acc, Val));
fold(F, Acc, #c_fun{vars=Vars, body=Body}=R) ->
F(R, fold(F, fold_list(F, Acc, Vars), Body));
fold(F, Acc, #c_let{vars=Vs, arg=Arg, body=Body}=R) ->
F(R, fold(F, fold(F, fold_list(F, Acc, Vs), Arg), Body));
fold(F, Acc, #c_letrec{defs=Fs,body=Body}=R) ->
F(R, fold(F, fold_list(F, Acc, Fs), Body));
fold(F, Acc, #c_seq{arg=Arg, body=Body}=R) ->
F(R, fold(F, fold(F, Acc, Arg), Body));
fold(F, Acc, #c_case{arg=Arg, clauses=Clauses}=R) ->
F(R, fold_list(F, fold(F, Acc, Arg), Clauses));
fold(F, Acc, #c_clause{pats=Ps,guard=G,body=B}=R) ->
F(R, fold(F, fold(F, fold_list(F, Acc, Ps), G), B));
fold(F, Acc, #c_receive{clauses=Cl, timeout=Ti, action=Ac}=R) ->
F(R, fold_list(F, fold(F, fold(F, Acc, Ac), Ti), Cl));
fold(F, Acc, #c_apply{op=Op, args=Args}=R) ->
F(R, fold_list(F, fold(F, Acc, Op), Args));
fold(F, Acc, #c_call{module=Mod,name=Name,args=Args}=R) ->
F(R, fold_list(F, fold(F, fold(F, Acc, Mod), Name), Args));
fold(F, Acc, #c_primop{name=Name,args=Args}=R) ->
F(R, fold_list(F, fold(F, Acc, Name), Args));
fold(F, Acc, #c_try{arg=E,vars=Vs,body=Body,evars=Evs,handler=H}=R) ->
NewB = fold(F, fold_list(F, fold(F, Acc, E), Vs), Body),
F(R, fold(F, fold_list(F, NewB, Evs), H));
fold(F, Acc, #c_catch{body=Body}=R) ->
F(R, fold(F, Acc, Body));
fold(F, Acc, T) -> %Atomic nodes
F(T, Acc).
fold_list(F, Acc, L) ->
lists:foldl(fun (E, A) -> fold(F, A, E) end, Acc, L).
%% mapfold(MapfoldFun, Accumulator, CoreExpr) -> {CoreExpr,Accumulator}.
%% This function traverses the core parse format, at each level
%% applying the submited argument function, assumed to do the real
%% work, and keeping the accumulated result in the A (accumulator)
%% argument.
mapfold(F, Acc0, #c_tuple{es=Es0}=R) ->
{Es1,Acc1} = mapfold_list(F, Acc0, Es0),
F(R#c_tuple{es=Es1}, Acc1);
mapfold(F, Acc0, #c_cons{hd=H0,tl=T0}=R) ->
{H1,Acc1} = mapfold(F, Acc0, H0),
{T1,Acc2} = mapfold(F, Acc1, T0),
F(R#c_cons{hd=H1,tl=T1}, Acc2);
mapfold(F, Acc0, #c_values{es=Es0}=R) ->
{Es1,Acc1} = mapfold_list(F, Acc0, Es0),
F(R#c_values{es=Es1}, Acc1);
mapfold(F, Acc0, #c_alias{pat=P0,var=V0}=R) ->
{P1,Acc1} = mapfold(F, Acc0, P0),
{V1,Acc2} = mapfold(F, Acc1, V0),
F(R#c_alias{pat=P1,var=V1}, Acc2);
mapfold(F, Acc0, #c_module{defs=D0}=R) ->
{D1,Acc1} = mapfold_list(F, Acc0, D0),
F(R#c_module{defs=D1}, Acc1);
mapfold(F, Acc0, #c_def{val=V0}=R) ->
{V1,Acc1} = mapfold(F, Acc0, V0),
F(R#c_def{val=V1}, Acc1);
mapfold(F, Acc0, #c_fun{vars=Vs0, body=B0}=R) ->
{Vs1,Acc1} = mapfold_list(F, Acc0, Vs0),
{B1,Acc2} = mapfold(F, Acc1, B0),
F(R#c_fun{vars=Vs1,body=B1}, Acc2);
mapfold(F, Acc0, #c_let{vars=Vs0, arg=A0, body=B0}=R) ->
{Vs1,Acc1} = mapfold_list(F, Acc0, Vs0),
{A1,Acc2} = mapfold(F, Acc1, A0),
{B1,Acc3} = mapfold(F, Acc2, B0),
F(R#c_let{vars=Vs1,arg=A1,body=B1}, Acc3);
mapfold(F, Acc0, #c_letrec{defs=Fs0,body=B0}=R) ->
{Fs1,Acc1} = mapfold_list(F, Acc0, Fs0),
{B1,Acc2} = mapfold(F, Acc1, B0),
F(R#c_letrec{defs=Fs1,body=B1}, Acc2);
mapfold(F, Acc0, #c_seq{arg=A0, body=B0}=R) ->
{A1,Acc1} = mapfold(F, Acc0, A0),
{B1,Acc2} = mapfold(F, Acc1, B0),
F(R#c_seq{arg=A1,body=B1}, Acc2);
mapfold(F, Acc0, #c_case{arg=A0,clauses=Cs0}=R) ->
{A1,Acc1} = mapfold(F, Acc0, A0),
{Cs1,Acc2} = mapfold_list(F, Acc1, Cs0),
F(R#c_case{arg=A1,clauses=Cs1}, Acc2);
mapfold(F, Acc0, #c_clause{pats=Ps0,guard=G0,body=B0}=R) ->
{Ps1,Acc1} = mapfold_list(F, Acc0, Ps0),
{G1,Acc2} = mapfold(F, Acc1, G0),
{B1,Acc3} = mapfold(F, Acc2, B0),
F(R#c_clause{pats=Ps1,guard=G1,body=B1}, Acc3);
mapfold(F, Acc0, #c_receive{clauses=Cs0,timeout=T0,action=A0}=R) ->
{T1,Acc1} = mapfold(F, Acc0, T0),
{Cs1,Acc2} = mapfold_list(F, Acc1, Cs0),
{A1,Acc3} = mapfold(F, Acc2, A0),
F(R#c_receive{clauses=Cs1,timeout=T1,action=A1}, Acc3);
mapfold(F, Acc0, #c_apply{op=Op0, args=As0}=R) ->
{Op1,Acc1} = mapfold(F, Acc0, Op0),
{As1,Acc2} = mapfold_list(F, Acc1, As0),
F(R#c_apply{op=Op1,args=As1}, Acc2);
mapfold(F, Acc0, #c_call{module=M0,name=N0,args=As0}=R) ->
{M1,Acc1} = mapfold(F, Acc0, M0),
{N1,Acc2} = mapfold(F, Acc1, N0),
{As1,Acc3} = mapfold_list(F, Acc2, As0),
F(R#c_call{module=M1,name=N1,args=As1}, Acc3);
mapfold(F, Acc0, #c_primop{name=N0, args=As0}=R) ->
{N1,Acc1} = mapfold(F, Acc0, N0),
{As1,Acc2} = mapfold_list(F, Acc1, As0),
F(R#c_primop{name=N1,args=As1}, Acc2);
mapfold(F, Acc0, #c_try{arg=E0,vars=Vs0,body=B0,evars=Evs0,handler=H0}=R) ->
{E1,Acc1} = mapfold(F, Acc0, E0),
{Vs1,Acc2} = mapfold_list(F, Acc1, Vs0),
{B1,Acc3} = mapfold(F, Acc2, B0),
{Evs1,Acc4} = mapfold_list(F, Acc3, Evs0),
{H1,Acc5} = mapfold(F, Acc4, H0),
F(R#c_try{arg=E1,vars=Vs1,body=B1,evars=Evs1,handler=H1}, Acc5);
mapfold(F, Acc0, #c_catch{body=B0}=R) ->
{B1,Acc1} = mapfold(F, Acc0, B0),
F(R#c_catch{body=B1}, Acc1);
mapfold(F, Acc, T) -> %Atomic nodes
F(T, Acc).
mapfold_list(F, Acc, L) ->
lists:mapfoldl(fun (E, A) -> mapfold(F, A, E) end, Acc, L).
%% is_var_used(VarName, Expr) -> true | false.
%% Test if the variable VarName is used in Expr.
is_var_used(V, B) -> vu_body(V, B).
vu_body(V, #c_values{es=Es}) ->
vu_expr_list(V, Es);
vu_body(V, Body) ->
vu_expr(V, Body).
vu_expr(V, #c_var{name=V2}) -> V =:= V2;
vu_expr(V, #c_cons{hd=H,tl=T}) ->
case vu_expr(V, H) of
true -> true;
false -> vu_expr(V, T)
end;
vu_expr(V, #c_tuple{es=Es}) ->
vu_expr_list(V, Es);
vu_expr(V, #c_binary{segments=Ss}) ->
vu_seg_list(V, Ss);
vu_expr(V, #c_fun{vars=Vs,body=B}) ->
%% Variables in fun shadow previous variables
case vu_var_list(V, Vs) of
true -> false;
false -> vu_body(V, B)
end;
vu_expr(V, #c_let{vars=Vs,arg=Arg,body=B}) ->
case vu_body(V, Arg) of
true -> true;
false ->
%% Variables in let shadow previous variables.
case vu_var_list(V, Vs) of
true -> false;
false -> vu_body(V, B)
end
end;
vu_expr(V, #c_letrec{defs=Fs,body=B}) ->
case lists:any(fun (#c_def{val=Fb}) -> vu_body(V, Fb) end, Fs) of
true -> true;
false -> vu_body(V, B)
end;
vu_expr(V, #c_seq{arg=Arg,body=B}) ->
case vu_expr(V, Arg) of
true -> true;
false -> vu_body(V, B)
end;
vu_expr(V, #c_case{arg=Arg,clauses=Cs}) ->
case vu_expr(V, Arg) of
true -> true;
false -> vu_clauses(V, Cs)
end;
vu_expr(V, #c_receive{clauses=Cs,timeout=T,action=A}) ->
case vu_clauses(V, Cs) of
true -> true;
false ->
case vu_expr(V, T) of
true -> true;
false -> vu_body(V, A)
end
end;
vu_expr(V, #c_apply{op=Op,args=As}) ->
vu_expr_list(V, [Op|As]);
vu_expr(V, #c_call{module=M,name=N,args=As}) ->
vu_expr_list(V, [M,N|As]);
vu_expr(V, #c_primop{args=As}) -> %Name is an atom
vu_expr_list(V, As);
vu_expr(V, #c_catch{body=B}) ->
vu_body(V, B);
vu_expr(V, #c_try{arg=E,vars=Vs,body=B,evars=Evs,handler=H}) ->
case vu_body(V, E) of
true -> true;
false ->
%% Variables shadow previous ones.
case case vu_var_list(V, Vs) of
true -> false;
false -> vu_body(V, B)
end of
true -> true;
false ->
case vu_var_list(V, Evs) of
true -> false;
false -> vu_body(V, H)
end
end
end;
vu_expr(_, _) -> false. %Everything else
vu_expr_list(V, Es) ->
lists:any(fun(E) -> vu_expr(V, E) end, Es).
vu_seg_list(V, Ss) ->
lists:any(fun (#c_bitstr{val=Val,size=Size}) ->
case vu_expr(V, Val) of
true -> true;
false -> vu_expr(V, Size)
end
end, Ss).
%% vu_clause(VarName, Clause) -> true | false.
%% vu_clauses(VarName, [Clause]) -> true | false.
%% Have to get the pattern results right.
vu_clause(V, #c_clause{pats=Ps,guard=G,body=B}) ->
case vu_pattern_list(V, Ps) of
{true,_Shad} -> true; %It is used
{false,true} -> false; %Shadowed
{false,false} -> %Not affected
case vu_expr(V, G) of
true -> true;
false ->vu_body(V, B)
end
end.
vu_clauses(V, Cs) ->
lists:any(fun(C) -> vu_clause(V, C) end, Cs).
%% vu_pattern(VarName, Pattern) -> {Used,Shadow}.
%% vu_pattern_list(VarName, [Pattern]) -> {Used,Shadow}.
%% Binaries complicate patterns as a variable can both be properly
%% used, in a bit segment size, and shadow. They can also do both.
%%vu_pattern(V, Pat) -> vu_pattern(V, Pat, {false,false}).
vu_pattern(V, #c_var{name=V2}, St) ->
setelement(2, St, V =:= V2);
vu_pattern(V, #c_cons{hd=H,tl=T}, St0) ->
case vu_pattern(V, H, St0) of
{true,true}=St1 -> St1; %Nothing more to know
St1 -> vu_pattern(V, T, St1)
end;
vu_pattern(V, #c_tuple{es=Es}, St) ->
vu_pattern_list(V, Es, St);
vu_pattern(V, #c_binary{segments=Ss}, St) ->
vu_pat_seg_list(V, Ss, St);
vu_pattern(V, #c_alias{var=Var,pat=P}, St0) ->
case vu_pattern(V, Var, St0) of
{true,true}=St1 -> St1;
St1 -> vu_pattern(V, P, St1)
end;
vu_pattern(_, _, St) -> St.
vu_pattern_list(V, Ps) -> vu_pattern_list(V, Ps, {false,false}).
vu_pattern_list(V, Ps, St0) ->
lists:foldl(fun(P, St) -> vu_pattern(V, P, St) end, St0, Ps).
vu_pat_seg_list(V, Ss, St) ->
lists:foldl(fun (#c_bitstr{val=Val,size=Size}, St0) ->
case vu_pattern(V, Val, St0) of
{true,true}=St1 -> St1;
{_Used,Shad} -> {vu_expr(V, Size),Shad}
end
end, St, Ss).
%% vu_var_list(VarName, [Var]) -> true | false.
vu_var_list(V, Vs) ->
lists:any(fun (#c_var{name=V2}) -> V =:= V2 end, Vs).
| Erlang | 5 | jjhoo/otp | lib/dialyzer/test/options1_SUITE_data/src/compiler/core_lib.erl | [
"Apache-2.0"
] |
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit vim-plugin git-r3
DESCRIPTION="vim plugin: racer support"
HOMEPAGE="https://github.com/racer-rust/vim-racer"
LICENSE="MIT"
KEYWORDS=""
IUSE=""
EGIT_REPO_URI="https://github.com/racer-rust/vim-racer"
RDEPEND="dev-util/racer"
src_prepare() {
sed -i 's|\(g:racer_cmd = \).*|\1"/usr/bin/racer"|' plugin/racer.vim
}
pkg_postinst() {
vim-plugin_pkg_postinst
elog "For vim you can use 'let \$RUST_SRC_PATH=\"<path-to>/rust/src/\"'"
elog "if you don't want to use environment variable"
elog "You also can use \"set hidden\" or else your buffer will be"
elog "unloaded on every goto-definition"
}
| Gentoo Ebuild | 4 | gentoo/gentoo-rust | app-vim/vim-racer/vim-racer-9999.ebuild | [
"BSD-3-Clause"
] |
# git branch
> Comando Git principal para trabajar con ramas.
> Más información: <https://git-scm.com/docs/git-branch>.
- Muestra las ramas locales. La rama actual está resaltada por `*`:
`git branch`
- Muestra todas las ramas (locales y remotas):
`git branch -a`
- Muestra el nombre de la rama actual:
`git branch --show-current`
- Crea una nueva rama basada en el commit actual:
`git branch {{nombre_de_la_rama}}`
- Crea una nueva rama basada en un commit específico:
`git branch {{nombre_de_rama}} {{hash_del_commit}}`
- Renombra una rama (no debe haber sido fusionada para hacer esto):
`git branch -m {{antiguo_nombre_de_la_rama}} {{nuevo_nombre_de_la_rama}}`
- Borra una rama local (no debe haber sido fusionada para hacer esto):
`git branch -d {{nombre_de_la_rama}}`
- Borra una rama remota:
`git push {{nombre_remoto}} --delete {{nombre_de_la_rama_remota}}`
| Markdown | 4 | derNiklaas/tldr | pages.es/common/git-branch.md | [
"CC-BY-4.0"
] |
# This file is a part of Julia. License is MIT: https://julialang.org/license
## dummy stub for https://github.com/JuliaBinaryWrappers/Zlib_jll.jl
baremodule Zlib_jll
using Base, Libdl
Base.Experimental.@compiler_options compile=min optimize=0 infer=false
const PATH_list = String[]
const LIBPATH_list = String[]
export libz
# These get calculated in __init__()
const PATH = Ref("")
const LIBPATH = Ref("")
artifact_dir = ""
libz_handle = C_NULL
libz_path = ""
if Sys.iswindows()
const libz = "libz.dll"
elseif Sys.isapple()
const libz = "@rpath/libz.1.dylib"
else
const libz = "libz.so.1"
end
function __init__()
global libz_handle = dlopen(libz)
global libz_path = dlpath(libz_handle)
global artifact_dir = dirname(Sys.BINDIR)
LIBPATH[] = dirname(libz_path)
push!(LIBPATH_list, LIBPATH[])
end
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because
# there isn't one. It instead returns the overall Julia prefix.
is_available() = true
find_artifact_dir() = artifact_dir
dev_jll() = error("stdlib JLLs cannot be dev'ed")
best_wrapper = nothing
get_libz_path() = libz_path
end # module Zlib_jll
| Julia | 4 | jonas-schulze/julia | stdlib/Zlib_jll/src/Zlib_jll.jl | [
"MIT"
] |
stocks
load aapl
ta
view
recom
ema
sma
wma
hma
zlma
vwap
cci
macd
rsi
stoch
fisher
cg
adx
aroon
bbands
donchian
kc
ad
adosc
obv
fib
exit | Gosu | 1 | minhhoang1023/GamestonkTerminal | scripts/test_stocks_ta.gst | [
"MIT"
] |
=head1 INFORMATION
This example shows the usage of C<Stream::read_bytes>.
=head1 FUNCTIONS
=over 4
=item _main
=cut
.sub _main :main
.local pmc stream
load_bytecode "library/Stream/Sub.pir"
load_bytecode "library/Stream/Replay.pir"
find_type $I0, "Stream::Sub"
new $P0, $I0
# set the stream's source sub
.const .Sub temp = "_hello"
assign $P0, $P1
find_type $I0,"Stream::Replay"
stream = new $I0
assign stream, $P0
$S0 = stream."read_bytes"( 3 )
print "'hel': ["
print $S0
print "]\n"
stream = clone stream
$P0 = clone stream
$S0 = stream."read_bytes"( 4 )
print "'lowo': ["
print $S0
print "] = "
$S0 = $P0."read_bytes"( 4 )
print "["
print $S0
print "]\n"
$S0 = stream."read"()
print "'rld!': ["
print $S0
print "]\n"
$S0 = stream."read_bytes"( 100 )
print "'parrotis cool': ["
print $S0
print "]\n"
end
.end
=item _hello
This sub is used as the source for the stream.
It just writes some text to the stream.
=cut
.sub _hello :method
self."write"( "hello" )
self."write"( "world!" )
self."write"( "parrot" )
self."write"( "is cool" )
.end
=back
=head1 AUTHOR
Jens Rieks E<lt>parrot at jensbeimsurfen dot deE<gt> is the author
and maintainer.
Please send patches and suggestions to the Perl 6 Internals mailing list.
=head1 COPYRIGHT
Copyright (C) 2004, The Perl Foundation.
=cut
| Parrot Internal Representation | 5 | dolmen/p5-ack2 | t/swamp/parrot.pir | [
"Artistic-2.0"
] |
%
% simplify a boolean expression of the form A*B+C*D...
%
:- module(simplify_boolean,
[simplify_exp/2]).
%simplify_exp(V,V) :- writeln(V), fail, !.
simplify_exp(V,V) :- var(V), !.
simplify_exp(S1+S2,NS) :- !,
simplify_exp(S1, SS1),
simplify_exp(S2, SS2),
simplify_sum(SS1, SS2, NS).
simplify_exp(S1*S2,NS) :- !,
simplify_exp(S1, SS1),
simplify_exp(S2, SS2),
simplify_prod(SS1, SS2, NS).
simplify_exp(not(S),NS) :- !,
simplify_exp(S, SS),
simplify_not(SS, NS).
simplify_exp(S,S).
simplify_sum(V1, V2, O) :-
( var(V1) ->
( var(V2) ->
( V1 == V2 -> O = V1 ; O = V1+V2 ) ; /* var(V1) , var(V2) */
( V2 == 0 -> O = V1 ; V2 == 1 -> O = 1 ; O = V1+V2 ) /* var(V1) , nonvar(V2) */
) ;
( var(V2) ->
( V1 == 0 -> O = V2 ; V1 == 1 -> O = 1 ; O = V1+V2 ) ; /* nonvar(V1) , var(V2) */
( V2 == 0 -> O = V1 ; V2 == 1 -> O = 1 ; V1 == 0 -> O = V2 ; V1 == 1 -> O = 1; O = V1+V2 ) /* nonvar(V1) , nonvar(V2) */
)
).
simplify_prod(V1, V2, O) :-
( var(V1) ->
( var(V2) ->
( V1 == V2 -> O = V1 ; O = V1*V2 ) ; /* var(V1) , var(V2) */
( V2 == 0 -> O = 0 ; V2 == 1 -> O = V1 ; O = V1*V2 ) /* var(V1) , nonvar(V2) */
) ;
( var(V2) ->
( V1 == 0 -> O = 0 ; V1 == 1 -> O = V2 ; O = V1*V2 ) ; /* nonvar(V1) , var(V2) */
( V2 == 0 -> O = 0 ; V2 == 1 -> O = V1 ; V1 == 0 -> O = 0 ; V1 == 1 -> O = V2; V1 == V2 -> O = V1 ; O = V1*V2 ) /* nonvar(V1) , nonvar(V2) */
)
).
simplify_not(V, not(V)) :- var(V), !.
simplify_not(0, 1) :- !.
simplify_not(1, 0) :- !.
simplify_not(SS, not(SS)).
| Prolog | 4 | ryandesign/yap | packages/bdd/simpbool.yap | [
"Artistic-1.0-Perl",
"ClArtistic"
] |
#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# This script follows the base format for testing pull requests against
# another branch and returning results to be published. More details can be
# found at dev/run-tests-jenkins.
#
# Arg1: The GitHub Pull Request Actual Commit
# known as `ghprbActualCommit` in `run-tests-jenkins`
# Arg2: The SHA1 hash
# known as `sha1` in `run-tests-jenkins`
#
ghprbActualCommit="$1"
sha1="$2"
# check PR merge-ability
if [ "${sha1}" == "${ghprbActualCommit}" ]; then
echo " * This patch **does not merge cleanly**."
else
echo " * This patch merges cleanly."
fi
| Shell | 3 | kesavanvt/spark | dev/tests/pr_merge_ability.sh | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] |
/*
* Copyright 2014 The Sculptor Project Team, including the original
* author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.sculptor.generator.cartridge.mongodb
import com.google.inject.Inject
import org.sculptor.generator.chain.ChainOverride
import org.sculptor.generator.ext.Properties
import org.sculptor.generator.template.service.ServiceTmpl
import sculptormetamodel.Service
@ChainOverride
class ServiceTmplExtension extends ServiceTmpl {
@Inject var MongoDbServiceTestTmpl mongoDbServiceTestTmpl
@Inject extension MongoDbProperties mongoDbProperties
@Inject extension Properties properties
override String service(Service it) {
if (isTestToBeGenerated && mongoDb) {
mongoDbServiceTestTmpl.serviceJUnitSubclassMongoDb(it);
}
next.service(it)
}
}
| Xtend | 4 | sculptor/sculptor | sculptor-cartridges/sculptor-cartridge-mongodb/src/main/java/org/sculptor/generator/cartridge/mongodb/ServiceTmplExtension.xtend | [
"Apache-2.0"
] |
"asJson print exSlice(1, -1) println"asJson print exSlice(1, -1) println
| Io | 0 | MakeNowJust/quine | quine.io | [
"Beerware"
] |
// compile-flags: -C no-prepopulate-passes
// ignore-wasm32-bare compiled with panic=abort by default
#![crate_type = "lib"]
#![feature(c_unwind)]
extern "C" {
// CHECK: Function Attrs:{{.*}}nounwind
// CHECK-NEXT: declare{{.*}}void @extern_fn
fn extern_fn();
}
extern "C-unwind" {
// CHECK-NOT: nounwind
// CHECK: declare{{.*}}void @c_unwind_extern_fn
fn c_unwind_extern_fn();
}
pub unsafe fn force_declare() {
extern_fn();
c_unwind_extern_fn();
}
| Rust | 4 | mbc-git/rust | src/test/codegen/unwind-extern-imports.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
package io.swagger.model;
import groovy.transform.Canonical
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@Canonical
class Amount {
/* some description */
Double value = null
String currency = null
}
| Groovy | 4 | Nirostar/swagger-codegen | samples/client/petstore/groovy/src/main/groovy/io/swagger/model/Amount.groovy | [
"Apache-2.0"
] |
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
Describe "Write-Host with default Console Host" -Tags "Slow","Feature" {
BeforeAll {
$powershell = Join-Path -Path $PSHOME -ChildPath "pwsh"
$testData = @(
@{ Name = '-Separator'; Command = "Write-Host a,b,c -Separator '+'"; returnCount = 1; returnValue = @("a+b+c") }
@{ Name = '-NoNewline=true'; Command = "Write-Host a,b -NoNewline:`$true;Write-Host a,b"; returnCount = 1; returnValue = @("a ba b") }
@{ Name = '-NoNewline=false'; Command = "Write-Host a1,b1;Write-Host a2,b2"; returnCount = 2; returnValue = @("a1 b1","a2 b2") }
)
}
It "write-Host works with '<Name>' switch" -TestCases:$testData -Pending:$IsMacOS {
param($Command, $returnCount, $returnValue)
[array]$result = & $powershell -noprofile -c $Command
$result.Count | Should -Be $returnCount
foreach ($i in 0..($returnCount - 1))
{
$result[$i] | Should -Be $returnValue[$i]
}
}
}
Describe "Write-Host with wrong colors" -Tags "CI" {
BeforeAll {
$testWrongColor = @(
@{ ForegroundColor = -1; BackgroundColor = 'Red' }
@{ ForegroundColor = 16; BackgroundColor = 'Red' }
@{ ForegroundColor = 'Red'; BackgroundColor = -1 }
@{ ForegroundColor = 'Red'; BackgroundColor = 16 }
)
}
It 'Should throw if color is invalid: ForegroundColor = <ForegroundColor>; BackgroundColor = <BackgroundColor>' -TestCases:$testWrongColor {
param($ForegroundColor, $BackgroundColor)
{ Write-Host "No output from Write-Host" -ForegroundColor $ForegroundColor -BackgroundColor $BackgroundColor } | Should -Throw -ErrorId 'CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.WriteHostCommand'
}
}
Describe "Write-Host with TestHostCS" -Tags "CI" {
BeforeAll {
$th = New-TestHost
$rs = [runspacefactory]::Createrunspace($th)
$rs.open()
$ps = [powershell]::Create()
$ps.Runspace = $rs
$testHostCSData = @(
@{ Name = 'defaults'; Command = "Write-Host a,b,c"; returnCount = 1; returnValue = @("White:Black:a b c:NewLine"); returnInfo = @("a b c") }
@{ Name = '-Object'; Command = "Write-Host -Object a,b,c"; returnCount = 1; returnValue = @("White:Black:a b c:NewLine"); returnInfo = @("a b c") }
@{ Name = '-Message'; Command = "Write-Host -Message a,b,c"; returnCount = 1; returnValue = @("White:Black:a b c:NewLine"); returnInfo = @("a b c") }
@{ Name = '-Msg'; Command = "Write-Host -Msg a,b,c"; returnCount = 1; returnValue = @("White:Black:a b c:NewLine"); returnInfo = @("a b c") }
@{ Name = '-Separator'; Command = "Write-Host a,b,c -Separator '+'"; returnCount = 1; returnValue = @("White:Black:a+b+c:NewLine"); returnInfo = @("a+b+c") }
@{ Name = '-Separator, colors and -NoNewLine'; Command = "Write-Host a,b,c -Separator ',' -ForegroundColor Yellow -BackgroundColor DarkBlue -NoNewline"; returnCount = 1; returnValue = @("Yellow:DarkBlue:a,b,c:NoNewLine"); returnInfo = @("a,b,c") }
@{ Name = '-NoNewline:$true and colors'; Command = "Write-Host a,b -NoNewline:`$true -ForegroundColor Red -BackgroundColor Green;Write-Host a,b"; returnCount = 2; returnValue = @("Red:Green:a b:NoNewLine", "White:Black:a b:NewLine"); returnInfo = @("a b", "a b") }
@{ Name = '-NoNewline:$false and colors'; Command = "Write-Host a,b -NoNewline:`$false -ForegroundColor Red -BackgroundColor Green;Write-Host a,b"; returnCount = 2; returnValue = @("Red:Green:a b:NewLine","White:Black:a b:NewLine"); returnInfo = @("a b", "a b") }
)
}
AfterAll {
$rs.Close()
$rs.Dispose()
$ps.Dispose()
}
AfterEach {
$ps.Commands.Clear()
$th.ui.Streams.Clear()
}
It "Write-Host works with <Name>" -TestCases:$testHostCSData {
param($Command, $returnCount, $returnValue, $returnInfo)
$ps.AddScript($Command).Invoke()
$result = $th.ui.Streams.ConsoleOutput
$result.Count | Should -Be $returnCount
(Compare-Object $result $returnValue -SyncWindow 0).length | Should -Be 0
$result = $th.ui.Streams.Information
$result.Count | Should -Be $returnCount
(Compare-Object $result $returnInfo -SyncWindow 0).length | Should -Be 0
}
}
| PowerShell | 5 | rdtechie/PowerShell | test/powershell/Modules/Microsoft.PowerShell.Utility/Write-Host.Tests.ps1 | [
"MIT"
] |
/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <[email protected]>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*
* Implementation of this file has been influenced by AtlasPHP
*
* @link https://github.com/atlasphp/Atlas.Pdo
* @license https://github.com/atlasphp/Atlas.Pdo/blob/1.x/LICENSE.md
*/
namespace Phalcon\DataMapper\Pdo;
use Phalcon\DataMapper\Pdo\Connection\ConnectionInterface;
use Phalcon\DataMapper\Pdo\Exception\ConnectionNotFound;
/**
* Manages Connection instances for default, read, and write connections.
*
* @property callable $master
* @property array $read
* @property array $write
*/
class ConnectionLocator implements ConnectionLocatorInterface
{
/**
* A default Connection connection factory/instance.
*
* @var ConnectionInterface
*/
protected master;
/**
* A registry of Connection "read" factories/instances.
*
* @var array
*/
protected read = [];
/**
* A registry of Connection "write" factories/instances.
*
* @var array
*/
protected write = [];
/**
* A collection of resolved instances
*
* @var array
*/
private instances = [];
/**
* Constructor.
*
* @param ConnectionInterface $master
* @param array $read
* @param array $write
*/
public function __construct(
<ConnectionInterface> master,
array read = [],
array write = []
) {
var name, callableObject;
this->setMaster(master);
for name, callableObject in read {
this->setRead(name, callableObject);
}
for name, callableObject in write {
this->setWrite(name, callableObject);
}
}
/**
* Returns the default connection object.
*
* @return ConnectionInterface
*/
public function getMaster() -> <ConnectionInterface>
{
return this->master;
}
/**
* Returns a read connection by name; if no name is given, picks a
* random connection; if no read connections are present, returns the
* default connection.
*
* @param string $name
*
* @return ConnectionInterface
* @throws ConnectionNotFound
*/
public function getRead(string name = "") -> <ConnectionInterface>
{
return this->getConnection("read", name);
}
/**
* Returns a write connection by name; if no name is given, picks a
* random connection; if no write connections are present, returns the
* default connection.
*
* @param string $name
*
* @return ConnectionInterface
* @throws ConnectionNotFound
*/
public function getWrite(string name = "") -> <ConnectionInterface>
{
return this->getConnection("write", name);
}
/**
* Sets the default connection factory.
*
* @param ConnectionInterface $callable
*
* @return ConnectionLocatorInterface
*/
public function setMaster(<ConnectionInterface> callableObject) -> <ConnectionLocatorInterface>
{
let this->master = callableObject;
return this;
}
/**
* Sets a read connection factory by name.
*
* @param string $name
* @param callable $callable
*
* @return ConnectionLocatorInterface
*/
public function setRead(
string name,
callable callableObject
) -> <ConnectionLocatorInterface> {
let this->read[name] = callableObject;
return this;
}
/**
* Sets a write connection factory by name.
*
* @param string $name
* @param callable $callable
*
* @return ConnectionLocatorInterface
*/
public function setWrite(
string name,
callable callableObject
) -> <ConnectionLocatorInterface> {
let this->write[name] = callableObject;
return this;
}
/**
* Returns a connection by name.
*
* @param string $type
* @param string $name
*
* @return ConnectionInterface
* @throws ConnectionNotFound
*/
protected function getConnection(
string type,
string name = ""
) -> <ConnectionInterface> {
var collection, instanceName, instances, requested;
let collection = this->{type},
requested = name,
instances = this->instances;
/**
* No collection returns the master
*/
if empty collection {
return this->getMaster();
}
/**
* If the requested name is empty, get a random connection
*/
if "" === requested {
let requested = array_rand(collection);
}
/**
* If the connection name does not exist, send an exception back
*/
if !isset collection[requested] {
throw new ConnectionNotFound(
"Connection not found: " . type . ":" . requested
);
}
/**
* Check if the connection has been resolved already, if yes return
* it, otherwise resolve it. The keys in the `resolved` array are
* formatted as "type-name"
*/
let instanceName = type . "-" . requested;
if !isset instances[instanceName] {
let instances[instanceName] = call_user_func(collection[requested]),
this->instances = instances;
}
return instances[instanceName];
}
}
| Zephir | 5 | tidytrax/cphalcon | phalcon/DataMapper/Pdo/ConnectionLocator.zep | [
"BSD-3-Clause"
] |
"seq" "60 62 64 67" gen_vals
4 metro 1 "seq" tseq
mtof 0.01 port 0.1 saw
1000 0.1 moogladder
| SourcePawn | 1 | aleatoricforest/Sporth | examples/port.sp | [
"MIT"
] |
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this WebIDL file is
* https://www.w3.org/TR/payment-request/#paymentrequest-interface
*/
enum BasicCardType {
"credit",
"debit",
"prepaid"
};
dictionary BasicCardRequest {
sequence<DOMString> supportedNetworks;
sequence<BasicCardType> supportedTypes;
};
dictionary BasicCardResponse {
DOMString cardholderName;
required DOMString cardNumber;
DOMString expiryMonth;
DOMString expiryYear;
DOMString cardSecurityCode;
PaymentAddress? billingAddress;
};
| WebIDL | 4 | tlively/wasm-bindgen | crates/web-sys/webidls/enabled/BasicCardPayment.webidl | [
"Apache-2.0",
"MIT"
] |
{% if grains['os'] == 'Windows' %}
{% set result = 'c:\salt\conf' | list_files() %}
{% else %}
{% set result = '/bin' | list_files() %}
{% endif %}
{% include 'jinja_filters/common.sls' %}
| SaltStack | 3 | byteskeptical/salt | tests/integration/files/file/base/jinja_filters/files_list_files.sls | [
"Apache-2.0"
] |
{{#datatypeWithEnum}}{{operationId}}{{^isContainer}}{{.}}{{/isContainer}}{{#isContainer}}{{{items.datatypeWithEnum}}}{{/isContainer}}{{/datatypeWithEnum}}{{^datatypeWithEnum}}{{classname}}{{/datatypeWithEnum}} | HTML+Django | 1 | MalcolmScoffable/openapi-generator | modules/openapi-generator/src/main/resources/csharp-nancyfx/innerApiEnumName.mustache | [
"Apache-2.0"
] |
#world {
raster-colorizer-stops:
stop(0,#000)
stop(1000, #00f)
stop(2000, #0ff)
stop(3000, #ff0)
stop(4000, #f00);
}
| CartoCSS | 3 | nimix/carto | test/rendering/raster_colorizer_comma.mss | [
"Apache-2.0"
] |
module ciena-waveserver-system {
namespace "urn:ciena:params:xml:ns:yang:ciena-ws:ciena-waveserver-system";
prefix system;
import ciena-waveserver-typedefs {
prefix cienawstypes;
}
organization
"Ciena Corporation";
contact
"Web URL: http://www.ciena.com/
Postal: 7035 Ridge Road
Hanover, Maryland 21076
U.S.A.
Phone: +1 800-921-1144
Fax: +1 410-694-5750";
description
"This YANG module defines Ciena's Waveserver System representation.";
revision 2018-01-04 {
description
"Changed site 'latitude' and 'longitude' precision from 5 to 6 digits.
Updated 'server-config' attribute permissions.
Added 'domain-name' container support.
Added 'server-config/ssh' container support.
Added 'client-config' container support with 'dhcp' and 'ntp' sub-containers.
Added 'shell' container for Waveserver CLI shell/session configuration attributes.
Added 'secret' read-only attribute to the environment/root container.
Remove 'include-datapath' and 'include-optics' attributes from 'state-dump' command.";
reference "Waveserver Ai user's guide.";
}
revision 2017-06-30 {
description
"Waveserver Platform Data Model
Migrated from Waveserver Classic R1.4 YANG model.
Updated namespace to 'ciena-waveserver'.
Added scp server support (from WS 1.5).
Remove bandplan, front-display, fcs-error-forwarding, low-power-mode as not supported on WS Ai R1.0.
Updated xftp-config/tftp 'dhcp-host-name' and 'current-host-name' to be config false.
Added 'default-settings' container with leafs to configure 'conditioning-type' and 'conditioning-holdoff' system defaults.
Added 'grpc-server-state' and 'scp-server-state' to server-config container.
Combined several boolean leafs in 'server-settings-group' into a single enum.";
reference "Waveserver Ai user's guide.";
}
typedef line-protection-enum {
type enumeration {
enum "unprotected" {
value 0;
description
"Line protection is disabled.";
}
enum "trunk-ops" {
value 1;
description
"Line protection is enabled.";
}
}
description
"Enum for line protection options.";
}
grouping server-settings-group {
description
"Grouping for common server settings attributes used in various RPCs.";
leaf server-to-use {
type enumeration {
enum "none" {
description
"Don't specify a remote server for the file transfer.";
}
enum "default-server" {
description
"Use the default server for the file transfer.";
}
enum "default-tftp-server" {
description
"Use the default TFTP server for the file transfer.";
}
enum "default-ftp-server" {
description
"Use the default FTP server for the file transfer.";
}
enum "default-sftp-server" {
description
"Use the default SFTP server for the file transfer.";
}
enum "default-scp-server" {
description
"Use the default SCP server for the file transfer.";
}
enum "specified-tftp-server" {
description
"Use the user-specified TFTP server for the file transfer. A tftp-server value must also be specified in the request.";
}
enum "specified-ftp-server" {
description
"Use the user-specified FTP server for the file transfer. An ftp-server value must also be specified in the request.";
}
enum "specified-sftp-server" {
description
"Use the user-specified SFTP server for the file transfer. An sftp-server value must also be specified in the request.";
}
enum "specified-scp-server" {
description
"Use the user-specified SCP server for the file transfer. A scp-server value must also be specified in the request.";
}
}
description
"If server-to-use is specified with a value other than 'none; in the RPC request, then the system will use the specified server for the file transfer.";
}
leaf tftp-server-address {
type cienawstypes:string-maxl-64;
description
"The TFTP server IP address to use for the file transfer if server-to-use is 'specified-tftp-server'. Otherwise this attribute is ignored.";
}
leaf ftp-server-address {
type cienawstypes:string-maxl-64;
description
"The FTP server IP address to use for the file transfer if server-to-use is 'specified-ftp-server'. Otherwise this attribute is ignored.";
}
leaf ftp-login-id {
type cienawstypes:string-maxl-32;
description
"The FTP username.";
}
leaf ftp-password {
type cienawstypes:string-maxl-128;
description
"The FTP password.";
}
leaf ftp-secret {
type cienawstypes:string-maxl-256;
description
"The FTP secret(pre-encrypted) string.";
}
leaf sftp-server-address {
type cienawstypes:string-maxl-64;
description
"The SFTP server IP address to use for the file transfer if server-to-use is 'specified-sftp-server'. Otherwise this attribute is ignored.";
}
leaf sftp-login-id {
type cienawstypes:string-maxl-32;
description
"The SFTP login ID.";
}
leaf sftp-password {
type cienawstypes:string-maxl-128;
description
"The SFTP password.";
}
leaf sftp-secret {
type cienawstypes:string-maxl-256;
description
"The SFTP secret(pre-encrypted) string.";
}
leaf scp-server-address {
type cienawstypes:string-maxl-64;
description
"The SCP server IP address to use for the file transfer if server-to-use is 'specified-scp-server'. Otherwise this attribute is ignored.";
}
leaf scp-login-id {
type cienawstypes:string-maxl-32;
description
"The SCP login ID.";
}
leaf scp-password {
type cienawstypes:string-maxl-128;
description
"The SCP password.";
}
leaf scp-secret {
type cienawstypes:string-maxl-256;
description
"The SCP secret(pre-encrypted) string.";
}
}
container waveserver-system {
description
"Waveserver System configuration data and operational data.";
container id {
description
"Waveserver system identification attributes.";
container site {
description
"Waveserver system site attributes.";
leaf id {
type uint16 {
range "0..65535";
}
description
"An integer to uniquely identify the site where this Waveserver is located. This is used to help group Waveservers together with line system equipment. All equipment in a common site should share the same site identifier. ";
}
leaf name {
type string {
length "0..32";
}
description
"The name for the site where the Waveserver is located.";
}
leaf description {
type string {
length "0..64";
}
description
"The site description";
}
leaf latitude {
type decimal64 {
fraction-digits 6;
range "-90.0 .. 90.0";
}
description
"Geographic coordinate for the site location in degrees.";
}
leaf longitude {
type decimal64 {
fraction-digits 6;
range "-180.0 .. 180.0";
}
description
"Geographic coordinate for the site location in degrees.";
}
leaf address {
type string {
length "0..128";
}
description
"The street address of the site.";
}
}
container group {
description
"Waveserver system group attributes.";
leaf id {
type uint8 {
range "0..99";
}
description
"An integer to uniquely identify a group of Waveservers within a site.";
}
leaf name {
type string {
length "0..32";
}
description
"A name for the group of Waveservers.";
}
leaf description {
type string {
length "0..64";
}
description
"A description for the group of Waveservers. ";
}
}
container member {
description
"Waveserver system member attributes.";
leaf id {
type uint8 {
range "0..254";
}
description
"An integer to uniquely identify a Waveserver chassis within a group of Waveservers.";
}
leaf name {
type string {
length "0..32";
}
description
"A name for the Waveserver chassis.";
}
leaf description {
type string {
length "0..64";
}
description
"A description for the Waveserver chassis.";
}
leaf frame-identification {
type string {
length "0..128";
}
description
"A description to identify the location of the Waveserver chassis within the data center. For example, the building, floor, aisle, frame number, etc.";
}
leaf rack-unit-number {
type uint8 {
range "0..50";
}
description
"A logical identifier for the Waveservers location within the frame or rack. For example, the device at the top could be labelled unit 1.";
}
}
}
container host-name {
description
"Waveserver system host name attributes.";
leaf current-host-name {
type cienawstypes:string-maxl-64;
config false;
description
"Current host name.";
}
leaf config-host-name {
type cienawstypes:string-maxl-64;
description
"User configured host name.";
}
leaf dhcp-host-name {
type cienawstypes:string-maxl-64;
config false;
description
"DHCP configured host name.";
}
}
container domain-name {
description
"Waveserver system domain name attributes.";
leaf current-domain-name {
type cienawstypes:string-maxl-64;
config false;
description
"Current domain name. This will either be the DHCP-assigned domain name, or the user-configured value, respectively.";
}
leaf config-domain-name {
type cienawstypes:string-maxl-64;
description
"User configured domain name.";
}
leaf dhcp-domain-name {
type cienawstypes:string-maxl-64;
config false;
description
"DHCP configured domain name, if assigned. DHCP Client must be enabled with Option 15 support in order to obtain a domain name from the server.";
}
}
container time-config {
description
"Waveserver system time configuration attributes.";
leaf date {
type string {
length "1..11";
pattern "\\d{4}-\\d{2}-\\d{2}|\\d{2}-\\d{2}-\\d{2}|\\d{2}-\\d{2}";
}
description
"Date: must be in format: yyyy-mm-dd, or yy-mm-dd, or mm-dd.";
}
leaf time {
type string {
length "1..9";
pattern "\\d{2}:\\d{2}:\\d{2}|\\d{2}:\\d{2}";
}
description
"Time: must be in format: hh:mm:ss";
}
leaf time-offset {
type decimal64 {
fraction-digits 2;
range "-43200.0 .. 50400.0";
}
description
"System time-offset from UTC in seconds.";
}
leaf time-stamp {
type enumeration {
enum "utc" {
description
"Timestamp is indicated in Coordinated Universal Time (UTC) format.";
}
enum "local" {
description
"Timestamp is indicated in local time format.";
}
}
description
"System time stamp format: local time or UTC time.";
}
leaf local-date-time {
type string {
length "1..41";
}
config false;
description
"Local date and time Time";
}
leaf coordinated-universal-time {
type string {
length "1..41";
}
config false;
description
"UTC date and time Time";
}
leaf system-uptime {
type string {
length "1..17";
}
config false;
description
"Time since last reboot, in format: xxxd xxh xxm xxs";
}
}
container server-config {
description
"Waveserver system server configuration attributes.";
leaf sftp-server-state {
type cienawstypes:enabled-disabled-enum;
description
"Indicate whether SFTP server is enabled.";
}
leaf scp-server-state {
type cienawstypes:enabled-disabled-enum;
description
"Indicate whether SCP server is enabled.";
}
leaf web-server-state {
type cienawstypes:enabled-disabled-enum;
description
"Indicate whether web server is enabled, HTTPS only.";
}
leaf netconf-server-state {
type cienawstypes:enabled-disabled-enum;
description
"Indicate whether NETCONF server is enabled.";
}
leaf restconf-server-state {
type cienawstypes:enabled-disabled-enum;
config false;
description
"Indicate whether RESTCONF server is enabled, HTTPS only.";
}
leaf grpc-server-state {
type cienawstypes:enabled-disabled-enum;
description
"Indicate whether gRPC server is enabled.";
}
container ssh {
description
"SSH server configuration.";
leaf admin-state {
type cienawstypes:enabled-disabled-enum;
config false;
description
"SSH server administrative state. Currently a read-only attribute.
SSH server is enabled by default and cannot be explicitly disabled.";
}
leaf operational-state {
type cienawstypes:up-down-enum;
config false;
description
"SSH server operational state.";
}
leaf authentication-retries {
type uint8 {
range "1..3";
}
description
"Number of authentication retries allowed before the SSH connection
is dropped.";
}
leaf listener-port {
type uint16 {
range "22..65535";
}
description
"Configured SSH listener port. Default is port 22.";
}
leaf session-limit {
type uint16;
config false;
description
"SSH session limit. Read-only attribute.";
}
}
}
container client-config {
description
"Waveserver client configuration attributes.";
container dhcp {
description
"Waveserver DHCP client configuration attributes.";
leaf admin-state {
type cienawstypes:enabled-disabled-enum;
description
"DHCP client administrative atate";
}
leaf operational-state {
type cienawstypes:up-down-enum;
config false;
description
"DHCP client operational state.";
}
}
container ntp {
description
"Waveserver NTP client configuration attributes.";
leaf admin-state {
type cienawstypes:enabled-disabled-enum;
description
"NTP client administrative state.";
}
leaf operational-state {
type cienawstypes:up-down-enum;
config false;
description
"NTP client operational state.";
}
leaf authentication-state {
type cienawstypes:enabled-disabled-enum;
description
"NTP client authentication state. When enabled, only MD5
authenticated packets will be used to synchronize the time.";
}
leaf mode {
type enumeration {
enum "polling" {
description
"NTP client is in polling mode.";
}
enum "broadcast" {
description
"NTP client is in broadcast mode.";
}
enum "multicast" {
description
"NTP client is in multicast mode.";
}
}
description
"NTP client mode.";
}
leaf polling-interval {
type uint32 {
range "16|32|64|128|256|512|1024|2048|4096|8192|16384|32768|65536";
}
units "seconds";
description
"The NTP client polling interval, in seconds. Applicable only when
NTP client mode is set to 'polling'. This is a global setting that
applies to all configured NTP peer servers.";
}
leaf delay {
type cienawstypes:decimal-3-dig;
units "ms";
config false;
description
"Round trip delay to the active NTP peer, in milliseconds.";
}
leaf offset {
type cienawstypes:decimal-3-dig;
units "ms";
config false;
description
"The time offset between the NTP client and server, in milliseconds.";
}
leaf jitter {
type cienawstypes:decimal-3-dig;
units "ms";
config false;
description
"The mean deviation/dispersion of multiple time samples from the
active NTP peer, in milliseconds.";
}
leaf synchronized {
type boolean;
config false;
description
"Specifies whether NTP client has synchronized the system time
with a remote peer server.";
}
list ntp-key {
key "key-id";
max-elements "32";
description
"List of NTP authentication keys.";
leaf key-id {
type uint16;
mandatory true;
description
"Unique index value for the NTP authentication key.";
}
leaf key-type {
type enumeration {
enum "MD5" {
description
"Authentication key uses MD5 encryption.";
}
}
config false;
description
"Encryption type used for the NTP authentication key.";
}
leaf key-value {
type string {
length "2..31";
}
description
"NTP authentication key value.";
}
}
list server {
key "address";
max-elements "10";
description
"List of NTP servers to use for time synchronization.";
leaf address {
type cienawstypes:ipaddr-or-hostname;
mandatory true;
description
"Configured IP address or Domain Name of the remote NTP server.";
}
leaf ip-address {
type cienawstypes:string-maxl-64;
config false;
description
"Operational IP address associated with the remote NTP server,
if configured/available, or 'Unresolved' otherwise.";
}
leaf admin-state {
type cienawstypes:enabled-disabled-enum;
description
"NTP remote server administrative state.";
}
leaf operational-state {
type cienawstypes:up-down-enum;
config false;
description
"NTP remote server operational state.";
}
leaf key-id {
type leafref {
path "../../ntp-key/key-id";
}
description
"Leafref to 'ntp-key' list 'key-id' values.";
}
leaf offset {
type cienawstypes:decimal-3-dig;
units "ms";
config false;
description
"Estimated current time offset between the NTP client and server, in milliseconds.";
}
}
}
}
container xftp-config {
description
"Waveserver system XFTP configuration attributes.";
leaf mode {
type enumeration {
enum "none" {
value 0;
description
"No FTP mode is specified.";
}
enum "tftp" {
value 1;
description
"Trivial File Transfer Protocol (TFTP) mode.";
}
enum "ftp" {
value 2;
description
"File Transfer Protocol (FTP) mode.";
}
enum "sftp" {
value 3;
description
"Secure File Transfer Protocol (SFTP) mode.";
}
enum "scp" {
value 4;
description
"Secure Copy Protocol (SCP) mode.";
}
}
description
"Identifies which file transfer protocol to user when default-server is specified in a command - FTP, SFTP, TFTP or SCP.";
}
container tftp {
description
"Waveserver system TFTP configuration.";
leaf config-host-name {
type cienawstypes:string-maxl-64;
description
"TFTP host name configured by user. Format is an IP address (with optional port) or host name.";
}
leaf dhcp-host-name {
type cienawstypes:string-maxl-64;
config false;
description
"TFTP DHCP host name.";
}
leaf current-host-name {
type cienawstypes:string-maxl-64;
config false;
description
"TFTP current host name.";
}
}
container ftp {
description
"Waveserver system FTP configuration.";
leaf host-name {
type cienawstypes:string-maxl-64;
description
"FTP host name. Format is an IP address (with optional port) or host name.";
}
leaf user-name {
type cienawstypes:string-maxl-32;
description
"FTP user name.";
}
leaf password {
type cienawstypes:string-maxl-128;
description
"FTP password string.";
}
leaf secret {
type cienawstypes:string-maxl-256;
description
"FTP secret string.";
}
}
container sftp {
description
"Waveserver system SFTP configuration.";
leaf host-name {
type cienawstypes:string-maxl-64;
description
"SFTP host name. Format is an IP address (with optional port) or host name.";
}
leaf user-name {
type cienawstypes:string-maxl-32;
description
"SFTP user name.";
}
leaf password {
type cienawstypes:string-maxl-128;
description
"SFTP password string.";
}
leaf secret {
type cienawstypes:string-maxl-256;
description
"SFTP secret string.";
}
}
container scp {
description
"Waveserver system SCP configuration.";
leaf host-name {
type cienawstypes:string-maxl-64;
description
"SCP host name. Format is an IP address (with optional port) or host name.";
}
leaf user-name {
type cienawstypes:string-maxl-32;
description
"SCP user name.";
}
leaf password {
type cienawstypes:string-maxl-128;
description
"SCP password string.";
}
leaf secret {
type cienawstypes:string-maxl-256;
description
"SCP secret string.";
}
}
}
container global-provisioning {
description
"Waveserver system global provisioning attributes.";
leaf reset-to-factory-default-button {
type cienawstypes:enabled-disabled-enum;
description
"Indicate whether the reset button for reset to factory default is enabled. If enabled, the reset button on the faceplate will trigger a reset to factory default settings.";
}
container line-config {
description
"Waveserver system line configuration.";
leaf line-protection {
type line-protection-enum;
description
"Line protection settings. If line protection is enabled, this means that the photonic line the Waveserver is connected to has protection enabled. In the event of a line side fault, the protection card on the line side will select the protection path and the modems will reacquire the signal on the alternate path. While the switch is occuring, link state messaging will be disabled to the clients so that the connected devices do not attempt a switch or a restoration.";
}
}
}
container environment {
description
"Waveserver system linux environment attributes.";
container root {
description
"Waveserver system user root configuration.";
leaf password {
type cienawstypes:string-maxl-128;
description
"User root password string.";
}
leaf secret {
type cienawstypes:string-maxl-256;
config false;
description
"The encrypted user password string, supplied as a hashed value.";
}
}
}
container shell {
description
"Waveserver system CLI shell/session attributes.";
leaf inactivity-timer {
type cienawstypes:enabled-disabled-enum;
description
"Global CLI/shell session inactivity timer state.";
}
leaf inactivity-timeout {
type uint16 {
range "1..1500";
}
units "minutes";
description
"Global CLI/shell session inactivity timeout period, in minutes.";
}
}
container default-settings {
description
"Waveserver system default configuration values.";
container conditioning {
description
"Waveserver system default conditioning values. Ports are created with these values. When the system defaults are set, all existing ports have their values updated.";
leaf type {
type cienawstypes:conditioning-type;
description
"Egress UNI port consequent action for an EPL service to be applied on a far-end ingress UNI failure or network failure.";
}
leaf holdoff {
type cienawstypes:conditioning-holdoff;
description
"Number of milliseconds the failure must be present before applying Egress UNI port consequent action for an EPL service.";
}
}
}
}
rpc waveserver-system-state-dump {
description
"Dump system state information.";
input {
leaf file-name {
type cienawstypes:string-maxl-254;
description
"The file name to store the system state data.";
}
leaf include-corefiles {
type boolean;
description
"Indicate whether core files are included (true) or not (false) in the system state dump data.";
}
uses server-settings-group;
}
output {
leaf return-code {
type uint32;
description
"return code: 0 is success; non-zero is failure";
}
leaf return-string {
type cienawstypes:string-maxl-254;
description
"Return code description";
}
}
}
rpc waveserver-system-putfile {
description
"Transfer file to a specified destination.";
input {
leaf local-file-name {
type cienawstypes:string-maxl-254;
description
"The local file name.";
}
leaf remote-file-name {
type cienawstypes:string-maxl-254;
description
"The remote file name.";
}
uses server-settings-group;
}
output {
leaf return-code {
type uint32;
description
"return code: 0 is success; non-zero is failure";
}
leaf return-string {
type cienawstypes:string-maxl-254;
description
"Return code description";
}
}
}
rpc waveserver-system-getfile {
description
"Get file from a specified source.";
input {
leaf local-file-name {
type cienawstypes:string-maxl-254;
description
"The local file name.";
}
leaf remote-file-name {
type cienawstypes:string-maxl-254;
description
"The remote file name.";
}
uses server-settings-group;
}
output {
leaf return-code {
type uint32;
description
"return code: 0 is success; non-zero is failure";
}
leaf return-string {
type cienawstypes:string-maxl-254;
description
"Return code description";
}
}
}
}
| YANG | 5 | meodaiduoi/onos | models/ciena/waveserverai/src/main/yang/[email protected] | [
"Apache-2.0"
] |
<span class="mentionable-person" gid="<%= person.to_gid %>">
<%= person.name %>
</span>
| HTML+ERB | 3 | mdesantis/rails | actiontext/test/dummy/app/views/people/_trix_content_attachment.html.erb | [
"MIT"
] |
CREATE INDEX event_log_created_at_idx ON hdb_catalog.event_log (created_at);
| SQL | 3 | gh-oss-contributor/graphql-engine-1 | server/src-rsr/migrations/32_to_33.sql | [
"Apache-2.0",
"MIT"
] |
{% set list_one = ['a', 'b', 'c', 'd'] %}
{% set result = list_one | json_encode_list() %}
{% include 'jinja_filters/common.sls' %}
| SaltStack | 3 | byteskeptical/salt | tests/integration/files/file/base/jinja_filters/data_encode_list.sls | [
"Apache-2.0"
] |
\require "a"
| LilyPond | 0 | HolgerPeters/lyp | spec/user_files/circular.ly | [
"MIT"
] |
/*
* Copyright (c) 2017, Lee Keitel
* This file is released under the BSD 3-Clause license.
*
* This file demonstrates for loops including the use of continue and break
*/
const main = fn() {
// This loop will go 10 times (0-9) but break on 5 and skip 2
for i = 0; i < 10; i += 1 {
// Loops run in an enclosed scope. Variable defined here won't escape to
// the outer scope. However, like other inner scopes, variables declared
// before this loop can be modified within the loop
if i == 2 { continue }
println(i)
if i == 5 { break }
}
// This shows that the loop counter doesn't leave the loop scope
println(isDefined("i"))
}
main()
| Inform 7 | 5 | lfkeitel/nitrogen | examples/loops.ni | [
"BSD-3-Clause"
] |
<template>
<div class="d-flex flex-column justify-space-between align-center">
<v-slider
v-model="width"
class="align-self-stretch"
min="200"
max="500"
step="1"
></v-slider>
<v-img
:aspect-ratio="16/9"
:width="width"
src="https://cdn.vuetifyjs.com/images/parallax/material.jpg"
></v-img>
</div>
</template>
<script>
export default {
data: () => ({
width: 300,
}),
}
</script>
| Vue | 4 | mark-gene/vuetify | packages/docs/src/examples/v-img/prop-aspect-ratio.vue | [
"MIT"
] |
-record(torrent_info, { tracker_url :: binary(),
info_hash :: binary(),
name :: string(),
piece_length :: pos_integer(),
total_length :: pos_integer(),
num_pieces :: pos_integer(),
piece_hashes :: binary()
}).
-record(client, { peer_id :: binary(),
ip :: inet:ip_address(),
port :: inet:port_number() }).
-define(BLOCK_SIZE, (1 bsl 14)).
| Erlang | 4 | adlerliu/500lines | incomplete/torrent_client/src/torrent.hrl | [
"CC-BY-3.0"
] |
Not a real COM file.
| DIGITAL Command Language | 1 | jjhoo/otp | lib/kernel/test/os_SUITE_data/win32/current/my_command.com | [
"Apache-2.0"
] |
class Dice
"""
A simple dice roller.
"""
var r: Random
new create(from: Random) =>
"""
Initialise with a random number generator.
"""
r = from
fun ref apply(count: U64, sides: U64): U64 =>
"""
Return the sum of `count` rolls of a die with the given number of `sides`.
The die is numbered from 1 to `sides`. For example, count = 2 and
sides = 6 will return a value between 2 and 12.
"""
var sum = count
var i: U64 = 0
while i < count do
sum = sum + r.int(sides)
i = i + 1
end
sum
| Pony | 4 | presidentbeef/ponyc | packages/random/dice.pony | [
"BSD-2-Clause"
] |
mirror([ 0, 1, 0 ])
translate([5, 0, -5])
cube(size=[10, 10, 10], center=false); | OpenSCAD | 3 | heristhesiya/OpenJSCAD.org | packages/io/scad-deserializer/tests/transformations/mirrorEx1.scad | [
"MIT"
] |
A ← 3 2 ⍴ ⍳ 5 ⋄ B ← ⍉ A
a ← ⍴B
b ← 1
c ← b,0
x ← b↓a
y ← ⍴A
WA ← x,y
+/WA | APL | 2 | mbudde/apltail | tests/test25.apl | [
"MIT"
] |
# RUN: llc -O0 -mtriple arm-linux-gnueabi -mattr=+hwdiv-arm -run-pass=legalizer %s -o - | FileCheck %s -check-prefixes=CHECK,HWDIV
# RUN: llc -O0 -mtriple arm-linux-gnueabi -mattr=-hwdiv-arm -run-pass=legalizer %s -o - | FileCheck %s -check-prefixes=CHECK,SOFT,SOFT-AEABI,ARM-AEABI
# RUN: llc -O0 -mtriple arm-linux-gnu -mattr=+hwdiv-arm -run-pass=legalizer %s -o - | FileCheck %s -check-prefixes=CHECK,HWDIV
# RUN: llc -O0 -mtriple arm-linux-gnu -mattr=-hwdiv-arm -run-pass=legalizer %s -o - | FileCheck %s -check-prefixes=CHECK,SOFT,SOFT-DEFAULT,ARM-DEFAULT
# RUN: llc -O0 -mtriple thumb-linux-gnueabi -mattr=+v6t2,+hwdiv -run-pass=legalizer %s -o - | FileCheck %s -check-prefixes=CHECK,HWDIV
# RUN: llc -O0 -mtriple thumb-linux-gnueabi -mattr=+v6t2,-hwdiv -run-pass=legalizer %s -o - | FileCheck %s -check-prefixes=CHECK,SOFT,SOFT-AEABI,THUMB-AEABI
# RUN: llc -O0 -mtriple thumb-linux-gnu -mattr=+v6t2,+hwdiv -run-pass=legalizer %s -o - | FileCheck %s -check-prefixes=CHECK,HWDIV
# RUN: llc -O0 -mtriple thumb-linux-gnu -mattr=+v6t2,-hwdiv -run-pass=legalizer %s -o - | FileCheck %s -check-prefixes=CHECK,SOFT,SOFT-DEFAULT,THUMB-DEFAULT
--- |
define void @test_sdiv_i32() { ret void }
define void @test_udiv_i32() { ret void }
define void @test_sdiv_i16() { ret void }
define void @test_udiv_i16() { ret void }
define void @test_sdiv_i8() { ret void }
define void @test_udiv_i8() { ret void }
define void @test_srem_i32() { ret void }
define void @test_urem_i32() { ret void }
define void @test_srem_i16() { ret void }
define void @test_urem_i16() { ret void }
define void @test_srem_i8() { ret void }
define void @test_urem_i8() { ret void }
...
---
name: test_sdiv_i32
# CHECK-LABEL: name: test_sdiv_i32
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[X:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[Y:%[0-9]+]]:_(s32) = COPY $r1
%0(s32) = COPY $r0
%1(s32) = COPY $r1
; HWDIV: [[R:%[0-9]+]]:_(s32) = G_SDIV [[X]], [[Y]]
; SOFT-NOT: G_SDIV
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X]]
; SOFT-DAG: $r1 = COPY [[Y]]
; ARM-AEABI: BL &__aeabi_idiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_idiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; ARM-DEFAULT: BL &__divsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__divsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT: [[R:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_SDIV
%2(s32) = G_SDIV %0, %1
; CHECK: $r0 = COPY [[R]]
$r0 = COPY %2(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_udiv_i32
# CHECK-LABEL: name: test_udiv_i32
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[X:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[Y:%[0-9]+]]:_(s32) = COPY $r1
%0(s32) = COPY $r0
%1(s32) = COPY $r1
; HWDIV: [[R:%[0-9]+]]:_(s32) = G_UDIV [[X]], [[Y]]
; SOFT-NOT: G_UDIV
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X]]
; SOFT-DAG: $r1 = COPY [[Y]]
; ARM-AEABI: BL &__aeabi_uidiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_uidiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; ARM-DEFAULT: BL &__udivsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__udivsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT: [[R:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_UDIV
%2(s32) = G_UDIV %0, %1
; CHECK: $r0 = COPY [[R]]
$r0 = COPY %2(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_sdiv_i16
# CHECK-LABEL: name: test_sdiv_i16
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
- { id: 3, class: _ }
- { id: 4, class: _ }
- { id: 5, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[R0:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[R1:%[0-9]+]]:_(s32) = COPY $r1
; The G_TRUNC will combine with the extensions introduced by the legalizer,
; leading to the following complicated sequences.
; CHECK-DAG: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 16
; CHECK-DAG: [[X:%[0-9]+]]:_(s32) = COPY [[R0]]
; CHECK-DAG: [[SHIFTEDX:%[0-9]+]]:_(s32) = G_SHL [[X]], [[BITS]]
; CHECK-DAG: [[X32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDX]], [[BITS]]
; CHECK-DAG: [[Y:%[0-9]+]]:_(s32) = COPY [[R1]]
; CHECK-DAG: [[SHIFTEDY:%[0-9]+]]:_(s32) = G_SHL [[Y]], [[BITS]]
; CHECK-DAG: [[Y32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDY]], [[BITS]]
%0(s32) = COPY $r0
%1(s16) = G_TRUNC %0(s32)
%2(s32) = COPY $r1
%3(s16) = G_TRUNC %2(s32)
; HWDIV: [[R32:%[0-9]+]]:_(s32) = G_SDIV [[X32]], [[Y32]]
; SOFT-NOT: G_SDIV
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X32]]
; SOFT-DAG: $r1 = COPY [[Y32]]
; ARM-AEABI: BL &__aeabi_idiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_idiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; ARM-DEFAULT: BL &__divsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__divsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT: [[R32:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_SDIV
; CHECK: [[R:%[0-9]+]]:_(s32) = G_ASHR
; SOFT-NOT: G_SDIV
%4(s16) = G_SDIV %1, %3
; CHECK: $r0 = COPY [[R]]
%5(s32) = G_SEXT %4(s16)
$r0 = COPY %5(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_udiv_i16
# CHECK-LABEL: name: test_udiv_i16
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
- { id: 3, class: _ }
- { id: 4, class: _ }
- { id: 5, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[R0:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[R1:%[0-9]+]]:_(s32) = COPY $r1
; The G_TRUNC will combine with the extensions introduced by the legalizer,
; leading to the following complicated sequences.
; CHECK: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 65535
; CHECK: [[X:%[0-9]+]]:_(s32) = COPY [[R0]]
; CHECK: [[X32:%[0-9]+]]:_(s32) = G_AND [[X]], [[BITS]]
; CHECK: [[Y:%[0-9]+]]:_(s32) = COPY [[R1]]
; CHECK: [[Y32:%[0-9]+]]:_(s32) = G_AND [[Y]], [[BITS]]
%0(s32) = COPY $r0
%1(s16) = G_TRUNC %0(s32)
%2(s32) = COPY $r1
%3(s16) = G_TRUNC %2(s32)
; HWDIV: [[R32:%[0-9]+]]:_(s32) = G_UDIV [[X32]], [[Y32]]
; SOFT-NOT: G_UDIV
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X32]]
; SOFT-DAG: $r1 = COPY [[Y32]]
; ARM-AEABI: BL &__aeabi_uidiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_uidiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; ARM-DEFAULT: BL &__udivsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__udivsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT: [[R32:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_UDIV
; CHECK: [[R:%[0-9]+]]:_(s32) = G_AND
; SOFT-NOT: G_UDIV
%4(s16) = G_UDIV %1, %3
; CHECK: $r0 = COPY [[R]]
%5(s32) = G_ZEXT %4(s16)
$r0 = COPY %5(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_sdiv_i8
# CHECK-LABEL: name: test_sdiv_i8
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
- { id: 3, class: _ }
- { id: 4, class: _ }
- { id: 5, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[R0:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[R1:%[0-9]+]]:_(s32) = COPY $r1
; The G_TRUNC will combine with the extensions introduced by the legalizer,
; leading to the following complicated sequences.
; CHECK-DAG: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 24
; CHECK-DAG: [[X:%[0-9]+]]:_(s32) = COPY [[R0]]
; CHECK-DAG: [[SHIFTEDX:%[0-9]+]]:_(s32) = G_SHL [[X]], [[BITS]]
; CHECK-DAG: [[X32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDX]], [[BITS]]
; CHECK-DAG: [[Y:%[0-9]+]]:_(s32) = COPY [[R1]]
; CHECK-DAG: [[SHIFTEDY:%[0-9]+]]:_(s32) = G_SHL [[Y]], [[BITS]]
; CHECK-DAG: [[Y32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDY]], [[BITS]]
%0(s32) = COPY $r0
%1(s8) = G_TRUNC %0(s32)
%2(s32) = COPY $r1
%3(s8) = G_TRUNC %2(s32)
; HWDIV: [[R32:%[0-9]+]]:_(s32) = G_SDIV [[X32]], [[Y32]]
; SOFT-NOT: G_SDIV
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X32]]
; SOFT-DAG: $r1 = COPY [[Y32]]
; ARM-AEABI: BL &__aeabi_idiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_idiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; ARM-DEFAULT: BL &__divsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__divsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT: [[R32:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_SDIV
; CHECK: [[R:%[0-9]+]]:_(s32) = G_ASHR
; SOFT-NOT: G_SDIV
%4(s8) = G_SDIV %1, %3
; CHECK: $r0 = COPY [[R]]
%5(s32) = G_SEXT %4(s8)
$r0 = COPY %5(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_udiv_i8
# CHECK-LABEL: name: test_udiv_i8
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
- { id: 3, class: _ }
- { id: 4, class: _ }
- { id: 5, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[X:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[Y:%[0-9]+]]:_(s32) = COPY $r1
; The G_TRUNC will combine with the extensions introduced by the legalizer,
; leading to the following complicated sequences.
; CHECK: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 255
; CHECK: [[X:%[0-9]+]]:_(s32) = COPY [[R0]]
; CHECK: [[X32:%[0-9]+]]:_(s32) = G_AND [[X]], [[BITS]]
; CHECK: [[Y:%[0-9]+]]:_(s32) = COPY [[R1]]
; CHECK: [[Y32:%[0-9]+]]:_(s32) = G_AND [[Y]], [[BITS]]
%0(s32) = COPY $r0
%1(s8) = G_TRUNC %0(s32)
%2(s32) = COPY $r1
%3(s8) = G_TRUNC %2(s32)
; HWDIV: [[R32:%[0-9]+]]:_(s32) = G_UDIV [[X32]], [[Y32]]
; SOFT-NOT: G_UDIV
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X32]]
; SOFT-DAG: $r1 = COPY [[Y32]]
; ARM-AEABI: BL &__aeabi_uidiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_uidiv, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; ARM-DEFAULT: BL &__udivsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__udivsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT: [[R32:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_UDIV
; CHECK: [[R:%[0-9]+]]:_(s32) = G_AND
; SOFT-NOT: G_UDIV
%4(s8) = G_UDIV %1, %3
; CHECK: $r0 = COPY [[R]]
%5(s32) = G_ZEXT %4(s8)
$r0 = COPY %5(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_srem_i32
# CHECK-LABEL: name: test_srem_i32
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[X:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[Y:%[0-9]+]]:_(s32) = COPY $r1
%0(s32) = COPY $r0
%1(s32) = COPY $r1
; HWDIV: [[Q:%[0-9]+]]:_(s32) = G_SDIV [[X]], [[Y]]
; HWDIV: [[P:%[0-9]+]]:_(s32) = G_MUL [[Q]], [[Y]]
; HWDIV: [[R:%[0-9]+]]:_(s32) = G_SUB [[X]], [[P]]
; SOFT-NOT: G_SREM
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X]]
; SOFT-DAG: $r1 = COPY [[Y]]
; ARM-AEABI: BL &__aeabi_idivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0, implicit-def $r1
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_idivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0, implicit-def $r1
; SOFT-AEABI: [[R:%[0-9]+]]:_(s32) = COPY $r1
; ARM-DEFAULT: BL &__modsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__modsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-DEFAULT: [[R:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_SREM
%2(s32) = G_SREM %0, %1
; CHECK: $r0 = COPY [[R]]
$r0 = COPY %2(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_urem_i32
# CHECK-LABEL: name: test_urem_i32
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[X:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[Y:%[0-9]+]]:_(s32) = COPY $r1
%0(s32) = COPY $r0
%1(s32) = COPY $r1
; HWDIV: [[Q:%[0-9]+]]:_(s32) = G_UDIV [[X]], [[Y]]
; HWDIV: [[P:%[0-9]+]]:_(s32) = G_MUL [[Q]], [[Y]]
; HWDIV: [[R:%[0-9]+]]:_(s32) = G_SUB [[X]], [[P]]
; SOFT-NOT: G_UREM
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X]]
; SOFT-DAG: $r1 = COPY [[Y]]
; ARM-AEABI: BL &__aeabi_uidivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0, implicit-def $r1
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_uidivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0, implicit-def $r1
; SOFT-AEABI: [[R:%[0-9]+]]:_(s32) = COPY $r1
; ARM-DEFAULT: BL &__umodsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__umodsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-DEFAULT: [[R:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_UREM
%2(s32) = G_UREM %0, %1
; CHECK: $r0 = COPY [[R]]
$r0 = COPY %2(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_srem_i16
# CHECK-LABEL: name: test_srem_i16
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
- { id: 3, class: _ }
- { id: 4, class: _ }
- { id: 5, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[R0:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[R1:%[0-9]+]]:_(s32) = COPY $r1
; The G_TRUNC will combine with the extensions introduced by the legalizer,
; leading to the following complicated sequences.
; CHECK-DAG: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 16
; CHECK-DAG: [[X:%[0-9]+]]:_(s32) = COPY [[R0]]
; CHECK-DAG: [[SHIFTEDX:%[0-9]+]]:_(s32) = G_SHL [[X]], [[BITS]]
; CHECK-DAG: [[X32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDX]], [[BITS]]
; CHECK-DAG: [[Y:%[0-9]+]]:_(s32) = COPY [[R1]]
; CHECK-DAG: [[SHIFTEDY:%[0-9]+]]:_(s32) = G_SHL [[Y]], [[BITS]]
; CHECK-DAG: [[Y32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDY]], [[BITS]]
%0(s32) = COPY $r0
%1(s16) = G_TRUNC %0(s32)
%2(s32) = COPY $r1
%3(s16) = G_TRUNC %2(s32)
; HWDIV: [[Q32:%[0-9]+]]:_(s32) = G_SDIV [[X32]], [[Y32]]
; HWDIV: [[P32:%[0-9]+]]:_(s32) = G_MUL [[Q32]], [[Y32]]
; HWDIV: [[R32:%[0-9]+]]:_(s32) = G_SUB [[X32]], [[P32]]
; SOFT-NOT: G_SREM
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X32]]
; SOFT-DAG: $r1 = COPY [[Y32]]
; ARM-AEABI: BL &__aeabi_idivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_idivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-AEABI: [[R32:%[0-9]+]]:_(s32) = COPY $r1
; ARM-DEFAULT: BL &__modsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__modsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-DEFAULT: [[R32:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_SREM
; CHECK: [[R:%[0-9]+]]:_(s32) = G_ASHR
; SOFT-NOT: G_SREM
%4(s16) = G_SREM %1, %3
; CHECK: $r0 = COPY [[R]]
%5(s32) = G_SEXT %4(s16)
$r0 = COPY %5(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_urem_i16
# CHECK-LABEL: name: test_urem_i16
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
- { id: 3, class: _ }
- { id: 4, class: _ }
- { id: 5, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[R0:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[R1:%[0-9]+]]:_(s32) = COPY $r1
; The G_TRUNC will combine with the extensions introduced by the legalizer,
; leading to the following complicated sequences.
; CHECK: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 65535
; CHECK: [[X:%[0-9]+]]:_(s32) = COPY [[R0]]
; CHECK: [[X32:%[0-9]+]]:_(s32) = G_AND [[X]], [[BITS]]
; CHECK: [[Y:%[0-9]+]]:_(s32) = COPY [[R1]]
; CHECK: [[Y32:%[0-9]+]]:_(s32) = G_AND [[Y]], [[BITS]]
%0(s32) = COPY $r0
%1(s16) = G_TRUNC %0(s32)
%2(s32) = COPY $r1
%3(s16) = G_TRUNC %2(s32)
; HWDIV: [[Q32:%[0-9]+]]:_(s32) = G_UDIV [[X32]], [[Y32]]
; HWDIV: [[P32:%[0-9]+]]:_(s32) = G_MUL [[Q32]], [[Y32]]
; HWDIV: [[R32:%[0-9]+]]:_(s32) = G_SUB [[X32]], [[P32]]
; SOFT-NOT: G_UREM
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X32]]
; SOFT-DAG: $r1 = COPY [[Y32]]
; ARM-AEABI: BL &__aeabi_uidivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_uidivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-AEABI: [[R32:%[0-9]+]]:_(s32) = COPY $r1
; ARM-DEFAULT: BL &__umodsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__umodsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-DEFAULT: [[R32:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_UREM
; CHECK: [[R:%[0-9]+]]:_(s32) = G_AND
; SOFT-NOT: G_UREM
%4(s16) = G_UREM %1, %3
; CHECK: $r0 = COPY [[R]]
%5(s32) = G_ZEXT %4(s16)
$r0 = COPY %5(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_srem_i8
# CHECK-LABEL: name: test_srem_i8
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
- { id: 3, class: _ }
- { id: 4, class: _ }
- { id: 5, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[R0:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[R1:%[0-9]+]]:_(s32) = COPY $r1
; The G_TRUNC will combine with the extensions introduced by the legalizer,
; leading to the following complicated sequences.
; CHECK-DAG: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 24
; CHECK-DAG: [[X:%[0-9]+]]:_(s32) = COPY [[R0]]
; CHECK-DAG: [[SHIFTEDX:%[0-9]+]]:_(s32) = G_SHL [[X]], [[BITS]]
; CHECK-DAG: [[X32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDX]], [[BITS]]
; CHECK-DAG: [[Y:%[0-9]+]]:_(s32) = COPY [[R1]]
; CHECK-DAG: [[SHIFTEDY:%[0-9]+]]:_(s32) = G_SHL [[Y]], [[BITS]]
; CHECK-DAG: [[Y32:%[0-9]+]]:_(s32) = G_ASHR [[SHIFTEDY]], [[BITS]]
%0(s32) = COPY $r0
%1(s8) = G_TRUNC %0(s32)
%2(s32) = COPY $r1
%3(s8) = G_TRUNC %2(s32)
; HWDIV: [[Q32:%[0-9]+]]:_(s32) = G_SDIV [[X32]], [[Y32]]
; HWDIV: [[P32:%[0-9]+]]:_(s32) = G_MUL [[Q32]], [[Y32]]
; HWDIV: [[R32:%[0-9]+]]:_(s32) = G_SUB [[X32]], [[P32]]
; SOFT-NOT: G_SREM
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X32]]
; SOFT-DAG: $r1 = COPY [[Y32]]
; ARM-AEABI: BL &__aeabi_idivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_idivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-AEABI: [[R32:%[0-9]+]]:_(s32) = COPY $r1
; ARM-DEFAULT: BL &__modsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__modsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-DEFAULT: [[R32:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_SREM
; CHECK: [[R:%[0-9]+]]:_(s32) = G_ASHR
; SOFT-NOT: G_SREM
%4(s8) = G_SREM %1, %3
; CHECK: $r0 = COPY [[R]]
%5(s32) = G_SEXT %4(s8)
$r0 = COPY %5(s32)
BX_RET 14, $noreg, implicit $r0
...
---
name: test_urem_i8
# CHECK-LABEL: name: test_urem_i8
legalized: false
# CHECK: legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
registers:
- { id: 0, class: _ }
- { id: 1, class: _ }
- { id: 2, class: _ }
- { id: 3, class: _ }
- { id: 4, class: _ }
- { id: 5, class: _ }
body: |
bb.0:
liveins: $r0, $r1
; CHECK-DAG: [[R0:%[0-9]+]]:_(s32) = COPY $r0
; CHECK-DAG: [[R1:%[0-9]+]]:_(s32) = COPY $r1
; The G_TRUNC will combine with the extensions introduced by the legalizer,
; leading to the following complicated sequences.
; CHECK: [[BITS:%[0-9]+]]:_(s32) = G_CONSTANT i32 255
; CHECK: [[X:%[0-9]+]]:_(s32) = COPY [[R0]]
; CHECK: [[X32:%[0-9]+]]:_(s32) = G_AND [[X]], [[BITS]]
; CHECK: [[Y:%[0-9]+]]:_(s32) = COPY [[R1]]
; CHECK: [[Y32:%[0-9]+]]:_(s32) = G_AND [[Y]], [[BITS]]
%0(s32) = COPY $r0
%1(s8) = G_TRUNC %0(s32)
%2(s32) = COPY $r1
%3(s8) = G_TRUNC %2(s32)
; HWDIV: [[Q32:%[0-9]+]]:_(s32) = G_UDIV [[X32]], [[Y32]]
; HWDIV: [[P32:%[0-9]+]]:_(s32) = G_MUL [[Q32]], [[Y32]]
; HWDIV: [[R32:%[0-9]+]]:_(s32) = G_SUB [[X32]], [[P32]]
; SOFT-NOT: G_UREM
; SOFT: ADJCALLSTACKDOWN
; SOFT-DAG: $r0 = COPY [[X32]]
; SOFT-DAG: $r1 = COPY [[Y32]]
; ARM-AEABI: BL &__aeabi_uidivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-AEABI: tBL 14, $noreg, &__aeabi_uidivmod, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-AEABI: [[R32:%[0-9]+]]:_(s32) = COPY $r1
; ARM-DEFAULT: BL &__umodsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; THUMB-DEFAULT: tBL 14, $noreg, &__umodsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
; SOFT-DEFAULT: [[R32:%[0-9]+]]:_(s32) = COPY $r0
; SOFT: ADJCALLSTACKUP
; SOFT-NOT: G_UREM
; CHECK: [[R:%[0-9]+]]:_(s32) = G_AND
; SOFT-NOT: G_UREM
%4(s8) = G_UREM %1, %3
; CHECK: $r0 = COPY [[R]]
%5(s32) = G_ZEXT %4(s8)
$r0 = COPY %5(s32)
BX_RET 14, $noreg, implicit $r0
...
| Mirah | 5 | medismailben/llvm-project | llvm/test/CodeGen/ARM/GlobalISel/arm-legalize-divmod.mir | [
"Apache-2.0"
] |
#
# Copyright 2014 (c) Pointwise, Inc.
# All rights reserved.
#
# This sample script is not supported by Pointwise, Inc.
# It is provided freely for demonstration purposes only.
# SEE THE WARRANTY DISCLAIMER AT THE BOTTOM OF THIS FILE.
#
#
# ============================================================================
# GENERATE UNSTRUCTURED VOLUME MESH FOR OPENVSP GENERATED SURFACE MESH
# ============================================================================
# This script will import a surface mesh generated using OpenVSP and create
# an unstructured viscous mesh using T-Rex. The user has control over the
# farfield size and boundary layer resolution.
#
#--------------------------------------------------------------
#-- INITIALIZATION
#--------------------------------------------------------------
package require PWI_Glyph
pw::Application reset
set cwd [file dirname [info script]]
#--------------------------------------------------------------
#-- USER DEFINED PARAMETERS
#--------------------------------------------------------------
# Geometry
set fileName "VspAircraft.stl"; # OpenVSP STL filename
set farfieldDiameter 800; # Farfield diameter (40x body length)
# Boundary Layer Paramters
set maxLayers 100; # Maximum layers for boundary layer region
set initialDs 0.001; # Initial cell height in the boundary layer
set growthRate 1.2; # Growth rate in the boundary layer region
set boundaryDecay 0.95; # Volumetric boundary decay
set farfieldSpacing 40; # Farfield mesh spacing (2x body length)
# T-Rex Quality Criteria
set fullLayers 0; # Full layers (0 for multi-normals, 1 for single normal)
set collisionBuffer 2; # Collision buffer for colliding fronts
set maxAngle 170; # Max included angle for boundary layer elements
set centroidSkew 1.0; # Max centroid skew for boundary layer elements
#--------------------------------------------------------------
#-- MAIN
#--------------------------------------------------------------
# Import VSP File
puts ""
puts "Importing $fileName..."
puts ""
set vspDoms [pw::Grid import [file join $cwd $fileName]]
# Set connector dimension defaults
pw::Connector setCalculateDimensionMethod Spacing
pw::Connector setCalculateDimensionSpacing $farfieldSpacing
pw::Application setGridPreference Unstructured
# Find the center of the grid imported from VSP
set vspExtents [pw::Grid getExtents]
set minExtents [lindex $vspExtents 0]
set maxExtents [lindex $vspExtents 1]
set center(x) [expr {([lindex $minExtents 0]+[lindex $maxExtents 0])/2.0}]
set center(y) [expr {([lindex $minExtents 1]+[lindex $maxExtents 1])/2.0}]
set center(z) [expr {([lindex $minExtents 2]+[lindex $maxExtents 2])/2.0}]
# Create semicircular curve
puts ""
puts "Generating farfield domain..."
puts ""
set dbCurve [pw::Curve create]
set seg [pw::SegmentCircle create]
$seg addPoint " [expr {($farfieldDiameter/2.0)+$center(x)}] $center(y) $center(z)"
$seg addPoint "-[expr {($farfieldDiameter/2.0)+$center(x)}] $center(y) $center(z)"
$seg setCenterPoint "$center(x) $center(y) $center(z)"
$dbCurve addSegment $seg
# Revolve curve to form a sphere for the farfield and create farfield domains
set sphere [pw::Surface create]
$sphere revolve -angle 360.0 $dbCurve "[expr {($farfieldDiameter/2.0)+$center(x)}] $center(y) $center(z)" "1 0 0"
set farfieldDoms [pw::DomainUnstructured createOnDatabase [list $sphere]]
# Assemble the block that consists of the VSP grid and the farfield
puts ""
puts "Assembling unstructured block..."
puts ""
set domList [join [list $vspDoms $farfieldDoms]]
set unsBlock [pw::BlockUnstructured createFromDomains $domList]
# Setup unstructured block attributes
set solveMode [pw::Application begin UnstructuredSolver [list $unsBlock]]
$unsBlock setUnstructuredSolverAttribute TRexMaximumLayers $maxLayers
$unsBlock setUnstructuredSolverAttribute TRexFullLayers $fullLayers
$unsBlock setUnstructuredSolverAttribute TRexGrowthRate $growthRate
$unsBlock setUnstructuredSolverAttribute TRexCollisionBuffer $collisionBuffer
$unsBlock setUnstructuredSolverAttribute TRexSkewCriteriaCentroid $centroidSkew
$unsBlock setUnstructuredSolverAttribute TRexSkewCriteriaMaximumAngle $maxAngle
$unsBlock setUnstructuredSolverAttribute BoundaryDecay $boundaryDecay
# Create and apply the boundary conditions for T-Rex
set wallBC [pw::TRexCondition create]
$wallBC setName "wall"
$wallBC setType "Wall"
$wallBC setSpacing $initialDs
foreach dom $vspDoms {
$wallBC apply [list $unsBlock $dom]
}
# Initialize the volume mesh
puts ""
puts "Initializing volume mesh..."
puts ""
$solveMode run Initialize
$solveMode end
# Set CAE boundary conditions
puts ""
puts "Applying CAE boundary conditions..."
puts ""
set caeWallBC [pw::BoundaryCondition create]
$caeWallBC setName "wall"
foreach dom $vspDoms {$caeWallBC apply [list $unsBlock $dom]}
set caePatchBC [pw::BoundaryCondition create]
$caePatchBC setName "farfield"
foreach dom $farfieldDoms {$caePatchBC apply [list $unsBlock $dom]}
# Save Pointwise file
set fileRoot [file rootname $fileName]
set fileExport "$fileRoot-Grid.pw"
puts ""
puts "Writing $fileExport file..."
puts ""
pw::Application save [file join $cwd $fileExport]
# Examine grid
puts "Grid Summary"
puts "------------------"
puts "[$unsBlock getCellCount] tet cells"
puts ""
# Maximum included angle examination
set blkExm [pw::Examine create BlockMaximumAngle]
$blkExm addEntity $unsBlock
$blkExm setRangeLimits 70.0 170.0
$blkExm examine
puts "[format "Maximum included angle: %.2f" [$blkExm getMaximum]]"
puts "Number of cells above maximum (170): [$blkExm getAboveRange]"
puts ""
$blkExm delete
# Centroid skew examination
set blkExm [pw::Examine create BlockSkewCentroid]
$blkExm addEntity $unsBlock
$blkExm setRangeLimits 0.0 0.7
$blkExm examine
puts "[format "Maximum centroid skew: %.2f" [$blkExm getMaximum]]"
puts "Number of cells above maximum (0.7): [$blkExm getAboveRange]"
puts ""
$blkExm delete
# END SCRIPT
#
# DISCLAIMER:
# TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, POINTWISE DISCLAIMS
# ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED
# TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE, WITH REGARD TO THIS SCRIPT. TO THE MAXIMUM EXTENT PERMITTED
# BY APPLICABLE LAW, IN NO EVENT SHALL POINTWISE BE LIABLE TO ANY PARTY
# FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES
# WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
# BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE
# USE OF OR INABILITY TO USE THIS SCRIPT EVEN IF POINTWISE HAS BEEN
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF THE
# FAULT OR NEGLIGENCE OF POINTWISE.
#
| Glyph | 5 | smola/language-dataset | data/github.com/pointwise/VSP2CFD/986d6b8ea10ecc7cc2bc9e79c2859f6f40638ca2/VSP2CFD.glf | [
"MIT"
] |
# coding: utf-8
from __future__ import unicode_literals
from .brightcove import BrightcoveNewIE
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (
int_or_none,
js_to_json,
smuggle_url,
try_get,
)
class NoovoIE(InfoExtractor):
_VALID_URL = r'https?://(?:[^/]+\.)?noovo\.ca/videos/(?P<id>[^/]+/[^/?#&]+)'
_TESTS = [{
# clip
'url': 'http://noovo.ca/videos/rpm-plus/chrysler-imperial',
'info_dict': {
'id': '5386045029001',
'ext': 'mp4',
'title': 'Chrysler Imperial',
'description': 'md5:de3c898d1eb810f3e6243e08c8b4a056',
'timestamp': 1491399228,
'upload_date': '20170405',
'uploader_id': '618566855001',
'series': 'RPM+',
},
'params': {
'skip_download': True,
},
}, {
# episode
'url': 'http://noovo.ca/videos/l-amour-est-dans-le-pre/episode-13-8',
'info_dict': {
'id': '5395865725001',
'title': 'Épisode 13 : Les retrouvailles',
'description': 'md5:888c3330f0c1b4476c5bc99a1c040473',
'ext': 'mp4',
'timestamp': 1492019320,
'upload_date': '20170412',
'uploader_id': '618566855001',
'series': "L'amour est dans le pré",
'season_number': 5,
'episode': 'Épisode 13',
'episode_number': 13,
},
'params': {
'skip_download': True,
},
}]
BRIGHTCOVE_URL_TEMPLATE = 'http://players.brightcove.net/618566855001/default_default/index.html?videoId=%s'
def _real_extract(self, url):
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)
brightcove_id = self._search_regex(
r'data-video-id=["\'](\d+)', webpage, 'brightcove id')
data = self._parse_json(
self._search_regex(
r'(?s)dataLayer\.push\(\s*({.+?})\s*\);', webpage, 'data',
default='{}'),
video_id, transform_source=js_to_json, fatal=False)
title = try_get(
data, lambda x: x['video']['nom'],
compat_str) or self._html_search_meta(
'dcterms.Title', webpage, 'title', fatal=True)
description = self._html_search_meta(
('dcterms.Description', 'description'), webpage, 'description')
series = try_get(
data, lambda x: x['emission']['nom']) or self._search_regex(
r'<div[^>]+class="banner-card__subtitle h4"[^>]*>([^<]+)',
webpage, 'series', default=None)
season_el = try_get(data, lambda x: x['emission']['saison'], dict) or {}
season = try_get(season_el, lambda x: x['nom'], compat_str)
season_number = int_or_none(try_get(season_el, lambda x: x['numero']))
episode_el = try_get(season_el, lambda x: x['episode'], dict) or {}
episode = try_get(episode_el, lambda x: x['nom'], compat_str)
episode_number = int_or_none(try_get(episode_el, lambda x: x['numero']))
return {
'_type': 'url_transparent',
'ie_key': BrightcoveNewIE.ie_key(),
'url': smuggle_url(
self.BRIGHTCOVE_URL_TEMPLATE % brightcove_id,
{'geo_countries': ['CA']}),
'id': brightcove_id,
'title': title,
'description': description,
'series': series,
'season': season,
'season_number': season_number,
'episode': episode,
'episode_number': episode_number,
}
| Python | 4 | hackarada/youtube-dl | youtube_dl/extractor/noovo.py | [
"Unlicense"
] |
- dashboard: operational_account_activity
title: Operational Account Activity
layout: newspaper
elements:
- name: Top AWS Event Errors
title: Top AWS Event Errors
model: aws_athena_cloudtrail
explore: cloudtrail_logs
type: table
fields:
- cloudtrail_logs.count
- cloudtrail_logs.event_name
- cloudtrail_logs.errorcode
- cloudtrail_logs.errormessage
filters:
cloudtrail_logs.errorcode: "-NULL"
sorts:
- cloudtrail_logs.count desc
limit: 15
column_limit: 50
show_view_names: true
show_row_numbers: true
truncate_column_names: false
hide_totals: false
hide_row_totals: false
table_theme: gray
limit_displayed_rows: false
enable_conditional_formatting: false
conditional_formatting_ignored_fields: []
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
listen:
Date: cloudtrail_logs.event_time_date
row: 4
col: 6
width: 18
height: 8
- name: Top IAM Users
title: Top IAM Users
model: aws_athena_cloudtrail
explore: cloudtrail_logs
type: table
fields:
- cloudtrail_logs.user_name
- cloudtrail_logs.event_name
- cloudtrail_logs.total_events
filters:
cloudtrail_logs.user_type: IAMUser
sorts:
- cloudtrail_logs.total_events desc
limit: 15
column_limit: 50
show_view_names: true
show_row_numbers: true
truncate_column_names: false
hide_totals: false
hide_row_totals: false
table_theme: gray
limit_displayed_rows: false
enable_conditional_formatting: false
conditional_formatting_ignored_fields: []
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
listen:
Date: cloudtrail_logs.event_time_date
row: 12
col: 0
width: 18
height: 8
- name: Root Activity
title: Root Activity
model: aws_athena_cloudtrail
explore: cloudtrail_logs
type: table
fields:
- cloudtrail_logs.event_name
- cloudtrail_logs.user_invoked_by
- cloudtrail_logs.total_events
filters:
cloudtrail_logs.user_type: Root
sorts:
- cloudtrail_logs.total_events desc
limit: 15
column_limit: 50
show_view_names: true
show_row_numbers: true
truncate_column_names: false
hide_totals: false
hide_row_totals: false
table_theme: gray
limit_displayed_rows: false
enable_conditional_formatting: false
conditional_formatting_ignored_fields: []
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
listen:
Date: cloudtrail_logs.event_time_date
row: 20
col: 6
width: 18
height: 8
- name: Top AWS Event Errors (Operations)
type: text
title_text: Top AWS Event Errors
subtitle_text: ''
body_text: "Use: Recurring error messages can be a sign of an incorrectly configured\
\ policy, the wrong permissions applied to an application, or an unknown change\
\ in your workloads. The following query shows the top errors that have occurred\
\ during the selected timeframe.\n\nInterpretation: \nThese errors might indicate\
\ an incorrectly configured CloudWatch alarm or S3 bucket policy."
row: 4
col: 0
width: 6
height: 8
- name: Top IAM Users (Operations)
type: text
title_text: Top IAM Users
body_text: |-
Use: This data table shows the top IAM users and activities by event name.
Interpretation: The results will show the total activities initiated by each IAM user and the event name for those activities. Drill into this query to filter the activity and view only events that occurred outside of the known network or after hours.
row: 12
col: 18
width: 6
height: 8
- name: Root Activity (Operations)
type: text
title_text: Root Activity
body_text: |-
Use: Another useful query is to understand how the root account and credentials are being used and which activities are being performed by root. The following query will look at the top events initiated by root from the beginning of the year.
Interpretation: It will show whether these were direct root activities or whether they were invoked by an AWS service (and, if so, which one) to perform an activity.
row: 20
col: 0
width: 6
height: 8
- name: Operational Account Activity
type: text
title_text: Operational Account Activity
body_text: An important part of running workloads in AWS is understanding recurring
errors, how administrators and employees are interacting with your workloads,
and who or what is using root privileges in your account.
row: 0
col: 0
width: 24
height: 4
filters:
- name: Date
title: Date
type: date_filter
default_value: 48 hours
model: aws_athena_cloudtrail
explore: cloudtrail_logs
field: cloudtrail_logs.eventtime
listens_to_filters: []
allow_multiple_values: true
| LookML | 4 | voltagebots/aws_cloudtrail_block | operational_account_activity.dashboard.lookml | [
"MIT"
] |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.interactive-editor .input-cell-container {
box-sizing: border-box;
}
.interactive-editor .input-cell-container .input-focus-indicator {
position: absolute;
left: 0px;
height: 19px;
}
.interactive-editor .input-cell-container .input-focus-indicator::before {
border-left: 3px solid transparent;
border-radius: 2px;
margin-left: 4px;
content: "";
position: absolute;
width: 0px;
height: 100%;
z-index: 10;
left: 0px;
top: 0px;
height: 100%;
}
.interactive-editor .input-cell-container .run-button-container {
position: absolute;
}
.interactive-editor .input-cell-container .run-button-container .monaco-toolbar .actions-container {
justify-content: center;
}
| CSS | 2 | sbj42/vscode | src/vs/workbench/contrib/interactive/browser/media/interactive.css | [
"MIT"
] |
#include <oxstd.oxh>
#include <oxfloat.oxh>
#import <switching>
///////////////////////////////////////////////////////////////////////
//
class GaussianMix
{
GaussianMix(const mData, const cS);
static Generate(const cN, const vProb, const avMu, const avSD);
static MapToArgs(const vP, const cS, const cP);
static MapToPar(const vProb, const avMu, const avSD);
GetStartPar();
GetLowerBound();
GetUpperBound();
GetLogGaussian(const vP);
virtual UpdatePar(vP);
virtual LogLikAt(const vP);
CheckPar(const vP);
decl m_mData;
decl m_cS, m_cN, m_cP;
};
GaussianMix::GaussianMix(const mData, const cS)
{
m_mData = mData;
m_cS = cS; // no of mixtures
m_cN = sizer(mData); // no of observations
m_cP = sizec(mData); // dimension of multivariate normal
}
/** Generates a random sample.
@param cN no of observations N
@param vProb[S] probabilities of each state
@param avMu[S] array[S] with means for each state (for p-dimensional normal: matrix[1][p] with means for each state)
@param avSd[S] array[S] with standard deviations for each state (for p-dimensional normal: matrix[1][p] with standard
deviations for each state, so assuming diagonal variance matrix)
@returns matrix[N][p]
*/
GaussianMix::Generate(const cN, const vProb, const avMu, const avSD)
{
decl cs = sizerc(vProb), cp = sizerc(avMu[0]);
// draw the states: this is a unit vector for each, e.g. 0100
decl ms = countr(ranu(cN, 1), cumulate(vec(vProb[ : cs - 2])));
decl mx = rann(cN, cp);
// loop over the states, drawing from the appropriate normal distribution
for (decl i = 0; i < cs; ++i)
{
decl state_i = vecindex(ms[][i]);
mx[state_i][] = avMu[i] + mx[state_i][] .* avSD[i];
}
return mx;
}
/** Split vectorized parameters.
@returns array[3]: {probs[1][S], {mu_0[1][p],...}[S], {sd_0[1][p],...}[S] }.
*/
GaussianMix::MapToArgs(const vP, const cS, const cP)
{
decl prob = vP[ : cS - 2]', amu, asd;
amu = asd = new array[cS];
for (decl i = 0, j = cS - 1; i < cS; ++i, j += 2 * cP)
{
amu[i] = vP[j : j + cP - 1]';
asd[i] = vP[j + cP : j + 2 * cP - 1]';
}
prob ~= 1 - sumr(prob);
return { prob, amu, asd };
}
/** Map separate parameters to vectorized version.
@param vProb[S] probabilities of each state
@param avMu[S] array[S] with means for each state (for p-dimensional normal: matrix[1][p] with means for each state)
@param avSd[S] array[S] with standard deviations for each state (for p-dimensional normal: matrix[1][p] with standard
deviations for each state, so assuming diagonal variance matrix)
@returns vectorized parameters: S-1 probabilities, Means 1, SDs 1, Means 2, SDs 2, ...
*/
GaussianMix::MapToPar(const vProb, const avMu, const avSD)
{
decl vp = vec(vProb[ : sizerc(vProb) - 2]);
for (decl i = 0; i < sizeof(avMu); ++i)
{
vp |= vec(avMu[i]) | vec(avSD[i]);
}
return vp;
}
/** Get the lower bound of the vectorized coefficients
*/
GaussianMix::GetLowerBound()
{
decl vp = zeros(m_cS - 1, 1);
for (decl i = 0; i < m_cS; ++i)
{
vp |= constant(-.Inf, m_cP, 1) | constant(1e-10, m_cP, 1);
}
return vp;
}
/** Get the lower bound of the vectorized coefficients
*/
GaussianMix::GetUpperBound()
{
decl vp = ones(m_cS - 1, 1);
for (decl i = 0; i < m_cS; ++i)
{
vp |= constant(+.Inf, m_cP, 1) | constant(+.Inf, m_cP, 1);
}
return vp;
}
/** Determines neutral starting values.
*/
GaussianMix::GetStartPar()
{
decl prob = constant(1 / m_cS, 1, m_cS), amu, asd;
amu = asd = new array[m_cS];
// get distance measure of standardized data on [0,1] scale
decl dist = sqrt(sumsqrr(standardize(m_mData)) / m_cP);
dist -= min(dist);
dist /= max(dist);
// use this for initial partition
for (decl i = 0, p_lo = 0, p_hi = 0; i < m_cS; ++i)
{
p_lo = p_hi; p_hi = p_lo + prob[i];
decl sel = vecindex(dist .>= p_lo .&& dist .<= p_hi);
// need protection against selection getting too small?
prob[i] = sizerc(sel) / sizer(m_mData);
amu[i] = meanc(m_mData[sel][]);
asd[i] = sqrt(varc(m_mData[sel][]));
}
return MapToPar(prob, amu, asd);
}
/** Selects parameters for convergence check.
*/
GaussianMix::CheckPar(const vP)
{
return vP;
}
/** Returns the log of the multivariate normal distribution at vP.
*/
GaussianMix::GetLogGaussian(const vP)
{
decl prob, amu, asd;
[prob, amu, asd] = MapToArgs(vP, m_cS, m_cP);
decl vlogdet = zeros(1, m_cS), mxtx = zeros(m_cN, m_cS);
for (decl i = 0; i < m_cS; ++i)
{
vlogdet[i] = 2 * sumr(log(asd[i]));
mxtx[][i] = sumsqrr((m_mData - amu[i]) ./ asd[i]);
}
return -0.5 * (mxtx + vlogdet + m_cP * log(M_2PI));
}
GaussianMix::UpdatePar(vP)
{
decl mxtx = GetLogGaussian(vP), prob = vP[ : m_cS - 2]', mu, sd, vp_prev = vP;
prob ~= 1 - sumr(prob);
decl mxr_xtx = maxr(mxtx);
decl posterior = prob .* exp(mxtx - mxr_xtx);
posterior ./= sumr(posterior);
prob = meanc(posterior); // new probabilities
vP[ : m_cS - 2] = prob';
posterior ./= prob;
for (decl i = 0, j = m_cS - 1; i < m_cS; ++i, j += 2 * m_cP)
{
mu = meanc(posterior[][i] .* m_mData);
sd = sqrt( meanc(posterior[][i] .* sqr(m_mData - mu)));
vP[j : ] = mu';
vP[j + m_cP : ] = sd';
}
//println(vp_prev ~ vP);
return vP;
}
/** Returns the loglikelihood.
*/
GaussianMix::LogLikAt(const vP)
{
decl mxtx = GetLogGaussian(vP), prob = vP[ : m_cS - 2]';
prob ~= 1 - sumr(prob);
decl mxr_xtx = maxr(mxtx);
decl mloglik = exp(mxtx - mxr_xtx) * prob';
return double(meanc(mxr_xtx + log(mloglik)));
}
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
class MySwitching : Switching
{
MySwitching(iLineSearchMode);
static Report(mResult, time);
}
MySwitching::MySwitching(iLineSearchMode)
{
Switching();
SetLineSearchMode(iLineSearchMode);
SetLineSearchCrit(0);
SetLineSearchWarmUp(0);
// SetExtraUpdate(1);
}
MySwitching::Report(mResult, time)
{
mResult[][0] -= max(mResult[][0]);
println("%cf", {"%10.0f","%10.0f","%10.0f","%10.0f","%10.0f","%10.2f"}, "%c", {"iters","updates","logliks","failures","below","CPU(s)"},
meanc(mResult[][2:]) ~ sumc(mResult[][1] .> MAX_WEAK_CONV) ~ .NaN ~ (timer() - time) / 100);
}
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
RunGXM(const iLineSearchMode, const cM, const cN, const cS, const cP)
{
decl vpi, amu, asd, mu;
decl model, switching, mresult = zeros(cM, 5), vp_dgp, vp_0, vp, dfunc, retval;
decl fn_random_args = [=]()
{
decl vprob = zeros(1, cS), amu, asd;
amu = asd = new array[cS];
for (decl i = 0; i < cS; ++i)
{
vprob[i] = ranu(1, 1) * (1 - sumr(vprob));
amu[i] = i + rann(1, cP) / 10;
asd[i] = 0.5 + ranu(1, cP);
}
vprob[cS - 1] = 1 - sumr(vprob[ : cS - 2]);
return {vprob, amu, asd};
};
decl time = timer();
// run all experiments on the same seed
ranseed(-1);
// parallel
for (decl i = 0; i < cM; ++i)
{
// draw a design
[vpi, amu, asd] = fn_random_args();
vp_dgp = GaussianMix::MapToPar(vpi, amu, asd);
// draw a sample and create model
model = new GaussianMix(GaussianMix::Generate(cN, vpi, amu, asd), cS);
switching = new MySwitching(iLineSearchMode);
vp = vp_0 = model.GetStartPar();
//println(vpi, amu, asd, "%25.15g", model.LogLikAt(vp), vp_0 ~ vp_dgp ~ vp);
//println("%25.15g", model.LogLikAt(vp), vp_0 ~ vp_dgp ~ vp ~ model.UpdatePar(vp));
//exit(0);
[vp, dfunc, retval] = switching.Estimate(model.LogLikAt, model.UpdatePar, model.CheckPar,
vp, model.GetLowerBound(), model.GetUpperBound(), 1e-12, 10000, -1);
//println("%25.15g", vp_0 ~ vp_dgp ~ vp);
mresult[i][] = dfunc ~ switching.GetIterInfo();
delete model;
delete switching;
}
print("Gaussian mixture model ", Switching::GetLineSearchName(iLineSearchMode), " M=", cM, " N=", cN, " S=", cS, " P=", cP);
MySwitching::Report(mresult, time);
return mresult;
}
///////////////////////////////////////////////////////////////////////
main()
{
format(1000);
decl als0 = {Switching::LS_NONE, Switching::LS_1STEP, Switching::LS_SQS3G, Switching::LS_PARABOLIC};
decl mlogdets = <>;
// 1. S=3,P=1: methods converge to different stationary points
// 2. S=3,P=1: why does parabolic have failures?
foreach (decl ls in als0)
mlogdets ~= RunGXM(ls, 100, 1000, 3, 1)[][0];
decl mgap = fabs(mlogdets - maxr(mlogdets));
// print the largest deviation from the maximum over all methods
println("\nMaximum of the likelihoods in deviation from the maximum of those achieved by each method:",
maxc(mgap));
println("Premature convergence, deviations:");
println((range(0, sizer(mgap) - 1)' ~ fabs(mgap))[vecindex(maxr(mgap) .> 1e-5)][] );
println("Premature convergence, likelihoods:");
println("%cf", {"%8.0f","%22.10g"}, (range(0, sizer(mgap) - 1)' ~ fabs(mlogdets))[vecindex(maxr(mgap) .> 1e-5)][] );
} | Ox | 5 | doornik/Ox-SwitchingAcceleration | switching_gxm.ox | [
"MIT"
] |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
android:viewportHeight="20"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M15.5,3h-3.57c-0.22,-0.86 -1,-1.5 -1.93,-1.5C9.07,1.5 8.29,2.14 8.07,3H4.5C3.67,3 3,3.67 3,4.5v11C3,16.33 3.67,17 4.5,17h11c0.83,0 1.5,-0.67 1.5,-1.5v-11C17,3.67 16.33,3 15.5,3zM10,3c0.28,0 0.5,0.22 0.5,0.5C10.5,3.78 10.28,4 10,4S9.5,3.78 9.5,3.5C9.5,3.22 9.72,3 10,3zM8.23,12.3l-1.59,-1.59c-0.29,-0.29 -0.29,-0.77 0,-1.06l0,0c0.29,-0.29 0.77,-0.29 1.06,0l1.24,1.24l3.36,-3.36c0.29,-0.29 0.77,-0.29 1.06,0l0,0c0.29,0.29 0.29,0.77 0,1.06L9.65,12.3C9.26,12.69 8.62,12.69 8.23,12.3z"/>
</vector>
| XML | 3 | Imudassir77/material-design-icons | android/action/assignment_turned_in/materialiconsround/black/res/drawable/round_assignment_turned_in_20.xml | [
"Apache-2.0"
] |
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
// This module implements a common subexpression elimination pass. We
// process the nodes in the graph in reverse postorder
// (i.e. inputs before their downstream dependencies). The rough algorithm is
// as follows:
//
// std::unordered_map<size_t, Node*> available
// for each node n in forward topological order:
// h = NodeHash(n)
// if available[h] exists and Equivalent(available(h), h)
// redirect downstream uses of outputs of n to available[h]
// remove n from graph
// else
// if available[h] does not exist
// available[h] = n
//
// This is similar to the global value number algorithm describe in this
// paper:
//
// "Global code motion/global value numbering", Cliff Click, PLDI '95
// Proceedings of the ACM SIGPLAN 1995 conference on Programming
// language design and implementation, Pages 246-257
// http://dl.acm.org/citation.cfm?id=207154
#include "tensorflow/core/graph/optimizer_cse.h"
#include <iostream>
#include <unordered_map>
#include <utility>
#include <vector>
#include "tensorflow/core/framework/node_def.pb.h"
#include "tensorflow/core/framework/node_def_util.h"
#include "tensorflow/core/graph/algorithm.h"
#include "tensorflow/core/graph/graph_node_util.h"
#include "tensorflow/core/lib/gtl/map_util.h"
#include "tensorflow/core/lib/hash/hash.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/protobuf.h"
namespace tensorflow {
class OptimizerCSE {
public:
explicit OptimizerCSE(Graph* g) : g_(g) {}
bool Optimize(const std::function<bool(const Node*)>& consider_fn);
private:
static size_t NodeHash(const Node* n);
static bool Equivalent(const Node* a, const Node* b,
AttrSlice::Scratch* scratch);
Graph* g_;
};
static void FillInputs(const Node* n,
gtl::InlinedVector<const Node*, 4>* control_edges,
gtl::InlinedVector<std::pair<const Node*, int>, 4>* in) {
DCHECK_EQ(in->size(), n->num_inputs());
control_edges->clear();
for (const Edge* e : n->in_edges()) {
if (e->IsControlEdge()) {
control_edges->push_back(e->src());
} else {
(*in)[e->dst_input()] = std::make_pair(e->src(), e->src_output());
}
}
std::sort(control_edges->begin(), control_edges->end());
if (n->op_def().is_commutative()) {
// For commutative inputs, we sort the input by the input Node*
// to get a canonical ordering (so that add(a,b) and add(b, a) will
// hash to the same value if is_commutative is true for 'add').
std::sort(in->begin(), in->end());
}
}
static size_t kIllegalNodeHash = 0;
class Hasher {
public:
uint64 hash() { return h_ == kIllegalNodeHash ? kIllegalNodeHash + 1 : h_; }
void MixString(const string& s) { h_ = Hash64(s.data(), s.size(), h_); }
void MixInteger(size_t z) { h_ = Hash64Combine(h_, z); }
void MixProto(const protobuf::MessageLite& msg) {
msg.ByteSizeLong(); // Ensure sizes are cached accurately.
HashingOutputStream hasher;
{
// CodedOutputStream doesn't call BackUp until it's destroyed, so we need
// it to be destroyed before we call hasher.hash().
protobuf::io::CodedOutputStream stream(&hasher);
stream.EnableAliasing(true);
stream.SetSerializationDeterministic(true);
msg.SerializeWithCachedSizes(&stream);
}
h_ = Hash64Combine(h_, hasher.hash());
}
private:
// HashingOutputStream produces the same exact hash as if you serialized the
// proto and hashed it sequentially in kBufSize chunks, except it doesn't
// manifest the entire proto into memory at any point.
class HashingOutputStream : public protobuf::io::ZeroCopyOutputStream {
public:
// This kBufSize makes sizeof(HashingOutputStream) == 256. It's not chosen
// for any particular reason except it's a nice even number of cache lines.
static constexpr size_t kBufSize = 228;
static constexpr uint64 kDefaultSeed = 2570847921467975139ULL;
bool Next(void** data, int* size) override {
if (i_ == kBufSize) {
// Mix the chunk in.
Mix(buf_, kBufSize);
*data = buf_;
*size = kBufSize;
} else {
*data = buf_ + i_;
*size = kBufSize - i_;
}
// We always set i_ to be past the end, since we've given the rest of buf_
// out.
i_ = kBufSize;
return true;
}
void BackUp(int count) override { i_ -= count; }
int64_t ByteCount() const override { return byte_count_; }
bool WriteAliasedRaw(const void* void_data, int size) override {
// We can't do math on void*.
const char* data = static_cast<const char*>(void_data);
const auto remaining = kBufSize - i_;
if (remaining > 0) {
if (size < remaining) {
memcpy(buf_ + i_, data, size);
i_ += size;
return true;
}
memcpy(buf_ + i_, data, remaining);
i_ = kBufSize;
data += remaining;
size -= remaining;
}
if (i_ == kBufSize) {
Mix(buf_, kBufSize);
i_ = 0;
}
while (size >= kBufSize) {
Mix(data, kBufSize);
data += kBufSize;
size -= kBufSize;
}
memcpy(buf_, data, size);
i_ = size;
return true;
}
bool AllowsAliasing() const override { return true; }
uint64 hash() {
if (i_ != 0) {
Mix(buf_, i_);
i_ = 0;
}
return h_;
}
private:
void Mix(const char* p, size_t n) {
byte_count_ += n;
h_ = Hash64(p, n, h_);
}
char buf_[kBufSize];
int i_ = 0;
int64_t byte_count_ = 0;
uint64 h_ = kDefaultSeed;
};
uint64 h_ = HashingOutputStream::kDefaultSeed;
};
size_t OptimizerCSE::NodeHash(const Node* n) {
Hasher hasher;
hasher.MixString(n->type_string());
hasher.MixInteger(n->output_types().size());
for (DataType dt : n->output_types()) {
hasher.MixInteger(dt);
}
hasher.MixInteger(n->num_inputs());
gtl::InlinedVector<const Node*, 4> control_edges;
gtl::InlinedVector<std::pair<const Node*, int>, 4> in(n->num_inputs());
FillInputs(n, &control_edges, &in);
for (const auto& edge : in) {
hasher.MixInteger(edge.first->id());
hasher.MixInteger(edge.second);
}
#if !defined(__ANDROID__)
// Hash the attrs. For example, this makes sure different constants
// end up in different hash buckets.
size_t attr_hashes = 0;
for (const auto& attr : n->attrs()) {
Hasher h;
h.MixString(attr.first);
h.MixProto(attr.second);
attr_hashes = Hash64CombineUnordered(attr_hashes, h.hash());
}
hasher.MixInteger(attr_hashes);
#endif
return hasher.hash();
}
static bool HasRefInput(const Node* n) {
for (auto dt : n->input_types()) {
if (IsRefType(dt)) return true;
}
return false;
}
bool OptimizerCSE::Equivalent(const Node* a, const Node* b,
AttrSlice::Scratch* scratch) {
// Different op names are different
if (a->type_string() != b->type_string()) return false;
// Never consider stateful nodes (such as non-const inputs) equivalent.
if (a->op_def().is_stateful()) return false;
// For now, we consider any node that takes a ref input to not be
// equivalent to any other node.
if (HasRefInput(a) || HasRefInput(b)) return false;
// Compare attrs. Note that equal attrs implies equal input and
// output types.
if (!a->attrs().EqualAttrs(b->attrs(), scratch)) return false;
// Compare input sources
if (a->num_inputs() != b->num_inputs()) return false;
const int N_in = a->num_inputs();
gtl::InlinedVector<const Node*, 4> a_control_edges;
gtl::InlinedVector<const Node*, 4> b_control_edges;
gtl::InlinedVector<std::pair<const Node*, int>, 4> a_in(N_in);
gtl::InlinedVector<std::pair<const Node*, int>, 4> b_in(N_in);
FillInputs(a, &a_control_edges, &a_in);
FillInputs(b, &b_control_edges, &b_in);
if (a_in != b_in) return false;
if (a_control_edges != b_control_edges) return false;
return true;
}
bool OptimizerCSE::Optimize(
const std::function<bool(const Node*)>& consider_fn) {
// This very simple implementation works if the whole graph is one
// giant basic block (because we just traverse nodes in a
// topological order). This simple implementation works well
// with control flow/loops/etc. But we need to be careful about
// control flow if we want to add more sophisticated CSE optimizations.
// TODO(jeff): We need to handle Update nodes specially, but dealing
// with more general control flow will also solve this issue, and for
// now, our updates are almost always the most downstream nodes in
// the graph.
std::vector<Node*> order;
GetReversePostOrder(*g_, &order);
// Our value is just a single Node*, meaning we keep just a single
// candidate for a given node hash value. This may cause us to
// (rarely) lose some optimization opportunities if there are
// hash collisions, but it allows us to avoid having the value
// be a set<Node*> (or equivalent).
std::unordered_map<size_t, Node*> available;
// Scratch space for Equivalent calls. Allocated here and passed in to
// Equivalent to avoid allocation inside the loop below.
bool changed = false;
AttrSlice::Scratch scratch;
for (Node* n : order) {
if (!n->IsOp()) continue;
// Don't prune placeholder nodes.
if (n->type_string() == "Placeholder" ||
n->type_string() == "PlaceholderV2" ||
n->type_string() == "PlaceholderWithDefault") {
continue;
}
// See if we should consider this node at all
if (consider_fn != nullptr && !consider_fn(n)) continue;
size_t h = NodeHash(n);
Node** candidate = &available[h];
if (*candidate == nullptr) {
// No existing match: insert "n" into the hash table under "h"
*candidate = n;
} else if (Equivalent(*candidate, n, &scratch)) {
VLOG(1) << "CSE: equivalent: " << (*candidate)->name() << " and "
<< n->name();
// *candidate and n are equivalent. Therefore, we can replace
// n with *candidate by fixing up outgoing edges from "n" to instead
// come from "*candidate", and then delete n from the graph
for (const Edge* e : n->out_edges()) {
g_->AddEdge(*candidate, e->src_output(), e->dst(), e->dst_input());
}
MergeDebugInfo(NodeDebugInfo(*n), *candidate);
g_->RemoveNode(n);
changed = true;
}
}
return changed;
}
bool OptimizeCSE(Graph* g,
const std::function<bool(const Node*)>& consider_fn) {
OptimizerCSE opt(g);
return opt.Optimize(consider_fn);
}
} // namespace tensorflow
| C++ | 5 | yage99/tensorflow | tensorflow/core/graph/optimizer_cse.cc | [
"Apache-2.0"
] |
D:/gitee/open/tinyriscv/tests/riscv-compliance/build_generated/rv32i/I-RF_size-01.elf: file format elf32-littleriscv
Disassembly of section .text.init:
00000000 <_start>:
0: 04c0006f j 4c <reset_vector>
00000004 <trap_vector>:
4: 34202f73 csrr t5,mcause
8: 00800f93 li t6,8
c: 03ff0a63 beq t5,t6,40 <write_tohost>
10: 00900f93 li t6,9
14: 03ff0663 beq t5,t6,40 <write_tohost>
18: 00b00f93 li t6,11
1c: 03ff0263 beq t5,t6,40 <write_tohost>
20: 00000f17 auipc t5,0x0
24: fe0f0f13 addi t5,t5,-32 # 0 <_start>
28: 000f0463 beqz t5,30 <trap_vector+0x2c>
2c: 000f0067 jr t5
30: 34202f73 csrr t5,mcause
34: 000f5463 bgez t5,3c <handle_exception>
38: 0040006f j 3c <handle_exception>
0000003c <handle_exception>:
3c: 5391e193 ori gp,gp,1337
00000040 <write_tohost>:
40: 00001f17 auipc t5,0x1
44: fc3f2023 sw gp,-64(t5) # 1000 <tohost>
48: ff9ff06f j 40 <write_tohost>
0000004c <reset_vector>:
4c: 00000193 li gp,0
50: 00000297 auipc t0,0x0
54: fb428293 addi t0,t0,-76 # 4 <trap_vector>
58: 30529073 csrw mtvec,t0
5c: 30005073 csrwi mstatus,0
60: 00000297 auipc t0,0x0
64: 02028293 addi t0,t0,32 # 80 <begin_testcode>
68: 34129073 csrw mepc,t0
6c: 00000293 li t0,0
70: 10000337 lui t1,0x10000
74: 01030313 addi t1,t1,16 # 10000010 <_end+0xfffde0c>
78: 00532023 sw t0,0(t1)
7c: 30200073 mret
00000080 <begin_testcode>:
80: 00002817 auipc a6,0x2
84: f8080813 addi a6,a6,-128 # 2000 <begin_signature>
88: 42727037 lui zero,0x42727
8c: e6f00013 li zero,-401
90: 563330b7 lui ra,0x56333
94: 24908093 addi ra,ra,585 # 56333249 <_end+0x56331045>
98: 2d562137 lui sp,0x2d562
9c: 05210113 addi sp,sp,82 # 2d562052 <_end+0x2d55fe4e>
a0: 526971b7 lui gp,0x52697
a4: 36318193 addi gp,gp,867 # 52697363 <_end+0x5269515f>
a8: 736b8237 lui tp,0x736b8
ac: 92020213 addi tp,tp,-1760 # 736b7920 <_end+0x736b571c>
b0: 737462b7 lui t0,0x73746
b4: 57228293 addi t0,t0,1394 # 73746572 <_end+0x7374436e>
b8: 6e205337 lui t1,0x6e205
bc: e6f30313 addi t1,t1,-401 # 6e204e6f <_end+0x6e202c6b>
c0: 4d6973b7 lui t2,0x4d697
c4: c6138393 addi t2,t2,-927 # 4d696c61 <_end+0x4d694a5d>
c8: 6f646437 lui s0,0x6f646
cc: 17340413 addi s0,s0,371 # 6f646173 <_end+0x6f643f6f>
d0: 6b7944b7 lui s1,0x6b794
d4: 06348493 addi s1,s1,99 # 6b794063 <_end+0x6b791e5f>
d8: 74657537 lui a0,0x74657
dc: 27350513 addi a0,a0,627 # 74657273 <_end+0x7465506f>
e0: 286e75b7 lui a1,0x286e7
e4: f7358593 addi a1,a1,-141 # 286e6f73 <_end+0x286e4d6f>
e8: 656b2637 lui a2,0x656b2
ec: 04860613 addi a2,a2,72 # 656b2048 <_end+0x656afe44>
f0: 205266b7 lui a3,0x20526
f4: 16468693 addi a3,a3,356 # 20526164 <_end+0x20523f60>
f8: 6f6d3737 lui a4,0x6f6d3
fc: 92c70713 addi a4,a4,-1748 # 6f6d292c <_end+0x6f6d0728>
100: 697037b7 lui a5,0x69703
104: e6378793 addi a5,a5,-413 # 69702e63 <_end+0x69700c5f>
108: 00082023 sw zero,0(a6)
10c: 00182223 sw ra,4(a6)
110: 00282423 sw sp,8(a6)
114: 00382623 sw gp,12(a6)
118: 00482823 sw tp,16(a6)
11c: 00582a23 sw t0,20(a6)
120: 00682c23 sw t1,24(a6)
124: 00782e23 sw t2,28(a6)
128: 02882023 sw s0,32(a6)
12c: 02982223 sw s1,36(a6)
130: 02a82423 sw a0,40(a6)
134: 02b82623 sw a1,44(a6)
138: 02c82823 sw a2,48(a6)
13c: 02d82a23 sw a3,52(a6)
140: 02e82c23 sw a4,56(a6)
144: 02f82e23 sw a5,60(a6)
148: 00002217 auipc tp,0x2
14c: ef820213 addi tp,tp,-264 # 2040 <test_A2_res>
150: 636f6837 lui a6,0x636f6
154: 46180813 addi a6,a6,1121 # 636f6461 <_end+0x636f425d>
158: 6a6578b7 lui a7,0x6a657
15c: b4088893 addi a7,a7,-1216 # 6a656b40 <_end+0x6a65493c>
160: 20287937 lui s2,0x20287
164: 86190913 addi s2,s2,-1951 # 20286861 <_end+0x2028465d>
168: 616a69b7 lui s3,0x616a6
16c: 56b98993 addi s3,s3,1387 # 616a656b <_end+0x616a4367>
170: 61766a37 lui s4,0x61766
174: 520a0a13 addi s4,s4,1312 # 61766520 <_end+0x6176431c>
178: 2e205ab7 lui s5,0x2e205
17c: c65a8a93 addi s5,s5,-923 # 2e204c65 <_end+0x2e202a61>
180: 636f7b37 lui s6,0x636f7
184: d29b0b13 addi s6,s6,-727 # 636f6d29 <_end+0x636f4b25>
188: 73697bb7 lui s7,0x73697
18c: 02eb8b93 addi s7,s7,46 # 7369702e <_end+0x73694e2a>
190: 66208c37 lui s8,0x66208
194: 96fc0c13 addi s8,s8,-1681 # 6620796f <_end+0x6620576b>
198: 67652cb7 lui s9,0x67652
19c: 069c8c93 addi s9,s9,105 # 67652069 <_end+0x6764fe65>
1a0: 65737d37 lui s10,0x65737
1a4: 361d0d13 addi s10,s10,865 # 65737361 <_end+0x6573515d>
1a8: 75732db7 lui s11,0x75732
1ac: 06dd8d93 addi s11,s11,109 # 7573206d <_end+0x7572fe69>
1b0: 3a291e37 lui t3,0x3a291
1b4: d0ae0e13 addi t3,t3,-758 # 3a290d0a <_end+0x3a28eb06>
1b8: 68697eb7 lui t4,0x68697
1bc: 320e8e93 addi t4,t4,800 # 68697320 <_end+0x6869511c>
1c0: 61642f37 lui t5,0x61642
1c4: 074f0f13 addi t5,t5,116 # 61642074 <_end+0x6163fe70>
1c8: 75207fb7 lui t6,0x75207
1cc: 265f8f93 addi t6,t6,613 # 75207265 <_end+0x75205061>
1d0: 01022023 sw a6,0(tp) # 0 <_start>
1d4: 01122223 sw a7,4(tp) # 4 <trap_vector>
1d8: 01222423 sw s2,8(tp) # 8 <trap_vector+0x4>
1dc: 01322623 sw s3,12(tp) # c <trap_vector+0x8>
1e0: 01422823 sw s4,16(tp) # 10 <trap_vector+0xc>
1e4: 01522a23 sw s5,20(tp) # 14 <trap_vector+0x10>
1e8: 01622c23 sw s6,24(tp) # 18 <trap_vector+0x14>
1ec: 01722e23 sw s7,28(tp) # 1c <trap_vector+0x18>
1f0: 03822023 sw s8,32(tp) # 20 <trap_vector+0x1c>
1f4: 03922223 sw s9,36(tp) # 24 <trap_vector+0x20>
1f8: 03a22423 sw s10,40(tp) # 28 <trap_vector+0x24>
1fc: 03b22623 sw s11,44(tp) # 2c <trap_vector+0x28>
200: 03c22823 sw t3,48(tp) # 30 <trap_vector+0x2c>
204: 03d22a23 sw t4,52(tp) # 34 <trap_vector+0x30>
208: 03e22c23 sw t5,56(tp) # 38 <trap_vector+0x34>
20c: 03f22e23 sw t6,60(tp) # 3c <handle_exception>
210: 00002217 auipc tp,0x2
214: e7020213 addi tp,tp,-400 # 2080 <test_A3_res>
218: 00022023 sw zero,0(tp) # 0 <_start>
21c: 00122223 sw ra,4(tp) # 4 <trap_vector>
220: 00222423 sw sp,8(tp) # 8 <trap_vector+0x4>
224: 00322623 sw gp,12(tp) # c <trap_vector+0x8>
228: 00002297 auipc t0,0x2
22c: dd828293 addi t0,t0,-552 # 2000 <begin_signature>
230: 10000337 lui t1,0x10000
234: 00830313 addi t1,t1,8 # 10000008 <_end+0xfffde04>
238: 00532023 sw t0,0(t1)
23c: 00002297 auipc t0,0x2
240: e5428293 addi t0,t0,-428 # 2090 <end_signature>
244: 10000337 lui t1,0x10000
248: 00c30313 addi t1,t1,12 # 1000000c <_end+0xfffde08>
24c: 00532023 sw t0,0(t1)
250: 00100293 li t0,1
254: 10000337 lui t1,0x10000
258: 01030313 addi t1,t1,16 # 10000010 <_end+0xfffde0c>
25c: 00532023 sw t0,0(t1)
260: 00000013 nop
264: 00100193 li gp,1
268: 00000073 ecall
0000026c <end_testcode>:
26c: c0001073 unimp
...
Disassembly of section .tohost:
00001000 <tohost>:
...
00001100 <fromhost>:
...
Disassembly of section .data:
00002000 <begin_signature>:
2000: ffff 0xffff
2002: ffff 0xffff
2004: ffff 0xffff
2006: ffff 0xffff
2008: ffff 0xffff
200a: ffff 0xffff
200c: ffff 0xffff
200e: ffff 0xffff
2010: ffff 0xffff
2012: ffff 0xffff
2014: ffff 0xffff
2016: ffff 0xffff
2018: ffff 0xffff
201a: ffff 0xffff
201c: ffff 0xffff
201e: ffff 0xffff
2020: ffff 0xffff
2022: ffff 0xffff
2024: ffff 0xffff
2026: ffff 0xffff
2028: ffff 0xffff
202a: ffff 0xffff
202c: ffff 0xffff
202e: ffff 0xffff
2030: ffff 0xffff
2032: ffff 0xffff
2034: ffff 0xffff
2036: ffff 0xffff
2038: ffff 0xffff
203a: ffff 0xffff
203c: ffff 0xffff
203e: ffff 0xffff
00002040 <test_A2_res>:
2040: ffff 0xffff
2042: ffff 0xffff
2044: ffff 0xffff
2046: ffff 0xffff
2048: ffff 0xffff
204a: ffff 0xffff
204c: ffff 0xffff
204e: ffff 0xffff
2050: ffff 0xffff
2052: ffff 0xffff
2054: ffff 0xffff
2056: ffff 0xffff
2058: ffff 0xffff
205a: ffff 0xffff
205c: ffff 0xffff
205e: ffff 0xffff
2060: ffff 0xffff
2062: ffff 0xffff
2064: ffff 0xffff
2066: ffff 0xffff
2068: ffff 0xffff
206a: ffff 0xffff
206c: ffff 0xffff
206e: ffff 0xffff
2070: ffff 0xffff
2072: ffff 0xffff
2074: ffff 0xffff
2076: ffff 0xffff
2078: ffff 0xffff
207a: ffff 0xffff
207c: ffff 0xffff
207e: ffff 0xffff
00002080 <test_A3_res>:
2080: ffff 0xffff
2082: ffff 0xffff
2084: ffff 0xffff
2086: ffff 0xffff
2088: ffff 0xffff
208a: ffff 0xffff
208c: ffff 0xffff
208e: ffff 0xffff
00002090 <end_signature>:
...
00002100 <begin_regstate>:
2100: 0080 addi s0,sp,64
...
00002200 <end_regstate>:
2200: 0004 0x4
...
| ObjDump | 4 | DuBirdFly/TinyRISCV_Learn | tests/riscv-compliance/build_generated/rv32i/I-RF_size-01.elf.objdump | [
"Apache-2.0"
] |
<template>
<div>
<app-title
v-if="path"
:path="path"
class="mb-0 pl-1"
/>
<v-item-group
v-model="internalValue"
class="mx-auto row row--dense"
mandatory
>
<v-col
v-for="({ icon, text }) in items"
:key="text"
cols="6"
>
<v-item :value="text">
<template #default="{ active, toggle }">
<v-card
:color="active ? 'primary' : `grey ${dark ? 'darken' : 'lighten'}-3`"
:dark="!dark && active"
class="v-card--group py-3 px-4 text-center position-relative cursor-pointer d-flex align-center justify-space-between"
rounded
flat
@click="toggle"
>
<i18n :path="text" />
<v-icon v-text="icon" />
</v-card>
</template>
</v-item>
</v-col>
</v-item-group>
</div>
</template>
<script>
// Mixins
import Proxyable from 'vuetify/lib/mixins/proxyable'
// Utilities
import { get } from 'vuex-pathify'
export default {
name: 'SettingsGroup',
mixins: [Proxyable],
data: () => ({ path: '' }),
computed: {
dark: get('user/theme@dark'),
items: () => ([]),
},
}
</script>
<style lang="sass">
// Bug in Vuetify, ripple isn't inheriting border-radius
.v-card--group::before
border-radius: inherit
</style>
| Vue | 4 | mark-gene/vuetify | packages/docs/src/layouts/default/settings/Group.vue | [
"MIT"
] |
#! /bin/sh -e
# DP: gjar: support @ arguments.
dir=
if [ $# -eq 3 -a "$2" = '-d' ]; then
pdir="-d $3"
dir="$3/"
elif [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch)
patch $pdir -f --no-backup-if-mismatch -p0 < $0
uudecode $0
tar -xv -f jar-main-classes.tar.bz2 -C ${dir}libjava
rm -f jar-main-classes.tar.bz2*
;;
-unpatch)
patch $pdir -f --no-backup-if-mismatch -R -p0 < $0
;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
esac
exit 0
From: Christian Thalinger <[email protected]>
While building OpenJDK b16 I noticed that jar does not support @
arguments. OpenJDK e.g. uses it to import the binary plug files.
This patch adds support for @filelist, where the file filelist may only
contain files and not options, as the spec says.
Index: libjava/classpath/tools/gnu/classpath/tools/jar/Main.java
===================================================================
RCS file: /cvsroot/classpath/classpath/tools/gnu/classpath/tools/jar/Main.java,v
retrieving revision 1.9
diff -u -3 -p -r1.9 Main.java
--- libjava/classpath/tools/gnu/classpath/tools/jar/Main.java 31 Jan 2007 17:05:34 -0000 1.9
+++ libjava/classpath/tools/gnu/classpath/tools/jar/Main.java 23 Jul 2007 18:31:19 -0000
@@ -47,6 +47,8 @@ import gnu.classpath.tools.getopt.Parser
import java.io.BufferedReader;
import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.FileReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.text.MessageFormat;
@@ -102,14 +104,51 @@ public class Main
public void notifyFile(String fileArgument)
{
Entry entry;
+
+ if (fileArgument.charAt(0) == '@')
+ {
+ BufferedReader br = null;
+ String filename;
+
+ try
+ {
+ br =
+ new BufferedReader(new FileReader(fileArgument.substring(1)));
+ }
+ catch (FileNotFoundException fnfe)
+ {
+ System.err.println(fnfe);
+ System.exit(1);
+ }
+
+ try
+ {
+ while ((filename = br.readLine()) != null)
+ addEntry(filename);
+ }
+ catch (IOException ioe)
+ {
+ ioe.printStackTrace();
+ }
+ }
+ else
+ {
+ addEntry(fileArgument);
+ }
+ }
+
+ private final void addEntry(String filename)
+ {
+ Entry entry;
+
if (changedDirectory != null)
{
- entry = new Entry(new File(changedDirectory, fileArgument),
- fileArgument);
+ entry = new Entry(new File(changedDirectory, filename),
+ filename);
changedDirectory = null;
}
else
- entry = new Entry(new File(fileArgument));
+ entry = new Entry(new File(filename));
entries.add(entry);
}
}
begin-base64 644 jar-main-classes.tar.bz2
QlpoOTFBWSZTWW4Pr8QAFqP/////////////////////////////////////
////////4BOPr29evtt9a93vvsuw0a9lKAaOfcb1vZ9At3H0B99gLzH0+EA8
2AFAAVnBDJEBMhPRMkZlDI0Mo2ERp6jE8mjSD0EaDaU9GU/Sm2U0zSDT1MNJ
k0mBphNG1TxTGpvSaT0xGU02iYEbRoD1NBNqbQ0abU0NNNDJoeoyNtVBkiJp
kDIGk01NpNpqegniaJoanqeQnqaZNGmj1ANAwhoaGgAaMgAGTQyaaAMgNABo
ADQaAGQ0AGgDQAAAEIASamamIgNqZAADQDQDQDQAABoAAAADIAAAAAAAAAAA
AAAAAAAaAAAEhSKYqAfpQ9Q0aGgBoDTQBo9QAPUDTQAZABo0AeoaaAGgAAAA
NMgA0AAANAAAAAaAA0AAilKek2kKfkU/UHokPCJoek0AaABhMgyPU9R6gBo0
0AGgDQ0AMQBhDQADID1AAAAAABkAyaMJoAAAESiCZAgTCBpGaTCp7RP1Gqex
KepsaZU9TDSNP0pp6myIAMn6o2kZHptU0NNAPUGhtQDRoAANAaGgADQAAAAA
AAANORgXkIhhCi1SRyiIoJ2mm1Wt12x2sXO5wkZ8kLEfmiQoH/XjqQsgDANT
ZFNpCAbQFPZAlk3xj7KoxTNdac3Clvk4ClApjUVWEBqaOkwUmcJbpFrAK6kH
JVugdJN5bL/awNpwKg0UMv0kioqlgFCUlJVKVZlasWQNKiRZjxgsDK57Fzlt
MS5yX0mUs+/UnAuw5+U1LsreBl6iEHAIRb1AHEzxgiE9bn8UY5CCYIgpUA2D
IU75ihEIgwFJFGXUAlKKshM1GtKZCF8ABMkQQWycWGbVla7wEUKhONOOvSaE
Ml2HIIE4Q34l9JIGVSyv6S8/AxDc/anjZwM8cNzE3Z9zppdbSl1L7IUn+u/4
+oolwkJ5EgEmMxV1QWVdNHTFiyWKV9JL3PAn7sNzJT5XxPis960sZ2zcIAy6
EOvAXxtGAB7Nso7phqOEYkxVCzw61oKpIRUBGSmIaXnFKzlcw7crzvi7scA+
T9KHq+lvA6R7eTLQPw4QrF1EMGFOGnTnUmEODx7iLCnOXC4axUpK3MKFMYKW
KKPcvYggQ63AVRIdnofk+c8snqEE6CIJSoo8iuXMTNWONXxkCVqAb5bQ1K6W
FvIBykYuUSzt4uoQ0E06NJ+X8f9cd732JyzFXGcMPPlJEL+vTWLhpQt5tg2C
nn6CSADH9FyXa7R6+ESbz1oQVRWKsAwb7RnXzxttqqsRj2pEAjY2MQIhFIs+
Mi0rW4DABwGCIlIAhyBADOUuP4koVDCAEAYkQg4hAveQQAPrLRM2SBj8FCYB
I1W+yOEuf253jZnF/lyeRjZz8Xb/VPs06E5gNAEe3bDVhBgQQbRwC1LHB6Td
60Nm90SyBVFXGiCjuVNgwMpdwEtBB2wtq5oCr0LIefo3AoMnRtORq3fSMrdN
7+fqTxe2s9VtbDwAx8r02YBr474A21QqB5DbfyCCOG0DBAsNo36wjGRIaA6n
Xe47NowoUECYnFJJBSShgIBnQZZIkAZEx47+mmPB2lDcPQ48c/FZAXtyslVv
HFYtkBJaAIqxjAXPtc5ht2pfrW0UvDEMTtA/E5fiat+YwdTmWZg4OfPnPxdQ
WIQBMra5ZkWoD7QM3E2uProCWoCHhCXQ4j+fXpoQmCoc0wpwgxM9EPu7FZ6T
LKRqvQTEBCYeUtgmwo6+oz7AOGBVZmJo1WTApChGB2zsoB4jHdfZyieoBdnL
7u7dAC5roqrar7UQwJTbd5lLlgBxCzbw8GIDgvhodKgEmvByIOaayEAGWCsH
J9b2r+k1DsSvmvxAkrPKJm4nU8y9XMA4RwEc2Q5Go1lssDS1NNH1XVrpR4S8
ZCmDdcC04HRrdwjhU1Db9fuW9zdz12z12c71TvlOmp36mKH1cPuLhW5I0trQ
QZRyEhJWKSO8lZYh3ktkRhOg+DYskUcI1IXdWiiCGxP+qYSHK5+JOdfxTL4Y
h+G1ThDUyTfNYxbE5UufXvzW5k9mC8z6OJj59UBy/ahMMZteibZBRUxqLnOE
1HNdx+dCG3ETtrkW7q7ekuyEcbfIylkyBZWZarNw9/luOKCdm/f6ITnuwltu
CJo+4cYnWnvuu2ux41nKvRXgPElS7D1dhJxGOSwE7JS5ODGee72ZWrwPOScI
PCwgpgdn38AMNwHQtoTIBZzDIl8TxJ2ii9YCmCBE3oqWyQJB06WIgokWWSUy
FaAHWwtQiDN/J50grj8y4PqSJuP8L9Obd0+mtg7KZhqb82Q1yujZhu8HiN1b
DWYr1LZSVKfw89kuFLcQXvGS+yiXcUU06GO1R2Ds7P0fsjPvv/hDfR5rNeP1
mt9LOw+wc40V57YdyxORzFrSg5z7JD6QLRzAublOxjDKiSpWRSlGQdFCq+uw
oP43PZes0VRy8MQeDGWtXZ4wMSWJA8537JLHCcn7sz3PVxmbBuCniu9Jb7F3
B1HuVUckdgz8bXzR7t9HE/bN2E3Yyr7xoKa/Qx3f9xYZ6+Q9Fa5leq8a+U8/
LuKIOYnDxPnhJ2oZquSyugtLa9n2euR7SmcHZpasq1rcccO23zoecN2B2sRA
axBf1byPSlAA5cm2NsnhKTda+zbaVxVggbxjx9bvd7zGOahDRpEA0BIuvDtW
47aIokTQA96YwSNx7HH/owBbF2b2z4DKF+aayyV/hSejq47uJcsGCqXEyKep
Pop0g7FvRISGNfaadcCWMkEOjd29vmWJVG6L+AHVQEhCZRKHGZXvYTDNTeFu
ITvgL5L7HYX3PbPbR8nsol5n5rgt6TKsn8HNZIkE+hLIDn37DWVVZ8L/KY6H
L5eqIZSQ/iOPtreek106az16/UNmHRUADiG/qJGwn/Ko8PKe22GYwP6/J0Xz
u36t0EBz9x4MjX2qABqkQMVYVAZDIGca/rBZNAcjo1AD2Hnx1TBItHbwBhh2
t53u32lHCvQInNRwInDT704qW6eyn4p+eBu+52XD7aMOYjE0mrwm33Ldj1uK
AF4s2T43BtQAu5xB2M3Qs5xf/JramLMOYbi22fwAFzk1cd91EFd3iAa2ixhW
Fof7KYrvU9BY0kxWUCEaTT5pffbjSrsWvEWS2t11gOd0w+wBb9bPdNEDLKAR
L2qrQIgI0z6lPvrx20G0fzLPxQhHm7KTr/ionm65xv0mcf1+uiwbr3G95kOo
Xs8312GeaVZ469MoE29+U9QXrCkjG4HUe1lNBCvtCoAUF4z/s+/tfJ5X5NUe
VEQNuAoa8aQECQPO1X1EJKgFpulnr5YCl8U9dFAnuN5fdUdz4D43IgGECxBO
gEkgIhAayYPWg9u69niCr6XYMXqFG7obVSpCjX7ipANDPUY0GUBeixp6xpyy
nTZDN3ncHkKt2/W0ebrJLeMFGtHuYVmXWxpxvX5MQvpgRksPGwsKhfNUOmkE
grR6VesZqWHnZLyln11T4VSpUpsTablSQA+gjoQpCTsqEEQQRFx+JpjTyWG4
IIXgb5XRrEtLh6Fc1mml39V5agl1smaqviIcTVtsmGPfbt1ceWcyowhzAQgp
YwqJ4QSgQwIQECIKlZJa2dj9hTQWJbRNCNPWti6mCA1ishIyCSCB4XVQrq8E
TX6Xl+B/R9F6PL3GH4FutFwY4CgEAoV3i0vvq7J8/tf18tKeREQPJfwwVZPi
1sZBb94GK6ixtKHof7oqjV8sH47txn65rdZeld+uZueNIvoyz0enYEUkkIUA
kUJAjACQVhCQROoJShCPFohQ/U7iwwhYyBCIxIBbEGRVkkSyQvzv9ImJFbWy
0vmb1XkvjoYua8yx0E235O7uqri3hKdJlCFrdcUZCQZJEkEJFQJFGQQkUZFk
STW9F6z0IVsVLYoQgyJIUQgjSMihIgkgBIjtKUoPLUgD1IjWKsiJIjIu6JF3
QE3kCi2RWRkFkUkWRkFhEfeAM72A3fgk1A1CsOPk409yPETyzrh2Dujrnwvw
JvmhzvDop1e71/h9UE24zrGyBUZgqNTOokRtoKMCMRGhR1JKtvebzD1JdPRE
G06GvNegCLKAUK75f8otIQIprQHqeEhwqdxF37dUzExc16blxwH2UZF1Td4+
6mXT0wHCobX/dDZwmeRRNmOuvyRHFc0tBvGwVn7F94zv8nE9V5e48LRfm4Ob
XCQJLAzRJOaE7G9VMKWNpE78V+D6ne9fwPUcr1Pm8MYpDLGRMT+BfaB6EC6x
KEqh1iDWpRpRASsaDQAKrRASt3nVOsIAQoEkKXaLCqkAg8migQtwpYubTraQ
bCvhqUwWenElRTaggHnLF53ClyAWqbkUoptbedSme6zOpZooXXgXwsiaFpTN
JJbfVShjf62tvQG1SX3hfapjXFuxvNm2mKOdMVIZUKwyGN1L3C2lhAltwF1e
ytbeGpfVyXFEmdSxTCthbXTbY2kUlKqWSTMpepZbcjfXC2xta5I3KWKXKZMF
Lr7cZXHFTJha3uJbFM2NLLboGMaRGSnTo10G5w5JSgkCDgHNDXtN5Il4+cfv
3z5sXbHYi6wCIM5XFKri0CUgIIQpUqKB2VsCwwRWyluUs91cVUsSliS0VFzW
hVobAbuhiTXoF08hSJSQSecgFkd0gG935gZuZ6wxZZqyvKo3rYYCVqGgqZoS
QD5Qz+e0hAkiQI2mUzOAGVSeKpWlpmOuHZZ7B2fiFvujsd3XaEulbbJTvBM1
cBM2mCySbksYSRLSEjs1tMppyDpjJbnaFYGU3gyF9jbIQ2Eyhmh3ikfaSto3
R8IxCtQJ3PjbmV8bhgb/W+EotbZ5ClEDhHEU1OEut6M9A3ub0RSEdR1Arn+8
tZuKVAqFvigwiBxMckrkpClINBRjquFodgFd5is9ybI6zPHDSCQDmcxBjyUy
tmM+7SSjlmltqasGmwjKlMRGyQgBNoY08LAuCbcW5u2XBbgLXlPowKlGeQpM
ujsWKpSrYwgLtZDk4+RPe3XG28hQCBBbBv58sAhZJIjY8OBidC6hac+35ntz
hbims4miinCxQE7zFDOppU813hhacCNMkodsAEIqQ2FK0bY/xa/hd5Yvgz2t
RhUIyB32/4FxbfOnAQbxMxpff6wVgXPcCluI89T3H/h4E6aBoBSlJf6awy9P
zRUUsivkqSAIGIp2FOae/HbFDnJyTo0EsU5haR8PfiovS8z6tTRnA3SmGUDr
XkkWu6cdaUBwQ6UlFjBoFddM25Z+RSFVJi3HD8XrtQDAKT8OhmUGwVFLAwt6
gnCoFjUZalBQQvcqy2tqFaVqm6jvyAT3Gm/zzFW6nUUpiZTlkW/Tw04lGvqw
wymCU/fe7viv03DG5LGaO3rRAC8LGsV+pE2SlA2049AJf7OzgraFtpclQ4/I
KtyDE7KEhzL00MHFS62l3Z5TRfksLVJLoLbG5sopxbyhh3dnnuLjjfblMuUi
lhz5S6yqHPsolLSlCXqUKBW2FaudTkXjwwLAcyex5cWgOxzBoGgDMFAv0kLt
CnbP0mqi5cQdDMDl1JKskgEdVTf6KmZ2Dt9oMeiYqcR1dhqpQ19Gr0AxQ8gv
DI2LBA1b3nmfIpv+Y4qN9gaUOyU3Q5vPNjNv3mJiG7JKQEGkBEhyctSMCPoH
mCBfo8xPDgO9EXsKNBiHiNdIVUKr1IZZrhJCSEkJISQk4YksklCRsEt7VjAX
WWoWXIvqSQGEL8MipAwt9ltYwElrMpVoX+RviFCW/wtsZIEORBhMTveMUiou
XgI5gRNRfblNIFUNpF2NAAHsLPzR2ETucqG+bKnYgFo6QNvNnVU983lPTGU7
Vg8mdXwij5NCideLSbxt0SEUQ9jKFLGodIcmpyJHkqUecvGKxTXUBtU7RQgC
hNkucFIIRSAnZjAopWjfvwT0vZmC+AZkUC3RoKTuKSa8S2Qx23jnMUtQikbb
ej6RA8rtczcaxFNemMqDISVohSSIgSAxgkJJIARAy6DL0s+VbMDYdYtHEXeU
6mmq2KAwESKxQuUogXciroEhipaFy1pQqGVMwgBcgcD0imsXotxctlFmpqS7
IWUNopCE1jaKURUChVFnOVZogG4gdbOigenYCF8ODz9NQ47xlznsMpeYB3Sm
hA2fN2dmasOmeD0wOkKgetMvg7jyPMHRM9ggZTkwCaKUJAZJCCwTV13ka5YG
Q2ygFYmEMI5q0JKKSKqRWtCgMGKcQ4Jab1jgsdlTluSFOqdXQcXKBvFNAYhg
4ySARilyomyeGkORqF9d01PKDWxuMq82ogYd3DPJIGruqbWCkxo6qm4Jyqhd
YJsCpVSKqbaBYtksL5xqhTMa0iAVFPUu4WLUVA1VC5ICCRwJBiY9dTQUU7gt
3zdy62U2i4wArwuNXtNNlppJWHP4p5mABW6ECYqXtMCOuUrHgWFB1ySx7QsA
dSjnasu7rCoqBMfbVOYJitQL7cq6FHRAkTCAxglpycqKBgIF12YoGoaAMjZR
QSg24buo61ogBfxdTHAqWil6poFtCBq/WKUW8LRo16ghecDUqoShr3G10Hta
1w5aLRIXWamrSDvxmYDl7iBwS7SBagA2JsGwNAYRgoxRhMFFs12Stlflw5B8
tXE2k3i3cZDZ+Lw+m34tWU2NhZYcdS+oLexLCSYvS6EROkz9a1oZEU4PsY/d
MA5Ikh0JGRRQICk2SHOewE4tERhFZGPCi0eFWG3HFoqJ4a+32Vz3tSBxLLh8
i5fAukmtTMuY89BplR6YoEhI0WGJM9oaDxQXXWlIMmgfKeZU1uKqc22TdTKG
Px0ECavqrKNX5xq763V57n8Znf4cn85nlWOcuuR+vFuZl1yZnTU4pLuojZkj
U5UHF0Nau9MIxl+h0SxD0ovwB59hqqqJoQIbUkIFodSRV5tS+3QAMyGh0GQy
bRjmandQWPSGJJY/Y4gC5ZRiEXiQ17x/4u5IpwoSDcH1+IA=
====
| Darcs Patch | 3 | JrCs/opendreambox | recipes/gcc/gcc-4.3.4/debian/libjava-jar.dpatch | [
"MIT"
] |
; Kovri Installer for Windows
; Copyright (c) 2017, The Kovri I2P Router Project
; See LICENSE
; This is the common script code for both the 64 bit and the 32 bit installer,
; configured with the help of the compile-time constant "Bitness"
#define RootDir "..\..\.."
[Setup]
AppName=Kovri I2P Router
AppVersion=Latest
DefaultDirName={pf}\Kovri
DefaultGroupName=Kovri I2P Router
UninstallDisplayIcon={app}\Kovri.ico
PrivilegesRequired=admin
#if Bitness == 64
ArchitecturesInstallIn64BitMode=x64
ArchitecturesAllowed=x64
#endif
WizardSmallImageFile=WizardSmallImage.bmp
WizardImageFile=WizardImage.bmp
DisableWelcomePage=no
LicenseFile=LICENSE
OutputBaseFilename=KovriSetup{#Bitness}
OutputDir={#RootDir}\build
[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"
[Files]
; The use of the flag "ignoreversion" for the following entries leads to the following behaviour:
; When updating / upgrading an existing installation ALL existing files are replaced with the files in this
; installer, regardless of file dates, version info within the files, or type of file (textual file or
; .exe/.dll file possibly with version info).
;
; This is far more robust than relying on version info or on file dates (flag "comparetimestamp").
;
; Note that it would be very dangerous to use "ignoreversion" on files that may be shared with other
; applications somehow. Luckily this is no issue here because ALL files are "private" to Kovri.
Source: "{#RootDir}\build\kovri.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#RootDir}\build\kovri-util.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "Kovri.ico"; DestDir: "{app}"; Flags: ignoreversion
Source: "ReadMe.htm"; DestDir: "{app}"; Flags: ignoreversion
; Install/overwrite "client" files: "hosts.txt" and "publishers" in "\client\address_book"
; plus certificates in "\client\certificates"
Source: "{#RootDir}\pkg\client\*"; DestDir: "{userappdata}\Kovri\client"; Flags: recursesubdirs ignoreversion
; Backup any existing user config files, as we will overwrite "kovri.conf" and "tunnels.conf" unconditionally
; Note that Inno Setup goes through the "[Files]" entries strictly in the order given here,
; therefore the old files are backed-up correctly BEFORE the new ones overwrite them
Source: "{userappdata}\Kovri\config\kovri.conf"; DestDir: "{userappdata}\Kovri\config"; DestName: "kovri.conf.bak"; Flags: external skipifsourcedoesntexist
Source: "{userappdata}\Kovri\config\tunnels.conf"; DestDir: "{userappdata}\Kovri\config"; DestName: "tunnels.conf.bak"; Flags: external skipifsourcedoesntexist
Source: "{#RootDir}\pkg\config\*"; DestDir: "{userappdata}\Kovri\config"; Flags: recursesubdirs ignoreversion
[InstallDelete]
; Delete .exe files that the "old" install batch file copied directly to the desktop,
; as this installer works with another, user-selectable location for those files;
; optional with the help of the "Tasks" section
Type: files; Name: "{userdesktop}\kovri.exe"; Tasks: deletedesktopexe
Type: files; Name: "{userdesktop}\kovri-util.exe"; Tasks: deletedesktopexe
; For every update delete all files and directories with transient data;
; with the following statements, in the "client" sub-directory currently only "hosts.txt" and "publishers.txt" are not deleted
Type: filesandordirs; Name: "{userappdata}\Kovri\client\address_book\addresses"
Type: files; Name: "{userappdata}\Kovri\client\address_book\addresses.csv"
Type: filesandordirs; Name: "{userappdata}\Kovri\client\certificates"
Type: filesandordirs; Name: "{userappdata}\Kovri\core"
[UninstallDelete]
; Per default the uninstaller will only delete files it installed; to get rid of the whole "Kovri"
; directory with all the additional data that was created at runtime this special delete statement is needed
Type: filesandordirs; Name: "{userappdata}\Kovri"
[Tasks]
Name: desktopicon; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:";
Name: deletedesktopexe; Description: "Delete any Kovri .exe files on desktop"; GroupDescription: "Additional actions:";
[Run]
Filename: "{app}\ReadMe.htm"; Description: "Show ReadMe"; Flags: postinstall shellexec skipifsilent
[Code]
(* So far nothing to do programmatically by using Pascal procedures *)
[Icons]
; Icons in the "Kovri I2P Router" program group
; Windows will almost always display icons in alphabetical order, per level, so specify the text accordingly
Name: "{group}\Kovri Daemon"; Filename: "{app}\kovri.exe"; IconFilename: "{app}\Kovri.ico"
Name: "{group}\Kovri Utility"; Filename: "{app}\kovri-util.exe"; IconFilename: "{app}\Kovri.ico"
Name: "{group}\Read Me"; Filename: "{app}\ReadMe.htm"
Name: "{group}\Show Config Folder"; Filename: "{win}\Explorer.exe"; Parameters: "{userappdata}\Kovri\config"
Name: "{group}\Uninstall Kovri"; Filename: "{uninstallexe}"
; Desktop icon, optional with the help of the "Tasks" section
Name: "{userdesktop}\Kovri Daemon"; Filename: "{app}\kovri.exe"; IconFilename: "{app}\Kovri.ico"; Tasks: desktopicon
[Registry]
; So far Kovri does not use the Windows registry
| Inno Setup | 5 | byterubpay/kovri | pkg/installers/windows/Common.iss | [
"BSD-3-Clause"
] |
// Original source:
// http://www.zorinaq.com/papers/md5-amd64.html
// http://www.zorinaq.com/papers/md5-amd64.tar.bz2
//
// Translated from Perl generating GNU assembly into
// #defines generating 6a assembly by the Go Authors.
#include "textflag.h"
// MD5 optimized for AMD64.
//
// Author: Marc Bevand <bevand_m (at) epita.fr>
// Licence: I hereby disclaim the copyright on this code and place it
// in the public domain.
TEXT ·block(SB),NOSPLIT,$8-32
MOVQ dig+0(FP), BP
MOVQ p+8(FP), SI
MOVQ p_len+16(FP), DX
SHRQ $6, DX
SHLQ $6, DX
LEAQ (SI)(DX*1), DI
MOVL (0*4)(BP), AX
MOVL (1*4)(BP), BX
MOVL (2*4)(BP), CX
MOVL (3*4)(BP), DX
CMPQ SI, DI
JEQ end
loop:
MOVL AX, R12
MOVL BX, R13
MOVL CX, R14
MOVL DX, R15
MOVL (0*4)(SI), R8
MOVL DX, R9
#define ROUND1(a, b, c, d, index, const, shift) \
XORL c, R9; \
LEAL const(a)(R8*1), a; \
ANDL b, R9; \
XORL d, R9; \
MOVL (index*4)(SI), R8; \
ADDL R9, a; \
ROLL $shift, a; \
MOVL c, R9; \
ADDL b, a
ROUND1(AX,BX,CX,DX, 1,0xd76aa478, 7);
ROUND1(DX,AX,BX,CX, 2,0xe8c7b756,12);
ROUND1(CX,DX,AX,BX, 3,0x242070db,17);
ROUND1(BX,CX,DX,AX, 4,0xc1bdceee,22);
ROUND1(AX,BX,CX,DX, 5,0xf57c0faf, 7);
ROUND1(DX,AX,BX,CX, 6,0x4787c62a,12);
ROUND1(CX,DX,AX,BX, 7,0xa8304613,17);
ROUND1(BX,CX,DX,AX, 8,0xfd469501,22);
ROUND1(AX,BX,CX,DX, 9,0x698098d8, 7);
ROUND1(DX,AX,BX,CX,10,0x8b44f7af,12);
ROUND1(CX,DX,AX,BX,11,0xffff5bb1,17);
ROUND1(BX,CX,DX,AX,12,0x895cd7be,22);
ROUND1(AX,BX,CX,DX,13,0x6b901122, 7);
ROUND1(DX,AX,BX,CX,14,0xfd987193,12);
ROUND1(CX,DX,AX,BX,15,0xa679438e,17);
ROUND1(BX,CX,DX,AX, 0,0x49b40821,22);
MOVL (1*4)(SI), R8
MOVL DX, R9
MOVL DX, R10
#define ROUND2(a, b, c, d, index, const, shift) \
NOTL R9; \
LEAL const(a)(R8*1),a; \
ANDL b, R10; \
ANDL c, R9; \
MOVL (index*4)(SI),R8; \
ORL R9, R10; \
MOVL c, R9; \
ADDL R10, a; \
MOVL c, R10; \
ROLL $shift, a; \
ADDL b, a
ROUND2(AX,BX,CX,DX, 6,0xf61e2562, 5);
ROUND2(DX,AX,BX,CX,11,0xc040b340, 9);
ROUND2(CX,DX,AX,BX, 0,0x265e5a51,14);
ROUND2(BX,CX,DX,AX, 5,0xe9b6c7aa,20);
ROUND2(AX,BX,CX,DX,10,0xd62f105d, 5);
ROUND2(DX,AX,BX,CX,15, 0x2441453, 9);
ROUND2(CX,DX,AX,BX, 4,0xd8a1e681,14);
ROUND2(BX,CX,DX,AX, 9,0xe7d3fbc8,20);
ROUND2(AX,BX,CX,DX,14,0x21e1cde6, 5);
ROUND2(DX,AX,BX,CX, 3,0xc33707d6, 9);
ROUND2(CX,DX,AX,BX, 8,0xf4d50d87,14);
ROUND2(BX,CX,DX,AX,13,0x455a14ed,20);
ROUND2(AX,BX,CX,DX, 2,0xa9e3e905, 5);
ROUND2(DX,AX,BX,CX, 7,0xfcefa3f8, 9);
ROUND2(CX,DX,AX,BX,12,0x676f02d9,14);
ROUND2(BX,CX,DX,AX, 0,0x8d2a4c8a,20);
MOVL (5*4)(SI), R8
MOVL CX, R9
#define ROUND3(a, b, c, d, index, const, shift) \
LEAL const(a)(R8*1),a; \
MOVL (index*4)(SI),R8; \
XORL d, R9; \
XORL b, R9; \
ADDL R9, a; \
ROLL $shift, a; \
MOVL b, R9; \
ADDL b, a
ROUND3(AX,BX,CX,DX, 8,0xfffa3942, 4);
ROUND3(DX,AX,BX,CX,11,0x8771f681,11);
ROUND3(CX,DX,AX,BX,14,0x6d9d6122,16);
ROUND3(BX,CX,DX,AX, 1,0xfde5380c,23);
ROUND3(AX,BX,CX,DX, 4,0xa4beea44, 4);
ROUND3(DX,AX,BX,CX, 7,0x4bdecfa9,11);
ROUND3(CX,DX,AX,BX,10,0xf6bb4b60,16);
ROUND3(BX,CX,DX,AX,13,0xbebfbc70,23);
ROUND3(AX,BX,CX,DX, 0,0x289b7ec6, 4);
ROUND3(DX,AX,BX,CX, 3,0xeaa127fa,11);
ROUND3(CX,DX,AX,BX, 6,0xd4ef3085,16);
ROUND3(BX,CX,DX,AX, 9, 0x4881d05,23);
ROUND3(AX,BX,CX,DX,12,0xd9d4d039, 4);
ROUND3(DX,AX,BX,CX,15,0xe6db99e5,11);
ROUND3(CX,DX,AX,BX, 2,0x1fa27cf8,16);
ROUND3(BX,CX,DX,AX, 0,0xc4ac5665,23);
MOVL (0*4)(SI), R8
MOVL $0xffffffff, R9
XORL DX, R9
#define ROUND4(a, b, c, d, index, const, shift) \
LEAL const(a)(R8*1),a; \
ORL b, R9; \
XORL c, R9; \
ADDL R9, a; \
MOVL (index*4)(SI),R8; \
MOVL $0xffffffff, R9; \
ROLL $shift, a; \
XORL c, R9; \
ADDL b, a
ROUND4(AX,BX,CX,DX, 7,0xf4292244, 6);
ROUND4(DX,AX,BX,CX,14,0x432aff97,10);
ROUND4(CX,DX,AX,BX, 5,0xab9423a7,15);
ROUND4(BX,CX,DX,AX,12,0xfc93a039,21);
ROUND4(AX,BX,CX,DX, 3,0x655b59c3, 6);
ROUND4(DX,AX,BX,CX,10,0x8f0ccc92,10);
ROUND4(CX,DX,AX,BX, 1,0xffeff47d,15);
ROUND4(BX,CX,DX,AX, 8,0x85845dd1,21);
ROUND4(AX,BX,CX,DX,15,0x6fa87e4f, 6);
ROUND4(DX,AX,BX,CX, 6,0xfe2ce6e0,10);
ROUND4(CX,DX,AX,BX,13,0xa3014314,15);
ROUND4(BX,CX,DX,AX, 4,0x4e0811a1,21);
ROUND4(AX,BX,CX,DX,11,0xf7537e82, 6);
ROUND4(DX,AX,BX,CX, 2,0xbd3af235,10);
ROUND4(CX,DX,AX,BX, 9,0x2ad7d2bb,15);
ROUND4(BX,CX,DX,AX, 0,0xeb86d391,21);
ADDL R12, AX
ADDL R13, BX
ADDL R14, CX
ADDL R15, DX
ADDQ $64, SI
CMPQ SI, DI
JB loop
end:
MOVL AX, (0*4)(BP)
MOVL BX, (1*4)(BP)
MOVL CX, (2*4)(BP)
MOVL DX, (3*4)(BP)
RET
| GAS | 3 | SSSDNSY/go | src/crypto/md5/md5block_amd64.s | [
"BSD-3-Clause"
] |
Launch Server
=============
Copyright (C) 2015, Bill Burdick, Roy Riggs, TEAM CTHULHU
SockJS bindings for OT
Licensed with ZLIB license.
=============================
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Launch an OT server
require('source-map-support').install()
sockjs = require 'sockjs'
sockjsUtil = require 'sockjs/lib/utils'
http = require 'http'
crypto = require 'crypto'
serveStatic = require 'serve-static'
finalhandler = require 'finalhandler'
path = require 'path'
console.log "DIR: #{path.resolve path.dirname(module.filename) + '/../..'}"
baseDir = path.resolve path.dirname(module.filename) + "/../.."
_ = require "#{baseDir}/lib/lodash.min"
requirejs = require('requirejs').config
baseUrl: baseDir
paths:
immutable: 'lib/immutable-3.8.1.min.js'
{
badMasterIdError
badMsgTypeError
disapprovedError
badVersionError
noTrim
} = requirejs './common'
{
Server: OtServer
} = requirejs 'lib/ot/server'
{
WrappedOperation
} = requirejs 'lib/ot/wrapped-operation'
{
TextOperation
} = requirejs 'lib/ot/text-operation'
{
RejectGuardedOperation
} = requirejs 'lib/ot/guarded-operation'
{
GuardedServer
} = requirejs 'lib/ot/guarded-server'
{
Selection
} = requirejs 'lib/ot/selection'
masters = {}
socketPrefix = '/Leisure/(create|join(?:-([^/]*)))'
Thanks to [Broofa's stackoverflow post](http://stackoverflow.com/questions/105034/create-guid-uuid-in-javascript/105074#105074) Altered the code to use crypto's random.
s4 = ->
bytes = crypto.randomBytes 2
n = (bytes[0] + (bytes[1] << 8)).toString(16)
while n.length < 4
n = '0' + n
n
guid = -> "#{s4()}#{s4()}-#{s4()}-#{s4()}-#{s4()}-#{s4()}#{s4()}#{s4()}"
diag = (args...)-> console.log args...
class MessageHandler
constructor: ->
@guid = guid()
@messageCount = 1
@lastVersionAck = -1
setConnection: (@con)->
console.log "#{@type} connection: #{@guid}"
@con.leisure = this
@con.on 'data', (msg)=> @handleMessage JSON.parse msg
@con.on 'close', => @closed()
type: 'Unknown Handler'
close: -> @con.close()
closed: -> console.log "#{@type} closed: #{@guid}"
send: (msg)->
diag "S #{JSON.stringify msg}"
@con.write JSON.stringify msg
broadcast: (msg)-> @master.sendBroadcast this, msg
sendError: (msg)->
msg.type = 'error'
@send msg
setTimeout (=> @close()), 1
Handle a message from the connected browser
handleMessage: (msg)->
msg.connectionId = @connectionId
diag "R #{JSON.stringify msg}"
if !(msg.type of @handler)
console.log "Received bad message #{msg.type}", msg
@close()
else
try
@handler[msg.type].call this, msg
catch err
console.log err.stack
handler:
log: (msg)-> console.log msg.msg
replace: (msg)->
@lastVersionAck = msg.parent
@master.relay msg
conditionalReplace: (msg)->
if msg.version != @master.version && @master.versionDirty
@send type: 'rejectChange', targetVersion: msg.targetVersion, version: @version
else @master.relay msg
guardedOperation: (msg)-> @master.guardedOperation this, msg
operation: (msg)-> @master.operation this, msg
selection: (msg)-> @master.selection this, msg
setName: (msg)-> @master.setName this, msg
peerEntry: -> {@name, @selection}
isTextMsg = (msg)-> msg.type in ['replace', 'conditionalReplace']
class MasterHandler extends MessageHandler
constructor: ->
super()
@master = this
@connectionId = "peer-0"
@slaves = {}
@pendingSlaves = {}
@peerCount = 0
type: 'Master'
peers: ->
cons = {}
cons[@connectionId] = @peerEntry()
for id, s of @slaves
cons[id] = s.peerEntry()
cons
setConnection: (con)->
masters[@guid] = this
super con
@send type: 'connected', guid: @guid, id: @connectionId, revision: 0, peers: @peers()
addSlave: (slave)->
slave.connectionId = "peer-#{++@peerCount}"
@pendingSlaves[slave.connectionId] = slave
@send type: 'slaveConnect', slaveId: slave.connectionId
removeSlave: (slave)->
delete @slaves[slave.connectionId]
delete @pendingSlaves[slave.connectionId]
@send type: 'slaveDisconnect', slaveId: slave.connectionId
@sendBroadcast null, type: 'disconnection', peerId: slave.connectionId
closed: ->
delete masters[@con.leisure.id]
for id, slave of @slaves
slave.close()
@slaves = {}
super()
sendBroadcast: (sender, msg)->
for id, slave of @slaves
if sender != slave then slave.send msg
if sender != this then @send msg
guardedOperation: (peer, {revision, operation, selection, guards, guardId})->
try
wrapped = new WrappedOperation(
TextOperation.fromJSON operation,
selection && Selection.fromJSON(selection))
catch exc
peer.send {type: 'rejectGuard', guardId}
console.error "Invalid operation received: " + exc.stack
return;
try
wrappedPrime = @otServer.receiveGuardedOperation revision, wrapped, guards
if wrappedPrime == RejectGuardedOperation
peer.send {type: 'rejectGuard', guardId, retryOK: true}
else
console.log "new guard operation: " + JSON.stringify wrapped
peer.selection = wrappedPrime.meta
@sendBroadcast null, type: 'operation', peerId: peer.connectionId, operation: wrappedPrime.wrapped.toJSON(), meta: wrappedPrime.meta
peer.send {type: 'ackGuard', guardId, operation: wrappedPrime.wrapped.toJSON()}
catch exc
peer.send {type: 'rejectGuard', guardId}
console.error exc.stack
operation: (peer, {revision, operation, selection})->
try
wrapped = new WrappedOperation(
TextOperation.fromJSON operation,
selection && Selection.fromJSON(selection))
catch exc
console.error "Invalid operation received: " + exc.stack
return;
try
wrappedPrime = @otServer.receiveOperation revision, wrapped
console.log "new operation: " + JSON.stringify wrapped
peer.selection = wrappedPrime.meta
peer.send type: 'ack'
peer.broadcast type: 'operation', peerId: peer.connectionId, operation: wrappedPrime.wrapped.toJSON(), meta: wrappedPrime.meta
catch exc
console.error exc.stack
selection: (peer, {selection})->
if selection then peer.selection = selection;
else delete peer.selection;
peer.broadcast type: 'selection', peerId: peer.id, selection: selection
setName: (peer, {name})->
peer.name = name;
peer.broadcast type: 'setName', peerId: peer.id, name: name
handler:
__proto__: MessageHandler::handler
initDoc: ({doc, @name})-> @otServer = new GuardedServer(doc)
slaveApproval: ({slaveId, approval})->
if slave = @pendingSlaves[slaveId]
delete @pendingSlaves[slaveId]
if approval
slave.send type: 'connected', id: slave.connectionId, doc: @otServer.document, revision: @otServer.operations.length, peers: @peers()
@slaves[slaveId] = slave
else slave.sendError disapprovedError()
fileContent: (msg)->
id = msg.slaveId
delete msg.slaveId
@slaves[id].send msg
fileError: (msg)->
id = msg.slaveId
delete msg.slaveId
@slaves[id].send msg
customResponse: (msg)->
id = msg.slaveId
delete msg.slaveId
@slaves[id].send msg
class SlaveHandler extends MessageHandler
type: 'Slave'
setConnection: (con, masterId)->
if !(@master = masters[masterId])
@sendError badMasterIdError masterId
else @master.addSlave this
super con
closed: ->
@master.removeSlave this
super()
handler:
__proto__: MessageHandler::handler
intro: ({@name})->
@broadcast type: 'connection', peerId: @connectionId, peerName: @name
requestFile: (msg)->
msg.slaveId = @connectionId
@master.send msg
customMessage: (msg)->
msg.slaveId = @connectionId
@master.send msg
startServer = (port)->
console.log 'serve: ' + path.dirname(process.cwd())
files = serveStatic path.dirname(process.cwd()), index: ['index.html']
docs = serveStatic path.resolve(path.dirname(process.cwd()), "../docs")
http_server = http.createServer (req, res)->
(if m = req.url.match /^\/docs(\/.*)$/
req.url = m[1]
docs
else files) req, res, finalhandler req, res
sockjs.createServer(
sockjs_url: 'http://cdn.jsdelivr.net/sockjs/1.0.1/sockjs.min.js'
prefix: socketPrefix)
.on 'connection', (con)->
if [ignore, type, masterId] = con.pathname.match socketPrefix
if type == 'create' then new MasterHandler().setConnection con
else new SlaveHandler().setConnection con, masterId
.installHandlers(http_server)
http_server.listen(port, '0.0.0.0')
masters
module.exports = {
startServer
}
| Literate CoffeeScript | 4 | zot/Leisure | src/lib/ot/launch-server.litcoffee | [
"Zlib"
] |
#
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
if(TARGET googletest OR googletest_POPULATED)
return()
endif()
include(OverridableFetchContent)
OverridableFetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest"
)
OverridableFetchContent_GetProperties(googletest)
if(NOT googletest_POPULATED)
OverridableFetchContent_Populate(googletest)
endif()
option(INSTALL_GTEST OFF)
add_subdirectory(
"${googletest_SOURCE_DIR}"
"${googletest_BINARY_DIR}"
EXCLUDE_FROM_ALL
)
| CMake | 3 | EricRemmerswaal/tensorflow | tensorflow/lite/tools/cmake/modules/Findgoogletest.cmake | [
"Apache-2.0"
] |
*** Settings ***
Suite Setup Run Tests ${EMPTY} standard_libraries/xml/set_element_information.robot
Resource xml_resource.robot
*** Test Cases ***
Set Element Tag
Check Test Case ${TESTNAME}
Set Element Tag Using Xpath
Check Test Case ${TESTNAME}
Set Element Tag Returns Root Element
Check Test Case ${TESTNAME}
Set Elements Tag
Check Test Case ${TESTNAME}
Set Element Text
Check Test Case ${TESTNAME}
Set Element Text And Tail
Check Test Case ${TESTNAME}
Set Element Text Returns Root Element
Check Test Case ${TESTNAME}
Set Elements Text
Check Test Case ${TESTNAME}
Set Element Text none
Check Test Case ${TESTNAME}
Set Element Attribute
Check Test Case ${TESTNAME}
Set element Attribute should fail with empty name
Check Test Case ${TESTNAME}
Overwrite Element Attribute
Check Test Case ${TESTNAME}
Set Element Attribute Returns Root Element
Check Test Case ${TESTNAME}
Set Elements Attribute
Check Test Case ${TESTNAME}
Remove Element Attribute
Check Test Case ${TESTNAME}
Removing Non-Existing Attribute Passes
Check Test Case ${TESTNAME}
Remove Element Attribute Returns Root Element
Check Test Case ${TESTNAME}
Remove Elements Attribute
Check Test Case ${TESTNAME}
Remove Element Attributes
Check Test Case ${TESTNAME}
Remove Element Attributes Returns Root Element
Check Test Case ${TESTNAME}
Remove Elements Attributes
Check Test Case ${TESTNAME}
| RobotFramework | 3 | bhirsz/robotframework | atest/robot/standard_libraries/xml/set_element_information.robot | [
"ECL-2.0",
"Apache-2.0"
] |
! Copyright (C) 2018 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel math random.xoshiro tools.test ;
IN: random.xoshiro.tests
{
2 3 131074 70368744177664
5760
} [
0 1 2 3
(next-256)
] unit-test
{
4046638647718970624
2015137892536077249
6184416992699500823
16308606917844226410
} [
0 1 2 3
10,000 [
(next-256) drop
] times
] unit-test
{
14662298501051415801
12883398035623381500
17052052954271276209
1546841944388125985
} [ 0 1 2 3 jump-256 ] unit-test
{
15716266295256758020
17232205271518152816
9857397594961175947
8327361040835137714
} [ 0 1 2 3 long-jump-256 ] unit-test | Factor | 4 | alex-ilin/factor | extra/random/xoshiro/xoshiro-tests.factor | [
"BSD-2-Clause"
] |
-- special date and timestamp values that are not allowed in the SQL standard
-- these tests are put in this separated file because they don't work in JDBC environment
-- date with year outside [0000-9999]
select date'999999-03-18', date'-0001-1-28', date'0015';
select make_date(999999, 3, 18), make_date(-1, 1, 28);
-- timestamp with year outside [0000-9999]
select timestamp'-1969-12-31 16:00:00', timestamp'-0015-03-18 16:00:00', timestamp'-000001', timestamp'99999-03-18T12:03:17';
select make_timestamp(-1969, 12, 31, 16, 0, 0.0), make_timestamp(-15, 3, 18, 16, 0, 0.0), make_timestamp(99999, 3, 18, 12, 3, 17.0);
| SQL | 4 | akhalymon-cv/spark | sql/core/src/test/resources/sql-tests/inputs/datetime-special.sql | [
"Apache-2.0"
] |
MODULE = Agar::Combo PACKAGE = Agar::Combo PREFIX = AG_
PROTOTYPES: ENABLE
VERSIONCHECK: DISABLE
Agar::Combo
new(package, parent, label, ...)
const char * package
Agar::Widget parent
const char * label
PREINIT:
Uint flags = 0, wflags = 0;
CODE:
if ((items == 4 && SvTYPE(SvRV(ST(3))) != SVt_PVHV) || items > 4) {
Perl_croak(aTHX_ "Usage: Agar::Combo->new(parent,label,[{opts}])");
}
if (items == 4) {
AP_MapHashToFlags(SvRV(ST(3)), apComboFlagNames, &flags);
AP_MapHashToFlags(SvRV(ST(3)), apWidgetFlagNames, &wflags);
}
RETVAL = AG_ComboNewS(parent, flags, label);
if (RETVAL) { AGWIDGET(RETVAL)->flags |= wflags; }
OUTPUT:
RETVAL
void
sizeHint(self, text, numItems)
Agar::Combo self
const char * text
int numItems
CODE:
AG_ComboSizeHint(self, text, numItems);
void
sizeHintPixels(self, w, h)
Agar::Combo self
int w
int h
CODE:
AG_ComboSizeHintPixels(self, w, h);
void
select(self, item)
Agar::Combo self
Agar::TlistItem item
CODE:
AG_ComboSelect(self, item);
void
selectText(self, text)
Agar::Combo self
const char * text
CODE:
AG_ComboSelectText(self, text);
Agar::Tlist
list(self)
Agar::Combo self
CODE:
RETVAL = self->list;
OUTPUT:
RETVAL
Agar::Textbox
tbox(self)
Agar::Combo self
CODE:
RETVAL = self->tbox;
OUTPUT:
RETVAL
Agar::Button
button(self)
Agar::Combo self
CODE:
RETVAL = self->button;
OUTPUT:
RETVAL
void
setFlag(self, name)
Agar::Combo self
const char * name
CODE:
if (AP_SetNamedFlag(name, apComboFlagNames, &(self->flags))) {
AP_SetNamedFlag(name, apWidgetFlagNames, &(AGWIDGET(self)->flags));
}
void
unsetFlag(self, name)
Agar::Combo self
const char * name
CODE:
if (AP_UnsetNamedFlag(name, apComboFlagNames, &(self->flags))) {
AP_UnsetNamedFlag(name, apWidgetFlagNames, &(AGWIDGET(self)->flags));
}
Uint
getFlag(self, name)
Agar::Combo self
const char * name
CODE:
if (AP_GetNamedFlag(name, apComboFlagNames, self->flags, &RETVAL)) {
if (AP_GetNamedFlag(name, apWidgetFlagNames, AGWIDGET(self)->flags,
&RETVAL)) { XSRETURN_UNDEF; }
}
OUTPUT:
RETVAL
| XS | 4 | auzkok/libagar | p5-Agar/Agar/Combo.xs | [
"BSD-2-Clause"
] |
.container {
padding: 4rem 1rem;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.container p {
margin: 1.5rem 0;
}
.card {
max-width: 50rem;
box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.12);
border: 1px solid #eee;
border-radius: 8px;
padding: 2rem;
margin: 0 auto;
}
.inlineCode {
color: #be00ff;
font-size: 16px;
white-space: pre-wrap;
}
.inlineCode::before,
.inlineCode::after {
content: '`';
}
.hr {
border: 0;
border-top: 1px solid #eaeaea;
margin: 1.5rem 0;
}
.list {
padding-left: 1.5rem;
margin: 1.25rem 0;
list-style-type: none;
}
.list li {
margin-bottom: 0.75rem;
}
.list li:before {
content: '-';
color: #999999;
position: absolute;
margin-left: -1rem;
}
| CSS | 3 | blomqma/next.js | examples/rewrites/styles.module.css | [
"MIT"
] |
#!/usr/bin/env bats
load helpers
export DRIVER=virtualbox
export NAME="bats-$DRIVER-daemon-configs"
export MACHINE_STORAGE_PATH=/tmp/machine-bats-daemon-test-$DRIVER
# Default memsize is 1024MB and disksize is 20000MB
# These values are defined in drivers/virtualbox/virtualbox.go
export DEFAULT_MEMSIZE=1024
export DEFAULT_DISKSIZE=20000
export CUSTOM_MEMSIZE=1536
export CUSTOM_DISKSIZE=10000
export CUSTOM_CPUCOUNT=1
export BAD_URL="http://dev.null:9111/bad.iso"
function setup() {
# add sleep because vbox; ugh
sleep 1
}
findDiskSize() {
# SATA-0-0 is usually the boot2disk.iso image
# We assume that SATA 1-0 is root disk VMDK and grab this UUID
# e.g. "SATA-ImageUUID-1-0"="fb5f33a7-e4e3-4cb9-877c-f9415ae2adea"
# TODO(slashk): does this work on Windows ?
run bash -c "VBoxManage showvminfo --machinereadable $NAME | grep SATA-ImageUUID-1-0 | cut -d'=' -f2"
run bash -c "VBoxManage showhdinfo $output | grep "Capacity:" | awk -F' ' '{ print $2 }'"
}
findMemorySize() {
run bash -c "VBoxManage showvminfo --machinereadable $NAME | grep memory= | cut -d'=' -f2"
}
findCPUCount() {
run bash -c "VBoxManage showvminfo --machinereadable $NAME | grep cpus= | cut -d'=' -f2"
}
buildMachineWithOldIsoCheckUpgrade() {
run wget https://github.com/boot2docker/boot2docker/releases/download/v1.4.1/boot2docker.iso -O $MACHINE_STORAGE_PATH/cache/boot2docker.iso
run machine create -d virtualbox $NAME
run machine upgrade $NAME
}
@test "$DRIVER: machine should not exist" {
run machine active $NAME
[ "$status" -eq 1 ]
}
@test "$DRIVER: VM should not exist" {
run VBoxManage showvminfo $NAME
[ "$status" -eq 1 ]
}
@test "$DRIVER: create" {
run machine create -d $DRIVER $NAME
[ "$status" -eq 0 ]
}
@test "$DRIVER: active" {
run machine active $NAME
[ "$status" -eq 0 ]
}
@test "$DRIVER: check default machine memory size" {
findMemorySize
[[ ${output} == "${DEFAULT_MEMSIZE}" ]]
}
@test "$DRIVER: check default machine disksize" {
findDiskSize
[[ ${output} == *"$DEFAULT_DISKSIZE"* ]]
}
@test "$DRIVER: test bridge-ip" {
run machine ssh $NAME sudo /etc/init.d/docker stop
run machine ssh $NAME sudo ifconfig docker0 down
run machine ssh $NAME sudo ip link delete docker0
BIP='--bip=172.168.45.1/24'
set_extra_config $BIP
cat ${TMP_EXTRA_ARGS_FILE} | machine ssh $NAME sudo tee /var/lib/boot2docker/profile
cat ${DAEMON_CFG_FILE} | machine ssh $NAME "sudo tee -a /var/lib/boot2docker/profile"
run machine ssh $NAME sudo /etc/init.d/docker start
run machine ssh $NAME ifconfig docker0
[ "$status" -eq 0 ]
[[ ${lines[1]} =~ "172.168.45.1" ]]
}
@test "$DRIVER: run busybox container" {
run machine ssh $NAME sudo cat /var/lib/boot2docker/profile
run docker $(machine config $NAME) run busybox echo hello world
[ "$status" -eq 0 ]
}
@test "$DRIVER: remove machine" {
run machine rm -f $NAME
}
# Cleanup of machine store should always be the last 'test'
@test "$DRIVER: cleanup" {
run rm -rf $MACHINE_STORAGE_PATH
[ "$status" -eq 0 ]
}
| Shell | 4 | xiaoding945/moby | libnetwork/test/integration/daemon-configs.bats | [
"Apache-2.0"
] |
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
import { injectConditionalTags } from './tags';
describe('Tags', () => {
it('injectConditionalTags should inject gap dev homelocation', () => {
const injectedTags = injectConditionalTags(
[],
'https://www.freecodecamp.dev'
);
expect(injectedTags.length === 1).toBeTruthy();
expect(injectedTags[0].props.id === 'gap-dev').toBeTruthy();
});
it('injectConditionalTags should inject gap for english homeLocation', () => {
const injectedTags = injectConditionalTags(
[],
'https://www.freecodecamp.org'
);
expect(injectedTags.length === 1).toBeTruthy();
expect(injectedTags[0].props.id === 'gap-org').toBeTruthy();
});
it('injectConditionalTags should inject gap for espanol homeLocation', () => {
const injectedTags = injectConditionalTags(
[],
'https://www.freecodecamp.org/espanol'
);
expect(injectedTags.length === 1).toBeTruthy();
expect(injectedTags[0].props.id === 'gap-org').toBeTruthy();
});
it('injectConditionalTags should inject cap and chinese gap for chinese homeLocation', () => {
const injectedTags = injectConditionalTags(
[],
'https://chinese.freecodecamp.org'
);
expect(injectedTags.length === 2).toBeTruthy();
expect(injectedTags[0].props.id === 'cap').toBeTruthy();
expect(injectedTags[1].props.id === 'gap-org-chinese').toBeTruthy();
});
it('injectConditionalTags should not inject tags for localhost homeLocation', () => {
const injectedTags = injectConditionalTags([], 'http://localhost:8000/');
expect(injectedTags.length === 0).toBeTruthy();
});
});
| TypeScript | 4 | fcastillo-serempre/freeCodeCamp | client/utils/tags.test.tsx | [
"BSD-3-Clause"
] |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
SetMouseDelay, 0
Menu, Tray, Icon, %A_AhkPath%, 6
/*
[Altium Designer UI Tweaks]
version = 0.006
Description:
This is an AutoHotkey script, and thus requires that AutoHotkey be installed. Tested with
AutoHotkey_L, which can be found at http://l.autohotkey.net/
This script provides several enhancements to Altium Designer, such as limited autocomplete
for filter expressions, improved mouse wheel support, and various tweaks to save time on
frequently-used tasks.
Definitions:
LMB : Left Mouse Button
MMB : Middle Mouse Button
RMB : Right Mouse Button
Features:
* Autocomplete section for filter expressions or other uses
* Wheel Selector script for PCB/PCBLib selection picker
* MMB click helper (see Petar Perisin section)
* Teardrop speeder and primitive reselector
* Mouse wheel can scroll through Shift+W routing width dialog
* Rubber-stamping with net preservation (see comments in code)
* Every 15 minutes, check for DXP.EXE and close Altium Download Manager if DXP is not found
*/
Loop
{
Process, Wait, DXP.EXE
Process, WaitClose, DXP.EXE
FoundPID = %ErrorLevel% ; Save the value immediately since ErrorLevel is often changed.
if FoundPID = 0
{
Process, Exist, AltiumDownloadManager.exe
FoundPID = %ErrorLevel% ; Save the value immediately since ErrorLevel is often changed.
if FoundPID <> 0
{
Process, Close, AltiumDownloadManager.exe
}
}
}
; Autocomplete section for filter expressions. If you add to this, be mindful of adding enough
; characters to distinguish from common words. For example, "incomp" could start the words
; incomplete, incompetent, or the filter expression InComponent(''), whereas "incompo" is not
; the start of any regular word in my vocabulary.
; start autocomplete section
:*:InCompo::InComponent(''){left 2}
:*:HasFoot::HasFootprint(''){left 2}
;end autocomplete section
; This section makes it so that the object picker in the PCB editor can be scrolled
; with the mouse wheel, and LMB or MMB will select, and RMB will cancel the picker
#IfWinActive, InsightForm ahk_class TInsightForm
*WheelUp::Send,{Up}
*WheelDown::Send,{Down}
; *LButton::Send,{Space}
*LButton::
; Added a differentiation between a LMB click and MMB click: Left click will now make your
; mouse return to where it was when you confirmed the picker (and bringing the picked object
; with it) rather than snapping back to the object you picked. This is mostly useful if you
; regularly drag components quickly, and resent that your drag is mostly wasted if the picker
; pops up. If you prefer to keep the default behavior, comment out this *LButton:: section
; and uncomment the *LButton::Send,{Space} line above it
{
CoordMode, Mouse, Screen
MouseGetPos, xpos, ypos
Send, {Space}
KeyWait, LButton
Sleep, 30
MouseMove, xpos, ypos, 0
CoordMode, Mouse, Relative
}
return
*MButton::Send,{Space}
*RButton::Send,{Esc}
#IfWinActive
; If routing width selector is open, let it be scrolled with mouse wheel
; MMB will confirm selection, RMB will cancel
#IfWinActive, Choose Width ahk_class TChoosePreferredWidth
*WheelUp::Send, {Up}
*WheelDown::Send, {Down}
*MButton::Send, {Enter}
*RButton::Send, {Esc}
#IfWinActive
; Teardrop speeder: when teardrop dialog is open, mouse wheel will toggle between add/remove teardrops
; and middle-clicking anywhere will confirm the dialog (presses enter) while right-clicking cancels
#IfWinActive, Teardrop Options ahk_class TTearDropForm
WheelUp::Send, !a{Down}
WheelDown::Send, !a{Down}
MButton::Send, {Enter}
RButton::Send, {Esc}
#IfWinActive
; Teardrop reselector: after teardrop operation, reselects primitives that were selected before
; This is one of my favorite scripts. Note that this uses selection memory slot 8.
#If GetControlUnderMouse("View_Graphical1")
$^t::
Send, ^8
Send, ^t
WinWaitActive, Teardrop Options ahk_class TTearDropForm, , 2
WinWaitClose, Teardrop Options ahk_class TTearDropForm
Sleep, 100
Loop
{
Sleep, 50
ControlGet, progbar, Visible, , TProgressBar1, ahk_class TDocumentForm
} Until, progbar = 0
Sleep, 100
Send, !8 ; Sometimes this attempt is missed esp. in the case of long teardrop operations
Sleep, 400
Send, !8 ; Send second time after a longer delay in case the first one was missed
#IfWinActive
Return
; End Teardrop dialog mod
; This section was requested by Petar Perisin. It makes the MMB function like the LMB
; in the PCB workspace except in the case of a drag operation
; Begin Petar Perisin section
#If GetControlUnderMouse("View_Graphical1")
~*MButton::
Shift_pressed := GetKeyState("Shift", "P")
; SetTimer already started, so just double-Click and get out
If MButton_presses > 0
{
If Shift_pressed
Send, +{LButton 2}
Else Send, {LButton 2}
SetTimer, ClickMButton, off
MButton_presses = 0
Return
}
; Otherwise this is the first press of a new series. Set count to 1 and start timer:
MButton_presses = 1
SetTimer, ClickMButton, -250 ; time to wait for additional Clicks
Return
ClickMButton:
; SetTimer, ClickMButton, off
If !GetKeyState("MButton", "P")
{
If Shift_pressed
Send, +{LButton}
Else Send, {LButton}
}
MButton_presses = 0
Return
; End Petar Perisin section
; Rubber stamp-like behavior on special paste with nets shortcut
; This is a custom AD shortcut of process "PCB:Paste" with parameters "Mode=Special | KeepNetName=True"
; Assigned to shortcut Ctrl+Alt+V
; This one is a bit rough, but I've found it useful for rubber-stamping Ground vias, for example.
$~^!v::
KeyWait V
Loop
{
Tooltip, Rubber-stamping
Sleep, 100
If GetKeyState("LButton", "P")
{
Loop
{
Sleep, 50
If !GetKeyState("LButton", "P")
{
Loop
{
Sleep, 50
ControlGet, progbar, Visible, , TProgressBar1, ahk_class TDocumentForm
} Until, progbar = 0
Sleep, 100
Send, ^!v
Break
}
}
}
Else If GetKeyState("RButton", "P")
Break
Else If GetKeyState("Escape", "P")
Break
}
Tooltip
Return
; End section
;Rolling the mouse wheel while pressing alt will try to bring up the routing width picker
!WheelUp::
IfWinActive, Choose Width ahk_class TChoosePreferredWidth
Send, {Up}
Else, Send, +w
Return
!WheelDown::
IfWinActive, Choose Width ahk_class TChoosePreferredWidth
Send, {Down}
Else, Send, +w
Return
; End routing width mod
; Finds the control under mouse cursor (as one might expect) - called by multiple routines
GetControlUnderMouse(target)
{
MouseGetPos, xpos, ypos, , found
If (target = found)
Return true
Else
Return false
}
#If
; End of function
| AutoHotkey | 4 | coffeenmusic/scripts-libraries | AutoHotKey/Altium Designer UI Tweaks.ahk | [
"MIT"
] |
#include "config.hats"
#include "{$TOP}/avr_prelude/kernel_staload.hats"
staload "{$TOP}/SATS/twi.sats"
staload "{$TOP}/SATS/smbus.sats"
staload "prelude/SATS/unsafe.sats"
implement send_byte (address, command) = let
var cd: uint8 = cast{uint8}(command)
val r1 = twi_writeTo (cast{uint8}(address), ptr2cptr (addr@cd), cast{uint8}(1), cast{uint8}(1), cast{uint8}(1))
in
case+ 0 of
| _ when r1 = cast{uint8}(0) => SMBusOk
| _ when r1 = cast{uint8}(1) => SMBusBadLen
| _ when r1 = cast{uint8}(2) => SMBusNack
| _ when r1 = cast{uint8}(3) => SMBusOther
| _ => SMBusOther
end
implement write_byte (address, command, data) = let
var bd: uint16 = cast{uint16}(data)
var cd: uint16 = cast{uint16}(command)
var dd: uint16 = cast{uint16}(cd + (bd << 8))
val r1 = twi_writeTo (cast{uint8}(address), ptr2cptr (addr@dd), cast{uint8}(2), cast{uint8}(1), cast{uint8}(1))
in
case+ 0 of
| _ when r1 = cast{uint8}(0) => SMBusOk
| _ when r1 = cast{uint8}(1) => SMBusBadLen
| _ when r1 = cast{uint8}(2) => SMBusNack
| _ when r1 = cast{uint8}(3) => SMBusOther
| _ => SMBusOther
end
implement write_word (address, command, data) = let
var bd: uint32 = cast{uint32}(data)
var cd: uint32 = cast{uint32}(command)
var dd: uint32 = cast{uint32}(cd + (bd << 8))
val r1 = twi_writeTo (cast{uint8}(address), ptr2cptr (addr@dd), cast{uint8}(3), cast{uint8}(1), cast{uint8}(1))
in
case+ 0 of
| _ when r1 = cast{uint8}(0) => SMBusOk
| _ when r1 = cast{uint8}(1) => SMBusBadLen
| _ when r1 = cast{uint8}(2) => SMBusNack
| _ when r1 = cast{uint8}(3) => SMBusOther
| _ => SMBusOther
end
implement read_byte (address, command) = let
var cd: uint8 = cast{uint8}(command)
var dd: uint8 = cast{uint8}(0)
val r1 = twi_writeTo (cast{uint8}(address), ptr2cptr (addr@cd), cast{uint8}(1), cast{uint8}(1), cast{uint8}(0))
val cnt = twi_readFrom (cast{uint8}(address), ptr2cptr (addr@dd), cast{uint8}(1), cast{uint8}(1))
in
case+ 0 of
| _ when r1 = cast{uint8}(0) => (SMBusOk, dd)
| _ when r1 = cast{uint8}(1) => (SMBusBadLen, cast{uint8}(0))
| _ when r1 = cast{uint8}(2) => (SMBusNack, cast{uint8}(0))
| _ when r1 = cast{uint8}(3) => (SMBusOther, cast{uint8}(0))
| _ => (SMBusOther, cast{uint8}(0))
end
implement read_word (address, command) = let
var cd: uint8 = cast{uint8}(command)
var dd: uint16 = cast{uint16}(0)
val r1 = twi_writeTo (cast{uint8}(address), ptr2cptr (addr@cd), cast{uint8}(1), cast{uint8}(1), cast{uint8}(0))
val cnt = twi_readFrom (cast{uint8}(address), ptr2cptr (addr@dd), cast{uint8}(2), cast{uint8}(1))
in
case+ 0 of
| _ when r1 = cast{uint8}(0) => (SMBusOk, dd)
| _ when r1 = cast{uint8}(1) => (SMBusBadLen, cast{uint16}(0))
| _ when r1 = cast{uint8}(2) => (SMBusBadLen, cast{uint16}(0))
| _ when r1 = cast{uint8}(3) => (SMBusBadLen, cast{uint16}(0))
| _ => (SMBusBadLen, cast{uint16}(0))
end
implement show_smbus_status (status) =
case+ status of
| SMBusOk () => _
| SMBusBadLen () => println! "SMBusBadLen"
| SMBusNack () => println! "SMBusNack"
| SMBusOther () => println! "SMBusOther" | ATS | 4 | Proclivis/arduino-ats | DATS/smbus.dats | [
"MIT"
] |
domain: "[n] -> { S2[i, j] : 29j >= 1 - i and i <= n and j >= 1 and j <= -1 + i; S1[i] : i >= 1 - 27n and i <= 28 + n; S4[i, j] : i >= 1 and i <= n and j >= 1 + i and j <= n; S5[i, j, k] : i >= 1 and i <= n and j >= 1 + i and j <= n and k >= 1 and k <= -1 + i; S6[i, j] : i >= 1 and i <= n and j >= 1 + i and j <= n; S3[i] : i >= 1 and i <= n }"
child:
context: "[n] -> { [] : n >= 30 }"
child:
schedule: "[n] -> [{ S1[i0] -> [(2 + 2i0)]; S4[i0, i1] -> [(2i0 + 2i1)]; S6[i0, i1] -> [(2i0 + 2i1)]; S3[i0] -> [(1 + 4i0)]; S5[i0, i1, i2] -> [(2i0 + 2i1)]; S2[i0, i1] -> [(1 + 2i0 + 2i1)] }, { S1[i0] -> [(0)]; S4[i0, i1] -> [(-i0)]; S6[i0, i1] -> [(2 - i0)]; S3[i0] -> [(0)]; S5[i0, i1, i2] -> [(1 - i0)]; S2[i0, i1] -> [(i1)] }, { S1[i0] -> [(0)]; S4[i0, i1] -> [(0)]; S6[i0, i1] -> [(0)]; S3[i0] -> [(0)]; S5[i0, i1, i2] -> [(i2)]; S2[i0, i1] -> [(0)] }]"
options: "[n] -> { separate[i0] }"
| Smalltalk | 3 | chelini/isl-haystack | test_inputs/codegen/cloog/vivien2.st | [
"MIT"
] |
BEGIN { a = a + 1; x = a; print a}
BEGIN { ++b; x = b; print b}
| Awk | 1 | Crestwave/goawk | testdata/gawk/uninit2.awk | [
"MIT"
] |
(*
Module: Dpkg
Parses /etc/dpkg/dpkg.cfg
Author: Robin Lee Powell <[email protected]>
About: License
This file, and the attendant test_dpgk.aug, are explicitly
placed in the public domain.
About: Description
dpkg.cfg is a simple list of options, the same ones as the
command line options, with or without a value.
The tree is a list of either comments or option/value pairs by
name. Use "set" to set an option with a value, and "clear" for a
bare option.
About: Usage Example
(start code)
$ augtool -n
augtool> ls /files/etc/dpkg/dpkg.cfg
#comment[1] = dpkg configuration file
#comment[2] = This file can contain default options for dpkg. All command-line
#comment[3] = options are allowed. Values can be specified by putting them after
#comment[4] = the option, separated by whitespace and/or an `=' sign.
#comment[5] = Do not enable debsig-verify by default; since the distribution is not using
#comment[6] = embedded signatures, debsig-verify would reject all packages.
no-debsig = (none)
#comment[7] = Log status changes and actions to a file.
log = /var/log/dpkg.log
augtool> get /files/etc/dpkg/dpkg.cfg/no-debsig
/files/etc/dpkg/dpkg.cfg/no-debsig (none)
augtool> get /files/etc/dpkg/dpkg.cfg/log
/files/etc/dpkg/dpkg.cfg/log = /var/log/dpkg.log
augtool> clear /files/etc/dpkg/dpkg.cfg/testopt
augtool> set /files/etc/dpkg/dpkg.cfg/testopt2 test
augtool> save
Saved 1 file(s)
augtool>
$ cat /etc/dpkg/dpkg.cfg.augnew
# dpkg configuration file
#
# This file can contain default options for dpkg. All command-line
# options are allowed. Values can be specified by putting them after
# the option, separated by whitespace and/or an `=' sign.
#
# Do not enable debsig-verify by default; since the distribution is not using
# embedded signatures, debsig-verify would reject all packages.
no-debsig
# Log status changes and actions to a file.
log /var/log/dpkg.log
testopt
testopt2 test
(end code)
*)
module Dpkg =
autoload xfm
let sep_tab = Util.del_ws_tab
let sep_spc = Util.del_ws_spc
let eol = del /[ \t]*\n/ "\n"
let comment = Util.comment
let empty = Util.empty
let word = /[^,# \n\t]+/
let keyword = /[^,# \n\t\/]+/
(* View: record
Keyword, followed by optional whitespace and value, followed
by EOL.
The actual file specification doesn't require EOL, but the
likelihood of the file not having one is pretty slim, and
this way things we add have EOL.
*)
let record = [ key keyword . (sep_spc . store word)? . eol ]
(* View: lns
Any number of empty lines, comments, and records.
*)
let lns = ( empty | comment | record ) *
let xfm = transform lns (incl "/etc/dpkg/dpkg.cfg")
| Augeas | 4 | zwass/launcher | pkg/augeas/assets/lenses/dpkg.aug | [
"MIT"
] |
// https://html.spec.whatwg.org/#navigator
[Exposed=Window]
interface Navigator {
// objects implementing this interface also implement the interfaces given below
};
Navigator includes NavigatorID;
Navigator includes NavigatorLanguage;
Navigator includes NavigatorOnLine;
// Navigator includes NavigatorContentUtils;
Navigator includes NavigatorCookies;
Navigator includes NavigatorPlugins;
Navigator includes NavigatorConcurrentHardware;
// https://html.spec.whatwg.org/#navigatorid
interface mixin NavigatorID {
readonly attribute DOMString appCodeName; // constant "Mozilla"
readonly attribute DOMString appName; // constant "Netscape"
readonly attribute DOMString appVersion;
readonly attribute DOMString platform;
readonly attribute DOMString product; // constant "Gecko"
[Exposed=Window] readonly attribute DOMString productSub;
readonly attribute DOMString userAgent;
[Exposed=Window] readonly attribute DOMString vendor;
[Exposed=Window] readonly attribute DOMString vendorSub; // constant ""
};
// https://html.spec.whatwg.org/#navigatorlanguage
interface mixin NavigatorLanguage {
readonly attribute DOMString language;
readonly attribute FrozenArray<DOMString> languages;
};
// https://html.spec.whatwg.org/#navigatoronline
interface mixin NavigatorOnLine {
readonly attribute boolean onLine;
};
// https://html.spec.whatwg.org/#navigatorcookies
interface mixin NavigatorCookies {
readonly attribute boolean cookieEnabled;
};
interface mixin NavigatorPlugins {
[SameObject] readonly attribute PluginArray plugins;
[SameObject] readonly attribute MimeTypeArray mimeTypes;
boolean javaEnabled();
};
[Exposed=Window]
interface PluginArray {
undefined refresh();
readonly attribute unsigned long length;
[WebIDL2JSValueAsUnsupported=_null] getter object? item(unsigned long index);
object? namedItem(DOMString name);
};
[Exposed=Window]
interface MimeTypeArray {
readonly attribute unsigned long length;
[WebIDL2JSValueAsUnsupported=_null] getter object? item(unsigned long index);
object? namedItem(DOMString name);
};
[Exposed=Window]
interface Plugin {
readonly attribute undefined name;
readonly attribute undefined description;
readonly attribute undefined filename;
readonly attribute undefined length;
getter undefined item(unsigned long index);
undefined namedItem(DOMString name);
};
[Exposed=Window]
interface MimeType {
readonly attribute undefined type;
readonly attribute undefined description;
readonly attribute undefined suffixes;
readonly attribute undefined enabledPlugin;
};
// https://html.spec.whatwg.org/#navigatorconcurrenthardware
interface mixin NavigatorConcurrentHardware {
readonly attribute unsigned long long hardwareConcurrency;
};
| WebIDL | 4 | Unique184/jsdom | lib/jsdom/living/navigator/Navigator.webidl | [
"MIT"
] |
TDStringLeafNode{#name:'analysis',#contents:'dkh 12/30/2017 10:50
--------------------
Need to make sure that references to classes/globals from compiled methods are properly referencing the association in the original symbol dictionary and not the association in the temp symbol dictionary --- test needed
dkh 12/30/2017 13:12
--------------------
method protocol rename on class and instance side
dkh 1/1/2018 10:19
------------------
last extension method in package removed ...
dkh 1/1/2018 10:31
------------------
explicit delete package with classes and extension methods
dkh 1/1/2018 14:05
------------------
Should validate that method properties match method and package and class properties match package
dkh 1/1/2018 15:00
------------------
For upgrade, need a mode where we force reload for all methods
dkh 1/1/2018 15:00
------------------
1. method environment aware
2. alternate symbol dictionary aware
3. multi-user aware
dkh 1/2/2018 09:33
------------------
- For preserving non-standard properties from other platforms ... merge the properties from disk and image in preparation for a save ...
- format file in all filetree/cypress repositories
- allow Rowan to load Monticello packages/repos
- RwLibrarian ... code librarian / Gofer api ... without Metacello for the moment ...
dkh 1/2/2018 12:27
------------------
Introduce a load spec underneath the RwLibrarian ... merge specs concept ... load properties (user, symbolDictionaryName, env; sessionMethods, recompile), migration properties (migrate or not) ... store in ston on disk (path to .ston), in image (named specs), created dynamically by RwLibrarian (saveSpec, loadSpec, spec) ... or spec repository ...
... no longer librarian but migrarion specs and session methods and recompile still need to be added
dkh 1/9/2018 06:31
------------------
right now new version of class is added to patch set createdClasses, but that does not seem right ... it should be added to versionClasses ... I think that there will be subtle differences in how each of those changes need to be handled ... so it\'s best to treat them separately at the moment
commit 939f317 is the first checkpoint commit ... read that commit comment for information about the suspicious changes I made ... I\'m about to do some things that are even more outrageous:)
[1] https://github.com/dalehenrich/CypressReferenceImplementation/commit/939f3171111fd6db17451d637dba8e5563bd4012
dkh 1/9/2018 06:46
-------------------
Overhaul the patchset/patch relationship ... review RwGsClassCreationPatch and make changes to allow additions and new versions to be tracked separately in the patch set ... review the patch set operations to see which ones are common ... I think it is better to track the versioned classes separately from the additions even if most of the operations are common at a minimum it will allow us to use more meaningful method names ... someplace we are going to have to treat changes new version, addition, class var(?) as a common set of operations because we have to do some things in hierarchy order ... and at this point those places need to be identified.
dkh 1/10/2018 13:51
--------------------
Looks like Schema32TestCase>>schemaModification (ernie test) is a good test to use for Rowan as it tests a variety of type/option/property transitions ... when ready to graduate to options and failing installs
dkh 1/10/2018 17:22
-------------------
Now that we\'ve got a name - derive - finish the work in progress which is to use the terms defined in the RwAbstractTool class command and apply those words to the 3 tool sets. Then carry on with coming up with more tests and flesh things out more ...
dkh 1/11/2018 14:39
-------------------
if it\'s \"definitions everywhere\" then Rowan\'s api should consistenly return definitions
dkh 1/12/2018 16:55
-------------------
test for empty comment String ...
dkh 2/6/2018 20:20
------------------
Okay RwPackageSet may not be allowed or it may be allowed to be used as an alternative to project -based loading ... via the project spec, the RwProject nows the list of packages in the project and the list of loaded packages ... and of course RwProjectSet is the next logical progression ... so the RwProjectSet will be the first project loaded ... when metacello is used, we will only use Metacello to generate the packageSet ... linear load will have to be oksy ... but Metacello won\'t have to fetch the packages ....the loader will do that according to the project specification
dkh 2/19/2018 08:40
-------------------
gs_SymbolDictionary is not going to be a property of a class definition anymore ... in Rowan the project definition controls the symbol dictionary that the class is installed in ...
',#creationTime:DateAndTime['2017-12-30T10:49:57.82205295562744-08:00'],#modificationTime:DateAndTime['2018-02-19T08:41:14.99739789962769-08:00']} | STON | 2 | jvalteren/Rowan | platforms/gemstone/gsdevkit/_home/sys/local/server/home/rowan/analysis.ston | [
"MIT"
] |
# -*- tcl -*-
#
# $Id: idx.wiki,v 1.2 2004/01/15 06:36:12 andreas_kupries Exp $
#
# Engine to convert a docidx document into Wiki markup.
#
# Copyright (c) 2003 Andreas Kupries <[email protected]>
# Freely redistributable.
#
######################################################################
dt_source _idx_common.tcl ; # Shared code
######################################################################
proc idx_postprocess {wiki} {
# Strip empty lines out of the generated wiki source
# and trim leading blanks, except in code samples.
#
set lines [list]
foreach line [split $wiki \n] {
if {[string match " |*" $line]} {
# Verbatim / example
lappend lines [string trimright $line]
} elseif {[string match ". *" $line]} {
# Verbatim / regular
lappend lines [string range [string trimright $line] 1 end]
} elseif {[string match " \* *" $line]} {
# Itemized lists.
lappend lines [string map {[ [[ ] ]]} [string trimright $line]]
} elseif {[string match " 1. *" $line]} {
# Enumerated lists
lappend lines [string map {[ [[ ] ]]} [string trimright $line]]
} elseif {[regexp "^ (\[^:\]): " $line]} {
# Definition list
lappend lines [string map {[ [[ ] ]]} [string trimright $line]]
} elseif {[string match " *" $line]} {
# Unwanted indentation
lappend lines [string map {[ [[ ] ]]} [string trim $line]]
} else {
# Everything else
lappend lines [string map {[ [[ ] ]]} [string trimright $line]]
}
}
set wiki [join $lines \n]\n
regsub {^[ ]+} $wiki {} wiki
return $wiki
}
proc fmt_plain_text {text} {return {}}
################################################################
## Backend for wiki markup
proc fmt_index_begin {label title} {return "Index '''$label'''\n'''[string trim $title]'''\n"}
proc fmt_index_end {} {return {}}
proc fmt_key {text} {return "\n '''[string trim $text]''': "}
proc fmt_manpage {file label} {return "$file "}
proc fmt_url {url label} {return "$url "}
proc fmt_comment {text} {return {}}
################################################################
| MediaWiki | 4 | jdruin/F5Eagle | lib/doctools/mpformats/idx.wiki | [
"TCL"
] |
CLASS zcl_abapgit_repo_checksums DEFINITION
PUBLIC
FINAL
CREATE PUBLIC .
PUBLIC SECTION.
INTERFACES zif_abapgit_repo_checksums.
METHODS constructor
IMPORTING
!iv_repo_key TYPE zif_abapgit_persistence=>ty_repo-key
RAISING
zcx_abapgit_exception.
METHODS force_write
IMPORTING
it_checksums TYPE zif_abapgit_persistence=>ty_local_checksum_tt
RAISING
zcx_abapgit_exception.
PROTECTED SECTION.
PRIVATE SECTION.
TYPES:
ty_local_files_by_item_tt TYPE SORTED TABLE OF zif_abapgit_definitions=>ty_file_item WITH NON-UNIQUE KEY item.
DATA mv_repo_key TYPE zif_abapgit_persistence=>ty_repo-key.
DATA mi_repo TYPE REF TO zif_abapgit_repo.
METHODS remove_non_code_related_files
CHANGING
!ct_local_files TYPE ty_local_files_by_item_tt.
METHODS build_checksums_from_files
IMPORTING
it_remote TYPE zif_abapgit_definitions=>ty_files_tt
it_local TYPE ty_local_files_by_item_tt
iv_branches_equal TYPE abap_bool DEFAULT abap_false
RETURNING
VALUE(rt_checksums) TYPE zif_abapgit_persistence=>ty_local_checksum_tt.
METHODS save_checksums
IMPORTING
it_checksums TYPE zif_abapgit_persistence=>ty_local_checksum_tt
RAISING
zcx_abapgit_exception.
METHODS add_meta
CHANGING
cv_cs_blob TYPE string
RAISING
zcx_abapgit_exception.
METHODS extract_meta
CHANGING
* co_string_map - return string map with meta when it is needed
cv_cs_blob TYPE string.
ENDCLASS.
CLASS ZCL_ABAPGIT_REPO_CHECKSUMS IMPLEMENTATION.
METHOD add_meta.
DATA lv_meta_str TYPE string.
lv_meta_str = |#repo_name#{ mi_repo->get_name( ) }|.
cv_cs_blob = lv_meta_str && |\n| && cv_cs_blob.
ENDMETHOD.
METHOD build_checksums_from_files.
DATA ls_last_item TYPE zif_abapgit_definitions=>ty_item.
FIELD-SYMBOLS:
<ls_checksum> LIKE LINE OF rt_checksums,
<ls_local> LIKE LINE OF it_local.
FIELD-SYMBOLS:
<ls_remote_file> LIKE LINE OF it_remote,
<ls_cs_file_sig> LIKE LINE OF <ls_checksum>-files.
LOOP AT it_local ASSIGNING <ls_local>.
IF ls_last_item <> <ls_local>-item OR sy-tabix = 1. " First or New item reached ?
APPEND INITIAL LINE TO rt_checksums ASSIGNING <ls_checksum>.
MOVE-CORRESPONDING <ls_local>-item TO <ls_checksum>-item.
ls_last_item = <ls_local>-item.
ENDIF.
READ TABLE it_remote ASSIGNING <ls_remote_file>
WITH TABLE KEY file_path
COMPONENTS
path = <ls_local>-file-path
filename = <ls_local>-file-filename.
IF sy-subrc <> 0. " Ignore new local ones
CONTINUE.
ENDIF.
APPEND INITIAL LINE TO <ls_checksum>-files ASSIGNING <ls_cs_file_sig>.
MOVE-CORRESPONDING <ls_local>-file TO <ls_cs_file_sig>.
" If hashes are equal -> local sha1 is OK already (no change)
" Else
" if branches equal -> assume changes were local, state - remote sha1
" if remote branch is ahead (not equal) -> assume changes were remote, state - local sha1 (no change)
IF <ls_local>-file-sha1 <> <ls_remote_file>-sha1 AND iv_branches_equal = abap_true.
<ls_cs_file_sig>-sha1 = <ls_remote_file>-sha1.
ENDIF.
ENDLOOP.
ENDMETHOD.
METHOD constructor.
ASSERT iv_repo_key IS NOT INITIAL.
mv_repo_key = iv_repo_key.
mi_repo = zcl_abapgit_repo_srv=>get_instance( )->get( mv_repo_key ).
" Should be safe as repo_srv is supposed to be single source of repo instances
ENDMETHOD.
METHOD extract_meta.
DATA lv_meta_str TYPE string.
IF cv_cs_blob+0(1) <> '#'.
RETURN. " No meta ? just ignore it
ENDIF.
SPLIT cv_cs_blob AT |\n| INTO lv_meta_str cv_cs_blob.
" Just remove the header meta string - this is OK for now.
" There is just repo name for the moment - needed to for DB util and potential debug
ENDMETHOD.
METHOD force_write.
" for migration only for the moment
save_checksums( it_checksums ).
ENDMETHOD.
METHOD remove_non_code_related_files.
DELETE ct_local_files
WHERE item IS INITIAL
AND NOT ( file-path = zif_abapgit_definitions=>c_root_dir
AND file-filename = zif_abapgit_definitions=>c_dot_abapgit ).
ENDMETHOD.
METHOD save_checksums.
DATA lv_cs_blob TYPE string.
lv_cs_blob = lcl_checksum_serializer=>serialize( it_checksums ).
add_meta( CHANGING cv_cs_blob = lv_cs_blob ).
zcl_abapgit_persist_factory=>get_repo_cs( )->update(
iv_key = mv_repo_key
iv_cs_blob = lv_cs_blob ).
ENDMETHOD.
METHOD zif_abapgit_repo_checksums~get.
DATA lv_cs_blob TYPE string.
TRY.
lv_cs_blob = zcl_abapgit_persist_factory=>get_repo_cs( )->read( iv_key = mv_repo_key ).
CATCH zcx_abapgit_exception zcx_abapgit_not_found.
" Ignore currently, it's not critical for execution, just return empty
RETURN.
ENDTRY.
IF lv_cs_blob IS NOT INITIAL.
extract_meta( CHANGING cv_cs_blob = lv_cs_blob ).
rt_checksums = lcl_checksum_serializer=>deserialize( lv_cs_blob ).
ENDIF.
ENDMETHOD.
METHOD zif_abapgit_repo_checksums~get_checksums_per_file.
DATA lt_checksums TYPE zif_abapgit_persistence=>ty_local_checksum_tt.
FIELD-SYMBOLS <ls_object> LIKE LINE OF lt_checksums.
lt_checksums = zif_abapgit_repo_checksums~get( ).
LOOP AT lt_checksums ASSIGNING <ls_object>.
APPEND LINES OF <ls_object>-files TO rt_checksums.
ENDLOOP.
ENDMETHOD.
METHOD zif_abapgit_repo_checksums~rebuild.
DATA lt_remote TYPE zif_abapgit_definitions=>ty_files_tt.
DATA lt_local TYPE ty_local_files_by_item_tt.
DATA lt_checksums TYPE zif_abapgit_persistence=>ty_local_checksum_tt.
lt_local = mi_repo->get_files_local( ).
lt_remote = mi_repo->get_files_remote( ).
remove_non_code_related_files( CHANGING ct_local_files = lt_local ).
lt_checksums = build_checksums_from_files(
it_remote = lt_remote
it_local = lt_local
iv_branches_equal = iv_branches_equal ).
save_checksums( lt_checksums ).
ENDMETHOD.
METHOD zif_abapgit_repo_checksums~update.
DATA lt_checksums TYPE zif_abapgit_persistence=>ty_local_checksum_tt.
DATA lt_local_files TYPE zif_abapgit_definitions=>ty_files_item_tt.
lt_checksums = zif_abapgit_repo_checksums~get( ).
lt_local_files = mi_repo->get_files_local( ).
lt_checksums = lcl_update_calculator=>calculate_updated(
it_current_checksums = lt_checksums
it_local_files = lt_local_files
it_updated_files = it_updated_files ).
save_checksums( lt_checksums ).
ENDMETHOD.
ENDCLASS.
| ABAP | 4 | gepparta/abapGit | src/repo/zcl_abapgit_repo_checksums.clas.abap | [
"MIT"
] |
// Dummy mob.
/mob/dview
// Can't make it invisible enough.
invisibility = 101
density = 0
alpha = 0
opacity = 0
see_in_dark = 1e6 // Literally arbitrary.
/var/mob/dview/dview = new
// Version of view() that ignores luminosity and allows you to set
/proc/dview(var/range = world.view, var/atom/source, var/see_invisible = 0)
dview.loc = source
dview.see_invisible = see_invisible
return view(range, dview)
// for(thing in view()) is optimized so view() only returns the thing looked for by the for loop, this is a native BYOND feature, as using the above dview() would not work for that, this define will.
#define FOR_DVIEW(type, range, source, see_invis) \
dview.loc = source; \
dview.see_invisible = see_invis; \
for(type in view(range, dview))
| DM | 3 | PJB3005/GoonLight-Heist | helpers/dview.dm | [
"MIT"
] |
# If some one want to update lodash modules, you must run this script under the same dir where it lives.
# Or you can run them(generate-modules.ts) separately by hand
#!/usr/bin/env bash
npm i ts-node -g
ts-node ./generate-modules.ts
ts-node ./generate-fp.ts
cd ../../../
npm i prettier -D
cd types/lodash-es/scripts
ts-node ./generate-modules.ts
| Shell | 3 | fes300/DefinitelyTyped | types/lodash/ts3.1/scripts/generate-all.sh | [
"MIT"
] |
module X {
record R { var x: int; }
}
module Y {
proc main() {
var r: X.R;
writeln(r);
Z.f();
}
}
| Chapel | 3 | jhh67/chapel | test/modules/sungeun/no-use-record.chpl | [
"ECL-2.0",
"Apache-2.0"
] |
extends Node
var render_distance = 7
var fog_enabled = true
var world_type = 0 # Not saved, only used during runtime.
var _save_path = "user://settings.json"
var _loaded = false
func _enter_tree():
if Settings._loaded:
printerr("Error: Settings is an AutoLoad singleton and it shouldn't be instanced elsewhere.")
printerr("Please delete the instance at: " + String(get_path()))
else:
Settings._loaded = true
var file = File.new()
if file.file_exists(_save_path):
file.open(_save_path, File.READ)
while file.get_position() < file.get_len():
# Get the saved dictionary from the next line in the save file
var data = parse_json(file.get_line())
render_distance = data["render_distance"]
fog_enabled = data["fog_enabled"]
file.close()
else:
save_settings()
func save_settings():
var file = File.new()
file.open(_save_path, File.WRITE)
var data = {
"render_distance": render_distance,
"fog_enabled": fog_enabled,
}
file.store_line(to_json(data))
file.close()
| GDScript | 4 | jonbonazza/godot-demo-projects | 3d/voxel/settings.gd | [
"MIT"
] |
0 reg32_t "dword"
1 code_t "proc*"
2 union(num32_t,ptr(struct(0:ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:uint16_t,2:uint16_t,4:uint16_t),6),72:array(struct(0:ptr(reg8_t),4:ptr(reg16_t),8:ptr(reg32_t),12:ptr(reg32_t)),6),168:num32_t,172:num32_t,176:ptr(num32_t),180:ptr(num32_t),184:ptr(num32_t),188:ptr(array(reg8_t,0)),192:ptr(num32_t),196:ptr(uint16_t),200:ptr(uint16_t),204:ptr(uint8_t),208:ptr(uint8_t),212:ptr(array(reg8_t,0)))),4:ptr(array(reg8_t,0)))),ptr(reg32_t),ptr(struct(0:struct(0:reg32_t)))) "Union_963"
3 ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))) "FILE*"
4 ptr(struct(0:array(reg8_t,12),12:reg32_t)) "StructFrag_16*"
5 ptr(struct(0:ptr(struct(0:reg32_t,4:reg32_t,8:ptr(struct(0:reg32_t,4:reg32_t,8:ptr(TOP),12:ptr(TOP),16:reg32_t,20:array(uint32_t,15))),12:ptr(TOP),16:reg32_t,20:array(uint32_t,15))),4:ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:array(reg8_t,80),108:reg32_t),140:reg32_t,144:reg32_t,148:reg32_t,152:reg32_t,156:reg32_t,160:reg32_t,164:reg32_t,168:reg32_t,172:reg32_t,176:reg32_t,180:reg32_t,184:reg32_t,188:reg32_t,192:reg32_t,196:reg32_t,200:reg32_t,204:array(reg8_t,512))))) "_EXCEPTION_POINTERS*"
6 array(reg8_t,3) "unknown_24"
7 num8_t "char"
8 ptr(num8_t) "char[]"
8 ptr(num8_t) "char*"
9 num32_t "int"
10 uint32_t "UINT"
10 uint32_t "size_t"
11 ptr(uint16_t) "WCHAR*"
10 uint32_t "unsigned int"
12 ptr(reg32_t) "dword*"
8 ptr(num8_t) "LPSTR"
13 ptr(struct(0:ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:uint16_t,2:uint16_t,4:uint16_t),6),72:array(struct(0:ptr(num8_t),4:ptr(uint16_t),8:ptr(num32_t),12:ptr(num32_t)),6),168:num32_t,172:num32_t,176:ptr(num32_t),180:ptr(num32_t),184:ptr(num32_t),188:ptr(array(reg8_t,0)),192:ptr(num32_t),196:ptr(uint16_t),200:ptr(uint16_t),204:ptr(uint8_t),208:ptr(uint8_t),212:ptr(array(reg8_t,0)))),4:ptr(array(reg8_t,0)))) "localeinfo_struct*"
14 ptr(reg16_t) "LPWORD"
11 ptr(uint16_t) "wchar_t*"
11 ptr(uint16_t) "unsigned short*"
15 ptr(TOP) "PVOID"
16 ptr(struct(0:struct(0:reg32_t))) "Struct_2498*"
17 ptr(struct(0:array(reg8_t,112),112:reg32_t)) "StructFrag_404*"
18 ptr(struct(0:reg32_t,4:uint32_t)) "StructFrag_860*"
15 ptr(TOP) "void*"
7 num8_t "CHAR"
19 ptr(array(reg8_t,0)) "pthreadmbcinfo"
20 ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:uint16_t,2:uint16_t,4:uint16_t),6),72:array(struct(0:ptr(num8_t),4:ptr(uint16_t),8:ptr(num32_t),12:ptr(num32_t)),6),168:num32_t,172:num32_t,176:ptr(num32_t),180:ptr(num32_t),184:ptr(num32_t),188:ptr(array(reg8_t,0)),192:ptr(num32_t),196:ptr(uint16_t),200:ptr(uint16_t),204:ptr(uint8_t),208:ptr(uint8_t),212:ptr(array(reg8_t,0)))) "threadlocaleinfostruct*"
21 ptr(ptr(num8_t)) "char**"
22 ptr(struct(0:reg16_t,2:num8_t)) "StructFrag_106*"
23 ptr(ptr(struct(0:reg16_t,2:num8_t))) "StructFrag_106**"
24 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t)) "_EH4_SCOPETABLE*"
25 ptr(struct(0:array(reg8_t,200),200:ptr(TOP))) "StructFrag_868*"
26 array(num8_t,4) "char[4]"
27 ptr(struct(0:reg32_t,4:reg32_t,8:ptr(struct(0:reg32_t,4:reg32_t,8:ptr(TOP),12:ptr(TOP),16:reg32_t,20:array(uint32_t,15))),12:ptr(TOP),16:reg32_t,20:array(uint32_t,15))) "PEXCEPTION_RECORD"
28 ptr(struct(0:reg64_t,8:num8_t)) "StructFrag_121*"
29 reg16_t "word"
30 ptr(struct(0:array(reg8_t,16),16:reg16_t)) "StructFrag_410*"
14 ptr(reg16_t) "word[]"
14 ptr(reg16_t) "word*"
31 num16_t "short"
32 ptr(array(reg8_t,86)) "unknown_688*"
33 ptr(array(reg8_t,81)) "unknown_648*"
34 ptr(array(reg8_t,84)) "unknown_672*"
35 ptr(struct(0:ptr(num8_t),4:ptr(num8_t),8:uint32_t,12:uint32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t)) "Struct_2580*"
36 ptr(struct(0:ptr(num8_t),8:uint32_t,16:reg32_t,24:reg32_t,28:reg32_t)) "Struct_2582*"
37 int32_t "signed int"
12 ptr(reg32_t) "dword[]"
38 ptr(struct(0:array(reg8_t,16),16:reg32_t)) "StructFrag_66*"
39 ptr(struct(0:array(reg8_t,60),60:num32_t)) "StructFrag_899*"
40 ptr(array(reg8_t,57)) "unknown_456*"
41 ptr(struct(0:array(reg8_t,60),60:reg32_t)) "StructFrag_383*"
42 ptr(code_t) "(dword -> dword)**"
43 ptr(uint32_t) "unsigned int*"
44 ptr(struct(8:ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(TOP),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)),4294967280:reg32_t)) "Struct_2511*"
45 ptr(array(reg8_t,69)) "unknown_552*"
1 code_t "HINSTANCE"
0 reg32_t "HANDLE"
46 ptr(ptr(struct(0:array(reg8_t,188),188:ptr(TOP)))) "StructFrag_406**"
47 array(reg8_t,12) "unknown_96"
48 union(ptr(num32_t),ptr(reg32_t)) "Union_990"
49 union(ptr(reg32_t),num32_t) "Union_919"
50 union(num32_t,ptr(num32_t)) "Union_869"
51 union(num32_t,ptr(struct(0:struct(0:reg32_t)))) "Union_868"
52 union(code_t,ptr(num32_t)) "Union_21"
53 union(ptr(TOP),num32_t) "Union_5"
54 union(num32_t,ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:uint16_t,2:uint16_t,4:uint16_t),6),72:array(struct(0:ptr(num8_t),4:ptr(uint16_t),8:ptr(num32_t),12:ptr(num32_t)),6),168:num32_t,172:num32_t,176:ptr(num32_t),180:ptr(num32_t),184:ptr(num32_t),188:ptr(array(reg8_t,0)),192:ptr(num32_t),196:ptr(uint16_t),200:ptr(uint16_t),204:ptr(uint8_t),208:ptr(uint8_t),212:ptr(array(reg8_t,0))))) "Union_961"
55 ptr(uint8_t) "unsigned char*"
56 ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),12:ptr(TOP),16:ptr(TOP),20:ptr(TOP),24:ptr(TOP),28:ptr(TOP),32:ptr(TOP),36:ptr(TOP),40:ptr(TOP),44:ptr(TOP),48:ptr(TOP),52:ptr(TOP),56:ptr(TOP),60:ptr(TOP),64:ptr(TOP),68:ptr(TOP),72:ptr(TOP),76:ptr(TOP),80:ptr(TOP),84:ptr(TOP),88:ptr(TOP),92:ptr(TOP),96:ptr(TOP),100:ptr(TOP),104:ptr(TOP),108:ptr(TOP),112:ptr(TOP),116:ptr(TOP),120:ptr(TOP),124:ptr(TOP),128:ptr(TOP),132:ptr(TOP),136:ptr(TOP),140:ptr(TOP),144:ptr(TOP),148:ptr(TOP),152:ptr(TOP),156:ptr(TOP),160:ptr(TOP),164:ptr(TOP),168:ptr(TOP),184:ptr(TOP),188:ptr(TOP),192:ptr(TOP),196:ptr(TOP),200:ptr(TOP),204:ptr(TOP),208:ptr(TOP),212:ptr(TOP),216:ptr(TOP),220:ptr(TOP),224:ptr(TOP),228:ptr(TOP),232:ptr(TOP),236:ptr(TOP),240:ptr(TOP),244:ptr(TOP),248:ptr(TOP),252:ptr(TOP),256:ptr(TOP),260:ptr(TOP),264:ptr(TOP),268:ptr(TOP),272:ptr(TOP),276:ptr(TOP),280:ptr(TOP),284:ptr(TOP),288:ptr(TOP),292:ptr(TOP),296:ptr(TOP),300:ptr(TOP),304:ptr(TOP),308:ptr(TOP),312:ptr(TOP),316:ptr(TOP),320:ptr(TOP),324:ptr(TOP),328:ptr(TOP),332:ptr(TOP),336:ptr(TOP),340:ptr(TOP),344:ptr(TOP),348:ptr(TOP),352:ptr(TOP))) "Struct_35*"
57 ptr(struct(12:ptr(TOP),16:ptr(TOP),20:ptr(TOP),24:ptr(TOP),28:ptr(TOP),32:ptr(TOP),36:ptr(TOP),56:ptr(TOP),60:ptr(TOP),64:ptr(TOP),68:ptr(TOP),72:ptr(TOP),76:ptr(TOP))) "Struct_32*"
58 ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),48:ptr(TOP),52:ptr(TOP))) "Struct_34*"
59 ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),12:ptr(TOP),16:ptr(TOP),20:ptr(TOP),24:ptr(TOP),28:ptr(TOP),32:ptr(TOP),36:ptr(TOP),48:ptr(TOP),52:ptr(TOP),56:ptr(TOP),60:ptr(TOP),64:ptr(TOP),68:ptr(TOP),72:ptr(TOP),76:ptr(TOP))) "Struct_2625*"
60 ptr(struct(80:ptr(TOP),84:ptr(TOP))) "Struct_2627*"
61 ptr(struct(0:ptr(num8_t),4:ptr(num8_t),8:reg32_t,20:reg32_t,24:reg16_t,28:reg32_t)) "Struct_2577*"
62 ptr(struct(0:array(reg8_t,256),256:num8_t)) "StructFrag_846*"
63 union(ptr(num8_t),ptr(struct(0:array(reg8_t,256),256:num8_t))) "Union_927"
64 union(ptr(num8_t),num32_t) "Union_958"
21 ptr(ptr(num8_t)) "LPSTR*"
65 union(ptr(num8_t),num32_t,ptr(num32_t),ptr(reg16_t),ptr(uint16_t)) "Union_957"
66 ptr(struct(4:uint32_t,20:reg32_t,48:reg16_t,172:reg32_t,192:union(ptr(TOP),num32_t),196:reg32_t,200:ptr(uint16_t),204:ptr(array(reg8_t,384)),208:ptr(array(reg8_t,480)))) "Struct_1094*"
67 ptr(num32_t) "LPLONG"
68 ptr(struct(56:reg16_t,176:union(ptr(TOP),num32_t),184:union(ptr(TOP),num32_t),188:ptr(struct(0:ptr(TOP),28:ptr(num8_t))))) "Struct_2615*"
69 ptr(struct(62:reg16_t,176:union(ptr(TOP),num32_t),180:union(ptr(TOP),num32_t),188:ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(num8_t),48:ptr(TOP),52:ptr(TOP))))) "Struct_2612*"
50 union(num32_t,ptr(num32_t)) "Union_19"
70 ptr(struct(0:array(reg8_t,212),212:union(num32_t,ptr(num32_t)))) "StructFrag_872*"
71 ptr(struct(0:reg32_t,4:ptr(TOP),8:reg32_t)) "_SECURITY_ATTRIBUTES*"
72 uint16_t "wchar_t"
73 union(ptr(num8_t),uint32_t) "Union_861"
74 union(ptr(num8_t),ptr(struct(0:reg16_t,2:num8_t))) "Union_15"
75 ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(array(reg8_t,0)),8:struct(0:ptr(struct(0:ptr(TOP),4:ptr(TOP))),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)) "_RTL_CRITICAL_SECTION*"
1 code_t "(_Inout_ _EXCEPTION_POINTERS* -ms-> LONG)*"
76 union(ptr(TOP),ptr(TOP)) "Union_0"
67 ptr(num32_t) "int*"
21 ptr(ptr(num8_t)) "char[]*"
77 ptr(struct(0:reg32_t,4:reg32_t)) "FILETIME*"
78 union(ptr(struct(0:reg32_t,4:reg32_t)),ptr(TOP)) "Union_863"
79 union(ptr(num8_t),ptr(struct(0:reg32_t,4:reg32_t)),int32_t) "Union_864"
80 union(ptr(num8_t),ptr(TOP),uint32_t) "Union_865"
81 union(ptr(num8_t),int32_t,uint32_t) "Union_866"
10 uint32_t "UINT_PTR"
37 int32_t "HEAP_INFORMATION_CLASS"
82 union(ptr(ptr(num8_t)),ptr(reg32_t)) "Union_23"
83 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t) "Union_18"
84 union(num32_t,ptr(reg32_t)) "Union_926"
85 union(num32_t,ptr(num8_t)) "Union_700"
86 ptr(struct(0:array(uint8_t,10))) "_LDOUBLE*"
87 ptr(struct(0:array(reg8_t,188),188:ptr(TOP))) "StructFrag_406*"
88 union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),uint32_t) "Union_993"
89 array(reg8_t,64) "unknown_512"
90 ptr(struct(0:array(reg8_t,188),188:ptr(ptr(num8_t)))) "StructFrag_850*"
43 ptr(uint32_t) "unsigned int[]"
91 union(num32_t,ptr(uint32_t)) "Union_960"
92 union(num32_t,ptr(TOP)) "Union_959"
42 ptr(code_t) "proc**"
93 ptr(array(reg8_t,20)) "unknown_160*"
94 union(ptr(reg32_t),ptr(struct(0:struct(0:reg32_t)))) "Union_934"
95 ptr(struct(0:reg32_t,4:reg32_t,8:ptr(TOP),12:ptr(TOP),16:reg32_t,20:array(uint32_t,15))) "_EXCEPTION_RECORD*"
96 ptr(struct(0:reg64_t,8:code_t)) "StructFrag_2*"
97 ptr(struct(8:reg32_t,12:num32_t,4294967292:ptr(TOP))) "Struct_2690*"
64 union(ptr(num8_t),num32_t) "Union_24"
98 array(reg8_t,63) "unknown_504"
99 array(reg8_t,14) "unknown_112"
100 union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t) "Union_917"
15 ptr(TOP) "LPVOID"
37 int32_t "FINDEX_SEARCH_OPS"
37 int32_t "FINDEX_INFO_LEVELS"
101 reg64_t "qword"
102 ptr(struct(0:array(reg8_t,16),16:num16_t)) "StructFrag_880*"
103 array(reg8_t,6) "unknown_48"
104 ptr(struct(0:reg32_t,4:reg32_t,8:num32_t,12:ptr(num8_t))) "Struct_2633*"
105 ptr(struct(0:reg32_t,4:num8_t)) "StructFrag_0*"
106 ptr(struct(0:reg32_t,4:reg32_t,8:ptr(TOP),12:reg32_t)) "Struct_2629*"
107 ptr(struct(36:ptr(TOP),44:ptr(TOP),52:ptr(TOP),60:ptr(TOP),64:ptr(TOP),68:ptr(TOP),72:ptr(TOP),92:ptr(TOP),104:ptr(num32_t),108:ptr(num32_t))) "Struct_2624*"
108 union(num32_t,ptr(reg16_t)) "Union_20"
43 ptr(uint32_t) "size_t*"
50 union(num32_t,ptr(num32_t)) "Union_575"
109 union(num32_t,ptr(reg32_t),ptr(struct(0:array(reg8_t,112),112:reg32_t)),ptr(struct(464:uint32_t,468:reg32_t)),ptr(struct(160:ptr(num8_t),164:uint32_t,176:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(156:ptr(num8_t),160:ptr(num8_t),164:uint32_t,168:uint32_t,172:reg32_t,176:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(156:ptr(num8_t),164:uint32_t,172:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(0:array(reg8_t,124),124:code_t)),ptr(struct(0:array(reg8_t,120),120:code_t)),ptr(struct(92:ptr(struct(0:array(reg8_t,16),16:union(code_t,ptr(TOP)))),96:reg32_t,100:reg32_t)),ptr(struct(0:array(reg8_t,104),104:union(num32_t,ptr(num32_t),ptr(struct(0:num32_t,4:reg32_t,8:reg32_t,12:reg32_t))))),ptr(struct(0:array(reg8_t,108),108:reg32_t)),ptr(struct(0:array(reg8_t,104),104:ptr(num32_t))),ptr(struct(0:array(reg8_t,108),108:ptr(struct(0:array(reg8_t,172),172:uint32_t)))),ptr(struct(0:array(reg8_t,108),108:ptr(reg32_t))),ptr(struct(0:array(reg8_t,192),192:reg32_t)),ptr(struct(0:array(reg8_t,92),92:ptr(struct(4:code_t,8:reg32_t)))),ptr(struct(0:array(reg8_t,24),24:uint32_t)),ptr(struct(92:ptr(struct(0:reg32_t,4:reg32_t,8:code_t)),96:reg32_t,100:reg32_t))) "Union_970"
110 union(num32_t,ptr(struct(0:reg16_t,2:reg16_t,4:ptr(array(reg8_t,0)),8:struct(0:ptr(struct(0:ptr(TOP),4:ptr(TOP))),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),16:reg32_t,20:reg32_t,24:array(reg32_t,2)))) "Union_967"
27 ptr(struct(0:reg32_t,4:reg32_t,8:ptr(struct(0:reg32_t,4:reg32_t,8:ptr(TOP),12:ptr(TOP),16:reg32_t,20:array(uint32_t,15))),12:ptr(TOP),16:reg32_t,20:array(uint32_t,15))) "EXCEPTION_RECORD*"
111 num64_t "long long"
92 union(num32_t,ptr(TOP)) "Union_8"
112 ptr(struct(8:reg32_t,20:reg32_t,92:ptr(array(reg8_t,144)),104:ptr(num32_t),108:ptr(num32_t),112:reg32_t,200:num8_t,331:num8_t)) "Struct_2664*"
113 ptr(ptr(struct(0:union(num32_t,ptr(num8_t)),4:union(num32_t,ptr(num8_t))))) "Struct_2588*[]"
114 ptr(struct(0:union(num32_t,ptr(num8_t)),4:union(num32_t,ptr(num8_t)))) "Struct_2588*"
115 array(reg8_t,20) "unknown_160"
116 array(reg8_t,11) "unknown_88"
117 ptr(struct(0:ptr(struct(0:union(ptr(TOP),num32_t),4:union(ptr(TOP),num32_t))),4294967292:reg32_t)) "Struct_2590*"
117 ptr(struct(0:ptr(struct(0:union(ptr(TOP),num32_t),4:union(ptr(TOP),num32_t))),4294967292:reg32_t)) "Struct_2592*"
118 ptr(struct(0:union(ptr(TOP),num32_t),4:union(ptr(TOP),num32_t))) "Struct_2587*"
12 ptr(reg32_t) "LPHANDLE"
119 union(ptr(struct(0:ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:uint16_t,2:uint16_t,4:uint16_t),6),72:array(struct(0:ptr(reg8_t),4:ptr(reg16_t),8:ptr(reg32_t),12:ptr(reg32_t)),6),168:num32_t,172:num32_t,176:ptr(num32_t),180:ptr(num32_t),184:ptr(num32_t),188:ptr(array(reg8_t,0)),192:ptr(num32_t),196:ptr(uint16_t),200:ptr(uint16_t),204:ptr(uint8_t),208:ptr(uint8_t),212:ptr(array(reg8_t,0)))),4:ptr(array(reg8_t,0)))),ptr(reg32_t)) "Union_962"
13 ptr(struct(0:ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:uint16_t,2:uint16_t,4:uint16_t),6),72:array(struct(0:ptr(num8_t),4:ptr(uint16_t),8:ptr(num32_t),12:ptr(num32_t)),6),168:num32_t,172:num32_t,176:ptr(num32_t),180:ptr(num32_t),184:ptr(num32_t),188:ptr(array(reg8_t,0)),192:ptr(num32_t),196:ptr(uint16_t),200:ptr(uint16_t),204:ptr(uint8_t),208:ptr(uint8_t),212:ptr(array(reg8_t,0)))),4:ptr(array(reg8_t,0)))) "_locale_t"
67 ptr(num32_t) "int[]"
120 union(ptr(struct(0:array(uint8_t,10))),ptr(reg16_t)) "Union_994"
121 ptr(struct(8:ptr(TOP),12:reg32_t)) "Struct_1099*"
122 ptr(array(reg8_t,68)) "unknown_544*"
9 num32_t "LONG"
123 ptr(struct(4:uint32_t,12:reg32_t)) "Struct_2596*"
124 union(code_t,ptr(TOP)) "Union_929"
124 union(code_t,ptr(TOP)) "Union_3"
124 union(code_t,ptr(TOP)) "Union_930"
125 ptr(array(reg8_t,37)) "unknown_296*"
126 ptr(struct(8:reg32_t,92:ptr(array(reg8_t,144)),104:ptr(num32_t),108:ptr(num32_t),200:num8_t)) "Struct_33*"
127 union(num32_t,ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(array(reg8_t,0)),8:struct(0:ptr(struct(0:ptr(TOP),4:ptr(TOP))),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t))) "Union_976"
1 code_t "(void -> int)*"
92 union(num32_t,ptr(TOP)) "Union_966"
55 ptr(uint8_t) "unsigned char[]"
128 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(uint8_t),28:reg32_t)) "Struct_2510*"
129 ptr(struct(0:union(ptr(num8_t),uint32_t),4:union(uint32_t,ptr(array(reg8_t,64))),4294967292:union(ptr(num8_t),uint32_t))) "Struct_2546*"
130 union(uint32_t,ptr(array(reg8_t,64))) "Union_914"
131 union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),uint32_t,uint32_t) "Union_916"
132 ptr(struct(0:union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),uint32_t,uint32_t),4:union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),uint32_t,uint32_t),4294967292:union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),uint32_t,uint32_t))) "Struct_2551*"
133 array(reg8_t,1600) "unknown_12800"
134 union(num32_t,ptr(union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t))) "Union_918"
135 ptr(struct(0:ptr(struct(0:reg16_t,4:union(ptr(num8_t),uint32_t,uint32_t))),4294967288:union(ptr(num8_t),uint32_t,uint32_t),4294967292:union(ptr(num8_t),uint32_t,uint32_t))) "Struct_2547*"
136 union(ptr(num8_t),uint32_t,uint32_t) "Union_915"
137 ptr(struct(0:reg16_t,4:union(ptr(num8_t),uint32_t,uint32_t))) "Struct_2538*"
138 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t)) "_OVERLAPPED*"
139 ptr(struct(0:reg32_t,24:ptr(struct(0:array(reg8_t,12),12:reg32_t)),28:reg32_t,40:reg32_t)) "Struct_2705*"
140 float64_t "double"
141 union(ptr(num8_t),num32_t,ptr(ptr(num8_t))) "Union_953"
142 union(ptr(num8_t),ptr(ptr(struct()))) "Union_951"
142 union(ptr(num8_t),ptr(ptr(struct()))) "Union_952"
143 union(ptr(num32_t),ptr(ptr(num8_t))) "Union_871"
144 ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,20:num32_t,168:reg32_t)) "Struct_2569*"
145 array(reg8_t,254) "unknown_2032"
146 ptr(struct(0:array(reg8_t,104),104:union(num32_t,ptr(num32_t),ptr(struct(0:num32_t,4:reg32_t,8:reg32_t,12:reg32_t))))) "StructFrag_855*"
147 union(num32_t,ptr(num32_t),ptr(struct(0:num32_t,4:reg32_t,8:reg32_t,12:reg32_t))) "Union_955"
148 ptr(struct(0:array(reg8_t,60),60:num8_t)) "StructFrag_858*"
149 ptr(int32_t) "signed int*"
150 ptr(array(reg8_t,90)) "unknown_720*"
151 ptr(array(reg8_t,102)) "unknown_816*"
152 ptr(num16_t) "short*"
1 code_t "(_Inout_ LPSTR -ms-> BOOL)*"
77 ptr(struct(0:reg32_t,4:reg32_t)) "_FILETIME*"
153 ptr(struct(0:reg16_t,2:reg16_t,4:reg16_t,6:reg16_t,8:reg16_t,10:reg16_t,12:reg16_t,14:reg16_t)) "_SYSTEMTIME*"
154 ptr(struct(0:reg32_t,4:struct(0:reg32_t,4:reg32_t),12:struct(0:reg32_t,4:reg32_t),20:struct(0:reg32_t,4:reg32_t),28:reg32_t,32:reg32_t,36:reg32_t,40:reg32_t,44:array(num8_t,260),304:array(num8_t,14))) "_WIN32_FIND_DATAA*"
155 ptr(struct(0:uint32_t,4:array(reg8_t,2),6:array(reg8_t,12))) "_cpinfo*"
156 ptr(struct(0:reg32_t,4:ptr(uint16_t),8:ptr(uint16_t),12:ptr(uint16_t),16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t,36:reg32_t,40:reg32_t,44:reg32_t,48:reg16_t,50:reg16_t,52:ptr(reg8_t),56:reg32_t,60:reg32_t,64:reg32_t)) "_STARTUPINFOW*"
157 ptr(struct(0:num32_t,4:array(uint16_t,32),68:struct(0:reg16_t,2:reg16_t,4:reg16_t,6:reg16_t,8:reg16_t,10:reg16_t,12:reg16_t,14:reg16_t),84:num32_t,88:array(uint16_t,32),152:struct(0:reg16_t,2:reg16_t,4:reg16_t,6:reg16_t,8:reg16_t,10:reg16_t,12:reg16_t,14:reg16_t),168:num32_t)) "_TIME_ZONE_INFORMATION*"
158 ptr(union(num64_t,struct(0:reg32_t,4:num32_t))) "Union_22*"
1 code_t "(DWORD -ms-> BOOL)*"
159 ptr(struct(0:num64_t,4:reg32_t)) "Struct_2696*"
160 ptr(ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:int32_t,28:ptr(num8_t)))) "Struct_2600**"
161 union(num32_t,ptr(union(ptr(num8_t),num32_t))) "Union_950"
162 ptr(struct(0:ptr(num8_t),4:ptr(num8_t))) "Struct_2494*"
163 union(ptr(ptr(TOP)),num32_t,ptr(struct(0:ptr(num8_t),4:ptr(num8_t)))) "Union_867"
164 uint64_t "unsigned long long"
165 ptr(ptr(struct(0:reg64_t,8:reg32_t))) "StructFrag_27**"
166 ptr(struct(0:reg64_t,8:reg32_t)) "StructFrag_27*"
167 ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)) "StructFrag_84*"
168 ptr(ptr(num32_t)) "LPLONG*"
169 union(num32_t,ptr(array(reg8_t,118))) "Union_920"
170 union(num32_t,ptr(array(reg8_t,119))) "Union_921"
171 ptr(struct(0:array(reg8_t,172),172:uint32_t)) "StructFrag_870*"
172 ptr(ptr(TOP)) "void**"
1 code_t "(void -> void)*"
21 ptr(ptr(num8_t)) "char*[]"
173 ptr(array(reg8_t,16)) "unknown_128*"
42 ptr(code_t) "proc*[]"
174 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(array(reg8_t,0)),8:struct(0:ptr(struct(0:ptr(TOP),4:ptr(TOP))),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t))) "Union_880"
175 ptr(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))) "FILE**"
176 union(code_t,ptr(num8_t)) "Union_969"
177 union(ptr(TOP),uint32_t) "Union_632"
178 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t,ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_941"
179 union(ptr(ptr(TOP)),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t,ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_932"
180 union(ptr(ptr(TOP)),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t,ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(TOP),4:reg16_t,6:num8_t),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_935"
181 union(code_t,ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t,ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(16:reg32_t,72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))),ptr(struct(0:array(reg8_t,7),7:num8_t)),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_939"
182 struct(0:ptr(TOP),4:reg16_t,6:num8_t) "Struct_109"
183 ptr(struct(0:reg64_t,8:ptr(num8_t))) "StructFrag_244*"
184 ptr(struct(0:array(reg8_t,28),28:reg32_t)) "StructFrag_46*"
185 ptr(struct(4:ptr(num8_t),12:ptr(num8_t),84:ptr(struct(0:ptr(num8_t),4:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))),12:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))))) "Struct_1121*"
185 ptr(struct(4:ptr(num8_t),12:ptr(num8_t),84:ptr(struct(0:ptr(num8_t),4:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))),12:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))))) "Struct_1123*"
186 union(num32_t,ptr(struct(4:ptr(num8_t),12:ptr(num8_t),84:ptr(struct(0:ptr(num8_t),4:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))),12:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t)))))))) "Union_25"
187 ptr(struct(92:ptr(struct(0:array(reg8_t,16),16:union(code_t,ptr(TOP)))),96:reg32_t,100:reg32_t)) "Struct_2586*"
188 ptr(struct(0:array(reg8_t,16),16:union(code_t,ptr(TOP)))) "StructFrag_849*"
124 union(code_t,ptr(TOP)) "Union_2"
1 code_t "(void -ms-> int)*"
53 union(ptr(TOP),num32_t) "Union_968"
189 union(ptr(struct(0:array(reg8_t,16),16:union(code_t,ptr(TOP)))),ptr(struct(4:code_t,8:reg32_t))) "Union_991"
190 ptr(array(reg8_t,144)) "unknown_1152*"
191 ptr(struct(4:code_t,8:reg32_t)) "Struct_2632*"
192 ptr(array(reg8_t,58)) "unknown_464*"
1 code_t "(int -> void)*"
193 union(num32_t,num32_t) "Union_971"
194 ptr(struct(0:reg8_t,1:num8_t)) "StructFrag_296*"
183 ptr(struct(0:reg64_t,8:ptr(num8_t))) "StructFrag_627*"
195 ptr(struct(12:code_t,16:reg32_t)) "Struct_2475*"
196 ptr(struct(0:ptr(struct(0:reg32_t,4:num8_t)),4:ptr(struct(0:reg8_t,1:num8_t)),28:reg32_t)) "Struct_2476*"
197 ptr(struct(0:num8_t,4:ptr(num8_t),20:ptr(num8_t),24:ptr(num8_t))) "Struct_2701*"
198 ptr(ptr(struct(0:array(reg8_t,12),12:code_t))) "StructFrag_9**"
199 ptr(struct(8:ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),4:ptr(struct(0:ptr(TOP),4:ptr(array(reg8_t,44)))))),28:ptr(struct(0:ptr(TOP),12:ptr(ptr(TOP)),36:ptr(struct(0:ptr(TOP))),44:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),36:ptr(ptr(ptr(struct(0:ptr(TOP))))))) "Struct_1982*"
200 ptr(ptr(struct(0:array(reg8_t,36),36:code_t))) "StructFrag_126**"
201 ptr(ptr(struct(0:array(reg8_t,40),40:code_t))) "StructFrag_556**"
202 ptr(struct(0:ptr(TOP),8:reg32_t)) "Struct_0*"
203 union(ptr(reg32_t),ptr(ptr(struct(0:ptr(TOP),16:ptr(TOP),20:ptr(TOP))))) "Union_27"
204 ptr(struct(0:reg64_t,8:ptr(TOP))) "StructFrag_18*"
205 ptr(struct(8:ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),4:ptr(struct(0:ptr(TOP),4:ptr(array(reg8_t,44)))))),28:ptr(struct(0:ptr(TOP),12:ptr(ptr(TOP)),36:ptr(struct(0:ptr(TOP))),44:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),36:ptr(struct(0:ptr(TOP),4:ptr(reg32_t))))) "Struct_1978*"
206 union(code_t,num32_t) "Union_699"
207 ptr(array(reg8_t,32)) "unknown_256*"
208 union(ptr(num8_t),ptr(struct(0:reg32_t,4:num8_t))) "Union_28"
209 code "(dword,dword,dword -> dword)"
210 ptr(ptr(struct(16:code_t,20:code_t))) "Struct_1125**"
211 union(ptr(reg32_t),ptr(ptr(struct(0:ptr(TOP),16:ptr(TOP),20:ptr(TOP)))),ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP)))) "Union_30"
212 union(struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(reg64_t),4:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_29"
213 ptr(struct(0:reg32_t,4:ptr(num8_t))) "StructFrag_153*"
214 union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)))) "Union_31"
215 ptr(union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))))) "Union_31*"
216 ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),4:ptr(TOP))) "Struct_194*"
217 ptr(ptr(struct(0:array(reg8_t,16),16:code_t))) "StructFrag_4**"
218 union(uint32_t,ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_531"
219 ptr(struct(0:union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t)),4:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)),8:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)),12:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)),16:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)),20:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)),24:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)),28:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)),32:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)),36:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)),40:union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)))) "Struct_2114*"
220 ptr(struct(0:array(reg8_t,536870900),4294967284:uint32_t)) "StructFrag_22*"
221 union(ptr(num32_t),uint32_t,ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_597"
222 ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)) "StructFrag_3*"
223 ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)) "StructFrag_23*"
224 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_589"
225 union(ptr(num32_t),ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_610"
226 union(ptr(num32_t),ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_571"
227 union(ptr(num32_t),uint32_t,ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_495"
228 union(ptr(num8_t),struct(0:ptr(TOP),4:reg16_t,6:num8_t)) "Union_587"
229 ptr(struct(0:array(reg8_t,536870911),4294967295:num8_t)) "StructFrag_26*"
230 ptr(struct(0:ptr(uint32_t),4:ptr(uint32_t),8:ptr(uint32_t),12:ptr(uint32_t),16:ptr(uint32_t))) "Struct_2136*"
231 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_570"
232 union(ptr(reg32_t),ptr(uint32_t)) "Union_489"
233 union(ptr(num32_t),uint32_t,ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t)),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))) "Union_621"
234 union(ptr(num8_t),num32_t,ptr(num32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t))) "Union_625"
235 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_626"
236 union(num8_t,ptr(num32_t),uint32_t,ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(ptr(num32_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_614"
237 ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t)) "StructFrag_24*"
238 union(ptr(reg32_t),ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_584"
239 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(num32_t),ptr(uint32_t)) "Union_532"
240 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(uint32_t)) "Union_520"
241 ptr(struct(0:array(reg8_t,24),24:reg32_t)) "StructFrag_6*"
242 union(ptr(reg32_t),ptr(num32_t),ptr(uint32_t)) "Union_484"
243 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t)) "Union_598"
244 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(num32_t),ptr(uint32_t)) "Union_600"
245 union(ptr(uint32_t),ptr(num32_t)) "Union_533"
246 ptr(struct(0:union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(num32_t),ptr(uint32_t)),4:union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(num32_t),ptr(uint32_t)),8:union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(num32_t),ptr(uint32_t)),12:union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(num32_t),ptr(uint32_t)),16:ptr(num32_t))) "Struct_2118*"
85 union(num32_t,ptr(num8_t)) "Union_879"
247 union(ptr(reg32_t),ptr(struct(0:ptr(struct(12:reg32_t,16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(struct(0:array(reg8_t,16),16:reg32_t))))) "Union_878"
248 union(code_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t,ptr(ptr(ptr(TOP))),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))) "Union_877"
249 union(code,code_t,num8_t,num32_t,ptr(num8_t),struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),struct(0:ptr(ptr(code_t)),4:reg32_t),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t),struct(0:reg32_t,8:reg32_t)) "Union_903"
250 struct(0:ptr(TOP)) "Singleton_0"
251 ptr(struct(0:ptr(TOP))) "Singleton_0*"
252 ptr(struct(0:ptr(struct(12:reg32_t,16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(struct(0:array(reg8_t,16),16:reg32_t)))) "Struct_2516*"
253 ptr(array(reg8_t,3)) "unknown_24*"
254 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_588"
255 union(ptr(num8_t),struct(0:ptr(TOP),4:reg16_t,6:num8_t),ptr(struct(8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(array(reg8_t,96))))),24:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t)),84:num8_t,88:reg32_t,92:union(ptr(ptr(TOP)),ptr(num8_t)),96:reg32_t))) "Union_585"
256 ptr(struct(0:ptr(TOP),4:ptr(uint32_t),8:ptr(reg32_t),12:ptr(uint32_t),16:ptr(num32_t))) "Struct_332*"
257 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_150"
258 union(uint32_t,ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_549"
259 union(num32_t,ptr(reg32_t),ptr(struct(0:union(ptr(TOP),num32_t),4:ptr(TOP),12:union(ptr(TOP),num32_t)))) "Union_633"
260 ptr(struct(0:ptr(TOP),4:reg32_t)) "Struct_104*"
261 union(num8_t,ptr(num8_t),ptr(num32_t),ptr(ptr(num32_t)),uint32_t,struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(TOP)),struct(0:ptr(ptr(struct(0:ptr(TOP)))),8:ptr(TOP)),struct(0:ptr(TOP),40:ptr(TOP)),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(ptr(reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(num32_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4294967284:reg32_t))),struct(0:ptr(num8_t),4:reg32_t,12:reg32_t),struct(0:ptr(struct(0:ptr(num8_t),4:reg32_t,12:reg32_t)),4:reg16_t,6:num8_t,12:reg32_t),ptr(struct(0:ptr(uint32_t),4:reg32_t)),ptr(struct(0:reg32_t,32:ptr(struct(0:reg32_t,32:ptr(TOP))))),ptr(struct(0:union(ptr(num32_t),ptr(uint32_t)),4:reg32_t)),ptr(struct(0:union(ptr(reg32_t),ptr(uint32_t)),4:reg32_t)),struct(0:ptr(reg64_t),4:ptr(struct(0:ptr(TOP),40:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(TOP),12:ptr(TOP),36:ptr(TOP)))) "Union_547"
262 union(ptr(num8_t),uint32_t,struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:array(reg8_t,48),48:reg32_t)),ptr(struct(0:ptr(num32_t),4:reg32_t)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(36:ptr(TOP),44:reg32_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),20:ptr(struct(0:array(reg8_t,32),32:reg32_t)))),ptr(struct(0:array(reg8_t,36),36:num32_t)),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,32),32:reg32_t)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(4:ptr(struct(0:array(reg8_t,12),12:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),8:ptr(struct(36:reg32_t,40:ptr(TOP))),12:reg32_t,16:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:ptr(struct(4:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),8:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))))),ptr(struct(0:ptr(uint32_t),4:reg32_t)),struct(12:ptr(struct(4:ptr(struct(0:ptr(reg32_t),4:reg32_t)),8:ptr(struct(0:ptr(reg32_t),4:reg32_t)),28:ptr(struct(0:ptr(reg32_t),4:reg32_t)),32:ptr(struct(0:ptr(reg32_t),4:reg32_t)),36:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),16:ptr(struct(0:ptr(struct(0:reg32_t,32:ptr(TOP))),12:ptr(struct(4:ptr(struct(0:ptr(TOP),4:reg32_t)),8:ptr(struct(0:ptr(TOP),4:reg32_t)),28:ptr(struct(0:ptr(TOP),4:reg32_t)),32:ptr(struct(0:ptr(TOP),4:reg32_t)),36:ptr(ptr(array(reg8_t,536870904))))),16:ptr(struct(0:ptr(TOP),12:ptr(struct(4:ptr(TOP),8:ptr(TOP),28:ptr(TOP),32:ptr(TOP),36:ptr(TOP))),16:ptr(TOP)))))),struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t),struct(0:ptr(struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t)),4:reg32_t),ptr(struct(28:ptr(ptr(num32_t)),36:ptr(ptr(TOP)))),ptr(struct(28:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))),36:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))))),ptr(struct(8:reg32_t,12:ptr(ptr(TOP)),36:ptr(ptr(TOP)))),ptr(struct(40:num8_t,42:num8_t,43:num8_t,44:ptr(reg32_t),52:num8_t,54:num8_t,55:num8_t,56:num32_t))) "Union_492"
263 union(uint32_t,ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t)) "Union_493"
264 union(ptr(ptr(num32_t)),uint32_t,struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(num32_t),4:reg32_t)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),ptr(struct(0:ptr(uint32_t),4:reg32_t)),struct(12:ptr(struct(4:ptr(struct(0:ptr(reg32_t),4:reg32_t)),8:ptr(struct(0:ptr(reg32_t),4:reg32_t)),28:ptr(struct(0:ptr(reg32_t),4:reg32_t)),32:ptr(struct(0:ptr(reg32_t),4:reg32_t)),36:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),16:ptr(struct(0:ptr(struct(0:reg32_t,32:ptr(TOP))),12:ptr(struct(4:ptr(struct(0:ptr(TOP),4:reg32_t)),8:ptr(struct(0:ptr(TOP),4:reg32_t)),28:ptr(struct(0:ptr(TOP),4:reg32_t)),32:ptr(struct(0:ptr(TOP),4:reg32_t)),36:ptr(ptr(array(reg8_t,536870904))))),16:ptr(struct(0:ptr(TOP),12:ptr(struct(4:ptr(TOP),8:ptr(TOP),28:ptr(TOP),32:ptr(TOP),36:ptr(TOP))),16:ptr(TOP)))))),struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t),struct(0:ptr(struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t)),4:reg32_t),ptr(struct(0:union(ptr(reg32_t),ptr(uint32_t)),4:reg32_t))) "Union_494"
265 union(ptr(num32_t),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))) "Union_261"
266 ptr(struct(0:union(ptr(num32_t),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),4:reg32_t)) "Struct_2119*"
267 union(struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(num32_t),4:reg32_t)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),struct(12:ptr(struct(4:ptr(struct(0:ptr(reg32_t),4:reg32_t)),8:ptr(struct(0:ptr(reg32_t),4:reg32_t)),28:ptr(struct(0:ptr(reg32_t),4:reg32_t)),32:ptr(struct(0:ptr(reg32_t),4:reg32_t)),36:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),16:ptr(struct(0:ptr(struct(0:reg32_t,32:ptr(TOP))),12:ptr(struct(4:ptr(struct(0:ptr(TOP),4:reg32_t)),8:ptr(struct(0:ptr(TOP),4:reg32_t)),28:ptr(struct(0:ptr(TOP),4:reg32_t)),32:ptr(struct(0:ptr(TOP),4:reg32_t)),36:ptr(ptr(array(reg8_t,536870904))))),16:ptr(struct(0:ptr(TOP),12:ptr(struct(4:ptr(TOP),8:ptr(TOP),28:ptr(TOP),32:ptr(TOP),36:ptr(TOP))),16:ptr(TOP)))))),struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t),struct(0:ptr(struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t)),4:reg32_t)) "Union_602"
268 ptr(struct(0:ptr(num32_t),4:reg32_t)) "Struct_669*"
269 ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)) "Struct_638*"
270 union(num32_t,struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),ptr(struct(0:ptr(num32_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(array(reg8_t,28)),24:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:ptr(uint32_t),4:reg32_t))) "Union_635"
271 union(struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),ptr(struct(0:ptr(uint32_t),4:reg32_t))) "Union_636"
272 union(num32_t,ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:ptr(uint32_t),4:reg32_t))) "Union_638"
273 union(ptr(num8_t),num32_t,struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),ptr(num32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t))) "Union_623"
274 union(ptr(num8_t),num32_t,struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(num32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(ptr(reg32_t)),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(num32_t),4:reg32_t)),ptr(struct(0:union(ptr(num32_t),ptr(uint32_t)),4:reg32_t))) "Union_622"
268 ptr(struct(0:ptr(num32_t),4:reg32_t)) "Struct_1913*"
275 union(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_615"
276 union(uint32_t,ptr(ptr(ptr(TOP))),ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:ptr(num32_t),4:reg32_t)),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)))))) "Union_601"
277 union(uint32_t,ptr(num8_t)) "Union_475"
278 union(uint32_t,ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))) "Union_604"
279 ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))) "StructFrag_84**"
280 union(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_616"
281 union(ptr(uint32_t),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_618"
282 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_605"
283 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_607"
284 union(ptr(num8_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_529"
285 union(num32_t,ptr(num8_t),ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),ptr(ptr(reg32_t)),ptr(struct(12:num32_t,16:ptr(TOP)))) "Union_611"
286 union(ptr(ptr(TOP)),uint32_t,ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:num8_t,2:num8_t,3:num8_t,4:num8_t,6:num8_t,7:num8_t,8:num8_t,9:num8_t,10:num8_t,11:num8_t,12:ptr(ptr(TOP)),16:num8_t,18:num8_t,19:num8_t,20:num8_t,21:num8_t,22:num8_t,23:num8_t,24:num8_t,25:num8_t,26:num8_t,27:num8_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,36:ptr(struct(0:reg32_t,4:num32_t)))),ptr(struct(0:array(reg8_t,24),24:ptr(ptr(reg32_t)))),ptr(struct(28:ptr(ptr(num32_t)),36:ptr(ptr(TOP)))),ptr(struct(40:num8_t,42:num8_t,43:num8_t,44:ptr(reg32_t),52:num8_t,54:num8_t,55:num8_t,56:num32_t)),ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),12:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),20:num8_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),4:ptr(ptr(reg32_t)),8:ptr(ptr(reg32_t)),16:int32_t,20:num8_t,21:num8_t,22:num8_t,23:num8_t,24:num8_t,25:num8_t,26:num8_t,27:num8_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,32:num8_t,33:num8_t,34:num8_t,35:num8_t)),ptr(struct(4:ptr(ptr(TOP)),8:ptr(TOP),12:num32_t)),ptr(struct(4:ptr(ptr(TOP)),16:num8_t)),ptr(struct(4:ptr(ptr(reg32_t)),20:ptr(ptr(reg32_t)))),ptr(struct(12:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),16:ptr(struct(0:reg32_t,4:num32_t)),32:num32_t,36:num8_t))) "Union_505"
287 ptr(ptr(reg32_t)) "dword[]*"
288 union(uint32_t,ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t)) "Union_506"
289 union(ptr(reg32_t),ptr(num32_t)) "Union_507"
290 ptr(struct(0:array(reg8_t,168),168:reg32_t)) "StructFrag_662*"
291 union(ptr(reg32_t),ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_521"
292 ptr(struct(0:ptr(TOP),4:reg16_t)) "Struct_334*"
293 union(ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t))) "Union_519"
294 ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)) "Struct_109*"
295 union(ptr(ptr(TOP)),num8_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(num8_t),4:reg32_t,12:reg32_t),struct(0:ptr(struct(0:ptr(num8_t),4:reg32_t,12:reg32_t)),4:reg16_t,6:num8_t,12:reg32_t),ptr(struct(0:reg32_t,32:ptr(struct(0:reg32_t,32:ptr(TOP))))),ptr(struct(0:reg32_t,4:ptr(TOP),12:ptr(TOP),36:ptr(TOP)))) "Union_550"
296 ptr(struct(0:array(reg8_t,6),6:num8_t)) "StructFrag_75*"
297 ptr(struct(0:array(reg8_t,12),12:ptr(TOP))) "StructFrag_37*"
298 ptr(ptr(struct(4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(TOP))),8:ptr(reg32_t))),12:ptr(TOP)))) "Struct_114**"
299 ptr(struct(0:reg32_t,4:ptr(struct(0:reg32_t,4:ptr(TOP))))) "StructFrag_42*"
300 union(ptr(reg32_t),ptr(struct(0:array(reg8_t,20),20:reg32_t))) "Union_329"
301 ptr(struct(0:reg32_t,4:ptr(TOP))) "Struct_41*"
302 ptr(struct(0:reg64_t,8:ptr(ptr(struct(4:ptr(struct(0:ptr(TOP),8:ptr(TOP))),12:ptr(TOP)))))) "StructFrag_651*"
303 ptr(ptr(struct(0:array(reg8_t,12),12:ptr(TOP)))) "StructFrag_37**"
304 ptr(struct(0:reg32_t,4:union(ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg32_t,4:ptr(TOP)))))))) "Struct_1794*"
305 union(ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg32_t,4:ptr(TOP)))))) "Union_410"
306 union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,20),20:reg32_t))) "Union_407"
307 ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(TOP))),8:ptr(struct(12:reg32_t,16:ptr(TOP)))))))) "StructFrag_194**"
308 ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t))) "StructFrag_53*"
309 ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t))),12:ptr(TOP))) "Struct_161*"
310 ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(TOP)))))))) "StructFrag_593*"
311 ptr(ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t))),12:ptr(TOP)))) "Struct_161**"
312 ptr(struct(16:ptr(ptr(struct(0:array(reg8_t,52),52:code_t))),24:reg32_t)) "Struct_162*"
313 union(code_t,ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:reg64_t,8:reg32_t))) "Union_741"
314 ptr(struct(0:array(reg8_t,36),36:union(code_t,ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:reg64_t,8:reg32_t))))) "StructFrag_767*"
315 union(ptr(num8_t),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),ptr(struct(0:reg64_t,8:num8_t))) "Union_758"
316 union(num32_t,ptr(num32_t),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_761"
317 union(code_t,ptr(ptr(ptr(TOP))),ptr(struct(0:ptr(TOP),8:reg32_t)),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_762"
318 union(num32_t,struct(0:ptr(TOP)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_691"
319 union(ptr(struct(0:ptr(TOP),8:reg32_t)),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_759"
320 union(code_t,ptr(ptr(ptr(TOP))),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_760"
321 union(code_t,ptr(ptr(ptr(TOP))),ptr(struct(0:ptr(TOP),8:reg32_t)),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))),ptr(struct(8:code_t,28:union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))),32:union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))))),ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:union(num32_t,ptr(reg32_t),ptr(ptr(TOP)),ptr(array(reg8_t,20)),ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,36)),ptr(ptr(TOP)))))),12:reg32_t,28:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))),ptr(struct(8:ptr(ptr(struct(4:ptr(array(reg8_t,12)),12:code_t))),28:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))))),ptr(struct(28:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))),ptr(struct(0:reg32_t,16:ptr(reg32_t),28:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))),ptr(struct(28:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))),ptr(struct(16:reg32_t,28:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))),ptr(struct(0:ptr(array(reg8_t,3)),8:ptr(ptr(struct(4:ptr(array(reg8_t,12)),12:code_t))),12:ptr(ptr(struct(0:reg32_t,4:ptr(reg8_t)))),28:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))))) "Union_757"
322 ptr(struct(0:ptr(struct(0:reg64_t,8:code_t)),16:code_t)) "Struct_2338*"
323 union(ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:ptr(struct(0:reg64_t,8:code_t)),16:code_t))) "Union_751"
324 union(code,code_t,ptr(ptr(TOP)),struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))) "Union_750"
325 ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:ptr(struct(0:reg64_t,8:code_t)),16:code_t))))) "StructFrag_769*"
208 union(ptr(num8_t),ptr(struct(0:reg32_t,4:num8_t))) "Union_17"
326 union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),20:ptr(struct(4:ptr(TOP),16:ptr(TOP)))))) "Union_977"
327 ptr(struct(0:array(reg8_t,40),40:ptr(TOP))) "StructFrag_21*"
328 ptr(struct(0:array(reg8_t,44),44:ptr(TOP))) "StructFrag_392*"
329 ptr(struct(0:array(reg8_t,24),24:num32_t)) "StructFrag_682*"
330 ptr(struct(0:array(reg8_t,20),20:reg32_t)) "StructFrag_29*"
331 ptr(struct(0:array(reg8_t,32),32:reg32_t)) "StructFrag_67*"
332 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(4:ptr(struct(0:array(reg8_t,16),16:ptr(reg32_t))),8:ptr(TOP),12:ptr(ptr(TOP)),36:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))))),ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(array(reg8_t,52))))))),ptr(struct(0:reg32_t,4:ptr(struct(8:reg32_t,12:ptr(ptr(array(reg8_t,52))),20:ptr(struct(0:array(reg8_t,36),36:num32_t)))))),ptr(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP))))))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:ptr(ptr(reg64_t)))))),ptr(struct(4:ptr(TOP),12:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(struct(12:ptr(ptr(array(reg8_t,52))),20:ptr(struct(4:ptr(TOP),36:reg32_t)))))),ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(array(reg8_t,52))))))),ptr(struct(4:ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:reg64_t,8:ptr(reg64_t))))),8:ptr(num8_t),12:ptr(ptr(TOP)),36:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))))),ptr(struct(4:ptr(struct(0:array(reg8_t,16),16:ptr(reg32_t))),8:ptr(num8_t),12:ptr(ptr(TOP)),36:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t,12:union(code_t,ptr(code_t),ptr(ptr(code_t)),ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t))))),ptr(struct(4:ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,32)))))),8:ptr(num8_t),36:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))))) "Union_646"
333 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))) "StructFrag_168*"
334 union(ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t)),ptr(ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t))),ptr(struct(0:ptr(struct(4:union(code,ptr(TOP),struct(0:ptr(ptr(TOP)),4:reg32_t)),16:union(code,ptr(TOP),struct(0:ptr(ptr(TOP)),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t)),ptr(struct(0:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:union(code,struct(0:ptr(ptr(TOP)),4:reg32_t)),12:reg32_t,16:union(code,struct(0:ptr(ptr(TOP)),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),40:union(code_t,ptr(ptr(TOP)),ptr(reg64_t),ptr(array(reg8_t,12)))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t,36:reg32_t,40:reg32_t)),ptr(struct(0:ptr(struct(4:union(code,ptr(TOP),struct(0:ptr(ptr(TOP)),4:reg32_t)),16:union(code,ptr(TOP),struct(0:ptr(ptr(TOP)),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t)),ptr(struct(0:ptr(struct(4:union(code,ptr(TOP),struct(0:ptr(ptr(TOP)),4:reg32_t)),16:union(code,ptr(TOP),struct(0:ptr(ptr(TOP)),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t,36:reg32_t))) "Union_801"
335 ptr(union(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),struct(0:ptr(ptr(code_t)),4:reg32_t))) "Union_802*"
336 ptr(struct(0:array(reg8_t,12),12:ptr(union(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t))))) "StructFrag_784*"
337 union(struct(0:ptr(array(reg8_t,28)),24:reg32_t),ptr(struct(0:ptr(TOP),24:reg32_t)),ptr(ptr(struct(0:ptr(TOP),24:reg32_t)))) "Union_197"
338 ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))) "Struct_218*"
339 ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(TOP),36:ptr(ptr(struct(0:ptr(TOP),24:reg32_t))))))) "StructFrag_478*"
340 union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(4:ptr(TOP),12:ptr(ptr(TOP))))) "Union_480"
341 ptr(ptr(struct(0:ptr(TOP)))) "Singleton_0**"
342 ptr(struct(0:array(reg8_t,28),28:ptr(ptr(struct(0:ptr(TOP)))))) "StructFrag_698*"
343 ptr(struct(0:array(reg8_t,28),28:union(ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),struct(0:ptr(ptr(struct(0:ptr(TOP)))),8:reg32_t),ptr(struct(0:ptr(ptr(TOP)),8:reg32_t))))) "StructFrag_700*"
1 code_t "(_Inout_ void* -> dword)*"
344 ptr(struct(48:ptr(ptr(struct(0:ptr(TOP)))),52:code_t)) "Struct_2206*"
345 ptr(struct(0:array(reg8_t,44),44:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(ptr(reg32_t)),8:reg32_t)),ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),12:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),20:num8_t)),ptr(struct(4:ptr(ptr(TOP)),8:ptr(TOP),12:num32_t)),ptr(struct(4:ptr(ptr(TOP)),16:num8_t)),ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(28:ptr(array(reg8_t,12)),40:ptr(ptr(TOP)))),12:num8_t,20:num8_t,24:num8_t))))) "StructFrag_702*"
346 union(ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(4:ptr(ptr(num32_t)),8:reg32_t)),ptr(struct(0:reg32_t,4:ptr(ptr(num32_t)),8:reg32_t))) "Union_653"
347 ptr(struct(0:array(reg8_t,36),36:union(ptr(ptr(TOP)),num8_t,ptr(struct(0:ptr(TOP),8:reg32_t)),struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP)),struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(16:reg32_t,36:ptr(struct(0:ptr(array(reg8_t,12)),4:reg32_t)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),ptr(struct(0:ptr(TOP),36:ptr(reg32_t)))))) "StructFrag_708*"
348 ptr(struct(0:array(reg8_t,40),40:union(code_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(ptr(ptr(TOP))),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(struct(0:reg64_t,8:code_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(TOP),8:ptr(TOP)),struct(0:ptr(struct(0:ptr(TOP),8:ptr(TOP))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(0:ptr(TOP),16:reg32_t)),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(24:reg32_t,36:ptr(reg32_t))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))))) "StructFrag_714*"
349 union(ptr(TOP),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(struct(0:ptr(TOP),8:ptr(array(reg8_t,44))))))))) "Union_686"
350 ptr(struct(0:array(reg8_t,40),40:union(ptr(TOP),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(array(reg8_t,12))))))))) "StructFrag_715*"
351 union(ptr(struct(4:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t),4294967284:reg32_t,4294967292:reg32_t)),4:reg32_t,8:reg32_t,12:ptr(reg32_t))),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),20:reg32_t,24:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),28:ptr(struct(0:ptr(num32_t),4:reg32_t)))),ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12)))))),4:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:union(ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,48),48:reg32_t))),16:union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(ptr(TOP))))),24:reg32_t)),ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t))),ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t),28:reg32_t)),ptr(struct(16:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),32:reg32_t)),ptr(struct(20:reg32_t,24:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),28:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(TOP))))),32:ptr(reg32_t),36:ptr(TOP),44:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))),ptr(struct(8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),20:ptr(struct(12:ptr(ptr(TOP)),40:ptr(TOP))),24:ptr(TOP))),ptr(struct(8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),20:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))) "Union_874"
352 ptr(struct(0:array(reg8_t,36),36:ptr(ptr(struct(0:ptr(TOP),8:reg32_t))))) "StructFrag_825*"
353 ptr(struct(0:reg64_t,8:union(code,code_t,ptr(code_t),uint32_t,uint32_t,ptr(num8_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t)),struct(0:ptr(ptr(code_t)),4:reg32_t),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(TOP))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))))) "StructFrag_717*"
354 ptr(struct(0:array(reg8_t,16),16:union(struct(0:ptr(TOP)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))))) "StructFrag_718*"
355 union(struct(0:ptr(TOP)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_675"
356 union(ptr(struct(0:ptr(TOP),36:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),36:ptr(TOP))),12:reg32_t,36:ptr(TOP)))) "Union_534"
357 ptr(struct(0:ptr(TOP),4:ptr(TOP))) "Struct_63*"
358 ptr(struct(8:ptr(TOP),12:ptr(TOP),36:ptr(struct(0:ptr(struct(0:ptr(TOP),36:ptr(TOP))),12:reg32_t,36:ptr(TOP))),44:ptr(struct(0:ptr(TOP),4:ptr(TOP))),52:code_t)) "Struct_1989*"
359 union(ptr(struct(0:ptr(TOP),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:ptr(struct(0:ptr(TOP),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),4:ptr(TOP),12:ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))))) "Union_558"
360 ptr(struct(8:reg32_t,12:reg32_t,36:union(ptr(struct(0:ptr(TOP),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:ptr(struct(0:ptr(TOP),12:ptr(array(reg8_t,36)))),4:ptr(TOP),12:ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))))))) "Struct_2044*"
361 ptr(struct(0:ptr(TOP),4:reg32_t,8:reg32_t)) "Struct_121*"
362 ptr(struct(4:ptr(struct(0:ptr(TOP),8:reg32_t)),44:reg32_t)) "Struct_2104*"
168 ptr(ptr(num32_t)) "int[]*"
363 ptr(struct(36:ptr(TOP),44:reg32_t)) "Struct_169*"
364 ptr(array(reg8_t,49)) "unknown_392*"
365 ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "StructFrag_592*"
366 ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "StructFrag_19**"
367 ptr(struct(0:array(reg8_t,28),28:ptr(reg32_t))) "StructFrag_78*"
368 union(ptr(reg32_t),ptr(struct(0:array(reg8_t,24),24:reg32_t))) "Union_263"
369 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,28),28:reg32_t))))))) "Union_171"
370 union(ptr(struct(4:ptr(struct(0:array(reg8_t,20),20:code_t)),16:reg32_t,20:reg32_t)),ptr(ptr(struct(4:ptr(struct(0:array(reg8_t,20),20:code_t)),16:reg32_t,20:reg32_t)))) "Union_786"
371 ptr(struct(0:array(reg8_t,32),32:ptr(TOP))) "StructFrag_47*"
372 ptr(struct(0:ptr(ptr(struct(0:ptr(TOP),4:ptr(TOP)))),4:ptr(TOP),12:ptr(TOP))) "Struct_1060*"
373 ptr(struct(0:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),24:ptr(struct(0:ptr(ptr(struct(0:ptr(TOP),4:ptr(TOP)))),4:ptr(TOP),12:ptr(TOP))))) "Struct_1990*"
374 ptr(struct(0:ptr(struct(0:array(reg8_t,32),32:reg32_t)),4:ptr(struct(0:array(reg8_t,32),32:reg32_t)))) "Struct_2415*"
287 ptr(ptr(reg32_t)) "dword**"
375 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:reg64_t,8:ptr(struct(72:ptr(TOP),76:reg32_t)))))) "StructFrag_828*"
376 ptr(struct(0:array(reg8_t,40),40:ptr(struct(72:ptr(TOP),76:reg32_t)))) "StructFrag_70*"
377 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:union(ptr(num32_t),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),4:ptr(struct(0:array(reg8_t,32),32:reg32_t)),8:union(ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(12:ptr(TOP),16:ptr(reg32_t),28:reg32_t,32:ptr(TOP),40:ptr(TOP),52:ptr(TOP)))),16:struct(0:reg32_t,8:reg32_t,16:num32_t,32:reg32_t,4294967292:reg32_t))))) "StructFrag_518*"
378 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),20:ptr(ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))))) "Struct_183*"
379 union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "Union_151"
380 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP))))) "Union_152"
381 ptr(union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))))) "Union_152*"
382 union(ptr(ptr(reg32_t)),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP),4:ptr(TOP)))),4:ptr(TOP),12:ptr(TOP)))) "Union_153"
383 ptr(ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))) "StructFrag_452**"
384 ptr(struct(0:ptr(TOP),36:ptr(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))) "Struct_1071*"
385 ptr(array(reg8_t,64)) "unknown_512*"
386 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "Union_156"
387 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_154"
388 ptr(union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))))) "Union_158*"
389 ptr(struct(4:ptr(struct(0:array(reg8_t,20),20:code_t)),8:reg32_t,16:ptr(TOP),20:ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)),24:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),28:reg32_t,32:reg32_t)) "Struct_1328*"
390 ptr(union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Union_151*"
391 ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(TOP),36:ptr(ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))))))) "StructFrag_451*"
392 union(ptr(TOP),struct(0:ptr(TOP)),struct(0:ptr(ptr(struct(0:ptr(TOP)))),8:ptr(TOP)),struct(0:ptr(TOP),40:ptr(TOP)),struct(0:ptr(reg64_t),4:ptr(struct(0:ptr(TOP),40:ptr(TOP))))) "Union_537"
393 ptr(struct(0:ptr(TOP),36:ptr(TOP))) "Struct_62*"
394 ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),8:ptr(TOP))),4:ptr(struct(0:ptr(TOP),4:ptr(array(reg8_t,44)))))),28:ptr(struct(0:ptr(TOP),8:ptr(TOP),12:ptr(TOP),36:ptr(struct(0:ptr(TOP),36:ptr(TOP))),44:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),36:ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),8:ptr(TOP))),40:ptr(TOP),44:ptr(TOP))) "Struct_1993*"
395 ptr(struct(8:ptr(ptr(reg32_t)),28:ptr(struct(0:ptr(struct(0:ptr(TOP),36:ptr(array(reg8_t,16)))),36:ptr(struct(0:ptr(array(reg8_t,16)),4:ptr(TOP),12:ptr(array(reg8_t,52)))))))) "Struct_2045*"
396 union(code,struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(reg64_t),4:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_535"
397 ptr(struct(0:reg32_t,4:reg32_t,8:ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(TOP))),4:ptr(struct(0:ptr(TOP),4:ptr(array(reg8_t,44)))))),12:reg32_t,16:reg32_t,20:reg32_t,32:reg32_t,40:reg32_t,44:reg32_t)) "Struct_1995*"
398 ptr(struct(4:ptr(num8_t),12:code_t)) "Struct_1996*"
399 union(code,code_t,num8_t,num32_t,ptr(ptr(ptr(TOP))),ptr(num8_t),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),ptr(struct(0:reg32_t,4:num8_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:reg64_t,8:code_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:reg64_t,8:num8_t)),struct(0:ptr(ptr(code_t)),4:reg32_t),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(0:ptr(TOP),4:ptr(num8_t))),ptr(struct(0:reg8_t,1:num8_t)),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:array(reg8_t,16),16:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))))),struct(0:ptr(ptr(TOP)),12:ptr(ptr(TOP)))) "Union_982"
400 union(ptr(ptr(TOP)),code,ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:reg32_t,4:num8_t)),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:reg64_t,8:num8_t)),ptr(struct(0:ptr(TOP),4:ptr(num8_t))),struct(0:ptr(reg64_t),4:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),10:reg16_t,12:reg32_t,16:reg32_t,20:reg32_t))) "Union_983"
401 union(ptr(num8_t),struct(0:ptr(TOP),4:reg16_t,6:num8_t),ptr(struct(0:reg32_t,4:num8_t))) "Union_984"
402 union(ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))) "Union_518"
403 ptr(struct(0:ptr(union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP)))),4:array(reg8_t,24))) "Struct_1278*"
404 ptr(union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP)))) "Union_105*"
405 ptr(ptr(union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Union_105**"
406 ptr(struct(0:ptr(TOP),4:ptr(TOP),16:ptr(TOP),20:reg32_t,24:ptr(TOP))) "Struct_185*"
407 union(struct(0:ptr(TOP)),ptr(struct(0:reg32_t,4:num8_t)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_629"
408 union(code_t,ptr(ptr(ptr(TOP))),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))) "Union_931"
409 array(reg8_t,29) "unknown_232"
410 union(ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t))) "Union_159"
411 union(code_t,ptr(num8_t),ptr(ptr(ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))) "Union_628"
412 union(code_t,num8_t,num32_t,ptr(num8_t),ptr(num32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg32_t,4:num8_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,16),16:ptr(struct(16:ptr(num8_t),20:ptr(num8_t)))))) "Union_978"
413 ptr(struct(4:ptr(reg32_t),12:code_t)) "Struct_268*"
414 ptr(struct(0:ptr(struct(4:ptr(reg32_t),12:code_t)),8:ptr(TOP),12:reg32_t,16:reg32_t)) "Struct_1972*"
415 ptr(struct(0:ptr(struct(4:ptr(reg32_t),12:ptr(TOP))),4:reg32_t,8:code_t,12:reg32_t,16:reg32_t)) "Struct_2665*"
1 code_t "(dword,dword,dword -> dword)*"
416 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(reg32_t)))) "Union_522"
417 ptr(struct(0:ptr(struct(0:reg32_t,4:ptr(reg32_t))),8:ptr(TOP),20:ptr(TOP))) "Struct_2332*"
418 union(ptr(ptr(TOP)),num8_t,ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(4:reg32_t,20:ptr(TOP),24:reg32_t)),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(0:reg32_t,4:struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:reg32_t,4:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),ptr(union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)))),ptr(struct(0:reg32_t,4:struct(0:reg32_t,4:reg32_t))),ptr(struct(0:reg32_t,4:struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))),ptr(struct(0:reg32_t,4:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:num8_t))),1:num8_t,5:num8_t,12:reg32_t)),ptr(union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t)))),ptr(struct(0:ptr(struct(4:ptr(reg32_t),12:code_t)),4:reg32_t,8:ptr(TOP),12:reg32_t,16:reg32_t)),ptr(struct(0:reg32_t,4:struct(0:num8_t,4:reg32_t,8:reg32_t)))) "Union_696"
419 ptr(struct(4:reg32_t,20:ptr(TOP),24:reg32_t)) "Struct_446*"
420 struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))) "Struct_426"
421 union(ptr(reg32_t),ptr(struct(4:reg32_t,20:ptr(TOP),24:reg32_t))) "Union_47"
422 union(ptr(num8_t),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_698"
423 union(ptr(reg32_t),ptr(struct(4:ptr(TOP),16:reg32_t,36:reg32_t))) "Union_747"
424 ptr(ptr(ptr(TOP))) "void***"
425 ptr(struct(0:array(reg8_t,20),20:ptr(TOP))) "StructFrag_162*"
426 ptr(struct(0:reg32_t,8:code_t,12:reg32_t)) "Struct_2517*"
427 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:array(reg8_t,3),3:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))))) "Union_447"
428 union(num32_t,ptr(num8_t),ptr(num32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,3),3:num8_t))) "Union_702"
429 union(code,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(16:ptr(TOP),24:ptr(TOP)))) "Union_704"
430 ptr(struct(8:reg32_t,12:union(ptr(num8_t),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),ptr(struct(0:reg32_t,4:num8_t))))) "Struct_2295*"
431 ptr(struct(0:array(reg8_t,12),12:union(ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,24),24:reg32_t)),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t))))) "StructFrag_744*"
432 union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)))) "Union_832"
433 union(ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),4:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),4:ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),4:ptr(TOP)))))) "Union_833"
434 union(ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(reg8_t),12:ptr(array(reg8_t,36)))),4:ptr(num8_t),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Union_552"
435 ptr(struct(0:array(reg8_t,48),48:ptr(TOP))) "StructFrag_92*"
436 ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),4:ptr(num8_t),12:ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))))) "Struct_207**"
437 union(num32_t,ptr(num32_t),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Union_287"
438 ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))) "Struct_541*"
439 union(ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:array(reg8_t,16),16:ptr(reg32_t))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:union(num32_t,ptr(reg32_t),ptr(ptr(TOP)),ptr(array(reg8_t,20)),ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,36)),ptr(ptr(TOP)))))),12:reg32_t,28:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))),ptr(struct(28:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))),ptr(struct(0:reg32_t,16:ptr(reg32_t),28:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))),ptr(struct(28:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))))) "Union_924"
440 ptr(struct(4:reg32_t,8:reg32_t,12:ptr(TOP))) "Struct_821*"
441 ptr(struct(8:reg32_t,12:ptr(TOP))) "Struct_619*"
310 ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(TOP)))))))) "StructFrag_207*"
442 union(ptr(reg32_t),ptr(struct(8:reg32_t,12:ptr(TOP)))) "Union_904"
443 ptr(struct(12:reg32_t,16:ptr(TOP))) "Struct_134*"
444 ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))) "Struct_140*"
445 ptr(ptr(struct(4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(TOP))),8:ptr(reg32_t))),12:code_t))) "Struct_124**"
446 union(ptr(reg32_t),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP)))) "Union_420"
447 ptr(struct(0:ptr(struct(12:reg32_t,16:ptr(TOP))),4:union(ptr(reg32_t),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(array(reg8_t,536870904)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP)))))) "Struct_1808*"
448 union(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP))) "Union_421"
449 ptr(struct(8:reg32_t,12:ptr(reg32_t))) "Struct_1811*"
450 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))))))) "Union_411"
451 union(ptr(ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP))))))),ptr(ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(array(reg8_t,12))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))))) "Union_412"
452 union(ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t))),ptr(struct(4:reg32_t,12:ptr(reg32_t)))) "Union_413"
453 ptr(ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),24:ptr(struct(12:reg32_t,16:ptr(TOP)))))) "Struct_191**"
454 ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12)))))))) "StructFrag_88*"
455 union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_268"
456 union(ptr(ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP))))))),ptr(ptr(struct(0:reg32_t,4:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(array(reg8_t,12))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))) "Union_269"
457 ptr(struct(4:reg32_t,12:ptr(reg32_t))) "Struct_1542*"
454 ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12)))))))) "StructFrag_204*"
458 union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(4:reg32_t,12:ptr(reg32_t)))) "Union_272"
459 ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))) "StructFrag_92**"
460 ptr(struct(0:ptr(TOP),28:reg32_t,40:ptr(TOP))) "Struct_208*"
461 union(code,code_t,num8_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(ptr(code_t)),4:reg32_t),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct()),ptr(struct(0:reg32_t,8:reg32_t,16:union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,16:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))),28:reg32_t)),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP)))))),28:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)))))),ptr(struct(0:reg32_t,8:reg32_t,16:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_946"
462 ptr(struct(4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(TOP))),8:ptr(TOP))),12:code_t)) "Struct_2595*"
463 ptr(struct(12:reg32_t,16:ptr(struct(0:reg64_t,8:reg32_t)),20:ptr(struct(0:reg64_t,8:ptr(ptr(ptr(TOP))))),24:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_2266*"
464 union(code_t,ptr(ptr(ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP),4:num32_t)))) "Union_748"
465 struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),24:ptr(struct(12:reg32_t,16:ptr(TOP)))) "Struct_191"
466 union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)))) "Union_429"
467 ptr(struct(0:struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),24:ptr(struct(12:reg32_t,16:ptr(TOP)))),4:union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)))))) "Struct_1820*"
468 ptr(ptr(struct(4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(TOP))),8:ptr(TOP))),12:code_t))) "Struct_113**"
469 union(num8_t,ptr(num8_t),ptr(reg32_t),struct(0:ptr(TOP),4:reg32_t),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_943"
470 union(num8_t,ptr(reg32_t),struct(0:ptr(TOP),4:reg32_t),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),struct(0:reg32_t,8:reg32_t)) "Union_944"
445 ptr(ptr(struct(4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(TOP))),8:ptr(reg32_t))),12:code_t))) "Struct_2594**"
471 ptr(struct(0:array(reg8_t,16),16:code_t)) "StructFrag_4*"
472 union(code,ptr(ptr(TOP)),num8_t,ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(ptr(code_t)),4:reg32_t)) "Union_894"
473 union(code,code_t,num8_t,ptr(num8_t),struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),struct(0:ptr(ptr(code_t)),4:reg32_t),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t)) "Union_896"
474 union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))) "Union_773"
475 union(code,num8_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(ptr(code_t)),4:reg32_t),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct()),ptr(struct(0:reg32_t,8:reg32_t,16:union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),ptr(struct(0:reg32_t,8:reg32_t,16:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))),28:reg32_t)),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP)))))),28:reg32_t)),ptr(struct(0:reg32_t,8:reg32_t,16:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_895"
476 union(code,code_t,ptr(ptr(TOP)),num8_t,ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))) "Union_884"
477 union(ptr(reg32_t),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct()),ptr(struct(0:reg32_t,8:reg32_t,16:union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),ptr(struct(0:reg32_t,8:reg32_t,16:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:reg32_t,8:reg32_t,16:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP)))))) "Union_886"
478 union(ptr(ptr(TOP)),num8_t,ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))) "Union_882"
479 union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP)))) "Union_883"
480 union(code,code_t,num8_t,ptr(num8_t),ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))) "Union_881"
481 union(code,num8_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP),4:reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(ptr(code_t)),4:reg32_t),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t)) "Union_783"
482 union(code,num8_t,ptr(num8_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(ptr(code_t)),4:reg32_t)) "Union_781"
483 ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))) "StructFrag_118*"
484 union(num8_t,struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP)),struct(0:ptr(TOP),4:reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP))) "Union_780"
485 union(num8_t,struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_889"
486 union(num8_t,ptr(reg32_t),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:ptr(reg32_t))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))),28:reg32_t)),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP)))))),28:reg32_t))) "Union_891"
487 union(num8_t,struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:reg64_t,8:reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:reg64_t,8:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(TOP))))))) "Union_888"
488 union(num8_t,struct(0:ptr(TOP),4:reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(array(reg8_t,20))))))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_887"
489 union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_893"
490 union(code,struct(0:ptr(ptr(code_t)),4:reg32_t)) "Union_355"
491 union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:reg32_t,4:union(code,struct(0:ptr(ptr(code_t)),4:reg32_t)),12:reg32_t,16:union(code,struct(0:ptr(ptr(code_t)),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_899"
492 ptr(struct(0:reg32_t,8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_2508*"
493 ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),8:ptr(TOP))) "Struct_49*"
494 ptr(struct(0:ptr(TOP),40:ptr(TOP))) "Struct_53*"
495 ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),40:ptr(TOP))))) "Struct_61*"
496 ptr(struct(0:ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),8:ptr(TOP))),4:ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),40:ptr(TOP))))))) "Struct_1997*"
497 union(ptr(ptr(TOP)),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:ptr(TOP),28:ptr(TOP))),ptr(struct(0:ptr(TOP),28:ptr(TOP),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(TOP),40:ptr(struct(0:ptr(struct(0:ptr(array(reg8_t,12)),4:reg32_t,8:reg32_t,16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t)))),ptr(struct(0:ptr(TOP),40:ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)))),ptr(struct(0:ptr(TOP),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(TOP),28:ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t))))),40:ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)))),ptr(struct(0:ptr(TOP),28:ptr(struct(0:reg64_t,8:ptr(TOP))),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(TOP),40:ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t))))) "Union_980"
498 ptr(struct(0:array(reg8_t,12),12:num32_t)) "StructFrag_308*"
499 ptr(struct(0:reg64_t,8:union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(TOP))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))))) "StructFrag_748*"
500 ptr(struct(0:array(reg8_t,20),20:union(num32_t,ptr(num32_t),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "StructFrag_750*"
501 ptr(struct(0:array(reg8_t,28),28:union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(TOP))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:reg32_t,4:reg32_t,8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),16:reg32_t,24:reg32_t)),ptr(struct(0:reg64_t,8:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(TOP))))))))) "StructFrag_752*"
502 ptr(struct(0:array(reg8_t,32),32:union(num8_t,struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))))) "StructFrag_757*"
503 union(num8_t,struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_97"
504 ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "StructFrag_761*"
505 ptr(struct(0:array(reg8_t,36),36:reg32_t)) "StructFrag_104*"
506 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)))),ptr(struct(0:ptr(TOP),28:ptr(TOP),40:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_740"
507 union(ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t))) "Union_573"
42 ptr(code_t) "(void -?-> dword)**"
508 ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))) "StructFrag_170*"
509 union(code,code_t,ptr(code_t),ptr(num8_t),ptr(num32_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),ptr(struct(0:array(reg8_t,24),24:union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))))),ptr(struct(0:array(reg8_t,40),40:num32_t)),ptr(struct(0:union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t,12:union(code_t,ptr(ptr(TOP)),ptr(ptr(TOP)),ptr(reg64_t))))),4:reg32_t))) "Union_805"
510 ptr(union(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),struct(0:ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t)),4:reg32_t,8:reg32_t))) "Union_806*"
511 ptr(struct(0:array(reg8_t,40),40:ptr(union(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t),struct(0:ptr(struct(0:ptr(reg64_t),4:reg32_t,8:reg32_t)),4:reg32_t,8:reg32_t))))) "StructFrag_789*"
512 union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(struct(4:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "Union_555"
513 union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))) "Union_556"
514 union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))) "Union_557"
515 ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "StructFrag_664*"
516 ptr(struct(4:num32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))),40:reg32_t)) "Struct_2043*"
517 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))) "Union_897"
209 code "proc"
298 ptr(ptr(struct(4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(TOP))),8:ptr(reg32_t))),12:ptr(TOP)))) "Struct_2522**"
518 ptr(struct(4:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Struct_228*"
519 ptr(struct(0:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),4:ptr(num8_t))) "Struct_231*"
520 union(ptr(struct(0:reg32_t,4:ptr(struct(0:reg32_t,4:ptr(TOP))))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:ptr(TOP)))))),ptr(struct(0:reg32_t,4:union(ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg32_t,4:ptr(TOP))))))))) "Union_719"
521 ptr(struct(0:array(reg8_t,40),40:ptr(union(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t))))) "StructFrag_793*"
522 ptr(union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(16:ptr(TOP),24:ptr(TOP))))) "Union_807*"
42 ptr(code_t) "(_Inout_ void* -> dword)**"
523 ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)) "Struct_119*"
524 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t)))) "StructFrag_173*"
525 union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(16:ptr(TOP),24:ptr(TOP)))) "Union_807"
526 union(code,code_t,ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:reg64_t,8:reg32_t)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(reg64_t),4:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_743"
202 ptr(struct(0:ptr(TOP),8:reg32_t)) "Struct_1105*"
527 union(ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(4:ptr(struct(0:reg32_t,4:ptr(TOP))),8:reg32_t))) "Union_746"
528 union(ptr(reg32_t),ptr(struct(4:ptr(TOP),16:reg32_t,36:reg32_t)),ptr(struct(12:reg32_t,16:ptr(struct(0:reg64_t,8:reg32_t)),20:ptr(struct(0:reg64_t,8:ptr(ptr(ptr(TOP))))),24:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))) "Union_749"
529 ptr(ptr(struct(0:ptr(TOP),8:reg32_t))) "Struct_0**"
530 union(code_t,ptr(num8_t),ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:reg64_t,8:reg32_t))) "Union_985"
531 union(code,num8_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP),4:reg32_t),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(ptr(code_t)),4:reg32_t),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t)) "Union_987"
532 ptr(struct(0:uint32_t,4:union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t))))) "Struct_2672*"
533 ptr(struct(0:uint32_t,4:union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t))),8:uint32_t,12:union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t))))) "Struct_2669*"
534 union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t))) "Union_988"
535 ptr(struct(4:ptr(struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t)),12:code_t)) "Struct_2671*"
536 union(code_t,ptr(num8_t),ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:reg64_t,8:reg32_t))) "Union_753"
537 ptr(struct(8:reg32_t,16:code_t,20:code_t,24:code_t)) "Struct_2341*"
538 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))) "Union_337"
539 struct(12:reg32_t,16:ptr(array(reg8_t,20))) "Struct_134"
540 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))) "Union_755"
541 ptr(struct(4:ptr(code_t),40:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))))) "Struct_2345*"
542 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(num8_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:num8_t))),1:num8_t,5:num8_t,12:reg32_t)),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),struct(0:reg32_t,4:reg32_t)) "Union_770"
543 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:reg32_t,4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:reg32_t,4:union(code,code_t,num32_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,40),40:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t))))),ptr(struct(0:reg32_t,4:num32_t,8:ptr(TOP))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(0:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),4:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),8:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),12:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),16:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))))),ptr(struct(0:num32_t,4:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),8:reg32_t,12:reg32_t,16:reg32_t)),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),8:reg32_t,12:reg32_t,16:uint32_t)),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),8:reg32_t,12:reg32_t,16:reg32_t)),ptr(struct(0:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),10:reg16_t,12:reg32_t,16:reg32_t,20:reg32_t)),ptr(struct(0:union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(array(reg8_t,44)))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),20:reg32_t)),ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),16:reg32_t)),8:ptr(struct(0:ptr(TOP),16:reg32_t)),12:reg32_t)),ptr(struct(0:union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(array(reg8_t,32)))))),12:reg32_t)),ptr(struct(0:union(struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(16:ptr(TOP),24:ptr(TOP))))))) "Union_769"
544 ptr(struct(0:reg64_t,8:union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(uint32_t),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(TOP))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(TOP)))))),ptr(struct(0:array(reg8_t,44),44:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(TOP),8:reg32_t))))),ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:ptr(ptr(TOP)))))),ptr(struct(0:reg32_t,12:ptr(ptr(TOP)),4294967288:reg32_t,4294967292:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP),12:ptr(array(reg8_t,36))))))))) "StructFrag_770*"
545 ptr(struct(0:union(code,num8_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP),4:reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(ptr(code_t)),4:reg32_t),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t)),4:reg32_t)) "Struct_2367*"
546 ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:union(code,num8_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP),4:reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t)),4:reg32_t)))) "StructFrag_776*"
547 ptr(struct(4:ptr(code_t),12:code_t,36:code_t,40:reg32_t)) "Struct_2400*"
548 ptr(struct(4:ptr(struct(0:reg32_t,4:ptr(TOP))),12:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),16:reg32_t,24:reg32_t,28:reg32_t,40:reg32_t)) "Struct_2047*"
549 union(code_t,ptr(ptr(ptr(TOP))),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,32),32:reg32_t)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:ptr(TOP),36:ptr(ptr(struct(0:ptr(TOP),24:reg32_t))))),ptr(struct(0:array(reg8_t,32),32:uint32_t)),ptr(struct(0:reg32_t,4:ptr(reg32_t),8:reg32_t))) "Union_205"
550 union(code_t,ptr(ptr(ptr(TOP))),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(0:ptr(array(reg8_t,28)),24:reg32_t),ptr(struct(0:ptr(TOP),24:reg32_t)),ptr(ptr(struct(0:ptr(TOP),24:reg32_t))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_204"
551 ptr(struct(4:ptr(struct(0:reg64_t,8:code_t)),12:ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(reg32_t),20:reg32_t,24:ptr(TOP))),24:reg32_t)) "Struct_1442*"
552 union(uint32_t,ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))))) "Union_206"
553 struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(reg32_t),20:reg32_t,24:ptr(TOP)) "Struct_804"
554 ptr(struct(0:struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(reg32_t),20:reg32_t,24:ptr(TOP)),4:union(uint32_t,ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))))))) "Struct_1436*"
555 ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:code_t)))) "StructFrag_142*"
556 union(code_t,code,ptr(ptr(ptr(TOP))),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,32),32:reg32_t)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:array(reg8_t,32),32:uint32_t)),ptr(struct(0:reg32_t,4:ptr(reg32_t),8:reg32_t))) "Union_276"
557 union(ptr(TOP),struct(0:ptr(TOP)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_201"
558 union(struct(0:ptr(TOP)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(array(reg8_t,64)),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_275"
559 ptr(struct(0:array(reg8_t,24),24:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32))))))))) "StructFrag_525*"
560 ptr(struct(4:ptr(struct(0:array(reg8_t,20),20:code_t)),20:reg32_t)) "Struct_1065*"
561 union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))) "Union_157"
562 ptr(struct(4:reg32_t,40:union(ptr(ptr(TOP)),ptr(reg32_t),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))))) "Struct_2366*"
563 ptr(ptr(uint32_t)) "unsigned int[]*"
564 union(struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_196"
565 union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(reg32_t))),ptr(struct(8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(array(reg8_t,536870904))))))),ptr(struct(8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(TOP)))) "Union_281"
566 union(code,struct(0:ptr(TOP)),struct(0:ptr(code_t),4:reg32_t),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),struct(0:ptr(reg32_t),4:reg32_t),struct(0:ptr(TOP),8:ptr(num8_t)),struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t)) "Union_809"
567 ptr(struct(0:ptr(code_t),4:reg32_t)) "Struct_117*"
568 union(ptr(ptr(TOP)),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),struct(0:ptr(ptr(struct(0:ptr(TOP)))),8:ptr(TOP)),struct(0:ptr(TOP),40:ptr(TOP)),struct(0:ptr(reg64_t),4:ptr(struct(0:ptr(TOP),40:ptr(TOP))))) "Union_810"
569 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:ptr(TOP),4:reg32_t,8:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),20:reg32_t)),ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),12:reg32_t)),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(0:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),16:reg32_t,20:reg32_t,24:reg32_t,30:num8_t,33:num8_t))) "Union_812"
570 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),uint32_t,ptr(num8_t),struct(0:ptr(array(reg8_t,12)),8:reg32_t),ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(reg16_t),ptr(ptr(reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(16:ptr(TOP),24:ptr(TOP))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,28),28:reg32_t)))))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_813"
571 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:reg32_t)),12:reg32_t)),ptr(struct(0:reg32_t,4:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),12:reg32_t))) "Union_814"
572 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_815"
573 union(uint32_t,ptr(num8_t),ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:ptr(TOP),12:uint32_t,20:reg32_t,28:num8_t,29:num8_t))) "Union_834"
574 ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:union(ptr(ptr(TOP)),ptr(ptr(TOP))))))))) "StructFrag_606*"
575 ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:reg32_t,4:ptr(TOP)))))))) "Struct_1819*"
576 ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(TOP))),8:ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))))))) "StructFrag_605**"
577 ptr(struct(0:reg32_t,4:ptr(reg32_t))) "Struct_44*"
578 ptr(struct(0:reg64_t,8:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:ptr(ptr(TOP))))))))) "StructFrag_612*"
579 ptr(struct(0:union(ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t))),4294967292:reg32_t)) "Struct_2081*"
580 ptr(struct(0:reg64_t,8:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(TOP)))))) "StructFrag_669*"
581 union(struct(0:ptr(TOP)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(array(reg8_t,28)),24:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_217"
582 union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:reg64_t,8:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(TOP))))))) "Union_574"
583 ptr(struct(4:ptr(struct(0:reg32_t,16:ptr(TOP),24:ptr(TOP),28:ptr(struct(0:reg64_t,8:ptr(reg64_t))))),8:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),12:num32_t)) "Struct_2072*"
584 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(TOP)))) "Union_247"
585 union(ptr(ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t))) "Union_177"
586 union(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t)) "Union_178"
587 ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:ptr(TOP))))) "StructFrag_278*"
588 union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct(0:union(uint32_t,ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))))),4:reg32_t,8:reg64_t)),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),20:reg32_t)),ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(array(reg8_t,32)))),8:ptr(struct(0:array(reg8_t,28),28:ptr(array(reg8_t,28))))))))) "Union_214"
589 union(uint32_t,ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Union_232"
590 union(ptr(struct(16:reg32_t,40:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))),ptr(struct(16:reg32_t,40:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))),ptr(struct(0:array(reg8_t,40),40:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Union_231"
591 union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(ptr(num32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(12:ptr(struct(0:array(reg8_t,56),56:reg32_t)),16:ptr(struct(0:array(reg8_t,48),48:ptr(ptr(ptr(TOP)))))))) "Union_244"
592 union(ptr(ptr(TOP)),ptr(struct(0:ptr(uint32_t),4:reg32_t))) "Union_245"
593 ptr(ptr(struct(44:code_t,48:code_t))) "Struct_1522**"
594 ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32))))))),4:ptr(struct(0:array(reg8_t,28),28:ptr(reg32_t))),12:uint32_t)) "Struct_1523*"
595 union(ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),4:ptr(struct(0:array(reg8_t,28),28:ptr(reg32_t))),12:uint32_t))) "Union_246"
596 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(16:num32_t,20:num32_t,28:union(ptr(TOP),uint32_t))),ptr(struct(0:array(reg8_t,28),28:uint32_t))) "Union_243"
597 ptr(struct(0:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),4:ptr(TOP),8:ptr(TOP),12:num32_t)) "Struct_2057*"
598 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_816"
599 union(num8_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),struct(0:ptr(array(reg8_t,12)),8:reg32_t),ptr(reg32_t),struct(0:ptr(TOP)),struct(0:ptr(TOP),4:reg32_t),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP)))))))) "Union_818"
600 union(code,num8_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(reg16_t),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(ptr(reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP))))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),16:ptr(TOP))))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))))))),ptr(ptr(TOP))) "Union_821"
601 union(num8_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),uint32_t,ptr(num8_t),struct(0:ptr(array(reg8_t,12)),8:reg32_t),ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(reg16_t),ptr(ptr(reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP))))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))))))),ptr(ptr(TOP))) "Union_823"
602 union(num8_t,struct(0:ptr(TOP),4:reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_826"
603 union(code,num8_t,struct(0:ptr(TOP),4:reg32_t),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),struct(0:ptr(reg64_t),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_828"
604 ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))) "Struct_1343*"
605 ptr(struct(0:code_t,8:reg32_t)) "Struct_232*"
606 union(ptr(reg32_t),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,6),6:num8_t)),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))) "Union_406"
607 ptr(struct(0:ptr(uint32_t),4:reg32_t)) "Struct_128*"
608 union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:reg32_t,20:reg32_t,24:ptr(TOP)))) "Union_252"
609 union(ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t))) "Union_590"
610 union(num8_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(reg32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,28),28:reg32_t)))))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP)))) "Union_594"
301 ptr(struct(0:reg32_t,4:ptr(TOP))) "Struct_25*"
611 ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)))) "Struct_235*"
371 ptr(struct(0:array(reg8_t,32),32:ptr(TOP))) "StructFrag_19*"
612 ptr(struct(0:array(reg8_t,28),28:ptr(TOP))) "StructFrag_44*"
613 ptr(struct(0:num8_t,3:num8_t,4:num8_t,5:num8_t,7:num8_t,8:ptr(num8_t),12:union(ptr(ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,36))))),ptr(struct(0:ptr(TOP),12:uint32_t))),17:num8_t,20:reg32_t)) "Struct_1489*"
614 ptr(ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))) "Struct_494**"
615 ptr(ptr(struct(0:reg32_t,20:reg32_t,24:ptr(TOP)))) "Struct_1008**"
616 union(ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),ptr(struct(12:num32_t,16:ptr(TOP)))) "Union_569"
617 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_738"
618 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_739"
619 union(num8_t,ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t,ptr(num32_t),ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(reg16_t),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:ptr(TOP),4:ptr(num8_t))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),struct(0:ptr(array(reg8_t,28)),24:reg32_t),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),20:ptr(struct(0:array(reg8_t,32),32:reg32_t)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:ptr(uint32_t),4:reg32_t)),ptr(struct(4:union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(TOP),8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))))),16:uint32_t)),ptr(struct(12:ptr(struct(0:array(reg8_t,56),56:reg32_t)),16:ptr(struct(0:array(reg8_t,48),48:ptr(ptr(ptr(TOP))))))),ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:reg32_t,20:reg32_t,24:ptr(TOP)))),4294967292:reg32_t)),ptr(struct(0:array(reg8_t,24),24:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))),ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),28:reg32_t,32:ptr(num8_t),36:reg32_t)),ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t),40:num8_t,41:num8_t,42:num8_t,43:num8_t)),ptr(struct(8:ptr(struct(8:ptr(ptr(reg64_t)),24:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))),28:ptr(struct(0:reg32_t,4:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),32:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),104:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),ptr(struct(0:ptr(struct(8:reg32_t,16:ptr(ptr(array(reg8_t,56))))),36:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:struct(0:reg32_t,4:reg32_t)))))),ptr(struct(0:ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))),36:ptr(reg32_t),216:ptr(TOP),224:uint32_t,228:ptr(num8_t),232:ptr(num8_t),236:ptr(struct(0:reg16_t,2:num8_t)),240:ptr(struct(0:reg16_t,2:num8_t)),244:ptr(TOP),248:reg32_t,252:ptr(TOP),260:reg32_t,276:reg32_t,280:ptr(ptr(TOP)),284:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:reg32_t)),36:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(array(reg8_t,20))))))))),ptr(struct(0:array(reg8_t,48),48:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))),ptr(struct(16:reg32_t,40:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))) "Union_403"
620 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t))) "Union_591"
621 ptr(struct(0:reg32_t,4:union(ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t))))) "Struct_2173*"
622 union(ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t))) "Union_637"
623 union(ptr(reg32_t),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))) "Union_404"
624 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:reg32_t,32:ptr(struct(0:reg32_t,32:ptr(TOP)))))) "Union_539"
625 union(num32_t,ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)))) "Union_461"
626 ptr(struct(12:reg32_t,16:ptr(struct(0:reg32_t,32:ptr(struct(0:reg32_t,32:ptr(TOP))))))) "Struct_1890*"
627 ptr(struct(0:reg32_t,32:ptr(struct(0:reg32_t,32:ptr(TOP))))) "Struct_1891*"
626 ptr(struct(12:reg32_t,16:ptr(struct(0:reg32_t,32:ptr(struct(0:reg32_t,32:ptr(TOP))))))) "Struct_1893*"
628 union(num32_t,ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_462"
629 ptr(struct(0:reg32_t,4:ptr(num32_t))) "Struct_1885*"
630 union(ptr(TOP),struct(0:ptr(TOP)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(array(reg8_t,28)),24:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_402"
631 union(struct(0:ptr(TOP)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(array(reg8_t,32)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(array(reg8_t,28)),24:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_257"
632 union(uint32_t,struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(array(reg8_t,28)),24:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_401"
633 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))) "Union_259"
634 union(struct(0:ptr(TOP)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(array(reg8_t,28)),24:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:reg32_t,20:reg32_t,24:ptr(TOP)))),4294967292:reg32_t))) "Union_256"
635 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,44),44:reg32_t))) "Union_169"
636 union(uint32_t,struct(16:ptr(num8_t),20:ptr(num8_t))) "Union_381"
637 union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_460"
638 union(code,num8_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),struct(0:ptr(TOP)),struct(0:ptr(TOP),4:reg32_t),struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),struct(0:ptr(reg64_t),4:reg32_t),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(reg32_t),20:reg32_t,24:ptr(TOP)),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_459"
639 ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))) "Struct_1882*"
640 union(ptr(ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),28:reg32_t)))))),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP),4:ptr(TOP)))),4:ptr(TOP),12:ptr(TOP)))) "Union_845"
641 ptr(struct(0:array(reg8_t,16),16:ptr(TOP))) "StructFrag_120*"
642 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(struct(0:array(reg8_t,32),32:reg32_t)),4:ptr(struct(0:array(reg8_t,32),32:reg32_t))))) "Union_842"
643 ptr(struct(0:reg32_t,4:union(struct(0:ptr(TOP)),struct(0:reg32_t,8:ptr(array(reg8_t,12)))))) "StructFrag_805*"
644 ptr(struct(4:ptr(ptr(struct(0:ptr(TOP)))),8:ptr(struct(0:reg32_t,8:ptr(TOP))))) "Struct_2422*"
645 ptr(struct(0:ptr(TOP),8:ptr(TOP))) "Struct_238*"
646 ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:ptr(struct(0:ptr(TOP),8:reg32_t)),8:ptr(struct(0:ptr(TOP),8:reg32_t)),16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t))) "Struct_2722**"
647 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t))) "Union_1000"
648 ptr(struct(0:ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:ptr(struct(0:ptr(TOP),8:reg32_t)),8:ptr(struct(0:ptr(TOP),8:reg32_t)),16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t))),4:reg32_t)) "Struct_2720*"
357 ptr(struct(0:ptr(TOP),4:ptr(TOP))) "Struct_1061*"
649 ptr(ptr(struct(0:ptr(TOP),4:ptr(TOP)))) "Struct_1061**"
650 union(ptr(struct(0:ptr(struct(0:array(reg8_t,28),28:reg32_t)),4:ptr(struct(0:array(reg8_t,28),28:reg32_t)),8:ptr(TOP),28:reg32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:ptr(struct(0:array(reg8_t,28),28:reg32_t)),4:ptr(struct(0:array(reg8_t,28),28:reg32_t)),8:ptr(TOP),28:reg32_t))))) "Union_844"
651 ptr(ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:ptr(array(reg8_t,32)),4:ptr(array(reg8_t,32)),8:ptr(TOP),28:reg32_t)))))) "StructFrag_103***"
652 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),struct(0:ptr(struct(0:array(reg8_t,28),28:reg32_t)),4:ptr(struct(0:array(reg8_t,28),28:reg32_t)),8:ptr(array(reg8_t,32)),28:reg32_t),ptr(struct(0:ptr(struct(0:array(reg8_t,28),28:reg32_t)),4:ptr(struct(0:array(reg8_t,28),28:reg32_t)),8:ptr(TOP),28:reg32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:ptr(struct(0:array(reg8_t,28),28:reg32_t)),4:ptr(struct(0:array(reg8_t,28),28:reg32_t)),8:ptr(TOP),28:reg32_t)))),struct(0:reg32_t,8:ptr(array(reg8_t,12))),ptr(struct(0:reg32_t,8:ptr(TOP)))) "Union_843"
653 ptr(struct(0:ptr(ptr(struct(0:ptr(TOP),8:reg32_t))),8:num32_t,12:ptr(struct(0:ptr(TOP),8:reg32_t)),16:num32_t,20:num32_t)) "Struct_2426*"
654 union(ptr(num8_t),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,7),7:num8_t))) "Union_283"
655 union(ptr(num8_t),ptr(struct(16:reg32_t,72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP)))))) "Union_860"
656 union(ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t,8:ptr(TOP)))) "Union_876"
657 union(ptr(num8_t),ptr(struct(0:array(reg8_t,16),16:ptr(struct(16:ptr(num8_t),20:ptr(num8_t)))))) "Union_875"
658 ptr(struct(64:reg32_t,72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_2482*"
659 ptr(struct(16:ptr(num8_t),20:ptr(num8_t))) "Struct_18*"
660 ptr(struct(0:ptr(TOP),4:reg32_t,8:ptr(TOP))) "Struct_259*"
661 ptr(struct(0:reg32_t,4:reg32_t,8:ptr(TOP))) "Struct_258*"
662 ptr(struct(4:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),40:ptr(struct(0:reg32_t,4:reg32_t,8:ptr(TOP))),44:ptr(struct(0:ptr(TOP),4:reg32_t,8:ptr(TOP))),56:reg32_t,60:reg32_t,72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_2513*"
663 ptr(struct(0:union(ptr(TOP),num32_t),4:ptr(TOP),12:union(ptr(TOP),num32_t))) "Struct_2170*"
664 ptr(struct(28:reg32_t,32:union(ptr(TOP),num32_t),36:reg32_t)) "Struct_2167*"
665 ptr(struct(72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),76:reg32_t)) "Struct_245*"
666 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),28:reg32_t,32:ptr(num8_t),36:reg32_t)) "Struct_1577*"
667 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),28:reg32_t,32:ptr(TOP),36:reg32_t)) "Struct_1580*"
668 ptr(struct(16:reg32_t,32:ptr(TOP),72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_253*"
669 ptr(struct(20:reg32_t,72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_249*"
670 ptr(struct(16:reg32_t,72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_247*"
671 array(reg8_t,5) "unknown_40"
672 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),16:reg32_t)) "Struct_256*"
673 ptr(struct(16:reg32_t,32:ptr(TOP))) "Struct_255*"
674 ptr(struct(8:ptr(num8_t),40:ptr(TOP),44:ptr(ptr(struct(0:reg32_t,4:num8_t))),72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_301*"
675 ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Struct_1428*"
676 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),28:reg32_t,32:union(ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t))),64:reg32_t,72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_1562*"
677 ptr(struct(52:ptr(ptr(struct(4:uint32_t,8:ptr(TOP),12:uint32_t,16:ptr(TOP)))),68:ptr(TOP),72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_262*"
678 union(ptr(reg32_t),ptr(struct(0:array(reg8_t,16),16:reg32_t))) "Union_692"
679 ptr(struct(68:ptr(TOP),72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_266*"
680 union(ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,7),7:num8_t))) "Union_938"
681 ptr(struct(28:ptr(struct(0:ptr(TOP),8:reg32_t)),32:ptr(num8_t),36:ptr(struct(0:ptr(TOP),8:reg32_t)),40:ptr(struct(0:ptr(TOP),8:reg32_t)))) "Struct_2168*"
682 ptr(struct(0:array(reg8_t,7),7:num8_t)) "StructFrag_110*"
683 ptr(struct(8:ptr(TOP),16:ptr(TOP))) "Struct_2171*"
684 union(code_t,ptr(struct(0:array(reg8_t,16),16:reg32_t))) "Union_193"
685 ptr(struct(0:ptr(struct(4:ptr(reg32_t),12:ptr(TOP))),8:ptr(TOP),12:reg32_t,16:reg32_t)) "Struct_299*"
686 ptr(struct(8:ptr(TOP),28:reg32_t,32:ptr(TOP),40:ptr(TOP),44:ptr(TOP),60:reg32_t,68:ptr(struct(0:ptr(struct(4:ptr(reg32_t),12:ptr(TOP))),8:ptr(TOP),12:reg32_t,16:reg32_t)),72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_1559*"
687 union(ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,72),72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP)))))) "Union_282"
688 ptr(array(reg8_t,51)) "unknown_408*"
689 ptr(array(reg8_t,46)) "unknown_368*"
690 ptr(array(reg8_t,26)) "unknown_208*"
691 ptr(array(reg8_t,28)) "unknown_224*"
692 ptr(array(reg8_t,120)) "unknown_960*"
693 ptr(array(reg8_t,44)) "unknown_352*"
694 ptr(array(reg8_t,113)) "unknown_904*"
695 ptr(array(reg8_t,39)) "unknown_312*"
696 ptr(array(reg8_t,103)) "unknown_824*"
697 ptr(array(reg8_t,121)) "unknown_968*"
698 ptr(array(reg8_t,55)) "unknown_440*"
699 ptr(array(reg8_t,48)) "unknown_384*"
700 ptr(array(reg8_t,76)) "unknown_608*"
701 union(struct(0:ptr(reg32_t),8:reg32_t),struct(0:reg32_t,40:ptr(reg32_t))) "Union_744"
702 ptr(struct(0:reg32_t,8:ptr(TOP))) "Struct_242*"
703 ptr(struct(8:reg32_t,12:ptr(struct(0:ptr(struct(0:ptr(reg32_t),8:reg32_t)),4:ptr(struct(0:ptr(TOP),4:ptr(array(reg8_t,44)))))),40:ptr(struct(0:reg32_t,8:ptr(TOP))),44:ptr(struct(0:reg32_t,8:ptr(TOP))),48:ptr(reg32_t),52:ptr(reg32_t))) "Struct_2330*"
704 ptr(struct(0:array(reg8_t,16),16:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))))) "StructFrag_533*"
705 ptr(struct(8:ptr(TOP),12:ptr(ptr(TOP)),16:reg32_t,20:reg32_t,28:ptr(TOP),32:ptr(num8_t),36:reg32_t,40:ptr(TOP),64:reg32_t,68:ptr(struct(0:ptr(struct(4:ptr(reg32_t),12:ptr(TOP))),8:ptr(TOP),12:reg32_t,16:reg32_t)),72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_1571*"
706 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),28:reg32_t,32:ptr(TOP),72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_316*"
707 ptr(struct(0:array(reg8_t,52),52:num8_t)) "StructFrag_686*"
708 ptr(struct(4:union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:reg64_t,8:reg32_t)))),12:reg32_t)) "Struct_2151*"
709 ptr(struct(4:ptr(ptr(struct(0:reg64_t,8:reg32_t))),12:reg32_t)) "Struct_318*"
710 ptr(struct(0:ptr(struct(0:reg32_t,4:ptr(TOP))),4:ptr(ptr(TOP)),12:ptr(TOP))) "Struct_320*"
711 ptr(struct(4:ptr(struct(0:ptr(struct(0:reg32_t,4:ptr(TOP))),4:ptr(ptr(TOP)),12:ptr(TOP))),8:ptr(TOP),12:ptr(TOP))) "Struct_322*"
712 ptr(struct(4:ptr(ptr(TOP)),16:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),24:ptr(TOP),28:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),32:reg32_t)) "Struct_323*"
713 ptr(struct(4:ptr(ptr(TOP)),20:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),32:reg32_t)) "Struct_324*"
714 ptr(struct(0:reg64_t,8:ptr(struct(0:ptr(TOP),8:reg32_t)))) "StructFrag_887*"
715 ptr(struct(4:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),8:ptr(TOP),12:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_325*"
716 ptr(struct(0:ptr(struct(4:ptr(reg32_t),12:ptr(TOP))),4:reg32_t,8:ptr(TOP),12:reg32_t,16:reg32_t)) "Struct_326*"
717 ptr(struct(0:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(12:reg32_t,16:ptr(num8_t),20:ptr(num8_t)))),4:reg32_t,8:reg32_t,12:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(12:reg32_t,16:ptr(num8_t),20:ptr(num8_t)))))) "Struct_1282*"
718 ptr(array(reg8_t,21)) "unknown_168*"
719 union(ptr(ptr(TOP)),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))) "Union_630"
720 ptr(struct(0:ptr(struct(4:ptr(struct(0:ptr(array(reg8_t,24)),4:reg32_t,8:reg32_t,12:ptr(array(reg8_t,24)))),12:reg32_t)),4:reg32_t,8:ptr(TOP),12:reg32_t,16:reg32_t)) "Struct_2153*"
721 ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))))) "Struct_20*"
722 ptr(struct(8:ptr(TOP),12:ptr(TOP))) "Struct_328*"
723 ptr(struct(0:array(reg8_t,24),24:ptr(num8_t))) "StructFrag_890*"
724 ptr(struct(0:ptr(TOP),4:ptr(num8_t))) "Struct_835*"
725 ptr(struct(8:ptr(ptr(reg32_t)),12:ptr(ptr(struct(0:array(reg8_t,92),92:ptr(struct(0:ptr(TOP),4:reg16_t,6:reg8_t,12:reg32_t))))),24:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,44)),4:reg16_t,12:ptr(array(reg8_t,12)),40:ptr(reg64_t))))))) "Struct_1141*"
726 array(reg8_t,9) "unknown_72"
727 array(reg8_t,13) "unknown_104"
728 ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg16_t,12:reg32_t,16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(struct(0:ptr(TOP),4:reg16_t,12:reg32_t)))) "Struct_465*"
729 ptr(struct(8:ptr(ptr(TOP)),12:ptr(ptr(struct(0:array(reg8_t,92),92:ptr(struct(0:ptr(TOP),4:reg16_t,6:reg8_t))))),24:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,44)),4:reg16_t,12:ptr(array(reg8_t,12)),40:ptr(reg64_t))))))) "Struct_1138*"
730 union(ptr(ptr(reg32_t)),ptr(struct(0:reg64_t,8:reg32_t))) "Union_41"
731 ptr(struct(8:ptr(ptr(TOP)),12:ptr(ptr(struct(0:array(reg8_t,92),92:union(ptr(reg8_t),ptr(reg64_t))))),24:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,44)),4:reg16_t,12:ptr(array(reg8_t,12)),40:ptr(reg64_t))))))) "Struct_1139*"
732 union(ptr(num8_t),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP)))) "Union_104"
733 ptr(struct(8:ptr(ptr(ptr(TOP))),24:ptr(struct(0:array(reg8_t,36),36:reg32_t)))) "Struct_1276*"
734 ptr(ptr(struct(0:reg32_t,4:ptr(num8_t)))) "StructFrag_153**"
735 array(reg8_t,24) "unknown_192"
736 ptr(ptr(struct(0:array(reg8_t,48),48:code_t))) "StructFrag_238**"
737 union(ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Union_163"
738 ptr(struct(4:ptr(ptr(num32_t)),8:reg32_t)) "Struct_1493*"
739 ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "StructFrag_23**"
740 ptr(struct(8:ptr(ptr(TOP)),12:ptr(ptr(struct(0:ptr(TOP)))))) "Struct_503*"
741 union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "Union_277"
742 ptr(struct(0:array(reg8_t,44),44:ptr(struct(0:reg32_t,4:ptr(ptr(num32_t)),8:reg32_t)))) "StructFrag_527*"
743 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(ptr(num32_t)),8:reg32_t))) "Union_278"
744 ptr(struct(0:ptr(TOP),4:reg32_t,8:reg32_t,12:reg32_t)) "Struct_1549*"
745 ptr(array(reg8_t,72)) "unknown_576*"
746 ptr(struct(0:ptr(ptr(num8_t)),4:reg32_t)) "Struct_2566*"
747 ptr(ptr(struct(4:ptr(num8_t),20:code_t))) "Struct_507**"
748 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(4:ptr(num8_t),20:code_t))))) "StructFrag_165*"
749 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "Union_161"
750 ptr(struct(0:array(reg8_t,28),28:uint32_t)) "StructFrag_512*"
751 union(ptr(ptr(ptr(TOP))),ptr(struct(0:ptr(TOP),8:reg32_t))) "Union_165"
752 ptr(struct(48:union(ptr(ptr(ptr(TOP))),ptr(struct(0:ptr(TOP),8:reg32_t))),52:code_t)) "Struct_1344*"
753 ptr(struct(20:ptr(struct(0:array(reg8_t,48),48:ptr(ptr(ptr(TOP))))),24:ptr(struct(0:array(reg8_t,32),32:reg32_t)))) "Struct_627*"
754 ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(TOP))) "Struct_516*"
755 ptr(struct(12:ptr(ptr(TOP)),40:ptr(TOP))) "Struct_517*"
756 ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t))) "Struct_518*"
757 ptr(struct(0:array(reg8_t,44),44:ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),12:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),20:num8_t)))) "StructFrag_632*"
758 ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(struct(0:reg64_t,8:num8_t)))) "Struct_520*"
759 ptr(struct(12:reg32_t,20:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t))))) "Struct_2308*"
760 union(ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t)))),ptr(struct(12:reg32_t,20:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_722"
761 ptr(struct(0:ptr(struct(0:ptr(ptr(ptr(TOP))),16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(ptr(ptr(ptr(TOP)))))) "Struct_531*"
762 ptr(struct(8:ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(ptr(ptr(ptr(TOP)))))),28:reg32_t)) "Struct_2305*"
763 ptr(struct(0:ptr(TOP),28:ptr(TOP))) "Struct_535*"
764 union(ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t))) "Union_284"
765 union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t))) "Union_285"
766 ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t),36:num8_t,37:num8_t,38:num8_t,39:num8_t)) "Struct_537*"
767 union(ptr(ptr(TOP)),ptr(struct(0:array(reg8_t,12),12:reg32_t))) "Union_724"
768 ptr(struct(0:array(reg8_t,40),40:reg32_t)) "StructFrag_35*"
769 ptr(struct(0:ptr(TOP),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_538*"
770 ptr(struct(0:array(reg8_t,16),16:ptr(num32_t))) "StructFrag_450*"
771 ptr(struct(8:ptr(ptr(ptr(TOP))),28:ptr(TOP))) "Struct_2156*"
772 ptr(struct(4:ptr(struct(0:array(reg8_t,16),16:ptr(reg32_t))),8:ptr(TOP),12:ptr(ptr(TOP)),36:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))))) "Struct_540*"
773 ptr(struct(8:reg32_t,16:ptr(reg32_t))) "Struct_2186*"
774 union(code,ptr(TOP),struct(0:ptr(ptr(code_t)),4:reg32_t)) "Union_643"
775 ptr(struct(0:ptr(struct(4:union(code,ptr(TOP),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),16:union(code,ptr(TOP),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t)) "Struct_2188*"
776 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t))) "Union_554"
777 ptr(ptr(struct(0:array(reg8_t,28),28:code_t))) "StructFrag_1**"
778 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,28),28:code_t))))) "StructFrag_150*"
779 ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),12:ptr(TOP))) "Struct_542*"
780 ptr(struct(28:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))) "Struct_2001*"
781 union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))) "Union_540"
782 ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),12:ptr(TOP)))) "Struct_542**"
783 ptr(struct(4:ptr(TOP),8:ptr(TOP))) "Struct_543*"
784 ptr(struct(0:ptr(struct(4:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),4:ptr(ptr(TOP)),8:ptr(reg32_t))) "Struct_544*"
785 ptr(num64_t) "__time64_t*"
786 ptr(struct(0:array(reg8_t,40),40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t))))) "StructFrag_786*"
787 union(ptr(struct(0:ptr(ptr(num8_t)),8:reg32_t,12:reg32_t,16:reg32_t)),ptr(struct(0:ptr(ptr(num8_t)),8:reg32_t,12:num32_t,16:reg32_t))) "Union_803"
788 ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t))))) "Struct_2383*"
789 ptr(ptr(struct(0:array(reg8_t,20),20:code_t))) "StructFrag_181**"
790 ptr(struct(0:ptr(ptr(num8_t)),8:reg32_t,12:reg32_t,16:reg32_t)) "Struct_2381*"
791 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,20),20:code_t))))) "StructFrag_180*"
792 ptr(struct(0:ptr(ptr(num8_t)),8:reg32_t,12:num32_t,16:reg32_t)) "Struct_2382*"
793 ptr(struct(4:ptr(struct(0:array(reg8_t,16),16:ptr(reg32_t))),8:ptr(num8_t),12:ptr(ptr(TOP)),36:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))))) "Struct_545*"
794 ptr(struct(0:ptr(struct(0:reg32_t,4:union(code,struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),12:reg32_t,16:union(code,struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),40:union(code_t,ptr(code_t),ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),ptr(struct(0:ptr(reg64_t),4:reg32_t,8:reg32_t))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t,36:reg32_t,40:reg32_t)) "Struct_2190*"
795 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:union(code,struct(0:ptr(ptr(code_t)),4:reg32_t)),12:reg32_t,16:union(code,struct(0:ptr(ptr(code_t)),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_644"
796 union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))) "Union_160"
797 ptr(struct(16:num32_t,20:num32_t,28:union(ptr(TOP),uint32_t))) "Struct_1347*"
177 union(ptr(TOP),uint32_t) "Union_162"
798 union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t))) "Union_164"
799 ptr(array(reg8_t,67)) "unknown_536*"
800 ptr(struct(8:ptr(num8_t),12:ptr(ptr(TOP)),40:ptr(TOP),44:ptr(struct(4:ptr(ptr(TOP)),8:ptr(TOP),12:num32_t)))) "Struct_1934*"
801 ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t),28:reg32_t)) "Struct_551*"
802 union(ptr(reg32_t),ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP)))) "Union_496"
803 ptr(struct(4:reg32_t,12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_2259*"
804 ptr(struct(4:reg32_t,8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t))) "Struct_553*"
805 ptr(struct(0:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t))))) "Struct_2307*"
806 union(ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)))),ptr(struct(0:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_725"
807 ptr(struct(0:ptr(TOP),28:ptr(TOP),40:ptr(ptr(TOP)))) "Struct_554*"
808 ptr(struct(0:reg32_t,4:reg32_t,8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),16:reg32_t,24:reg32_t)) "Struct_1581*"
809 ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t),40:num8_t,41:num8_t,42:num8_t,43:num8_t)) "Struct_555*"
810 ptr(struct(0:ptr(TOP),40:ptr(ptr(TOP)))) "Struct_57*"
811 ptr(struct(0:ptr(TOP),16:ptr(struct(4:reg32_t,20:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),20:ptr(ptr(reg32_t)),28:ptr(TOP))) "Struct_2158*"
812 ptr(struct(4:reg32_t,20:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Struct_559*"
813 ptr(struct(20:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Struct_560*"
814 ptr(struct(16:reg32_t,28:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))) "Struct_2181*"
815 union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))) "Union_541"
816 union(ptr(struct(0:array(reg8_t,12),12:ptr(num8_t))),ptr(struct(0:array(reg8_t,12),12:ptr(num8_t)))) "Union_706"
817 ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),12:ptr(num8_t))) "Struct_564*"
818 ptr(struct(0:reg32_t,16:ptr(reg32_t),28:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))) "Struct_2003*"
819 union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))) "Union_305"
820 ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),12:ptr(num8_t)))) "Struct_564**"
821 ptr(struct(0:ptr(struct(4:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t)) "Struct_2039*"
822 ptr(struct(0:array(reg8_t,12),12:ptr(num8_t))) "StructFrag_570*"
823 ptr(struct(8:ptr(ptr(struct(4:ptr(struct(0:ptr(TOP),8:ptr(TOP))),12:code_t))),28:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))))) "Struct_1711*"
824 union(ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Union_123"
825 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))))) "StructFrag_186*"
826 union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),12:ptr(num8_t)))) "Union_361"
827 ptr(union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(reg8_t),12:ptr(reg8_t))),12:ptr(num8_t))))) "Union_361*"
828 union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))) "Union_301"
829 union(ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))))) "Union_125"
830 union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),12:ptr(TOP)))) "Union_712"
831 struct(0:reg32_t,8:reg32_t) "Struct_42"
298 ptr(ptr(struct(4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(TOP))),8:ptr(reg32_t))),12:ptr(TOP)))) "Struct_2293**"
832 ptr(struct(8:ptr(ptr(struct(4:ptr(struct(0:ptr(TOP),8:ptr(TOP))),12:ptr(TOP)))),16:ptr(struct(24:reg32_t,32:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(array(reg8_t,12)))))))) "Struct_2294*"
833 ptr(ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),12:ptr(TOP)))) "Struct_570**"
834 union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))) "Union_387"
835 ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,28),28:reg32_t))))) "StructFrag_81**"
836 ptr(struct(16:ptr(struct(0:array(reg8_t,32),32:ptr(reg32_t))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_1752*"
837 ptr(ptr(struct(0:array(reg8_t,24),24:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,36)))))))) "StructFrag_525**"
838 ptr(ptr(struct(0:reg32_t,4:union(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,24),24:reg32_t)))))) "StructFrag_580**"
839 ptr(union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),ptr(struct(0:array(reg8_t,24),24:reg32_t)))) "Union_387*"
840 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,28)))))),16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,40),40:union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,28))))))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_1764*"
841 union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))))))) "Union_393"
842 ptr(union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))) "Union_393*"
843 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(TOP)))))),16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,32:ptr(TOP))))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_1801*"
844 ptr(ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t)))) "StructFrag_53**"
845 union(ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(array(reg8_t,20))))))),ptr(ptr(struct(0:reg32_t,4:union(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(array(reg8_t,12))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))))) "Union_394"
846 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(TOP)))))),16:ptr(struct(0:array(reg8_t,32),32:ptr(union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)))))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_1779*"
847 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(TOP)))))),16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:reg32_t)))))) "Struct_584*"
848 union(ptr(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(ptr(struct(0:array(reg8_t,68),68:union(ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(array(reg8_t,20))))))))) "Union_390"
849 ptr(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "StructFrag_163**"
850 ptr(struct(16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,32:ptr(TOP))))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_2234*"
851 ptr(struct(16:ptr(struct(28:reg32_t,32:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12)))))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_2230*"
852 union(ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))) "Union_237"
853 ptr(struct(48:ptr(struct(0:ptr(TOP),8:reg32_t)),52:code_t)) "Struct_1516*"
854 ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))))),20:ptr(struct(48:ptr(struct(0:ptr(TOP),8:reg32_t)),52:code_t)))) "Struct_1517*"
855 ptr(array(reg8_t,56)) "unknown_448*"
856 ptr(struct(16:ptr(TOP),24:ptr(reg32_t))) "Struct_1551*"
857 ptr(struct(8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),20:ptr(struct(12:ptr(ptr(TOP)),40:ptr(TOP))),24:ptr(TOP))) "Struct_599*"
858 ptr(struct(12:ptr(ptr(TOP)),44:ptr(struct(4:ptr(ptr(TOP)),16:num8_t)))) "Struct_1938*"
859 ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(struct(0:array(reg8_t,6),6:num8_t)))) "Struct_602*"
756 ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t))) "Struct_603*"
860 ptr(ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t)))) "Struct_541**"
861 ptr(struct(0:ptr(TOP),40:ptr(struct(0:ptr(struct(0:ptr(array(reg8_t,12)),4:reg32_t,8:reg32_t,16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t)))) "Struct_1594*"
862 ptr(struct(8:union(ptr(ptr(struct(0:reg32_t,4:ptr(ptr(TOP))))),ptr(ptr(struct(0:reg32_t,4:union(num32_t,ptr(reg32_t),ptr(ptr(TOP)),ptr(array(reg8_t,20)),ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,36)),ptr(ptr(TOP))))))),40:reg32_t)) "Struct_1601*"
863 ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t)) "Struct_219*"
864 ptr(ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP))))))) "StructFrag_141**"
865 ptr(struct(0:ptr(TOP),4:reg32_t,12:ptr(reg32_t))) "Struct_1600*"
866 ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:reg32_t,4:ptr(TOP)))))),8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t)),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(struct(0:reg16_t,2:num8_t)),28:reg32_t)) "Struct_1595*"
867 ptr(struct(8:ptr(ptr(reg32_t)),16:ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:reg32_t,4:ptr(reg8_t))))),28:ptr(TOP))) "Struct_2161*"
868 ptr(struct(4:reg32_t,8:ptr(struct(0:reg32_t,4:ptr(num8_t))),16:ptr(struct(0:reg32_t,4:ptr(num8_t))))) "Struct_2162*"
868 ptr(struct(4:reg32_t,8:ptr(struct(0:reg32_t,4:ptr(num8_t))),16:ptr(struct(0:reg32_t,4:ptr(num8_t))))) "Struct_2163*"
869 ptr(struct(8:ptr(struct(0:ptr(TOP),4:ptr(TOP))),16:ptr(struct(0:ptr(TOP),4:ptr(TOP))))) "Struct_618*"
870 ptr(struct(0:ptr(struct(4:union(code,ptr(TOP),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),16:union(code,ptr(TOP),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t)) "Struct_2194*"
871 ptr(struct(28:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))) "Struct_2008*"
872 ptr(struct(0:reg64_t,8:union(ptr(ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12))))),ptr(ptr(struct(0:reg32_t,4:union(ptr(array(reg8_t,12)),ptr(ptr(TOP))))))))) "StructFrag_521*"
873 ptr(struct(0:ptr(struct(4:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t)) "Struct_2041*"
874 ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,20),20:ptr(struct(0:ptr(TOP),4:reg32_t)))))) "StructFrag_725*"
875 ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,12),12:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:ptr(reg64_t),4:reg32_t))))))) "StructFrag_729*"
876 struct(0:reg32_t,4:reg32_t) "Struct_36"
877 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))))) "Struct_2348*"
878 ptr(struct(0:ptr(ptr(num8_t)),4:reg32_t,8:reg32_t,12:ptr(struct(4:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))),8:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))),16:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))),28:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))))))) "Struct_2353*"
879 ptr(struct(8:reg32_t,12:ptr(ptr(struct(4:ptr(num8_t),20:code_t))))) "Struct_2351*"
880 ptr(struct(0:ptr(ptr(num8_t)),4:num32_t,8:reg32_t,12:num32_t)) "Struct_2567*"
881 ptr(struct(0:ptr(ptr(num8_t)),4:reg32_t,8:reg32_t,12:ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:struct(0:reg32_t,4:reg32_t))))) "Struct_2356*"
882 union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t))) "Union_238"
883 ptr(array(reg8_t,70)) "unknown_560*"
884 ptr(struct(12:ptr(ptr(TOP)),36:ptr(ptr(TOP)))) "Struct_2373*"
885 ptr(struct(8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),20:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))) "Struct_630*"
886 union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(12:ptr(ptr(TOP)),36:ptr(ptr(TOP))))) "Union_791"
887 ptr(struct(0:array(reg8_t,44),44:ptr(struct(4:union(ptr(ptr(reg32_t)),ptr(ptr(array(reg8_t,536870908)))),8:ptr(struct(28:ptr(array(reg8_t,12)),40:ptr(ptr(TOP)))),12:num8_t,20:num8_t,24:num8_t)))) "StructFrag_635*"
888 ptr(struct(28:ptr(struct(0:reg64_t,8:ptr(TOP))),40:ptr(ptr(TOP)))) "Struct_632*"
889 ptr(struct(0:reg64_t,8:union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,12:ptr(ptr(TOP)),4294967288:reg32_t,4294967292:reg32_t))))) "StructFrag_636*"
890 union(ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:reg64_t,8:union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,12:ptr(ptr(TOP)),4294967288:reg32_t,4294967292:reg32_t)))))) "Union_500"
891 union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,12:ptr(ptr(TOP)),4294967288:reg32_t,4294967292:reg32_t))) "Union_499"
892 ptr(struct(0:array(reg8_t,44),44:ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(28:ptr(array(reg8_t,12)),40:ptr(ptr(TOP)))),12:num8_t,20:num8_t,24:num8_t)))) "StructFrag_637*"
893 ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))))) "StructFrag_753*"
894 ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))) "StructFrag_219*"
895 ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t),44:num8_t,48:num32_t)) "Struct_634*"
896 ptr(struct(0:ptr(TOP),28:ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t))))),40:ptr(struct(0:ptr(ptr(ptr(ptr(TOP)))),4:reg32_t)))) "Struct_2309*"
897 ptr(struct(0:reg64_t,8:union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t)))))) "StructFrag_747*"
898 union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t)))) "Union_726"
899 ptr(struct(0:ptr(TOP),52:reg32_t,56:reg32_t)) "Struct_637*"
900 union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))) "Union_295"
901 union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_194"
902 union(ptr(ptr(reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t))) "Union_296"
903 ptr(struct(4:union(ptr(ptr(reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t))),8:reg32_t)) "Struct_1606*"
904 ptr(struct(0:array(reg8_t,16),16:num8_t)) "StructFrag_224*"
905 ptr(struct(8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(struct(0:array(reg8_t,16),16:num8_t)),52:num8_t,53:num8_t,54:num8_t,55:num8_t)) "Struct_1605*"
906 ptr(struct(0:ptr(TOP),28:ptr(struct(0:reg64_t,8:ptr(TOP))),40:ptr(ptr(TOP)))) "Struct_643*"
907 union(ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))) "Union_728"
908 ptr(struct(8:ptr(ptr(reg32_t)),16:ptr(reg32_t),28:ptr(TOP))) "Struct_644*"
909 ptr(struct(0:ptr(TOP),4:num32_t)) "Struct_1944*"
910 ptr(struct(0:array(reg8_t,104),104:num8_t)) "StructFrag_221*"
911 ptr(ptr(struct(0:ptr(TOP),4:num32_t))) "Struct_1944**"
912 ptr(struct(0:ptr(struct(4:union(code,ptr(TOP),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),16:union(code,ptr(TOP),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t,36:reg32_t)) "Struct_2193*"
913 union(ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),12:ptr(num8_t)))) "Union_542"
914 ptr(struct(0:ptr(TOP),4:ptr(struct(16:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,32)))),28:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t))),32:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t))))),8:reg32_t,16:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t,40:ptr(TOP),48:reg32_t)) "Struct_2030*"
915 ptr(struct(0:reg32_t,4:ptr(ptr(num32_t)))) "Struct_2141*"
916 ptr(struct(0:ptr(TOP),40:ptr(struct(0:ptr(ptr(ptr(ptr(TOP)))),4:reg32_t)))) "Struct_2377*"
917 ptr(struct(0:reg32_t,4:union(ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:ptr(ptr(ptr(TOP))),8:ptr(num8_t)))))) "StructFrag_782*"
918 union(ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:ptr(ptr(ptr(ptr(TOP)))),8:ptr(num8_t)))) "Union_794"
919 union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))) "Union_298"
920 ptr(struct(0:reg32_t,4:union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(TOP))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))))) "StructFrag_544*"
921 ptr(struct(4:ptr(struct(0:reg32_t,4:code_t)),12:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(ptr(TOP)),8:ptr(reg8_t))))))) "Struct_2376*"
916 ptr(struct(0:ptr(TOP),40:ptr(struct(0:ptr(ptr(ptr(ptr(TOP)))),4:reg32_t)))) "Struct_2292*"
922 ptr(struct(0:ptr(TOP),12:reg32_t)) "Struct_431*"
923 ptr(struct(0:reg32_t,4:union(ptr(reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))))) "StructFrag_733*"
924 union(ptr(reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))) "Union_708"
921 ptr(struct(4:ptr(struct(0:reg32_t,4:code_t)),12:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(ptr(TOP)),8:ptr(reg8_t))))))) "Struct_2291*"
925 union(ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))) "Union_731"
926 ptr(struct(4:ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),12:ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))))) "Struct_661*"
927 union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))) "Union_297"
928 union(ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:reg32_t,4:ptr(ptr(TOP))))))),ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(ptr(TOP))))),40:reg32_t))) "Union_292"
929 ptr(struct(4:ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:ptr(TOP),4:reg32_t))))),12:ptr(struct(0:reg32_t,4:ptr(reg32_t))))) "Struct_1613*"
930 ptr(struct(4:ptr(struct(4:ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),12:ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))))),8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t)))) "Struct_1610*"
931 ptr(struct(0:ptr(ptr(num8_t)),4:union(ptr(reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t))),8:union(ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))),12:union(ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))),16:union(ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))),20:ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),40:union(code_t,ptr(code_t),ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),ptr(struct(0:ptr(reg64_t),4:reg32_t,8:reg32_t))))))) "Struct_2358*"
932 union(ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))) "Union_775"
933 ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),4:reg32_t,8:reg32_t))))) "Struct_2359*"
934 union(ptr(reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t))) "Union_774"
935 ptr(struct(0:array(reg8_t,72),72:reg32_t)) "StructFrag_7*"
936 ptr(struct(4:union(ptr(struct(0:ptr(struct(0:ptr(TOP),48:reg32_t)),48:reg32_t)),ptr(ptr(struct(0:ptr(array(reg8_t,52)),48:reg32_t))),ptr(struct(0:array(reg8_t,48),48:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,48),48:ptr(array(reg8_t,36)))))),8:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(reg8_t))),4:union(ptr(struct(0:reg64_t,8:ptr(reg8_t))),ptr(struct(0:ptr(TOP),8:ptr(reg8_t)))))),12:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(reg8_t))),4:union(ptr(struct(0:reg64_t,8:ptr(reg8_t))),ptr(struct(0:ptr(TOP),8:ptr(reg8_t)))))))) "Struct_1706*"
937 ptr(ptr(ptr(ptr(TOP)))) "void****"
938 ptr(struct(0:array(reg8_t,56),56:reg32_t)) "StructFrag_235*"
939 ptr(struct(48:ptr(ptr(ptr(TOP))),52:ptr(array(reg8_t,23)))) "Struct_667*"
940 ptr(struct(0:array(reg8_t,28),28:num32_t)) "StructFrag_236*"
941 ptr(struct(12:ptr(struct(0:array(reg8_t,56),56:reg32_t)),16:ptr(struct(48:ptr(ptr(ptr(TOP))),52:ptr(array(reg8_t,23)))),20:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))))))) "Struct_2009*"
942 ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t))))) "StructFrag_514*"
943 ptr(struct(48:ptr(ptr(ptr(ptr(TOP)))),52:ptr(array(reg8_t,23)))) "Struct_664*"
944 ptr(struct(12:ptr(struct(0:array(reg8_t,56),56:reg32_t)),16:ptr(struct(0:array(reg8_t,48),48:ptr(ptr(ptr(reg32_t))))))) "Struct_1519*"
945 union(uint32_t,uint32_t) "Union_280"
946 ptr(array(reg8_t,59)) "unknown_472*"
947 ptr(struct(8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))))) "Struct_1555*"
948 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:ptr(num32_t),4:reg32_t)))) "StructFrag_529*"
949 array(reg8_t,252) "unknown_2016"
950 union(ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,48),48:reg32_t))) "Union_487"
951 ptr(struct(0:reg64_t,8:num32_t)) "StructFrag_13*"
952 ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12)))))),4:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:union(ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,48),48:reg32_t))),16:union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(ptr(TOP))))),24:reg32_t)) "Struct_1921*"
953 union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(ptr(TOP))))) "Union_488"
954 ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(num8_t))))) "StructFrag_597*"
955 ptr(struct(0:ptr(TOP),8:ptr(num8_t))) "Struct_645*"
956 ptr(struct(8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),24:reg32_t)) "Struct_671*"
957 ptr(struct(0:array(reg8_t,48),48:reg32_t)) "StructFrag_243*"
958 ptr(ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))) "StructFrag_5**"
959 ptr(struct(0:ptr(TOP),8:ptr(ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),16:ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:ptr(TOP),8:ptr(reg8_t))))),20:ptr(ptr(reg32_t)),28:ptr(struct(0:ptr(ptr(TOP)),12:ptr(ptr(TOP)))))) "Struct_1703*"
960 ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:ptr(TOP),8:ptr(num8_t))))) "StructFrag_248*"
961 union(ptr(TOP),struct(0:ptr(ptr(TOP)),12:ptr(ptr(TOP)))) "Union_340"
936 ptr(struct(4:union(ptr(struct(0:ptr(struct(0:ptr(TOP),48:reg32_t)),48:reg32_t)),ptr(ptr(struct(0:ptr(array(reg8_t,52)),48:reg32_t))),ptr(struct(0:array(reg8_t,48),48:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,48),48:ptr(array(reg8_t,36)))))),8:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(reg8_t))),4:union(ptr(struct(0:reg64_t,8:ptr(reg8_t))),ptr(struct(0:ptr(TOP),8:ptr(reg8_t)))))),12:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(reg8_t))),4:union(ptr(struct(0:reg64_t,8:ptr(reg8_t))),ptr(struct(0:ptr(TOP),8:ptr(reg8_t)))))))) "Struct_1704*"
962 union(ptr(struct(0:ptr(struct(0:ptr(TOP),48:reg32_t)),48:reg32_t)),ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),48:reg32_t)),48:reg32_t))),ptr(struct(0:array(reg8_t,48),48:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,48),48:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Union_345"
963 ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(num8_t))),4:union(ptr(struct(0:reg64_t,8:ptr(num8_t))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))))) "Struct_1705*"
964 union(ptr(struct(0:reg64_t,8:ptr(num8_t))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))) "Union_346"
965 union(ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t))) "Union_347"
308 ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t))) "StructFrag_223*"
966 ptr(ptr(struct(0:ptr(TOP),8:ptr(TOP)))) "Struct_407**"
967 ptr(struct(4:ptr(ptr(struct(0:ptr(TOP)))),8:ptr(ptr(struct(0:ptr(TOP),8:ptr(TOP)))),12:ptr(ptr(struct(0:ptr(TOP),8:ptr(TOP)))))) "Struct_686*"
968 ptr(struct(4:ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:reg64_t,8:ptr(reg64_t))))),8:ptr(num8_t),12:ptr(ptr(TOP)),36:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))))) "Struct_2080*"
969 ptr(struct(8:reg32_t,16:ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:union(ptr(array(reg8_t,12)),ptr(array(reg8_t,12))))))))) "Struct_2083*"
970 ptr(struct(0:reg32_t,4:union(ptr(struct(0:reg64_t,8:ptr(num8_t))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))))) "StructFrag_673*"
971 union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t))) "Union_576"
972 ptr(struct(4:union(code,struct(0:ptr(ptr(code_t)),4:reg32_t)),16:union(code,struct(0:ptr(ptr(code_t)),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))) "Struct_2082*"
973 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:union(num32_t,ptr(reg32_t),ptr(ptr(TOP)),ptr(array(reg8_t,20)),ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,36)),ptr(ptr(TOP)))))),12:reg32_t,28:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))) "Struct_1622*"
974 ptr(ptr(struct(0:reg32_t,4:union(num32_t,ptr(num32_t),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))) "StructFrag_540**"
975 union(ptr(reg32_t),ptr(struct(0:array(reg8_t,28),28:reg32_t))) "Union_306"
976 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(reg8_t))))))) "StructFrag_599*"
977 ptr(struct(0:ptr(TOP),12:ptr(num8_t))) "Struct_2298*"
978 union(ptr(reg32_t),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))) "Union_714"
979 ptr(struct(0:array(reg8_t,40),40:num32_t)) "StructFrag_737*"
980 union(ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,40),40:num32_t))) "Union_715"
981 ptr(struct(8:ptr(ptr(struct(4:ptr(struct(0:ptr(TOP),8:ptr(TOP))),12:code_t))),16:ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12)))))))) "Struct_2299*"
982 ptr(ptr(struct(0:ptr(TOP),12:ptr(num8_t)))) "Struct_2298**"
976 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(reg8_t))))))) "StructFrag_596*"
983 union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))) "Union_416"
984 union(ptr(ptr(struct(4:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(reg32_t))),12:code_t))),ptr(ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))))) "Union_417"
985 ptr(struct(0:array(reg8_t,24),24:union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))))) "StructFrag_598*"
986 union(ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),ptr(struct(0:array(reg8_t,24),24:union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))))))) "Union_418"
987 ptr(struct(8:union(ptr(ptr(struct(4:ptr(array(reg8_t,12)),12:code_t))),ptr(ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))))),16:ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12)))))))) "Struct_1792*"
988 union(code,code_t,ptr(ptr(ptr(ptr(ptr(ptr(TOP))))))) "Union_716"
989 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(TOP)))))),16:ptr(struct(4:ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),12:ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))))))) "Struct_2300*"
990 union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),12:ptr(TOP)))) "Union_300"
991 ptr(union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(reg8_t),12:ptr(reg8_t))),12:ptr(TOP))))) "Union_300*"
992 ptr(ptr(struct(0:array(reg8_t,12),12:reg32_t))) "StructFrag_16**"
993 struct(16:ptr(num8_t),20:ptr(num8_t)) "Struct_18"
994 union(ptr(struct(0:ptr(TOP),16:ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:ptr(TOP),16:ptr(TOP)))))) "Union_849"
995 ptr(struct(12:reg32_t,20:reg32_t,40:ptr(ptr(TOP)))) "Struct_2311*"
996 union(ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(12:reg32_t,20:reg32_t,40:ptr(ptr(TOP))))) "Union_730"
997 ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "StructFrag_256*"
998 union(ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))) "Union_168"
999 union(ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32)))))))) "Union_170"
1000 ptr(struct(4:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),36:ptr(ptr(TOP)))) "Struct_696*"
1001 ptr(struct(0:array(reg8_t,44),44:ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),12:reg32_t,20:ptr(struct(0:array(reg8_t,32),32:reg32_t)))))) "StructFrag_778*"
1002 union(uint32_t,ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t)) "Union_473"
1003 union(ptr(ptr(TOP)),ptr(struct(0:ptr(num32_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t))) "Union_474"
1004 union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(reg32_t),4:reg32_t),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t),struct(12:ptr(struct(4:ptr(struct(0:ptr(reg32_t),4:reg32_t)),8:ptr(struct(0:ptr(reg32_t),4:reg32_t)),28:ptr(struct(0:ptr(reg32_t),4:reg32_t)),32:ptr(struct(0:ptr(reg32_t),4:reg32_t)),36:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),16:ptr(struct(0:ptr(struct(0:reg32_t,32:ptr(TOP))),12:ptr(struct(4:ptr(struct(0:ptr(TOP),4:reg32_t)),8:ptr(struct(0:ptr(TOP),4:reg32_t)),28:ptr(struct(0:ptr(TOP),4:reg32_t)),32:ptr(struct(0:ptr(TOP),4:reg32_t)),36:ptr(ptr(array(reg8_t,536870904))))),16:ptr(struct(0:ptr(TOP),12:ptr(struct(4:ptr(TOP),8:ptr(TOP),28:ptr(TOP),32:ptr(TOP),36:ptr(TOP))),16:ptr(TOP)))))),struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t),struct(0:ptr(struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t)),4:reg32_t)) "Union_464"
1005 ptr(struct(0:union(ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t))),4:reg32_t,8:reg32_t,12:union(ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t))))) "Struct_1899*"
1006 union(ptr(TOP),struct(16:ptr(num8_t),20:ptr(num8_t))) "Union_463"
1007 union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(struct(0:ptr(num32_t),4:reg32_t))) "Union_466"
1008 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(num32_t),ptr(uint32_t),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))) "Union_467"
73 union(ptr(num8_t),uint32_t) "Union_468"
1009 struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)) "FILE"
1010 ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967292:num32_t)),4:reg32_t,8:reg32_t,12:ptr(num32_t))) "Struct_1902*"
1011 union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))) "Union_172"
1012 union(ptr(uint32_t),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))) "Union_173"
1013 union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))) "Union_174"
1014 ptr(struct(12:reg32_t,16:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))))) "Struct_1366*"
1015 union(ptr(ptr(TOP)),ptr(struct(0:array(reg8_t,28),28:reg32_t))) "Union_248"
1016 union(ptr(ptr(TOP)),ptr(struct(0:ptr(num32_t),4:reg32_t))) "Union_479"
1017 struct(0:ptr(num32_t),4:reg32_t) "Struct_669"
1018 ptr(struct(0:uint32_t,4:ptr(num8_t),8:union(ptr(ptr(TOP)),ptr(struct(0:ptr(num32_t),4:reg32_t))),24:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_1915*"
1019 ptr(struct(0:reg64_t,8:union(uint32_t,ptr(num8_t)))) "StructFrag_643*"
1020 ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(ptr(reg32_t)),20:ptr(num8_t),24:ptr(num8_t),28:ptr(ptr(reg32_t)),32:ptr(ptr(reg32_t)),36:ptr(ptr(reg32_t)))) "Struct_1952*"
1021 ptr(struct(0:uint32_t,4:ptr(num8_t),24:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_703*"
1022 ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:reg64_t,8:reg32_t)))) "StructFrag_751*"
1023 union(ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:reg64_t,8:reg32_t))))) "Union_733"
1024 union(ptr(ptr(TOP)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t))) "Union_249"
1025 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,40),40:reg32_t))))) "StructFrag_515*"
1026 union(ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t)) "Union_250"
1027 ptr(struct(0:uint32_t,4:ptr(num8_t),8:ptr(struct(0:ptr(num32_t),4:reg32_t)),16:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),20:ptr(TOP),24:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_704*"
1028 union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:reg64_t,8:ptr(num8_t)))) "Union_689"
1029 ptr(struct(4:reg32_t,8:ptr(num8_t))) "Struct_648*"
1030 union(ptr(ptr(ptr(TOP))),ptr(ptr(reg32_t))) "Union_476"
1031 ptr(struct(8:ptr(ptr(TOP)),16:ptr(struct(0:reg64_t,8:ptr(num8_t))))) "Struct_755*"
1032 ptr(struct(0:ptr(reg32_t),4:reg32_t)) "Struct_122*"
1033 union(struct(0:ptr(array(reg8_t,12)),8:reg32_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(ptr(struct(0:ptr(TOP),8:reg32_t)))) "Union_477"
612 ptr(struct(0:array(reg8_t,28),28:ptr(TOP))) "StructFrag_71*"
1034 union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))) "Union_481"
1035 ptr(struct(0:union(ptr(num32_t),ptr(uint32_t)),4:reg32_t)) "Struct_1914*"
1036 union(ptr(ptr(num32_t)),ptr(struct(0:union(ptr(num32_t),ptr(uint32_t)),4:reg32_t))) "Union_482"
1037 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Union_241"
1038 union(ptr(reg32_t),ptr(struct(0:reg64_t,8:reg32_t))) "Union_242"
1039 ptr(array(reg8_t,63)) "unknown_504*"
1040 ptr(struct(8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(TOP))) "Struct_705*"
1041 ptr(struct(8:reg32_t,12:ptr(ptr(TOP)),36:ptr(ptr(TOP)))) "Struct_1920*"
1042 ptr(struct(4:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t),4294967284:reg32_t,4294967292:reg32_t)),4:reg32_t,8:reg32_t,12:ptr(reg32_t))),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),20:reg32_t,24:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),28:ptr(struct(0:ptr(num32_t),4:reg32_t)))) "Struct_1918*"
1043 union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(8:reg32_t,12:ptr(ptr(TOP)),36:ptr(ptr(TOP))))) "Union_483"
1044 ptr(struct(0:ptr(TOP),16:ptr(TOP))) "Struct_715*"
1045 ptr(struct(12:ptr(TOP),24:ptr(TOP),28:ptr(TOP),32:ptr(struct(0:ptr(TOP),16:ptr(TOP))),40:ptr(struct(0:ptr(TOP),16:ptr(TOP))))) "Struct_716*"
1046 ptr(struct(8:union(ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),ptr(ptr(struct(0:ptr(TOP),16:code_t)))),16:reg32_t,28:ptr(TOP))) "Struct_1625*"
1047 ptr(struct(8:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),16:reg32_t,28:ptr(TOP))) "Struct_1626*"
1048 union(ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))))),ptr(struct(8:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),16:reg32_t,28:ptr(TOP)))) "Union_311"
1049 ptr(struct(0:union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t,12:union(code_t,ptr(code_t),ptr(ptr(ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg32_t)))))),4:reg32_t)) "Struct_2385*"
1050 union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t,12:union(code_t,ptr(code_t),ptr(ptr(code_t)),ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)))))) "Union_645"
1051 ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t,12:union(code_t,ptr(code_t),ptr(ptr(code_t)),ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t))))) "Struct_2195*"
1052 ptr(struct(28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))),32:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))))) "Struct_2137*"
1053 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP))))) "Union_612"
1054 ptr(ptr(struct(0:reg32_t,4:union(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))))) "StructFrag_588**"
1055 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)))))),16:ptr(struct(0:array(reg8_t,12),12:union(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(array(reg8_t,12))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))))) "Struct_1803*"
1056 ptr(struct(0:array(reg8_t,16),16:ptr(reg32_t))) "StructFrag_127*"
1057 ptr(struct(12:ptr(TOP),20:ptr(TOP),24:ptr(TOP),28:ptr(TOP),32:ptr(TOP),36:ptr(TOP))) "Struct_714*"
1058 union(ptr(ptr(TOP)),num32_t,ptr(num8_t),ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))) "Union_564"
1059 ptr(struct(0:ptr(struct(0:reg64_t,8:reg32_t)),4:reg32_t)) "Struct_456*"
1060 ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))))) "StructFrag_258*"
1061 ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:array(reg8_t,28),28:reg32_t)))) "StructFrag_754*"
1062 ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:ptr(reg32_t))) "Struct_1617*"
1063 union(ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(reg32_t)))) "Union_233"
1064 ptr(struct(8:ptr(ptr(reg32_t)),16:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))),28:ptr(struct(0:ptr(struct(0:ptr(TOP),36:ptr(array(reg8_t,16)))),36:ptr(struct(0:ptr(array(reg8_t,16)),4:reg32_t,12:ptr(TOP))))))) "Struct_2040*"
1065 array(reg8_t,1020) "unknown_8160"
1066 ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "StructFrag_263*"
1067 ptr(struct(4:ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,32)))))),8:ptr(num8_t),36:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))) "Struct_2197*"
1068 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))) "Union_553"
1069 ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))))) "StructFrag_264*"
1070 union(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),8:ptr(TOP)),struct(0:ptr(struct(0:ptr(TOP),8:ptr(TOP))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_663"
1071 ptr(struct(0:union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),20:reg32_t)) "Struct_2243*"
1072 union(ptr(ptr(num8_t)),ptr(reg32_t),ptr(struct(4:union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP))),28:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(struct(24:reg32_t,36:ptr(reg32_t))))))) "Union_670"
1073 union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_668"
1074 ptr(struct(20:reg32_t,24:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(TOP),8:ptr(array(reg8_t,44)))))),28:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(array(reg8_t,44)))))),32:ptr(TOP))) "Struct_2241*"
1075 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(array(reg8_t,44)))))),28:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(array(reg8_t,44)))))),32:ptr(TOP),40:ptr(struct(0:reg64_t,8:ptr(TOP))))) "Struct_2231*"
1076 union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))))))) "Union_666"
1077 union(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_664"
1078 ptr(struct(8:ptr(num8_t),36:ptr(reg32_t),40:ptr(struct(24:reg32_t,36:ptr(reg32_t))))) "Struct_2210*"
1079 ptr(struct(20:reg32_t,24:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),28:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(TOP))))),32:ptr(reg32_t),36:ptr(TOP),44:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))) "Struct_2211*"
1080 union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP))) "Union_654"
1081 union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(struct(24:reg32_t,36:ptr(reg32_t)))) "Union_655"
1082 ptr(struct(4:union(struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP))),28:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(struct(24:reg32_t,36:ptr(reg32_t)))))) "Struct_2213*"
1083 ptr(struct(0:ptr(array(reg8_t,3)),8:ptr(ptr(struct(4:ptr(struct(0:ptr(TOP),8:ptr(TOP))),12:code_t))),12:ptr(ptr(struct(0:reg32_t,4:ptr(num8_t)))),28:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))))) "Struct_2199*"
1084 union(ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:ptr(array(reg8_t,3)),8:ptr(ptr(struct(4:ptr(array(reg8_t,12)),12:code_t))),12:ptr(ptr(struct(0:reg32_t,4:ptr(reg8_t)))),28:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))))) "Union_649"
1085 ptr(struct(0:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),10:reg16_t,12:reg32_t,16:reg32_t,20:reg32_t)) "Struct_2200*"
1086 ptr(struct(28:reg32_t,40:ptr(struct(0:ptr(struct(0:array(reg8_t,28),28:num32_t)),4:num8_t,8:num8_t,10:num8_t,11:num8_t,16:ptr(num8_t),20:num8_t,22:num8_t)))) "Struct_2432*"
1087 ptr(struct(4:reg32_t,8:num8_t,10:reg16_t,16:ptr(TOP))) "Struct_785*"
1088 ptr(ptr(struct(24:code_t,96:reg32_t))) "Struct_784**"
1089 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(24:code_t,96:reg32_t))))) "StructFrag_273*"
1090 ptr(struct(4:ptr(TOP),16:ptr(TOP))) "Struct_786*"
1091 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:array(reg8_t,40),40:union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))))),ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(TOP),16:reg32_t))))) "Union_674"
1092 ptr(struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Struct_1398*"
1093 ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(16:ptr(array(reg8_t,20)),28:ptr(array(reg8_t,40)))),ptr(ptr(array(reg8_t,32))),ptr(struct(16:ptr(array(reg8_t,20)),28:ptr(array(reg8_t,40)))),ptr(ptr(array(reg8_t,32)))))))) "StructFrag_469*"
1094 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))) "Union_186"
1093 ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(16:ptr(array(reg8_t,20)),28:ptr(array(reg8_t,40)))),ptr(ptr(array(reg8_t,32))),ptr(struct(16:ptr(array(reg8_t,20)),28:ptr(array(reg8_t,40)))),ptr(ptr(array(reg8_t,32)))))))) "StructFrag_471*"
1095 struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t) "Struct_807"
1096 ptr(struct(0:array(reg8_t,36),36:union(ptr(reg32_t),ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t))))) "StructFrag_775*"
1097 union(struct(0:ptr(TOP)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_189"
1098 union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t)))),ptr(struct(0:array(reg8_t,36),36:union(ptr(reg32_t),ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t)))))) "Union_777"
1099 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_678"
1100 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:union(code,code_t,num32_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,40),40:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t)))))) "Union_191"
1101 union(struct(0:ptr(TOP)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(0:array(reg8_t,32),32:uint32_t)),ptr(struct(4:ptr(TOP),16:reg32_t,36:reg32_t))) "Union_676"
1102 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_677"
1103 ptr(struct(0:reg32_t,4:ptr(struct(8:reg32_t,12:ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))),20:ptr(struct(0:array(reg8_t,36),36:num32_t)))))) "Struct_1372*"
1104 ptr(struct(8:reg32_t,12:ptr(ptr(struct(0:array(reg8_t,48),48:code_t))),20:ptr(struct(0:array(reg8_t,36),36:num32_t)))) "Struct_1373*"
1105 ptr(struct(0:ptr(struct(0:array(reg8_t,16),16:reg32_t)),4:ptr(struct(0:array(reg8_t,16),16:reg32_t)),8:ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))))))) "Struct_1374*"
1106 ptr(struct(8:ptr(struct(0:reg32_t,4:ptr(struct(12:ptr(ptr(TOP)),20:ptr(array(reg8_t,40)))))),40:ptr(struct(0:reg32_t,4:ptr(TOP),8:ptr(struct(0:array(reg8_t,36),36:ptr(array(reg8_t,40)))))))) "Struct_1369*"
1107 union(ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))),ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))))) "Union_180"
1108 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))) "Union_176"
1109 union(code_t,ptr(ptr(ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(TOP),16:reg32_t))))) "Union_682"
1110 ptr(struct(0:ptr(TOP),4:ptr(TOP),12:reg32_t)) "Struct_819*"
1111 ptr(struct(0:ptr(array(reg8_t,104)),4:reg32_t,8:reg32_t,12:ptr(ptr(reg32_t)),16:num32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t,36:reg32_t,40:reg32_t)) "Struct_2100*"
1112 union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))))) "Union_313"
1113 ptr(struct(0:array(reg8_t,12),12:ptr(struct(8:reg32_t,12:ptr(TOP))))) "StructFrag_297*"
1114 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12)))))),12:ptr(struct(0:array(reg8_t,24),24:reg32_t)))) "Struct_1637*"
1115 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:array(reg8_t,24),24:reg32_t)))) "StructFrag_298*"
1116 union(ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),12:reg32_t,20:reg32_t))) "Union_358"
1117 ptr(struct(4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(array(reg8_t,28))))))),12:ptr(num8_t))) "Struct_1833*"
1118 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP)))))))) "Union_439"
1119 ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(array(reg8_t,28))))))))) "Struct_1830*"
1120 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP)))))))) "Union_437"
1121 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))))))) "Union_438"
1122 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP)))) "Union_436"
1123 struct(8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))) "Struct_825"
1124 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP)))) "Union_434"
1125 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_435"
1126 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP)))) "Union_433"
1127 struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))) "Struct_485"
1128 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),16:ptr(TOP)))))) "Union_432"
1129 ptr(struct(12:reg32_t,16:ptr(struct(0:struct(8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),16:ptr(TOP))))) "Struct_1823*"
1129 ptr(struct(12:reg32_t,16:ptr(struct(0:struct(8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),16:ptr(TOP))))) "Struct_1824*"
1130 ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),12:ptr(TOP))) "Struct_251*"
1131 union(num32_t,ptr(num8_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_485"
1132 union(num32_t,ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t))) "Union_486"
1133 ptr(ptr(union(num32_t,ptr(ptr(num8_t)),ptr(num8_t),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))))) "Union_528**"
1134 union(num32_t,ptr(num8_t),ptr(ptr(num8_t)),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_981"
1135 union(num32_t,ptr(ptr(num8_t)),ptr(num8_t),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_528"
1136 union(num32_t,ptr(ptr(num8_t)),ptr(num8_t),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:reg32_t,4:ptr(num8_t))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_989"
1137 union(num32_t,ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t))) "Union_320"
1138 union(ptr(num8_t),ptr(reg32_t),ptr(struct(0:ptr(reg32_t),4:ptr(num8_t))),ptr(struct(0:ptr(TOP),4:ptr(num8_t))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t))),4:ptr(num8_t)))) "Union_913"
1139 ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:reg32_t)))) "Struct_2676*"
1140 ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:reg32_t)) "Struct_2674*"
1139 ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:reg32_t)))) "Struct_2678*"
162 ptr(struct(0:ptr(num8_t),4:ptr(num8_t))) "Struct_1908*"
1141 ptr(struct(0:ptr(num8_t),4:ptr(num8_t),8:ptr(num8_t))) "Struct_2485*"
1142 union(ptr(reg32_t),ptr(struct(8:union(ptr(TOP),num32_t),20:reg32_t))) "Union_315"
1143 union(ptr(reg32_t),ptr(struct(8:union(ptr(TOP),num32_t),20:reg32_t)),ptr(struct(0:reg32_t,4:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:reg32_t)),36:ptr(TOP)))) "Union_854"
1144 ptr(struct(0:ptr(TOP),4:reg32_t,24:ptr(struct(0:ptr(TOP),8:reg32_t)))) "Struct_2451*"
1145 union(ptr(ptr(TOP)),num32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_851"
1146 union(ptr(ptr(TOP)),num32_t,ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_909"
1147 ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),4:union(ptr(reg8_t),ptr(array(reg8_t,3))))),4:union(ptr(num8_t),ptr(struct(0:reg16_t,2:num8_t)))))) "Struct_1136**"
1148 ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),12:ptr(struct(0:reg16_t,2:num8_t)))) "Struct_830*"
1149 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(struct(0:reg16_t,2:num8_t))) "Union_850"
835 ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,28),28:reg32_t))))) "StructFrag_81*[]"
1150 ptr(ptr(struct(0:ptr(reg32_t),4:ptr(num8_t)))) "Struct_833**"
1151 union(ptr(struct(0:array(reg8_t,80),80:reg32_t)),ptr(struct(0:reg32_t,4:ptr(num8_t)))) "Union_912"
1152 ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:ptr(num8_t))),4:ptr(num8_t))) "Struct_2438*"
1153 union(num32_t,ptr(num8_t),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_527"
1154 ptr(union(num32_t,ptr(ptr(num8_t)),ptr(num8_t),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t))))) "Union_528*"
1155 ptr(struct(0:ptr(TOP),4:union(num32_t,ptr(ptr(num8_t)),ptr(num8_t),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))),12:num32_t)) "Struct_1985*"
1156 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_316"
1157 union(num32_t,ptr(struct(0:reg32_t,4:ptr(num8_t)))) "Union_911"
1158 ptr(ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:reg32_t))) "Struct_1639**"
1159 ptr(struct(0:reg32_t,4:reg32_t,32:ptr(struct(0:ptr(TOP),8:reg32_t)),36:reg32_t)) "Struct_2443*"
1160 ptr(struct(0:reg32_t,4:reg32_t,24:ptr(struct(0:ptr(TOP),8:reg32_t)))) "Struct_2444*"
172 ptr(ptr(TOP)) "void*[]"
1161 union(ptr(struct(0:ptr(TOP),4:ptr(num8_t))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t))),4:ptr(num8_t)))) "Union_852"
1162 ptr(array(reg8_t,47)) "unknown_376*"
1163 ptr(array(reg8_t,6)) "unknown_48*"
1164 union(ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_526"
1165 union(ptr(reg32_t),ptr(struct(0:ptr(reg32_t),4:ptr(num8_t))),ptr(struct(0:ptr(TOP),4:ptr(num8_t))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t))),4:ptr(num8_t)))) "Union_317"
1166 union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t))) "Union_318"
1167 ptr(struct(0:array(reg8_t,12),12:code_t)) "StructFrag_9*"
1168 ptr(struct(8:union(ptr(TOP),num32_t),20:reg32_t)) "Struct_1633*"
1169 union(num32_t,ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(num8_t)))) "Union_314"
1139 ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:reg32_t)))) "Struct_1638*"
1139 ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:reg32_t)))) "Struct_1641*"
1170 ptr(struct(28:reg32_t,44:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(TOP),4:ptr(reg8_t),12:reg32_t)))))) "Struct_1640*"
1171 ptr(struct(4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))),12:ptr(num8_t))) "Struct_1835*"
1172 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))) "Union_441"
1173 ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))))) "Struct_1834*"
1174 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))) "Union_440"
1175 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(array(reg8_t,28)),20:reg32_t,24:ptr(array(reg8_t,28)))) "Union_146"
1176 struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(array(reg8_t,28)),20:reg32_t,24:ptr(array(reg8_t,28))) "Struct_365"
1177 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP)))))) "Union_142"
1178 ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,36),36:ptr(TOP)))))))) "StructFrag_758*"
1179 ptr(struct(92:union(ptr(num8_t),ptr(struct(0:union(ptr(num8_t),ptr(struct(0:reg64_t,8:ptr(TOP)))),4:reg16_t,6:num8_t,16:ptr(num8_t),20:ptr(num8_t)))),96:reg32_t)) "Struct_1962*"
1180 ptr(struct(0:reg32_t,4:ptr(TOP),12:ptr(TOP),36:ptr(TOP))) "Struct_346*"
1181 union(num8_t,struct(0:ptr(num8_t),4:reg32_t,12:reg32_t),struct(0:ptr(struct(0:ptr(num8_t),4:reg32_t,12:reg32_t)),4:reg16_t,6:num8_t,12:reg32_t)) "Union_46"
1182 ptr(struct(0:array(reg8_t,92),92:ptr(struct(0:ptr(struct(0:ptr(reg8_t),4:reg32_t,12:reg32_t)),4:reg16_t,6:num8_t,12:reg32_t)))) "StructFrag_433*"
1183 ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP))))) "Struct_1144*"
1184 ptr(struct(0:array(reg8_t,152),152:ptr(num8_t))) "StructFrag_119*"
1183 ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP))))) "Struct_1310*"
1185 union(num8_t,struct(0:ptr(TOP),4:reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_140"
1186 struct(0:reg32_t) "Struct_1425"
1187 union(ptr(TOP),num8_t,struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_592"
1188 union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))) "Union_593"
1189 ptr(struct(8:ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(TOP)))),24:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))),28:ptr(struct(0:reg32_t,4:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),32:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),104:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))) "Struct_1681*"
1190 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))) "Union_326"
1191 ptr(struct(0:reg32_t,4:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))) "Struct_1684*"
1192 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12)))))),24:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_427*"
1193 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,12),12:reg32_t)),struct(0:ptr(array(reg8_t,16)),12:reg32_t),ptr(struct(0:ptr(TOP),12:reg32_t)),struct(0:ptr(ptr(struct(0:ptr(TOP)))),12:reg32_t),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),12:reg32_t)),struct(0:ptr(struct(0:ptr(TOP),12:reg32_t)),12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),12:reg32_t)),12:ptr(TOP)))) "Union_323"
1194 union(ptr(num8_t),ptr(reg32_t)) "Union_324"
1195 union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),4:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg32_t))) "Union_102"
1196 ptr(union(num8_t,struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t))) "Union_45*"
1197 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP)))) "Union_143"
1198 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_144"
1199 union(num8_t,struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_148"
1200 union(num8_t,struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_147"
1201 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(array(reg8_t,28)),20:reg32_t,24:ptr(array(reg8_t,28)))) "Union_149"
1202 union(num8_t,struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_131"
1203 union(ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:reg32_t))) "Union_136"
1204 union(ptr(ptr(TOP)),num8_t,ptr(num8_t),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_129"
1205 struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))) "Struct_362"
1206 ptr(struct(0:reg32_t,4:struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))) "Struct_1297*"
1207 ptr(struct(0:array(reg8_t,92),92:union(ptr(ptr(TOP)),ptr(num8_t)))) "StructFrag_115*"
1208 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t))) "Union_118"
1209 union(num8_t,ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_121"
1210 union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP)))) "Union_122"
1211 ptr(struct(0:struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))) "Struct_1295*"
1212 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t,8:reg32_t,12:ptr(TOP),16:ptr(num8_t),20:ptr(num8_t)))) "Union_120"
1213 ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))) "Struct_362*"
1214 ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:reg32_t)),4:ptr(TOP))) "Struct_432*"
618 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_49"
1215 ptr(struct(0:array(reg8_t,40),40:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))))) "StructFrag_434*"
1216 union(code,struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),struct(0:ptr(reg64_t),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_450"
1217 ptr(union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t)))) "Union_443*"
517 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))) "Union_445"
1218 union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))) "Union_110"
1219 union(ptr(num8_t),num32_t,ptr(num32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(ptr(num32_t))) "Union_515"
1220 ptr(struct(0:ptr(struct(4:ptr(reg32_t),12:code_t)),4:reg32_t,8:ptr(TOP),12:reg32_t,16:reg32_t)) "Struct_1970*"
1221 ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:array(reg8_t,16),16:code_t)))) "StructFrag_137*"
1222 ptr(struct(0:ptr(num8_t),1:num8_t,4:reg16_t,6:num8_t)) "Struct_1285*"
1223 ptr(struct(0:num8_t,36:ptr(struct(0:array(reg8_t,16),16:code_t)))) "Struct_1971*"
1224 ptr(struct(260:reg32_t,264:ptr(TOP))) "Struct_475*"
1225 ptr(union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)))) "Union_109*"
1226 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t))) "Union_109"
1227 union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg32_t))) "Union_442"
1228 ptr(union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg32_t)))) "Union_442*"
1229 ptr(struct(0:ptr(num8_t),4:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t))))) "Struct_1838*"
1230 ptr(struct(0:array(reg8_t,336),336:reg32_t)) "StructFrag_300*"
1231 union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))) "Union_443"
1232 union(ptr(ptr(ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))))) "Union_446"
1233 ptr(struct(16:ptr(TOP),24:ptr(TOP))) "Struct_485*"
1234 struct(0:reg32_t,4:struct(0:num8_t,4:reg32_t,8:reg32_t)) "Struct_2282"
1235 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:struct(0:num8_t,4:reg32_t,8:reg32_t)))) "Union_693"
1236 struct(0:num8_t,4:reg32_t,8:reg32_t) "Struct_2285"
1237 ptr(struct(0:array(reg8_t,36),36:union(ptr(num8_t),ptr(reg32_t)))) "StructFrag_724*"
1238 ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t,12:ptr(TOP))),4:ptr(struct(0:ptr(struct(0:ptr(TOP),12:ptr(TOP))),4:ptr(TOP))))) "Struct_2250*"
1239 ptr(struct(0:array(reg8_t,16),16:ptr(ptr(struct(0:array(reg8_t,52),52:code_t))))) "StructFrag_302*"
1240 ptr(struct(0:reg32_t,4:struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))) "Struct_1691*"
1241 union(ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_334"
1242 ptr(struct(0:struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),4:union(ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "Struct_1694*"
1243 ptr(union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)))) "Union_327*"
1244 ptr(struct(0:reg32_t,4:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))))) "Struct_1698*"
1245 ptr(struct(0:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))))) "Struct_1700*"
1246 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))))))) "Union_339"
393 ptr(struct(0:ptr(TOP),36:ptr(TOP))) "Struct_862*"
1247 ptr(struct(16:ptr(ptr(struct(0:array(reg8_t,52),52:code_t))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_2258*"
1248 ptr(struct(0:ptr(struct(0:array(reg8_t,16),16:ptr(ptr(struct(0:array(reg8_t,52),52:ptr(TOP)))))),36:ptr(TOP),40:reg32_t)) "Struct_863*"
1249 ptr(struct(36:ptr(reg32_t),216:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),220:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),224:uint32_t,228:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),232:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),236:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),240:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),244:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),248:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),252:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),260:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),276:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),280:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))),284:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))))) "Struct_1860*"
1250 ptr(struct(0:reg32_t,4:struct(0:reg32_t,4:reg32_t))) "Struct_1688*"
1251 ptr(struct(8:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,52),52:code_t))))) "Struct_1685*"
1252 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:struct(0:reg32_t,4:reg32_t)))) "Union_332"
1253 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP)))))) "Union_452"
1254 ptr(struct(36:union(ptr(reg32_t),ptr(union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))))),216:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),220:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),224:uint32_t,228:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),232:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),236:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),240:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),244:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),248:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),252:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),260:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),276:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),280:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))),284:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))))) "Struct_1841*"
1255 union(ptr(reg32_t),ptr(union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))))) "Union_444"
1256 union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(struct(16:ptr(struct(4:reg32_t,8:reg32_t,16:ptr(struct(16:ptr(TOP),24:ptr(TOP))),24:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),24:ptr(TOP))))) "Union_455"
1257 ptr(struct(0:ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))),36:ptr(reg32_t),216:ptr(TOP),224:uint32_t,228:ptr(num8_t),232:ptr(num8_t),236:ptr(struct(0:reg16_t,2:num8_t)),240:ptr(struct(0:reg16_t,2:num8_t)),244:ptr(TOP),248:reg32_t,252:ptr(TOP),260:reg32_t,276:reg32_t,280:ptr(ptr(TOP)),284:reg32_t)) "Struct_1693*"
1258 union(ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),ptr(ptr(struct(4:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(reg32_t))),12:ptr(TOP))))) "Union_328"
1243 ptr(union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)))) "Union_327[]"
1259 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))) "Union_327"
1260 ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:ptr(TOP)))))) "StructFrag_557*"
1261 ptr(struct(264:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:num8_t))),265:num8_t,269:num8_t,276:reg32_t)) "Struct_1729*"
1262 ptr(struct(0:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:num8_t))),1:num8_t,5:num8_t,12:reg32_t)) "Struct_1733*"
1263 ptr(struct(0:ptr(struct(0:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:num8_t))),1:num8_t,5:num8_t,12:reg32_t)),4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Struct_1735*"
1264 union(ptr(reg32_t),ptr(struct(0:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:num8_t))),1:num8_t,5:num8_t,12:reg32_t))) "Union_366"
1265 ptr(struct(36:ptr(reg32_t),216:ptr(num8_t),224:uint32_t,228:ptr(num8_t),232:ptr(num8_t),236:ptr(num8_t),240:ptr(num8_t),244:ptr(TOP),248:reg32_t,252:ptr(TOP),260:reg32_t,276:reg32_t,280:ptr(ptr(TOP)),284:reg32_t)) "Struct_871*"
1266 union(ptr(reg32_t),ptr(union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))))) "Union_367"
366 ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "StructFrag_19*[]"
1267 ptr(struct(36:ptr(reg32_t),216:ptr(TOP),224:uint32_t,228:ptr(TOP),232:ptr(num8_t),236:ptr(num8_t),240:ptr(num8_t),244:ptr(TOP),248:reg32_t,252:ptr(TOP),260:reg32_t,264:ptr(TOP),276:reg32_t,280:ptr(ptr(TOP)),284:reg32_t)) "Struct_873*"
1268 union(ptr(struct(260:reg32_t,264:ptr(TOP))),ptr(struct(0:array(reg8_t,560),560:ptr(TOP)))) "Union_448"
1269 ptr(struct(0:union(code,struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),struct(0:ptr(reg64_t),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))))) "Struct_1850*"
1270 union(ptr(ptr(TOP)),ptr(reg32_t)) "Union_113"
1271 ptr(ptr(struct(0:array(reg8_t,56),56:code_t))) "StructFrag_591**"
1272 union(ptr(num8_t),ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,5),5:num8_t)),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))))) "Union_368"
1273 ptr(struct(0:array(reg8_t,560),560:ptr(TOP))) "StructFrag_616*"
1274 ptr(union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:array(reg8_t,3),3:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))))) "Union_447*"
1275 union(code,struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),struct(0:ptr(reg64_t),4:reg32_t)) "Union_112"
1276 ptr(struct(28:code_t,32:code_t,36:code_t,80:code_t)) "Struct_1292*"
1277 union(ptr(ptr(ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:reg32_t))) "Union_114"
1278 ptr(struct(4:code_t,8:reg32_t,12:reg32_t)) "Struct_1284*"
1279 union(ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(reg32_t)) "Union_111"
1280 union(code_t,ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:reg64_t,8:reg32_t))) "Union_107"
1281 ptr(array(reg8_t,33)) "unknown_264*"
1282 union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))))) "Union_50"
1283 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_369"
1284 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:array(reg8_t,116),116:num32_t)))) "StructFrag_482*"
1285 ptr(struct(16:reg32_t,40:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Struct_890*"
1286 ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "StructFrag_93**"
1287 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))))) "StructFrag_310*"
1288 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "StructFrag_314*"
1289 ptr(ptr(struct(0:array(reg8_t,5),5:num8_t))) "StructFrag_107**"
1290 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:array(reg8_t,52),52:num32_t)))) "StructFrag_486*"
1291 ptr(struct(16:reg32_t,40:ptr(TOP))) "Struct_894*"
327 ptr(struct(0:array(reg8_t,40),40:ptr(TOP))) "StructFrag_508*"
1292 ptr(struct(24:reg32_t,40:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Struct_1475*"
1293 union(ptr(ptr(num32_t)),ptr(ptr(reg32_t))) "Union_221"
1294 union(ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_222"
1295 ptr(struct(16:reg32_t,40:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Struct_895*"
1296 ptr(ptr(struct(0:reg64_t,8:ptr(num8_t)))) "StructFrag_244**"
1297 union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:ptr(ptr(ptr(ptr(TOP)))),8:ptr(num8_t)))) "Union_855"
1298 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(TOP),40:ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)))),ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t))))),ptr(struct(0:ptr(TOP),40:ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t))))) "Union_856"
1299 union(num32_t,ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))) "Union_565"
1300 ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),48:reg32_t)),48:reg32_t))) "Struct_2447**"
1301 ptr(struct(0:array(reg8_t,28),28:union(ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t))))) "StructFrag_560*"
1302 union(ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t))) "Union_349"
1303 ptr(struct(0:array(reg8_t,48),48:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32))))))))) "StructFrag_561*"
1304 ptr(ptr(struct(0:array(reg8_t,48),48:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,36)))))))) "StructFrag_561**"
1305 ptr(struct(0:array(reg8_t,44),44:reg32_t)) "StructFrag_76*"
1306 ptr(struct(0:array(reg8_t,24),24:ptr(TOP))) "StructFrag_135*"
1307 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),32:ptr(struct(4:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),36:ptr(TOP))) "Struct_898*"
1308 ptr(array(reg8_t,23)) "unknown_184*"
1309 ptr(struct(48:ptr(TOP),52:ptr(array(reg8_t,23)))) "Struct_2202*"
1310 union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))) "Union_651"
1311 ptr(struct(0:reg64_t,8:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))))) "StructFrag_701*"
1312 ptr(struct(0:array(reg8_t,44),44:ptr(struct(0:ptr(TOP),8:ptr(num8_t))))) "StructFrag_813*"
1313 ptr(struct(0:array(reg8_t,32),32:ptr(struct(4:union(code,struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),16:union(code,struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))))) "StructFrag_814*"
168 ptr(ptr(num32_t)) "int**"
1314 ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),8:reg32_t,12:reg32_t,16:reg32_t)) "Struct_2121*"
1315 ptr(struct(0:ptr(TOP),16:reg32_t)) "Struct_787*"
1316 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(TOP),16:reg32_t)))) "StructFrag_677*"
1317 ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),8:reg32_t,12:reg32_t,16:uint32_t)) "Struct_2094*"
1318 ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP),36:ptr(reg32_t))))) "StructFrag_704*"
1319 ptr(ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t))) "Struct_907**"
1320 union(ptr(reg32_t),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))) "Union_581"
1321 union(uint32_t,ptr(ptr(TOP))) "Union_582"
1322 ptr(struct(0:num32_t,4:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),8:reg32_t,12:reg32_t,16:reg32_t)) "Struct_2093*"
1323 union(ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t)),ptr(ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t)))) "Union_580"
1324 ptr(struct(0:ptr(struct(0:array(reg8_t,32),32:reg32_t)),8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,28:reg32_t)) "Struct_902*"
1325 ptr(struct(24:reg32_t,36:ptr(reg32_t))) "Struct_900*"
1326 ptr(struct(12:union(code_t,ptr(code_t),ptr(ptr(code_t)),ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t))),24:reg32_t,36:union(ptr(ptr(TOP)),ptr(struct(0:array(reg8_t,36),36:ptr(TOP)))),40:ptr(struct(0:array(reg8_t,16),16:reg32_t)))) "Struct_2092*"
1327 union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(12:union(code_t,ptr(code_t),ptr(ptr(code_t)),ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t))),24:reg32_t,36:union(ptr(ptr(TOP)),ptr(struct(0:array(reg8_t,36),36:ptr(TOP)))),40:ptr(struct(0:array(reg8_t,16),16:reg32_t))))) "Union_579"
1328 union(ptr(ptr(TOP)),ptr(struct(0:array(reg8_t,36),36:ptr(TOP)))) "Union_578"
1329 ptr(struct(0:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),4:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),8:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),12:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),16:ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))))) "Struct_2090*"
1330 ptr(struct(16:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t)),24:reg32_t,28:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))) "Struct_911*"
1331 ptr(struct(4:ptr(TOP),16:ptr(struct(0:reg64_t,8:ptr(num8_t))),24:reg32_t)) "Struct_914*"
1332 ptr(struct(4:ptr(TOP),16:reg32_t,36:reg32_t)) "Struct_2122*"
1333 ptr(ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:array(reg8_t,36),36:union(ptr(TOP),ptr(array(reg8_t,20)),ptr(array(reg8_t,32)),ptr(ptr(TOP)),ptr(array(reg8_t,32)),ptr(ptr(TOP)))))))) "StructFrag_471**"
1334 ptr(struct(0:reg32_t,4:ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))),20:ptr(struct(4:ptr(TOP),36:reg32_t)))))) "Struct_2015*"
1335 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,48),48:code_t))),20:ptr(struct(4:ptr(TOP),36:reg32_t)))) "Struct_2016*"
1336 ptr(struct(8:ptr(struct(0:reg32_t,4:ptr(struct(12:ptr(ptr(TOP)),20:ptr(array(reg8_t,40)))))),16:reg32_t)) "Struct_2017*"
1336 ptr(struct(8:ptr(struct(0:reg32_t,4:ptr(struct(12:ptr(ptr(TOP)),20:ptr(array(reg8_t,40)))))),16:reg32_t)) "Struct_2019*"
1337 ptr(struct(0:array(reg8_t,40),40:ptr(struct(4:ptr(ptr(TOP)),16:reg32_t)))) "StructFrag_683*"
1338 struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)) "Struct_541"
1339 ptr(struct(0:array(reg8_t,12),12:union(code_t,ptr(code_t),ptr(ptr(code_t)),ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t))))) "StructFrag_563*"
1340 union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,12),12:union(code_t,ptr(code_t),ptr(ptr(code_t)),ptr(struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)))))) "Union_351"
1341 union(ptr(ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP))))))),ptr(ptr(struct(0:reg32_t,4:struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)))))) "Union_352"
1342 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12)))))),24:ptr(struct(0:array(reg8_t,12),12:reg32_t)))) "Struct_918*"
1343 ptr(struct(0:ptr(TOP),20:ptr(struct(4:ptr(TOP),16:ptr(TOP))))) "Struct_919*"
1344 union(struct(0:ptr(array(reg8_t,12)),8:reg32_t),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))) "Union_199"
1345 ptr(struct()) "Struct_1390*"
1346 ptr(struct(16:reg32_t,36:ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t)))) "Struct_1392*"
1347 union(struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))) "Union_182"
1348 ptr(struct(0:struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t))) "Struct_1389*"
1349 ptr(struct(12:ptr(ptr(TOP)),36:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(16:reg32_t,36:ptr(struct(0:ptr(array(reg8_t,12)),4:reg32_t))))),40:ptr(struct(0:array(reg8_t,16),16:reg32_t)))) "Struct_1394*"
1350 union(ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(array(reg8_t,12)),4:reg32_t)))))),ptr(struct(12:ptr(ptr(TOP)),36:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(16:reg32_t,36:ptr(struct(0:ptr(TOP),4:reg32_t))))),40:ptr(struct(0:array(reg8_t,16),16:reg32_t))))) "Union_185"
1351 union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(16:reg32_t,36:ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t))))) "Union_184"
1352 ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,32),32:reg32_t)))) "Struct_1393*"
1353 ptr(struct(0:array(reg8_t,32),32:uint32_t)) "StructFrag_479*"
1354 ptr(struct(0:array(reg8_t,40),40:union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))))) "StructFrag_480*"
1355 ptr(struct(0:reg32_t,4:union(code,code_t,num32_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,40),40:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t))))) "Struct_1403*"
1356 ptr(struct(0:array(reg8_t,12),12:struct(0:ptr(TOP)))) "StructFrag_815*"
1357 union(ptr(num8_t),ptr(struct(0:array(reg8_t,536870911),4294967295:num8_t))) "Union_606"
1358 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:reg32_t,4:reg32_t,8:num8_t,12:ptr(TOP))))) "StructFrag_684*"
1359 ptr(ptr(struct(0:array(reg8_t,536870911),4294967295:num8_t))) "StructFrag_26**"
958 ptr(ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))) "StructFrag_120*[]"
1360 union(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4294967284:reg32_t))) "Union_548"
1361 ptr(struct(8:ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))),16:reg32_t,40:ptr(struct(0:reg64_t,8:ptr(TOP))))) "Struct_2020*"
1362 ptr(struct(4:ptr(struct(0:reg8_t,1:num8_t)),16:ptr(struct(4:ptr(struct(0:reg8_t,1:num8_t)),16:ptr(TOP))))) "Struct_2457*"
1363 ptr(struct(16:reg32_t,40:ptr(struct(0:reg64_t,8:ptr(TOP))))) "Struct_930*"
1364 union(ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(array(reg8_t,52))))))),ptr(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))))))) "Union_192"
1365 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,48),48:code_t))))) "StructFrag_237*"
1366 union(ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),ptr(ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4294967284:reg32_t)))) "Union_543"
1367 union(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4294967284:reg32_t))) "Union_544"
1368 ptr(struct(8:code_t,28:union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))),32:union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))))) "Struct_1434*"
1369 ptr(struct(0:reg32_t,4:num32_t,8:ptr(TOP))) "Struct_1435*"
1370 union(ptr(struct(0:reg64_t,8:code_t)),ptr(struct(8:code_t,28:union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP)))),32:union(ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))))))) "Union_202"
1371 array(reg8_t,16) "unknown_128"
1372 array(reg8_t,57) "unknown_456"
1373 union(code_t,ptr(ptr(ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))) "Union_203"
1374 ptr(struct(0:reg32_t,8:union(ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))))))),24:reg32_t,28:reg32_t)) "Struct_2215*"
1375 union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:reg32_t,8:union(ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,36),36:union(ptr(array(reg8_t,12)),ptr(array(reg8_t,40)))))),24:reg32_t,28:reg32_t))) "Union_658"
1376 ptr(struct(4:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t)) "Struct_2219*"
1377 union(ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))))) "Union_181"
1378 struct(0:ptr(array(reg8_t,12)),8:reg32_t) "Struct_0"
1379 ptr(struct(4:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(4:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t)),12:ptr(struct(0:reg64_t,8:ptr(TOP))),20:reg32_t,24:ptr(struct(0:ptr(TOP),1012:num32_t)),28:ptr(struct(0:ptr(TOP),1012:num32_t)),32:ptr(struct(0:ptr(TOP),1012:num32_t)),36:ptr(struct(0:ptr(TOP),1012:num32_t)))) "Struct_2220*"
1380 ptr(struct(24:reg32_t,36:ptr(ptr(TOP)))) "Struct_2176*"
1381 ptr(struct(16:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),32:reg32_t)) "Struct_933*"
1382 union(ptr(struct(0:array(reg8_t,36),36:ptr(ptr(TOP)))),ptr(struct(24:reg32_t,36:ptr(ptr(TOP))))) "Union_639"
1383 ptr(struct(4:ptr(TOP),12:reg32_t)) "Struct_938*"
1384 ptr(struct(8:ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))),16:reg32_t,40:ptr(TOP))) "Struct_946*"
1385 union(ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(TOP),16:reg32_t))))) "Union_679"
1386 ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),16:reg32_t)),8:ptr(struct(0:ptr(TOP),16:reg32_t)),12:reg32_t)) "Struct_2244*"
1387 ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:ptr(TOP))) "Struct_940*"
1388 ptr(struct(8:ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))),16:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),40:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:ptr(TOP))))) "Struct_1404*"
1389 union(ptr(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP))))))),ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(array(reg8_t,52)))))))) "Union_545"
1390 ptr(struct(8:ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))),40:ptr(ptr(struct(0:reg64_t,8:num32_t))))) "Struct_2022*"
1391 ptr(struct(0:array(reg8_t,20),20:reg16_t)) "StructFrag_337*"
1392 ptr(struct(0:array(reg8_t,28),28:reg16_t)) "StructFrag_658*"
1393 ptr(ptr(struct(0:array(reg8_t,20),20:reg16_t))) "StructFrag_337**"
1394 ptr(struct(0:array(reg8_t,20),20:struct(0:ptr(TOP)))) "StructFrag_819*"
1395 ptr(struct(4:ptr(struct(0:array(reg8_t,12),12:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),8:ptr(struct(36:reg32_t,40:ptr(TOP))),12:reg32_t,16:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:ptr(struct(4:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),8:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))))) "Struct_1406*"
1396 ptr(struct(8:ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))))),40:ptr(struct(4:ptr(struct(0:array(reg8_t,12),12:ptr(array(reg8_t,536870904)))),8:ptr(struct(36:reg32_t,40:ptr(TOP))),16:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),20:ptr(struct(4:ptr(array(reg8_t,536870904)),8:ptr(array(reg8_t,536870904)))))))) "Struct_1402*"
1397 ptr(struct(0:array(reg8_t,10),10:reg16_t)) "StructFrag_340*"
1398 ptr(struct(0:array(reg8_t,18),18:reg16_t)) "StructFrag_477*"
1399 ptr(struct(36:reg32_t,40:ptr(TOP))) "Struct_944*"
1400 ptr(struct(4:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),8:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))) "Struct_1407*"
1401 ptr(struct(0:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),4294967292:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))) "Struct_1409*"
1402 ptr(ptr(struct(0:array(reg8_t,10),10:reg16_t))) "StructFrag_340**"
1403 ptr(struct(8:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))) "Struct_2027*"
1404 ptr(union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)))) "Union_194[]"
1405 ptr(ptr(struct(4:reg32_t,20:code_t))) "Struct_2246**"
1406 ptr(struct(0:reg32_t,12:reg32_t,28:ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,24),24:reg32_t)))))) "Struct_2175*"
1407 ptr(struct(0:reg32_t,12:reg32_t,28:union(ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,24),24:reg32_t))))))) "Struct_2174*"
1408 union(ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,24),24:reg32_t))))) "Union_640"
1409 union(ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:reg64_t,8:ptr(TOP))))),ptr(struct(0:reg32_t,12:reg32_t,28:union(ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,24),24:reg32_t)))))))) "Union_641"
1410 ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),20:reg32_t)) "Struct_951*"
1411 ptr(struct(4:ptr(code_t),24:reg32_t,40:ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),20:reg32_t)))) "Struct_1456*"
1412 ptr(struct(0:ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),4:ptr(TOP),16:reg32_t)),8:ptr(TOP),12:ptr(TOP))) "Struct_974*"
1413 ptr(struct(4:ptr(code_t),40:reg32_t)) "Struct_949*"
1414 ptr(struct(0:ptr(TOP),4:ptr(TOP),12:reg32_t,16:reg32_t)) "Struct_966*"
1415 ptr(struct(0:reg32_t,4:union(ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:reg64_t,8:reg32_t))))))) "StructFrag_755*"
1416 ptr(struct(16:reg32_t,40:ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,28),28:ptr(TOP))))))) "Struct_2312*"
1417 ptr(struct(24:reg32_t,40:ptr(ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))),20:reg32_t,24:ptr(reg32_t)))))) "Struct_1864*"
1418 ptr(struct(0:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(TOP))),12:reg32_t,16:num32_t)) "Struct_1867*"
1419 union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(TOP))) "Union_456"
1420 struct(0:ptr(ptr(TOP)),4:ptr(TOP)) "Struct_149"
1421 ptr(struct(0:reg32_t,4:struct(0:ptr(ptr(TOP)),4:ptr(TOP)))) "Struct_1457*"
1422 union(ptr(ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP)))) "Union_209"
1423 ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),1:num8_t,4:num8_t,5:num8_t,7:num8_t,8:ptr(TOP),41:num8_t)) "Struct_977*"
1424 ptr(struct(4:ptr(code_t),40:ptr(struct(0:ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),1:num8_t,4:num8_t,5:num8_t,7:num8_t,8:ptr(TOP),41:num8_t)))) "Struct_1459*"
1425 union(ptr(num8_t),ptr(struct(0:reg32_t,4:ptr(reg32_t)))) "Union_210"
1426 union(ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(array(reg8_t,32)))),8:ptr(struct(0:array(reg8_t,28),28:ptr(array(reg8_t,28))))))))) "Union_211"
1427 ptr(struct(4:ptr(code_t),8:ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:ptr(ptr(TOP)))))),40:ptr(num8_t))) "Struct_1461*"
1428 union(ptr(uint32_t),ptr(num8_t)) "Union_357"
1429 ptr(struct(0:ptr(struct(4:union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(array(reg8_t,536870904))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(array(reg8_t,36))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(array(reg8_t,536870904)),8:reg32_t,12:reg32_t,16:ptr(ptr(TOP)),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(array(reg8_t,36)),20:reg32_t,24:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,28),28:ptr(array(reg8_t,28))))),16:uint32_t)),4:reg32_t)) "Struct_1441*"
1430 ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32))))))),12:reg32_t,20:reg32_t)) "Struct_1717*"
1431 union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct(16:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:reg32_t)),40:reg32_t))) "Union_356"
1432 ptr(struct(4:reg32_t,12:ptr(TOP),20:reg32_t,24:num8_t)) "Struct_973*"
1433 ptr(struct(4:reg32_t,12:ptr(TOP),20:reg32_t)) "Struct_975*"
1434 union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)))))) "Union_207"
1435 ptr(struct(16:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:reg32_t)),40:reg32_t)) "Struct_1716*"
1436 ptr(struct(4:union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(array(reg8_t,536870904)),8:reg32_t,12:reg32_t,16:ptr(ptr(TOP)),20:reg32_t,24:ptr(TOP)))))),16:uint32_t)) "Struct_1443*"
1437 ptr(ptr(struct(4:union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(array(reg8_t,536870904)),8:reg32_t,12:reg32_t,16:ptr(ptr(TOP)),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(array(reg8_t,36)),20:reg32_t,24:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,28),28:ptr(array(reg8_t,28))))),16:uint32_t))) "Struct_1443**"
1438 union(uint32_t,ptr(num8_t),ptr(reg32_t),struct(0:reg32_t,4:ptr(reg32_t)),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(array(reg8_t,32)))),8:ptr(struct(0:array(reg8_t,28),28:ptr(array(reg8_t,28)))))))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,36)))))))) "Union_901"
1439 ptr(struct(0:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),16:reg32_t,20:reg32_t,24:reg32_t,30:num8_t,33:num8_t)) "Struct_1870*"
1440 ptr(struct(0:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),4:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),12:num32_t,16:reg32_t,20:num32_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,32:num8_t,33:num8_t)) "Struct_2052*"
1441 ptr(struct(0:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),28:num8_t,29:num8_t,31:num8_t,32:num8_t)) "Struct_1005*"
1442 ptr(struct(0:num8_t,1:num8_t,2:num8_t,4:num8_t,5:num8_t,6:num8_t,8:ptr(struct(0:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),28:num8_t,29:num8_t,31:num8_t,32:num8_t)),12:ptr(struct(0:ptr(TOP),4:ptr(TOP),12:reg32_t)),17:num8_t,18:num8_t)) "Struct_2048*"
1443 ptr(struct(0:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),4:ptr(TOP),12:num32_t)) "Struct_818*"
1444 ptr(struct(12:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),16:ptr(TOP),24:num32_t)) "Struct_2056*"
1445 ptr(struct(24:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),28:ptr(TOP),36:num32_t)) "Struct_2054*"
1446 ptr(struct(0:ptr(TOP),12:uint32_t)) "Struct_1488*"
1447 ptr(struct(16:reg32_t,40:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))) "Struct_1476*"
1448 union(ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:ptr(TOP),12:uint32_t))) "Union_224"
1449 ptr(struct(16:reg32_t,40:ptr(struct(4:num8_t,7:num8_t,8:ptr(TOP),12:ptr(struct(0:array(reg8_t,12),12:num32_t)))))) "Struct_2461*"
1450 ptr(struct(16:reg32_t,40:ptr(struct(7:num8_t,16:ptr(struct(0:array(reg8_t,28),28:ptr(TOP))))))) "Struct_2313*"
1451 ptr(struct(16:reg32_t,40:ptr(num8_t))) "Struct_1019*"
1452 ptr(struct(16:reg32_t,40:ptr(struct(0:array(reg8_t,7),7:num8_t)))) "Struct_1020*"
1453 ptr(struct(0:array(reg8_t,12),12:uint32_t)) "StructFrag_617*"
1454 ptr(struct(24:reg32_t,40:ptr(struct(0:reg64_t,8:ptr(ptr(struct(8:reg32_t,12:reg32_t,16:ptr(TOP),24:ptr(TOP)))))))) "Struct_1873*"
1455 ptr(struct(0:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),12:uint32_t,16:uint32_t,28:num8_t)) "Struct_1874*"
1456 ptr(struct(24:reg32_t,40:ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Struct_1875*"
1457 ptr(union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Union_49*"
1458 ptr(struct(0:array(reg8_t,40),40:ptr(num8_t))) "StructFrag_379*"
1459 ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:reg32_t,20:reg32_t,24:ptr(TOP)))),4294967292:reg32_t)) "Struct_1527*"
1460 union(ptr(ptr(struct(0:array(reg8_t,32),32:reg32_t))),ptr(ptr(struct(0:reg32_t,20:reg32_t,24:ptr(TOP))))) "Union_253"
1461 ptr(struct(0:ptr(TOP),12:uint32_t,20:reg32_t,28:num8_t,29:num8_t)) "Struct_1492*"
1462 union(ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:ptr(TOP),12:uint32_t,20:reg32_t,28:num8_t,29:num8_t))) "Union_229"
1463 union(ptr(reg32_t),struct(0:reg32_t,4:ptr(reg32_t)),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(array(reg8_t,32)))),8:ptr(struct(0:array(reg8_t,28),28:ptr(array(reg8_t,28)))))))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,36)))))))) "Union_227"
1464 ptr(struct(4:num32_t,8:num32_t,12:ptr(TOP))) "Struct_2068*"
1465 union(num8_t,struct(0:ptr(TOP),4:reg32_t),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP)))))) "Union_512"
402 union(ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))) "Union_11"
1466 union(ptr(ptr(TOP)),num8_t,ptr(num8_t),num32_t,ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:array(reg8_t,16),16:reg32_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),4:reg32_t,8:reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(num8_t),4:reg32_t,12:reg32_t),struct(0:ptr(struct(0:ptr(num8_t),4:reg32_t,12:reg32_t)),4:reg16_t,6:num8_t,12:reg32_t),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_513"
1467 ptr(struct(0:union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:reg16_t,6:num8_t,16:ptr(num8_t),20:ptr(num8_t)))),4:reg32_t)) "Struct_1964*"
1468 ptr(ptr(struct(32:code_t,36:code_t,92:union(ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)))))) "Struct_1969**"
1469 ptr(struct(8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,92),92:reg32_t))))),24:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t)),84:num8_t,88:reg32_t,92:union(ptr(ptr(TOP)),ptr(num8_t)),96:reg32_t)) "Struct_1968*"
1470 ptr(struct(28:ptr(ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),212:reg32_t,216:ptr(TOP),220:ptr(num8_t),224:uint32_t,228:ptr(TOP),232:ptr(TOP),244:ptr(TOP),248:reg32_t,252:ptr(TOP))) "Struct_471*"
1471 union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(260:reg32_t,264:ptr(TOP))),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:ptr(num8_t),1:num8_t,4:reg16_t,6:num8_t)),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP))))),ptr(struct(36:ptr(reg32_t),216:ptr(num8_t),224:uint32_t,228:ptr(num8_t),232:ptr(num8_t),236:ptr(num8_t),240:ptr(num8_t),244:ptr(TOP),248:reg32_t,252:ptr(TOP),260:reg32_t,276:reg32_t,280:ptr(ptr(TOP)),284:reg32_t)),ptr(struct(36:union(ptr(reg32_t),ptr(union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:reg8_t))))),216:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),220:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),224:uint32_t,228:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),232:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),236:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),240:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),244:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),248:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),252:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),260:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),276:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))),280:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))),284:union(ptr(num8_t),ptr(struct(0:array(reg8_t,3),3:num8_t))))),ptr(struct(36:ptr(reg32_t),216:ptr(TOP),224:uint32_t,228:ptr(TOP),232:ptr(num8_t),236:ptr(num8_t),240:ptr(num8_t),244:ptr(TOP),248:reg32_t,252:ptr(TOP),260:reg32_t,264:ptr(TOP),276:reg32_t,280:ptr(ptr(TOP)),284:reg32_t))) "Union_516"
1472 ptr(struct(0:union(ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))),4:struct(0:ptr(TOP),4:reg16_t,6:num8_t))) "Struct_1975*"
1473 ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))))),4:reg32_t,8:reg32_t,28:reg32_t,32:reg32_t,36:reg32_t,40:reg32_t,220:ptr(TOP),224:uint32_t,232:ptr(TOP))) "Struct_1291*"
1474 ptr(struct(12:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),16:ptr(struct(0:reg32_t,4:num32_t)),32:num32_t,40:num8_t)) "Struct_1954*"
1475 ptr(struct(0:num8_t,2:num8_t,3:num8_t,4:num8_t,6:num8_t,7:num8_t,8:num8_t,9:num8_t,10:num8_t,11:num8_t,12:ptr(ptr(TOP)),16:num8_t,18:num8_t,19:num8_t,20:num8_t,21:num8_t,22:num8_t,23:num8_t,24:num8_t,25:num8_t,26:num8_t,27:num8_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,36:ptr(struct(0:reg32_t,4:num32_t)))) "Struct_1029*"
1476 ptr(struct(0:union(ptr(reg32_t),ptr(uint32_t)),4:reg32_t)) "Struct_1924*"
1477 union(ptr(ptr(reg32_t)),ptr(struct(0:union(ptr(reg32_t),ptr(uint32_t)),4:reg32_t))) "Union_490"
1478 ptr(struct(40:num8_t,42:num8_t,43:num8_t,44:ptr(reg32_t),52:num8_t,54:num8_t,55:num8_t,56:num32_t)) "Struct_1031*"
1479 ptr(struct(8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),16:num32_t,24:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),28:reg32_t)) "Struct_2379*"
1480 ptr(struct(4:ptr(ptr(reg32_t)),20:ptr(ptr(reg32_t)))) "Struct_1959*"
1481 ptr(struct(12:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),16:ptr(struct(0:reg32_t,4:num32_t)),32:num32_t,36:num8_t)) "Struct_1033*"
1482 ptr(struct(40:num32_t,42:num8_t,44:ptr(struct(0:reg32_t,4:num32_t)),52:num8_t,53:num8_t,54:num8_t,55:num8_t,56:num8_t)) "Struct_1036*"
1483 ptr(struct(8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),16:reg32_t,24:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))))) "Struct_2378*"
1484 ptr(struct(0:reg32_t,4:ptr(ptr(reg32_t)))) "StructFrag_644*"
1485 ptr(ptr(array(reg8_t,260))) "unknown_2080**"
1486 ptr(struct(0:ptr(num32_t),4:ptr(num32_t))) "Struct_2621*"
1487 union(ptr(num8_t),num32_t,ptr(num32_t)) "Union_870"
1 code_t "PTOP_LEVEL_EXCEPTION_FILTER"
577 ptr(struct(0:reg32_t,4:ptr(reg32_t))) "StructFrag_101*"
1488 union(ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(struct(0:array(reg8_t,12),12:num32_t))) "Union_208"
1489 ptr(struct(0:array(reg8_t,40),40:ptr(ptr(struct(8:union(ptr(array(reg8_t,36)),ptr(array(reg8_t,36))),20:num32_t))))) "StructFrag_495*"
1490 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(0:ptr(TOP)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(16:ptr(TOP),24:ptr(TOP))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP))))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_811"
1491 ptr(union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(0:ptr(TOP)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(16:ptr(TOP),24:ptr(TOP))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP))))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t)))))))) "Union_811*"
1492 union(ptr(num8_t),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:array(reg8_t,3),3:num8_t))) "Union_995"
1493 ptr(struct(0:ptr(ptr(TOP)),24:struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))) "Struct_1872*"
641 ptr(struct(0:array(reg8_t,16),16:ptr(TOP))) "StructFrag_5*"
1494 union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "Union_562"
1495 union(num32_t,ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_563"
1496 ptr(ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "StructFrag_136**"
1497 union(ptr(ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,36)))))))) "Union_560"
1498 ptr(struct(16:reg32_t,40:ptr(ptr(struct(0:array(reg8_t,48),48:union(ptr(array(reg8_t,36)),ptr(array(reg8_t,36)))))))) "Struct_1719*"
1499 ptr(struct(0:array(reg8_t,40),40:ptr(ptr(struct(0:array(reg8_t,48),48:union(ptr(array(reg8_t,36)),ptr(array(reg8_t,36)))))))) "StructFrag_569*"
1500 union(ptr(ptr(TOP)),struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:num8_t))),1:num8_t,5:num8_t,12:reg32_t)),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_371"
1501 union(code_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(ptr(ptr(TOP))),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_372"
1502 union(struct(0:ptr(TOP)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_374"
1503 union(ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(ptr(reg32_t))) "Union_375"
1504 union(struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_376"
1505 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Union_377"
1506 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))) "Union_378"
1507 ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP))) "Struct_2408*"
1508 ptr(struct(0:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Struct_1110*"
1509 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Union_379"
1510 ptr(struct(0:array(reg8_t,40),40:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "StructFrag_572*"
1511 ptr(struct(16:reg32_t,40:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Struct_1748*"
1512 ptr(struct(28:reg32_t,40:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Struct_1737*"
1513 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_764"
1514 ptr(struct(0:union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(TOP),4:reg32_t,8:ptr(TOP),12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:ptr(TOP))))))),12:reg32_t)) "Struct_2344*"
1515 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_763"
1516 ptr(struct(28:reg32_t,40:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))))) "Struct_1744*"
1517 union(num8_t,num32_t,struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_907"
1518 ptr(struct(0:array(reg8_t,16),16:union(num8_t,struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:reg8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))))) "StructFrag_831*"
1519 union(num8_t,struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_908"
1520 union(num8_t,struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_397"
1521 union(num8_t,ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_997"
1522 ptr(struct(4:union(ptr(TOP),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))),16:reg32_t)) "Struct_2714*"
1523 union(ptr(TOP),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_999"
1524 ptr(struct(8:ptr(TOP),20:num32_t)) "Struct_2715*"
1525 ptr(struct(12:ptr(TOP),24:num32_t)) "Struct_2716*"
1526 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),struct(0:ptr(ptr(struct(0:ptr(TOP)))),4:ptr(TOP),16:num32_t),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),4:ptr(TOP),16:num32_t))) "Union_836"
1527 ptr(struct(0:ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),4:ptr(TOP),16:num32_t)),8:ptr(TOP),12:ptr(TOP))) "Struct_2407*"
1528 union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),4:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),16:num32_t))) "Union_566"
1529 union(num32_t,ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))) "Union_567"
1530 ptr(ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),4:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),16:num32_t))) "Struct_2061**"
1531 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_255"
1532 union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),20:reg32_t))) "Union_254"
1533 ptr(struct(0:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),4:reg32_t)) "Struct_2062*"
1534 ptr(struct(12:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),24:reg32_t,40:ptr(union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Struct_1880*"
1535 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:reg32_t,4:reg32_t)) "Union_767"
1536 ptr(struct(0:union(struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(16:ptr(TOP),24:ptr(TOP)))))) "Struct_2347*"
1537 union(struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(16:ptr(TOP),24:ptr(TOP)))) "Union_766"
1538 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(reg32_t),4:reg32_t)))) "StructFrag_905*"
1539 ptr(struct(8:ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Struct_1112*"
1540 ptr(struct(0:array(reg8_t,40),40:ptr(reg32_t))) "StructFrag_143*"
1541 ptr(struct(16:reg32_t,40:ptr(struct(0:array(reg8_t,24),24:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,36))))))))) "Struct_1753*"
1542 ptr(struct(16:uint32_t,40:ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Struct_1113*"
1543 ptr(struct(28:reg32_t,40:ptr(TOP))) "Struct_2525*"
1544 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(ptr(num8_t)),ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),ptr(struct(12:num32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:reg64_t,8:ptr(TOP))))),ptr(struct(0:reg32_t,12:reg32_t,28:union(ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,24),24:reg32_t)))))))) "Union_720"
1545 ptr(struct(4:ptr(num8_t),12:code_t,88:ptr(num8_t))) "Struct_1127*"
1546 ptr(struct(0:ptr(TOP),12:ptr(ptr(TOP)),36:ptr(struct(0:ptr(TOP))),44:ptr(struct(0:ptr(TOP),4:ptr(TOP))))) "Struct_73*"
1547 union(uint32_t,int32_t) "Union_627"
1548 ptr(struct(12:reg32_t,16:ptr(num8_t),20:ptr(num8_t))) "Struct_215*"
1549 union(uint32_t,struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_902"
1550 union(num32_t,ptr(num8_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t))) "Union_586"
1551 union(num8_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),uint32_t,ptr(num8_t),struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,12),12:reg32_t)),struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(reg16_t),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(ptr(reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(num32_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:ptr(TOP),4:ptr(num8_t))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4294967284:reg32_t))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(12:reg32_t,16:ptr(struct(0:struct(12:reg32_t,16:ptr(array(reg8_t,20))),16:ptr(TOP))))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(ptr(uint32_t)),ptr(struct(0:ptr(uint32_t),4:reg32_t)),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(0:union(ptr(reg32_t),ptr(uint32_t)),4:reg32_t))) "Union_583"
1552 union(ptr(reg32_t),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,6),6:num8_t)),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))))))),ptr(ptr(TOP))) "Union_634"
1553 union(num8_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),uint32_t,ptr(num8_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(num32_t),4:reg32_t)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t),ptr(struct(0:ptr(TOP),4:ptr(num8_t))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,28),28:reg32_t)))))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP))),struct(12:ptr(struct(4:ptr(struct(0:ptr(reg32_t),4:reg32_t)),8:ptr(struct(0:ptr(reg32_t),4:reg32_t)),28:ptr(struct(0:ptr(reg32_t),4:reg32_t)),32:ptr(struct(0:ptr(reg32_t),4:reg32_t)),36:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),16:ptr(struct(0:ptr(struct(0:reg32_t,32:ptr(TOP))),12:ptr(struct(4:ptr(struct(0:ptr(TOP),4:reg32_t)),8:ptr(struct(0:ptr(TOP),4:reg32_t)),28:ptr(struct(0:ptr(TOP),4:reg32_t)),32:ptr(struct(0:ptr(TOP),4:reg32_t)),36:ptr(ptr(array(reg8_t,536870904))))),16:ptr(struct(0:ptr(TOP),12:ptr(struct(4:ptr(TOP),8:ptr(TOP),28:ptr(TOP),32:ptr(TOP),36:ptr(TOP))),16:ptr(TOP)))))),struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t),struct(0:ptr(struct(0:reg32_t,16:ptr(num8_t),20:ptr(num8_t),4294967284:reg32_t,4294967288:reg32_t,4294967292:reg32_t)),4:reg32_t),ptr(struct(0:union(ptr(num32_t),ptr(uint32_t)),4:reg32_t))) "Union_595"
1554 ptr(struct(156:ptr(TOP),160:reg16_t,162:reg16_t,164:reg32_t)) "Struct_2095*"
1555 ptr(struct(0:ptr(TOP),4:reg16_t,6:reg16_t,8:reg32_t,168:ptr(TOP),172:reg16_t,174:reg16_t,176:reg32_t)) "Struct_2096*"
1556 ptr(ptr(struct(0:array(reg8_t,52),52:code_t))) "StructFrag_64**"
1557 union(ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,48),48:code_t))))),ptr(struct(8:reg32_t,12:ptr(ptr(struct(0:array(reg8_t,48),48:code_t))),20:ptr(struct(0:array(reg8_t,36),36:num32_t)))),ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,48),48:code_t))),20:ptr(struct(4:ptr(TOP),36:reg32_t)))),ptr(struct(8:reg32_t,16:ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:union(ptr(TOP),ptr(TOP)))))))),ptr(struct(8:reg32_t,16:ptr(reg32_t))),ptr(struct(8:reg32_t,16:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))))),ptr(struct(0:reg64_t,8:union(ptr(ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12))))),ptr(ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12))))))))) "Union_648"
1558 union(ptr(num8_t),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(reg32_t),ptr(num32_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(uint32_t),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:reg32_t,4:num8_t)),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),ptr(struct(0:array(reg8_t,48),48:reg32_t)),struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t)),ptr(ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t))),ptr(struct(0:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))),12:reg32_t)),ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))),ptr(struct(28:union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))),32:union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))),36:union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))))),ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t))))),ptr(struct(0:array(reg8_t,12),12:int32_t)),ptr(struct(0:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),8:reg32_t,32:reg32_t)),ptr(struct(28:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))),36:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(num32_t),4:reg32_t)))),ptr(struct(0:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),4:ptr(ptr(reg32_t)),8:ptr(ptr(reg32_t)),16:int32_t,20:num8_t,21:num8_t,22:num8_t,23:num8_t,24:num8_t,25:num8_t,26:num8_t,27:num8_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,32:num8_t,33:num8_t,34:num8_t,35:num8_t)),ptr(int32_t),ptr(struct(4:ptr(ptr(num32_t)),8:ptr(ptr(num32_t)),16:reg32_t)),ptr(struct(8:ptr(num8_t),12:ptr(num8_t),16:reg32_t)),ptr(struct(28:ptr(ptr(reg32_t)),32:ptr(ptr(reg32_t)),36:ptr(ptr(reg32_t)))),ptr(struct(8:ptr(num8_t),12:ptr(num8_t),16:num8_t,19:num8_t,20:num8_t,23:num8_t,24:num8_t,27:num8_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,32:num8_t,34:num8_t,35:num8_t)),ptr(struct(28:ptr(struct(0:ptr(TOP),4:reg32_t)),32:ptr(struct(0:ptr(TOP),4:reg32_t)),36:ptr(struct(0:ptr(TOP),4:reg32_t))))) "Union_792"
1559 union(ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),struct(0:ptr(ptr(struct(0:ptr(TOP)))),8:reg32_t),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),8:reg32_t))) "Union_650"
1560 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(ptr(num32_t)),8:reg32_t)),ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),12:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),20:num8_t)),ptr(struct(4:ptr(ptr(TOP)),8:ptr(TOP),12:num32_t)),ptr(struct(4:ptr(ptr(TOP)),16:num8_t)),ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(28:ptr(struct(0:reg64_t,8:ptr(TOP))),40:ptr(ptr(TOP)))),12:num8_t,20:num8_t,24:num8_t))) "Union_652"
1561 union(ptr(ptr(TOP)),num8_t,ptr(struct(0:ptr(TOP),8:reg32_t)),struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP)),struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(16:reg32_t,36:ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),ptr(struct(0:ptr(TOP),36:ptr(reg32_t)))) "Union_661"
1562 union(code_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(ptr(ptr(TOP))),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(reg32_t),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(struct(0:reg64_t,8:code_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(TOP),8:ptr(TOP)),struct(0:ptr(struct(0:ptr(TOP),8:ptr(TOP))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(0:ptr(TOP),16:reg32_t)),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(24:reg32_t,36:ptr(reg32_t))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_685"
1563 union(code,code_t,ptr(code_t),uint32_t,uint32_t,ptr(num8_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),struct(0:ptr(ptr(code_t)),4:reg32_t),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))) "Union_690"
1564 ptr(struct(0:array(reg8_t,16),16:num32_t)) "StructFrag_83*"
1565 ptr(struct(72:ptr(TOP),76:reg32_t)) "Struct_173*"
377 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:union(ptr(num32_t),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),4:ptr(struct(0:array(reg8_t,32),32:reg32_t)),8:union(ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(12:ptr(TOP),16:ptr(reg32_t),28:reg32_t,32:ptr(TOP),40:ptr(TOP),52:ptr(TOP)))),16:struct(0:reg32_t,8:reg32_t,16:num32_t,32:reg32_t,4294967292:reg32_t))))) "StructFrag_519*"
1566 ptr(struct(0:union(ptr(num32_t),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),4:ptr(struct(0:array(reg8_t,32),32:reg32_t)),8:union(ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(12:ptr(TOP),16:ptr(reg32_t),28:reg32_t,32:ptr(TOP),40:ptr(TOP),52:ptr(TOP)))),16:struct(0:reg32_t,8:reg32_t,16:num32_t,32:reg32_t,4294967292:reg32_t))) "Struct_1536*"
1567 ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),32:reg32_t)) "Struct_1334*"
1568 ptr(array(reg8_t,22)) "unknown_176*"
1569 ptr(struct(0:ptr(struct(4:ptr(struct(4:ptr(TOP),8:reg32_t,12:code_t,16:ptr(array(reg8_t,20)),20:ptr(array(reg8_t,32)),24:ptr(array(reg8_t,16)))),8:reg32_t,12:code_t,16:ptr(array(reg8_t,20)),20:ptr(array(reg8_t,32)),24:ptr(array(reg8_t,16)))),8:reg32_t,16:ptr(array(reg8_t,20)),20:ptr(array(reg8_t,32)),24:ptr(array(reg8_t,16)))) "Struct_2325*"
1570 ptr(struct(4:ptr(TOP),8:reg32_t,12:code_t,16:ptr(array(reg8_t,20)),20:ptr(array(reg8_t,32)),24:ptr(array(reg8_t,16)))) "Struct_1041*"
1571 union(code,code_t,num8_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(ptr(ptr(TOP))),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(TOP),4:reg32_t),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:num8_t))),1:num8_t,5:num8_t,12:reg32_t)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t)) "Union_697"
1572 union(code,ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),4:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),12:ptr(num8_t))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_701"
1573 union(code,ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),4:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t))),12:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_703"
1574 union(code,ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),4:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_705"
1575 union(ptr(num8_t),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,48),48:ptr(TOP))),ptr(struct(0:reg32_t,4:num8_t))) "Union_711"
1576 union(ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,24),24:reg32_t)),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t))) "Union_718"
1577 ptr(struct(8:code_t,12:num32_t,16:reg32_t)) "Struct_2564*"
1578 ptr(struct(8:code_t,12:num32_t)) "Struct_2565*"
1579 union(code,ptr(struct(0:reg64_t,8:reg32_t)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(reg64_t),4:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_742"
1580 union(code,code_t,num8_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(ptr(code_t)),4:reg32_t),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct()),ptr(struct(0:reg32_t,8:reg32_t,16:union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,16:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))),28:reg32_t)),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP)))))),28:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)))))),ptr(struct(0:reg32_t,8:reg32_t,16:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_948"
1581 ptr(struct(4:reg32_t,8:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)))))) "Struct_1821*"
1582 union(ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct(4:reg32_t,8:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))))) "Union_430"
1583 union(num8_t,ptr(reg32_t),struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP)))) "Union_945"
1584 union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:ptr(reg32_t))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:array(reg8_t,28),28:reg32_t))))) "Union_752"
1585 ptr(struct(0:ptr(TOP),4:ptr(reg32_t))) "Struct_308*"
927 union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))) "Union_721"
1586 union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:reg32_t,4:reg32_t,8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),16:reg32_t,24:reg32_t)),ptr(struct(0:reg64_t,8:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(TOP))))))) "Union_734"
1587 union(code,code_t,ptr(code_t),ptr(num8_t),ptr(uint32_t),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),ptr(struct(0:array(reg8_t,48),48:reg32_t)),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),ptr(struct(12:reg32_t,16:ptr(num8_t))),ptr(struct(4:union(ptr(ptr(reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t))),8:reg32_t)),ptr(struct(0:array(reg8_t,24),24:union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))))),ptr(struct(0:array(reg8_t,40),40:num32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),4:reg32_t))) "Union_795"
1588 union(ptr(ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t)))),ptr(ptr(struct(0:ptr(TOP),4:reg32_t,12:ptr(reg32_t)))),ptr(ptr(struct(0:ptr(TOP),12:reg32_t)))) "Union_796"
1589 union(num32_t,ptr(num32_t),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))) "Union_797"
1590 ptr(struct(4:reg32_t,8:union(code_t,ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))),ptr(struct(4:code_t,8:reg32_t,12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(reg32_t))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(array(reg8_t,28)))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:array(reg8_t,28),28:reg32_t)))),ptr(struct(0:ptr(struct(0:reg64_t,8:code_t)),16:code_t))))) "Struct_2342*"
1591 union(code_t,ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))),ptr(struct(4:code_t,8:reg32_t,12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(reg32_t))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:array(reg8_t,28),28:reg32_t)))),ptr(struct(0:ptr(struct(0:reg64_t,8:code_t)),16:code_t))) "Union_754"
1592 union(code_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(ptr(ptr(TOP))),ptr(struct(0:ptr(TOP),8:reg32_t)),struct(16:ptr(num8_t),20:ptr(num8_t)),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(TOP),8:ptr(TOP)),struct(0:ptr(struct(0:ptr(TOP),8:ptr(TOP))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(0:ptr(TOP),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_771"
1593 union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(uint32_t),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))))),ptr(struct(0:array(reg8_t,44),44:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(ptr(reg32_t)),8:reg32_t))))),ptr(struct(0:array(reg8_t,12),12:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:ptr(ptr(reg64_t)))))),ptr(struct(0:reg32_t,12:ptr(ptr(TOP)),4294967288:reg32_t,4294967292:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))) "Union_772"
1594 union(ptr(num32_t),uint32_t,ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))) "Union_788"
1595 ptr(struct(0:array(reg8_t,20),20:code_t)) "StructFrag_181*"
1596 union(ptr(ptr(TOP)),ptr(reg32_t),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_790"
1597 union(code,code_t,ptr(code_t),num32_t,ptr(num8_t),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(reg32_t),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,12),12:reg32_t)),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:num8_t)),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),ptr(struct(0:array(reg8_t,48),48:reg32_t)),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(num8_t)))),struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t)),ptr(ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),ptr(struct(0:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))),12:reg32_t)),ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))),ptr(struct(28:union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))),32:union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))),36:union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))))),ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t))))),ptr(struct(0:array(reg8_t,12),12:int32_t)),ptr(struct(12:reg32_t,16:ptr(num8_t))),ptr(ptr(struct(0:ptr(TOP),4:reg32_t,12:ptr(reg32_t)))),ptr(struct(4:union(ptr(ptr(reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t))),8:reg32_t)),ptr(struct(0:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),8:reg32_t,32:reg32_t)),ptr(struct(0:array(reg8_t,24),24:union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))))),ptr(struct(28:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))),36:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(num32_t),4:reg32_t)))),ptr(struct(0:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),4:ptr(ptr(reg32_t)),8:ptr(ptr(reg32_t)),16:int32_t,20:num8_t,21:num8_t,22:num8_t,23:num8_t,24:num8_t,25:num8_t,26:num8_t,27:num8_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,32:num8_t,33:num8_t,34:num8_t,35:num8_t)),ptr(struct(4:ptr(ptr(num32_t)),8:ptr(ptr(num32_t)),16:reg32_t)),ptr(struct(8:ptr(num8_t),12:ptr(num8_t),16:reg32_t)),ptr(struct(28:ptr(ptr(reg32_t)),32:ptr(ptr(reg32_t)),36:ptr(ptr(reg32_t)))),ptr(struct(8:ptr(num8_t),12:ptr(num8_t),16:num8_t,19:num8_t,20:num8_t,23:num8_t,24:num8_t,27:num8_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,32:num8_t,34:num8_t,35:num8_t)),ptr(ptr(struct(0:ptr(TOP),12:reg32_t))),ptr(struct(0:array(reg8_t,40),40:num32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),4:reg32_t)),ptr(struct(28:ptr(struct(0:ptr(TOP),4:reg32_t)),32:ptr(struct(0:ptr(TOP),4:reg32_t)),36:ptr(struct(0:ptr(TOP),4:reg32_t))))) "Union_800"
1598 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:ptr(ptr(reg64_t))))))) "Union_427"
310 ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(TOP)))))))) "StructFrag_604*"
1599 union(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))) "Union_212"
1600 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(reg32_t),ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))),ptr(struct(0:struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t))),ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(reg32_t),20:reg32_t,24:ptr(TOP)),4:union(uint32_t,ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))))))),ptr(struct(0:reg32_t,4:struct(0:ptr(ptr(TOP)),4:ptr(TOP)))),ptr(struct(0:struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),4:union(ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:ptr(struct(0:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:reg8_t))),1:num8_t,5:num8_t,12:reg32_t)),4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(0:ptr(struct(12:reg32_t,16:ptr(TOP))),4:union(ptr(reg32_t),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(TOP),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP)))))),ptr(struct(0:struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),24:ptr(struct(12:reg32_t,16:ptr(TOP)))),4:union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)))))),ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP)))))))),ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))))),ptr(struct(0:ptr(num8_t),4:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t))))),ptr(struct(0:union(code,struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),struct(0:ptr(reg64_t),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))))) "Union_830"
1601 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_817"
1602 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(0:ptr(struct(12:reg32_t,16:ptr(TOP))),4:union(ptr(reg32_t),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(TOP),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP)))))),ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP)))))))),ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))))))) "Union_820"
1603 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(reg32_t),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:reg32_t,4:struct(0:ptr(ptr(TOP)),4:ptr(TOP)))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP)))))))),ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))))))) "Union_822"
1604 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(reg32_t),ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))),ptr(struct(0:struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t))),ptr(struct(0:reg32_t,4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(reg32_t),20:reg32_t,24:ptr(TOP)),4:union(uint32_t,ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))))))),ptr(struct(0:struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),4:union(ptr(ptr(num32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:ptr(struct(0:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,5),5:reg8_t))),1:num8_t,5:num8_t,12:reg32_t)),4:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))))),ptr(struct(0:struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),24:ptr(struct(12:reg32_t,16:ptr(TOP)))),4:union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)))))),ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP)))))))),ptr(struct(0:reg32_t,4:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))))),ptr(struct(0:ptr(num8_t),4:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)))))) "Union_825"
1605 union(ptr(reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))))) "Union_827"
1606 union(ptr(reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:union(code,struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),struct(0:ptr(reg64_t),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))))))) "Union_829"
1607 ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t,8:reg32_t)) "Struct_234*"
1608 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(ptr(num32_t))) "Union_841"
1609 union(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),uint32_t,ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(reg32_t),ptr(num32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(uint32_t),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(num32_t),4:reg32_t)),struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(ptr(uint32_t)),ptr(struct(0:ptr(uint32_t),4:reg32_t))) "Union_383"
1610 ptr(ptr(struct(28:ptr(TOP),32:ptr(struct(0:array(reg8_t,28),28:reg32_t))))) "Struct_1784**"
1611 ptr(struct(0:ptr(struct(0:reg32_t,4:ptr(TOP))),4:ptr(struct(0:ptr(TOP),8:reg32_t)),8:reg32_t,12:ptr(struct(0:ptr(TOP),8:reg32_t)),20:reg32_t)) "Struct_2411*"
1612 union(ptr(struct(0:ptr(struct(0:array(reg8_t,24),24:reg32_t)),4:ptr(struct(0:array(reg8_t,24),24:reg32_t)),8:ptr(TOP),20:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,24),24:reg32_t)),4:ptr(struct(0:array(reg8_t,24),24:reg32_t)),8:ptr(struct(0:ptr(struct(0:array(reg8_t,24),24:reg32_t)),4:ptr(struct(0:array(reg8_t,24),24:reg32_t)),8:ptr(TOP),20:reg32_t)),20:reg32_t,24:reg32_t))) "Union_847"
1613 union(struct(0:ptr(TOP)),struct(0:reg32_t,8:ptr(array(reg8_t,12)))) "Union_848"
1614 ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:ptr(struct(0:array(reg8_t,28),28:reg32_t)),4:ptr(struct(0:array(reg8_t,28),28:reg32_t)),8:ptr(TOP),28:reg32_t))))) "StructFrag_103**"
1615 ptr(struct(0:ptr(struct(0:array(reg8_t,28),28:reg32_t)),4:ptr(struct(0:array(reg8_t,28),28:reg32_t)),28:reg32_t)) "Struct_2413*"
1616 ptr(struct(0:reg32_t,4:num32_t)) "StructFrag_380*"
1617 ptr(struct(0:reg32_t,8:reg32_t,16:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))) "Struct_1564*"
1618 ptr(struct(0:array(reg8_t,96),96:reg32_t)) "StructFrag_685*"
1619 ptr(struct(0:ptr(array(reg8_t,44)),8:ptr(struct(0:ptr(TOP),8:reg32_t)),12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t)) "Struct_2279*"
1620 ptr(struct(0:ptr(ptr(num8_t)),4:union(ptr(ptr(TOP)),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),8:reg32_t,12:reg32_t)) "Struct_2152*"
1621 ptr(struct(0:ptr(array(reg8_t,44)),4:union(ptr(ptr(TOP)),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),8:ptr(TOP),12:ptr(TOP),16:ptr(TOP),20:ptr(TOP))) "Struct_2155*"
1622 ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:reg32_t)))) "StructFrag_806*"
1623 ptr(ptr(array(reg8_t,28))) "unknown_224**"
1624 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(4:ptr(ptr(num32_t)),8:reg32_t))) "Union_234"
1625 ptr(struct(0:array(reg8_t,44),44:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(ptr(reg32_t)),8:reg32_t))))) "StructFrag_528*"
1626 ptr(struct(4:ptr(num8_t),20:code_t)) "Struct_507*"
1627 ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),12:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),20:num8_t)) "Struct_1928*"
1628 ptr(struct(0:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),4:ptr(ptr(reg32_t)),8:ptr(ptr(reg32_t)),16:int32_t,20:num8_t,21:num8_t,22:num8_t,23:num8_t,24:num8_t,25:num8_t,26:num8_t,27:num8_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,32:num8_t,33:num8_t,34:num8_t,35:num8_t)) "Struct_1933*"
1629 ptr(struct(0:array(reg8_t,12),12:int32_t)) "StructFrag_539*"
775 ptr(struct(0:ptr(struct(4:union(code,ptr(TOP),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),16:union(code,ptr(TOP),struct(0:ptr(ptr(ptr(TOP))),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t)) "Struct_2183*"
1630 ptr(struct(4:union(code,ptr(TOP),struct(0:ptr(ptr(code_t)),4:reg32_t)),16:union(code,ptr(TOP),struct(0:ptr(ptr(code_t)),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))) "Struct_2187*"
1631 ptr(struct(4:ptr(ptr(num32_t)),8:ptr(ptr(num32_t)),16:reg32_t)) "Struct_1999*"
111 num64_t "__time64_t"
1632 ptr(struct(0:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:union(code,struct(0:ptr(ptr(TOP)),4:reg32_t)),12:reg32_t,16:union(code,struct(0:ptr(ptr(TOP)),4:reg32_t)),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),40:union(code_t,ptr(code_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t,8:reg32_t)))))),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:reg32_t,36:reg32_t,40:reg32_t)) "Struct_2192*"
1633 union(ptr(num32_t),ptr(uint32_t)) "Union_166"
1634 ptr(struct(0:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))),12:reg32_t)) "Struct_1349*"
1635 ptr(struct(4:ptr(ptr(TOP)),8:ptr(TOP),12:num32_t)) "Struct_547*"
1636 ptr(struct(12:reg32_t,16:ptr(num8_t))) "Struct_1590*"
1637 ptr(struct(0:array(reg8_t,16),16:ptr(ptr(struct(0:ptr(TOP)))))) "StructFrag_798*"
1638 union(ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),ptr(struct(0:array(reg8_t,12),12:ptr(num8_t)))) "Union_359"
1639 ptr(struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:reg64_t,8:reg32_t)))) "Struct_566*"
1640 union(ptr(reg32_t),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))),28:reg32_t)),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP)))))),28:reg32_t))) "Union_662"
1641 ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,28),28:reg32_t)))) "StructFrag_81*"
840 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,28)))))),16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,40),40:union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,28))))))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_1768*"
840 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,28)))))),16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,40),40:union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)),ptr(array(reg8_t,28))))))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_1767*"
1642 ptr(struct(0:array(reg8_t,40),40:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))))) "StructFrag_582*"
1643 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))),28:reg32_t)) "Struct_1766*"
846 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(TOP)))))),16:ptr(struct(0:array(reg8_t,32),32:ptr(union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)))))),24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_1777*"
1644 ptr(struct(0:array(reg8_t,40),40:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20))))))))) "StructFrag_590*"
842 ptr(union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))) "Union_393[]"
1645 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20))))))),28:reg32_t)) "Struct_1772*"
1646 ptr(struct(0:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),8:reg32_t,32:reg32_t)) "Struct_1726*"
1647 ptr(struct(4:ptr(ptr(TOP)),16:num8_t)) "Struct_601*"
1648 ptr(ptr(struct(0:ptr(TOP),4:reg32_t,12:ptr(reg32_t)))) "Struct_1600**"
1649 union(struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:ptr(TOP),4:reg32_t)))) "Union_905"
260 ptr(struct(0:ptr(TOP),4:reg32_t)) "Struct_193*"
1650 union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t))) "Union_707"
877 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))))) "Struct_2350*"
1651 ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))) "Struct_2349*"
878 ptr(struct(0:ptr(ptr(num8_t)),4:reg32_t,8:reg32_t,12:ptr(struct(4:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))),8:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))),16:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))),28:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))))))) "Struct_2355*"
1652 ptr(struct(4:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))),8:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))),16:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))),28:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(ptr(reg32_t))))) "Struct_2354*"
881 ptr(struct(0:ptr(ptr(num8_t)),4:reg32_t,8:reg32_t,12:ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:struct(0:reg32_t,4:reg32_t))))) "Struct_2357*"
892 ptr(struct(0:array(reg8_t,44),44:ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(28:ptr(array(reg8_t,12)),40:ptr(ptr(TOP)))),12:num8_t,20:num8_t,24:num8_t)))) "StructFrag_638*"
1653 ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(28:ptr(struct(0:reg64_t,8:ptr(TOP))),40:ptr(ptr(TOP)))),12:num8_t,20:num8_t,24:num8_t)) "Struct_1942*"
1654 ptr(struct(8:ptr(num8_t),12:ptr(num8_t),16:num8_t,19:num8_t,20:num8_t,23:num8_t,24:num8_t,27:num8_t,28:num8_t,29:num8_t,30:num8_t,31:num8_t,32:num8_t,34:num8_t,35:num8_t)) "Struct_2275*"
1655 ptr(struct(8:ptr(num8_t),12:ptr(num8_t),16:reg32_t)) "Struct_2010*"
1656 ptr(ptr(struct(0:ptr(TOP),12:reg32_t))) "Struct_431**"
1657 struct(0:ptr(reg32_t),4:reg32_t) "Struct_122"
931 ptr(struct(0:ptr(ptr(num8_t)),4:union(ptr(reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t))),8:union(ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))),12:union(ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))),16:union(ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),8:ptr(num8_t)))),20:ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),40:union(code_t,ptr(code_t),ptr(struct(0:ptr(ptr(TOP)),4:reg32_t)),ptr(struct(0:ptr(reg64_t),4:reg32_t,8:reg32_t))))))) "Struct_2361*"
1658 ptr(ptr(ptr(num8_t))) "char***"
1659 union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)))))) "Union_240"
969 ptr(struct(8:reg32_t,16:ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:union(ptr(array(reg8_t,12)),ptr(array(reg8_t,12))))))))) "Struct_2077*"
1660 ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:union(ptr(struct(0:reg64_t,8:ptr(reg8_t))),ptr(struct(0:ptr(TOP),8:ptr(reg8_t)))))))) "StructFrag_674*"
1661 ptr(struct(0:ptr(ptr(num8_t)),4:reg32_t,8:reg32_t,12:reg32_t)) "Struct_2431*"
1662 ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32))))))))) "StructFrag_457*"
1663 ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,36))))))),20:ptr(struct(0:array(reg8_t,32),32:reg32_t)))) "Struct_1361*"
1664 ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),12:reg32_t,20:ptr(struct(0:array(reg8_t,32),32:reg32_t)))) "Struct_2372*"
1665 union(ptr(struct(4:ptr(struct(0:ptr(reg32_t),4:reg32_t)),8:ptr(struct(0:ptr(reg32_t),4:reg32_t)),28:ptr(struct(0:ptr(reg32_t),4:reg32_t)),32:ptr(struct(0:ptr(reg32_t),4:reg32_t)),36:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),ptr(struct(4:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),8:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t)),28:ptr(struct(0:ptr(reg32_t),4:reg32_t)),32:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),36:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)))))) "Union_465"
1666 ptr(struct(4:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(struct(0:ptr(num32_t),4:reg32_t))),8:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(struct(0:ptr(num32_t),4:reg32_t))),16:union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(num32_t),ptr(uint32_t),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),32:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(struct(0:ptr(num32_t),4:reg32_t))),36:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(struct(0:ptr(num32_t),4:reg32_t))))) "Struct_1904*"
1667 ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),4:reg32_t)) "Struct_2375*"
1668 ptr(struct(28:ptr(struct(0:ptr(TOP),4:reg32_t)),32:ptr(struct(0:ptr(TOP),4:reg32_t)),36:ptr(struct(0:ptr(TOP),4:reg32_t)))) "Struct_2374*"
1669 ptr(struct(28:union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))),32:union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))),36:union(ptr(ptr(TOP)),ptr(struct(0:ptr(TOP),4:reg32_t))))) "Struct_1364*"
1670 ptr(struct(28:ptr(ptr(reg32_t)),32:ptr(ptr(reg32_t)),36:ptr(ptr(reg32_t)))) "Struct_2120*"
1671 ptr(struct(0:reg64_t,8:ptr(ptr(ptr(TOP))))) "StructFrag_261*"
1672 ptr(struct(28:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))),36:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)))))) "Struct_1917*"
1673 ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(num32_t),4:reg32_t)))) "StructFrag_630*"
1674 ptr(struct(0:reg32_t,4:ptr(ptr(num32_t)),8:ptr(ptr(num32_t)),12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t)) "Struct_2138*"
1675 union(ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:array(reg8_t,28),28:reg32_t))))) "Union_735"
1676 ptr(struct(0:ptr(ptr(num8_t)),4:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_2519*"
1677 ptr(struct(8:reg32_t,16:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))))) "Struct_2198*"
1678 ptr(struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))) "Struct_766*"
1679 ptr(ptr(array(reg8_t,24))) "unknown_192**"
1680 ptr(struct(0:ptr(struct(0:array(reg8_t,28),28:num32_t)),4:num8_t,8:num8_t,10:num8_t,11:num8_t,16:ptr(num8_t),20:num8_t,22:num8_t)) "Struct_783*"
1681 ptr(struct(0:ptr(array(reg8_t,24)),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t,32:uint32_t,36:reg32_t,40:reg32_t)) "Struct_2435*"
1682 union(ptr(reg32_t),ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t))) "Union_776"
1683 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))))) "Union_778"
1103 ptr(struct(0:reg32_t,4:ptr(struct(8:reg32_t,12:ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))),20:ptr(struct(0:array(reg8_t,36),36:num32_t)))))) "Struct_1384*"
1684 ptr(struct(0:ptr(array(reg8_t,28)),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t)) "Struct_2433*"
1685 union(ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t))) "Union_853"
1686 ptr(struct(4:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),24:num32_t)) "Struct_2437*"
1687 ptr(struct(8:ptr(reg32_t),28:ptr(reg32_t))) "Struct_2549*"
1688 union(ptr(struct(0:ptr(TOP),4:union(ptr(num8_t),ptr(struct(0:reg16_t,2:num8_t))))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:union(ptr(num8_t),ptr(struct(0:reg16_t,2:reg8_t))))),4:union(ptr(num8_t),ptr(struct(0:reg16_t,2:num8_t)))))) "Union_35"
1689 ptr(union(struct(0:ptr(TOP),4:reg32_t),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t))) "Union_36*"
1690 ptr(struct(4:ptr(struct(0:ptr(reg32_t),4:ptr(num8_t))),80:reg32_t)) "Struct_2533*"
1140 ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:reg32_t)) "Struct_1639*"
1691 ptr(struct(8:union(num32_t,ptr(struct(0:reg32_t,4:ptr(num8_t)))),12:ptr(num8_t),20:reg32_t)) "Struct_2536*"
1692 ptr(struct(0:reg32_t,4:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:reg32_t)),36:ptr(TOP))) "Struct_1674*"
1693 ptr(struct(0:array(reg8_t,80),80:reg32_t)) "StructFrag_8*"
1694 ptr(struct(0:ptr(TOP),4:reg32_t,12:reg32_t)) "Struct_1669*"
1695 ptr(struct(0:array(reg8_t,44),44:ptr(struct(0:ptr(TOP),8:reg32_t)))) "StructFrag_545*"
1696 ptr(struct(12:code_t,20:code_t)) "Struct_1651*"
1697 ptr(struct(0:num8_t,4:union(ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:reg32_t))),8:union(num8_t,struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:reg8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:reg16_t)) "Struct_1306*"
1698 union(ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))) "Union_132"
1699 union(code,ptr(TOP),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),struct(0:ptr(TOP),4:ptr(reg64_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),struct(0:ptr(reg64_t),4:reg32_t)) "Union_119"
1700 union(ptr(TOP),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Union_126"
1345 ptr(struct()) "Struct_1255*"
1701 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(struct(0:array(reg8_t,16),16:reg32_t))) "Union_48"
1702 ptr(struct(4:struct(0:num8_t,4:reg32_t,8:reg32_t),16:struct(0:num8_t,4:reg32_t,8:reg32_t),28:union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),ptr(struct(0:array(reg8_t,36),36:union(ptr(num8_t),ptr(reg32_t))))))) "Struct_2283*"
1703 ptr(struct(4:struct(0:reg32_t,4:reg32_t),16:struct(0:reg32_t,4:reg32_t),28:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))))) "Struct_1689*"
1704 ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "StructFrag_303*"
1705 ptr(struct(8:union(ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),ptr(ptr(struct(4:ptr(array(reg8_t,12)),12:ptr(TOP))))),16:ptr(ptr(struct(0:array(reg8_t,52),52:code_t))))) "Struct_1683*"
1706 ptr(struct(0:reg32_t,8:reg32_t,16:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))) "Struct_1846*"
1707 ptr(struct(0:reg32_t,8:reg32_t,16:union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))) "Struct_1286*"
1708 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,92),92:uint32_t))),24:union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))))))) "Struct_1280*"
1709 ptr(struct(0:array(reg8_t,104),104:reg32_t)) "StructFrag_797*"
1284 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:array(reg8_t,116),116:num32_t)))) "StructFrag_484*"
1290 ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:array(reg8_t,52),52:num32_t)))) "StructFrag_488*"
1710 ptr(struct(0:array(reg8_t,52),52:num32_t)) "StructFrag_487*"
1711 ptr(struct(0:ptr(num8_t),4:ptr(num8_t),64:reg32_t,68:num32_t)) "Struct_2360*"
1712 union(ptr(ptr(num8_t)),ptr(struct(0:ptr(num8_t),4:ptr(num8_t),64:reg32_t,68:num32_t))) "Union_779"
1713 ptr(struct(0:array(reg8_t,64),64:reg32_t)) "StructFrag_676*"
1714 ptr(struct(0:array(reg8_t,32),32:code_t)) "StructFrag_654*"
1715 ptr(struct(0:ptr(ptr(ptr(TOP))),4:ptr(struct(0:ptr(uint32_t),4:reg32_t)),8:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t))),12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t)) "Struct_2014*"
357 ptr(struct(0:ptr(TOP),4:ptr(TOP))) "Struct_55*"
1716 union(code,code_t,ptr(code_t),ptr(num8_t),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),struct(0:ptr(code_t),4:reg32_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(ptr(code_t)),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))),ptr(struct(0:reg32_t,4:ptr(reg32_t))),ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))))),struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t),ptr(struct(0:ptr(struct(0:ptr(code_t),4:reg32_t)),4:reg32_t,8:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t)),struct(0:ptr(reg32_t),4:reg32_t),ptr(struct(0:ptr(reg32_t),4:reg32_t)),ptr(ptr(struct(0:ptr(reg32_t),4:reg32_t))),ptr(struct(0:reg32_t,4:code_t)),ptr(ptr(ptr(ptr(ptr(ptr(TOP)))))),struct(0:ptr(TOP),8:ptr(num8_t)),ptr(struct(0:ptr(TOP),8:ptr(num8_t))),ptr(struct(0:array(reg8_t,24),24:ptr(TOP))),ptr(struct(0:array(reg8_t,24),24:union(ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))))),ptr(struct(0:array(reg8_t,40),40:num32_t))) "Union_857"
1717 union(ptr(struct(0:ptr(TOP),48:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),48:reg32_t)),48:reg32_t))) "Union_859"
1718 ptr(struct(12:uint32_t,36:code_t)) "Struct_1709*"
1719 union(ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t))) "Union_577"
1720 ptr(struct(24:uint32_t,40:code_t)) "Struct_2558*"
1721 ptr(struct(0:array(reg8_t,48),48:code_t)) "StructFrag_238*"
1722 ptr(struct(24:uint32_t,44:code_t)) "Struct_2208*"
1723 ptr(struct(20:uint32_t,52:code_t,56:code_t)) "Struct_2209*"
1724 ptr(struct(28:uint32_t,60:code_t)) "Struct_2559*"
1725 ptr(struct(0:ptr(TOP),36:ptr(reg32_t))) "Struct_910*"
1334 ptr(struct(0:reg32_t,4:ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))),20:ptr(struct(4:ptr(TOP),36:reg32_t)))))) "Struct_2018*"
1726 ptr(struct(0:reg32_t,4:ptr(reg32_t),8:reg32_t)) "Struct_1438*"
1727 ptr(struct(0:ptr(TOP),1012:num32_t)) "Struct_2218*"
1728 union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(reg32_t)) "Union_179"
1395 ptr(struct(4:ptr(struct(0:array(reg8_t,12),12:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),8:ptr(struct(36:reg32_t,40:ptr(TOP))),12:reg32_t,16:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:ptr(struct(4:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),8:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))))) "Struct_1410*"
1729 ptr(struct(4:ptr(array(reg8_t,5484)),8:num8_t,9:num8_t,10:num8_t,11:num8_t,12:uint32_t)) "Struct_2065*"
1730 ptr(array(reg8_t,5484)) "unknown_43872*"
1731 ptr(struct(4:num8_t,7:num8_t,8:ptr(TOP),12:ptr(struct(0:array(reg8_t,12),12:num32_t)))) "Struct_1014*"
191 ptr(struct(4:code_t,8:reg32_t)) "Struct_2070*"
1732 ptr(struct(32:code_t,36:code_t,92:union(ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))))) "Struct_1969*"
1733 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(32:code_t,36:code_t,92:union(ptr(reg8_t),ptr(array(reg8_t,7)))))))) "StructFrag_650*"
1734 ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,36),36:code_t))),16:ptr(reg32_t))) "Struct_1976*"
149 ptr(int32_t) "signed int[]"
1735 struct(0:reg32_t,112:reg32_t) "Struct_2618"
1736 union(ptr(ptr(TOP)),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(array(reg8_t,0)),8:struct(0:ptr(struct(0:ptr(TOP),4:ptr(TOP))),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t))) "Union_923"
1737 ptr(array(reg8_t,260)) "unknown_2080*"
9 num32_t "errno_t"
1 code_t "(void -?-> dword)*"
1738 ptr(struct(0:array(reg8_t,24),24:uint32_t)) "StructFrag_496*"
1739 ptr(struct(0:array(reg8_t,44),44:union(ptr(num8_t),num32_t))) "StructFrag_854*"
1740 ptr(struct(0:array(reg8_t,104),104:ptr(num32_t))) "StructFrag_873*"
1741 union(ptr(reg32_t),ptr(struct(0:array(reg8_t,172),172:uint32_t)),struct(0:reg32_t,112:reg32_t)) "Union_964"
1742 union(num32_t,ptr(reg32_t),ptr(struct(0:array(reg8_t,112),112:reg32_t)),ptr(struct(464:uint32_t,468:reg32_t)),ptr(struct(160:ptr(num8_t),164:uint32_t,176:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(156:ptr(num8_t),160:ptr(num8_t),164:uint32_t,168:uint32_t,172:reg32_t,176:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(156:ptr(num8_t),164:uint32_t,172:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(0:array(reg8_t,124),124:code_t)),ptr(struct(0:array(reg8_t,120),120:code_t)),ptr(struct(0:array(reg8_t,104),104:union(num32_t,ptr(num32_t),ptr(struct(0:num32_t,4:reg32_t,8:reg32_t,12:reg32_t))))),ptr(struct(0:array(reg8_t,108),108:reg32_t)),ptr(struct(0:array(reg8_t,104),104:ptr(num32_t))),ptr(struct(0:array(reg8_t,108),108:ptr(struct(0:array(reg8_t,172),172:uint32_t)))),ptr(struct(0:array(reg8_t,108),108:ptr(reg32_t))),ptr(struct(0:array(reg8_t,192),192:reg32_t))) "Union_965"
1743 ptr(struct(464:uint32_t,468:reg32_t)) "Struct_2570*"
1744 ptr(struct(0:uint32_t,4:reg32_t)) "Struct_2571*"
1745 ptr(ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(array(reg8_t,0)),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t))) "_RTL_CRITICAL_SECTION**"
1746 union(num32_t,ptr(num32_t),ptr(TOP),ptr(TOP),ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,112),112:reg32_t)),ptr(ptr(num8_t)),ptr(struct(464:uint32_t,468:reg32_t)),ptr(struct(160:ptr(num8_t),164:uint32_t,176:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(156:ptr(num8_t),160:ptr(num8_t),164:uint32_t,168:uint32_t,172:reg32_t,176:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(156:ptr(num8_t),164:uint32_t,172:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(0:array(reg8_t,124),124:code_t)),ptr(struct(0:array(reg8_t,120),120:code_t)),ptr(struct(92:ptr(struct(0:array(reg8_t,16),16:union(code_t,ptr(TOP)))),96:reg32_t,100:reg32_t)),ptr(ptr(struct())),ptr(struct(0:array(reg8_t,104),104:union(num32_t,ptr(num32_t),ptr(struct(0:num32_t,4:reg32_t,8:reg32_t,12:reg32_t))))),ptr(struct(0:array(reg8_t,108),108:reg32_t)),ptr(struct(0:array(reg8_t,104),104:ptr(num32_t))),ptr(struct(0:array(reg8_t,108),108:ptr(struct(0:array(reg8_t,172),172:uint32_t)))),ptr(struct(0:array(reg8_t,108),108:ptr(reg32_t))),ptr(struct(0:array(reg8_t,192),192:reg32_t)),ptr(struct(0:array(reg8_t,92),92:ptr(struct(4:code_t,8:reg32_t)))),ptr(struct(0:array(reg8_t,24),24:uint32_t)),ptr(struct(92:ptr(struct(0:reg32_t,4:reg32_t,8:code_t)),96:reg32_t,100:reg32_t))) "Union_975"
1747 ptr(union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),uint32_t,uint32_t)) "Union_916*"
1748 ptr(struct(0:reg32_t,4:union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),uint32_t,uint32_t))) "Struct_2550*"
1749 ptr(struct(0:ptr(struct(0:union(ptr(num8_t),ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))),uint32_t,uint32_t),4:union(ptr(num8_t),ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))),uint32_t,uint32_t),4294967292:union(ptr(num8_t),ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))),uint32_t,uint32_t))),4294967292:reg32_t)) "Struct_2552*"
1750 ptr(struct(0:array(reg8_t,192),192:reg32_t)) "StructFrag_876*"
1751 ptr(struct(0:array(reg8_t,92),92:ptr(struct(4:code_t,8:reg32_t)))) "StructFrag_879*"
187 ptr(struct(92:ptr(struct(0:array(reg8_t,16),16:union(code_t,ptr(TOP)))),96:reg32_t,100:reg32_t)) "Struct_2585*"
1752 ptr(struct(0:array(reg8_t,120),120:code_t)) "StructFrag_848*"
1753 ptr(struct(0:array(reg8_t,124),124:code_t)) "StructFrag_847*"
1754 ptr(reg64_t) "qword*"
1755 ptr(struct(0:array(reg8_t,36),36:uint32_t)) "StructFrag_460*"
1756 union(num32_t,ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(uint8_t),28:reg32_t))) "Union_872"
1757 ptr(struct(0:array(reg8_t,108),108:reg32_t)) "StructFrag_867*"
1758 ptr(struct(92:ptr(struct(0:reg32_t,4:reg32_t,8:code_t)),96:reg32_t,100:reg32_t)) "Struct_2656*"
1759 ptr(struct(0:reg32_t,4:reg32_t,8:code_t)) "Struct_2657*"
1760 ptr(struct(0:ptr(num8_t),4:ptr(num8_t),8:ptr(num8_t),12:ptr(num8_t),16:ptr(num8_t),20:ptr(num8_t),24:ptr(num8_t),28:ptr(num8_t),32:ptr(num8_t),36:ptr(num8_t),40:num8_t,41:num8_t,42:num8_t,43:num8_t,44:num8_t,45:num8_t,46:num8_t,47:num8_t)) "lconv*"
1761 ptr(struct(0:array(reg8_t,108),108:ptr(struct(0:array(reg8_t,172),172:uint32_t)))) "StructFrag_874*"
1762 ptr(struct(0:array(reg8_t,108),108:ptr(reg32_t))) "StructFrag_875*"
1763 ptr(struct(160:ptr(num8_t),164:uint32_t,176:reg32_t,180:reg32_t,184:reg32_t)) "Struct_2579*"
1764 ptr(struct(156:ptr(num8_t),160:ptr(num8_t),164:uint32_t,168:uint32_t,172:reg32_t,176:reg32_t,180:reg32_t,184:reg32_t)) "Struct_2581*"
1765 ptr(struct(156:ptr(num8_t),164:uint32_t,172:reg32_t,180:reg32_t,184:reg32_t)) "Struct_2583*"
1766 ptr(struct(156:ptr(num8_t),160:ptr(num8_t),164:reg32_t,176:reg32_t,180:reg16_t,184:reg32_t)) "Struct_2578*"
1767 ptr(ptr(uint8_t)) "unsigned char**"
1768 ptr(array(reg8_t,348)) "unknown_2784*"
1769 union(code_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(ptr(ptr(TOP))),ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg64_t,8:code_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(array(reg8_t,12)),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),32:ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))))) "Union_765"
1770 union(num8_t,struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(reg16_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))) "Union_996"
1771 ptr(struct(4:union(num8_t,ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:reg8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:reg16_t)) "Struct_2713*"
1772 ptr(union(num8_t,struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))))) "Union_397*"
1773 ptr(struct(0:ptr(TOP),4:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),28:ptr(TOP))) "Struct_1780*"
1774 ptr(struct(0:array(reg8_t,56),56:num8_t)) "StructFrag_898*"
1775 ptr(struct(0:array(reg8_t,536870857),4294967241:num8_t)) "StructFrag_894*"
162 ptr(struct(0:ptr(num8_t),4:ptr(num8_t))) "Struct_10*"
1776 ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(TOP),8:reg32_t)))) "StructFrag_777*"
1777 ptr(struct(0:ptr(struct(4:ptr(struct(0:ptr(array(reg8_t,12)),4:reg32_t,8:ptr(reg32_t))),12:code_t)),4:ptr(struct(0:ptr(TOP),4:ptr(reg32_t))))) "Struct_2520*"
1778 ptr(struct(8:reg32_t,12:ptr(ptr(struct(0:reg32_t,4:ptr(num8_t)))))) "Struct_2384*"
1779 ptr(struct(0:array(reg8_t,16),16:ptr(struct(12:ptr(ptr(struct(0:ptr(TOP),4:reg32_t))),20:ptr(ptr(struct(0:ptr(TOP),4:reg32_t))))))) "StructFrag_830*"
1780 ptr(struct(0:ptr(struct(8:ptr(ptr(TOP)),16:ptr(struct(0:reg64_t,8:ptr(reg8_t))))),24:ptr(ptr(TOP)),28:ptr(struct(0:ptr(reg32_t),4:reg32_t)))) "Struct_1627*"
1781 ptr(struct(0:array(reg8_t,24),24:ptr(struct(16:ptr(TOP),32:ptr(TOP),36:reg32_t)))) "StructFrag_759*"
1782 ptr(struct(8:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,24),24:reg32_t))),28:ptr(reg32_t),32:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),108:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,24),24:reg32_t))))) "Struct_2108*"
1783 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(4:reg32_t,20:code_t))))) "StructFrag_713*"
1784 ptr(struct(8:ptr(num8_t),12:ptr(struct(0:ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:reg16_t,2:reg16_t,4:reg16_t),6),72:array(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),12:ptr(TOP)),6),168:num32_t,172:num32_t,176:ptr(reg32_t),180:ptr(reg32_t),184:ptr(reg32_t),188:ptr(TOP),192:ptr(reg32_t),196:ptr(reg16_t),200:ptr(reg16_t),204:ptr(reg8_t),208:ptr(reg8_t),212:ptr(TOP))),4:ptr(array(reg8_t,0)))))) "Struct_2562*"
1785 ptr(struct(0:array(reg8_t,536870896),4294967280:reg32_t)) "StructFrag_10*"
1786 ptr(struct(12:ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(TOP),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)),4294967280:reg32_t)) "Struct_2561*"
1787 ptr(struct(20:ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(TOP),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)),4294967280:reg32_t)) "Struct_2560*"
1788 ptr(struct(24:ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(TOP),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)),4294967280:reg32_t)) "Struct_2628*"
1789 ptr(struct(4294967272:ptr(TOP),4294967288:code_t,4294967292:code_t)) "Struct_2689*"
1790 ptr(struct(8:ptr(num8_t),12:ptr(num8_t))) "Struct_2563*"
1791 ptr(struct(8:ptr(reg32_t),12:ptr(num8_t))) "Struct_2616*"
1792 ptr(struct(16:ptr(struct(0:reg32_t,4:reg32_t,8:num32_t,12:ptr(num8_t))),20:ptr(num8_t),24:uint32_t,4294967260:ptr(num8_t),4294967264:reg16_t,4294967266:num8_t,4294967292:reg32_t)) "Struct_2634*"
1793 ptr(struct(0:array(reg8_t,536870884),4294967268:reg32_t)) "StructFrag_12*"
1794 ptr(struct(4294967268:reg32_t,4294967272:ptr(TOP),4294967288:code_t,4294967292:code_t)) "Struct_2719*"
1795 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(TOP),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)))) "StructFrag_15*"
1796 ptr(struct(0:reg64_t,8:ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(TOP),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)))) "StructFrag_14*"
1797 ptr(struct(0:array(reg8_t,20),20:ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(TOP),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)))) "StructFrag_167*"
1798 ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(TOP),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)))) "StructFrag_262*"
1799 ptr(struct(0:array(reg8_t,536870884),4294967268:int32_t)) "StructFrag_17*"
1800 ptr(struct(0:ptr(num8_t),16:ptr(num8_t),20:ptr(num8_t),4294967292:num8_t)) "Struct_2702*"
1801 ptr(struct(0:reg64_t,8:uint32_t)) "StructFrag_659*"
1802 struct(0:reg32_t,8:reg32_t,16:num32_t,32:reg32_t,4294967292:reg32_t) "Struct_1538"
1803 ptr(struct(0:ptr(TOP),36:ptr(struct(0:ptr(TOP),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))) "Struct_761*"
1804 ptr(struct(0:ptr(struct(4:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(TOP))),12:ptr(TOP))),4:ptr(TOP))) "Struct_2591*"
1805 union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))) "Union_840"
1806 ptr(struct(0:reg32_t,4:ptr(ptr(uint32_t)))) "Struct_1884*"
1807 ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,32:ptr(struct(0:array(reg8_t,40),40:reg32_t)))))) "StructFrag_578*"
1808 ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,40),40:union(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(array(reg8_t,12))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,24),24:reg32_t))))))) "StructFrag_583*"
1809 ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,32:ptr(TOP))))) "StructFrag_195*"
1810 ptr(struct(0:array(reg8_t,32),32:ptr(union(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(struct(0:reg64_t,8:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))))) "StructFrag_589*"
1811 ptr(struct(28:reg32_t,32:ptr(struct(0:reg32_t,4:ptr(reg32_t))))) "Struct_588*"
1812 ptr(struct(0:reg64_t,8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t)))) "StructFrag_541*"
1813 ptr(struct(0:ptr(struct(0:array(reg8_t,16),16:reg32_t)),4:ptr(struct(0:array(reg8_t,16),16:reg32_t)),8:union(ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))),ptr(struct(0:array(reg8_t,36),36:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))))))))) "Struct_1382*"
1814 ptr(struct(0:ptr(TOP),8:union(num32_t,ptr(struct(0:reg32_t,4:ptr(num8_t)))))) "Struct_2534*"
1815 ptr(struct(0:array(reg8_t,24),24:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(16:ptr(TOP),32:ptr(TOP),36:reg32_t))))) "StructFrag_760*"
1816 union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:ptr(TOP))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))))) "Union_363"
1817 ptr(struct(0:array(reg8_t,52),52:code_t)) "StructFrag_64*"
1818 union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(28:code_t,32:code_t,36:code_t,80:code_t))) "Union_115"
1819 ptr(struct(0:array(reg8_t,52),52:reg32_t)) "StructFrag_313*"
1820 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP)))),44:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),48:reg32_t))) "Union_657"
1821 ptr(struct(16:ptr(reg32_t),20:reg32_t)) "Struct_2087*"
1437 ptr(ptr(struct(4:union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(array(reg8_t,536870904)),8:reg32_t,12:reg32_t,16:ptr(ptr(TOP)),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(array(reg8_t,36)),20:reg32_t,24:ptr(array(reg8_t,20)))),ptr(struct(0:array(reg8_t,28),28:ptr(array(reg8_t,28))))),16:uint32_t))) "Struct_1443*[]"
1 code_t "(_Inout_ LONG* -ms-> LONG)*"
1822 ptr(struct(72:union(num32_t,ptr(reg32_t)),76:reg32_t,84:ptr(TOP))) "Struct_2572*"
1 code_t "(_Inout_ LPCRITICAL_SECTION -ms-> void)*"
1 code_t "(UINT,DWORD,_In_ WCHAR*,int,_Inout_ LPSTR,int,_In_ CHAR*,_Inout_ LPBOOL -ms-> int)*"
1 code_t "(LCID,LCTYPE,_Inout_ LPSTR,int -ms-> int)*"
1823 ptr(struct(8:uint16_t)) "Struct_2623*"
1824 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:ptr(struct(8:ptr(struct(0:ptr(array(reg8_t,32)),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)),4294967280:reg32_t)))) "Struct_2707*"
1825 ptr(ptr(struct(0:reg32_t,4:uint32_t))) "StructFrag_860**"
1826 ptr(struct(0:array(reg8_t,16),16:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32))))))))) "StructFrag_576*"
1827 ptr(struct(0:ptr(struct(4:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(TOP))),12:code_t)),8:reg32_t)) "Struct_2597*"
1828 union(ptr(ptr(reg32_t)),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:ptr(ptr(struct(0:ptr(TOP),4:ptr(TOP)))),4:ptr(TOP),12:ptr(TOP)))) "Union_846"
1829 union(ptr(reg32_t),ptr(struct(20:reg32_t,24:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),28:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(TOP))))),32:ptr(reg32_t),36:ptr(TOP),44:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))),ptr(struct(20:reg32_t,24:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(TOP),8:ptr(array(reg8_t,44)))))),28:ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(array(reg8_t,12)),8:ptr(array(reg8_t,44)))))),32:ptr(TOP)))) "Union_671"
1830 ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:ptr(TOP),8:reg32_t)))) "StructFrag_625*"
1831 ptr(struct(16:code_t,20:code_t)) "Struct_1125*"
1832 ptr(struct(4:ptr(num8_t),8:ptr(TOP),20:code_t)) "Struct_1128*"
1833 union(ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:array(reg8_t,40),40:ptr(struct(0:ptr(struct(0:ptr(TOP),8:ptr(array(reg8_t,44)))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(struct(0:ptr(TOP),8:ptr(array(reg8_t,44))))))),ptr(struct(0:array(reg8_t,40),40:union(ptr(TOP),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(array(reg8_t,44)))),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:ptr(array(reg8_t,44)))),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))))))) "Union_688"
1834 ptr(struct(0:ptr(struct(0:array(reg8_t,32),32:reg32_t)),4:reg32_t)) "Struct_1791*"
1835 ptr(struct(0:reg64_t,8:ptr(struct(72:ptr(TOP),76:reg32_t)))) "StructFrag_827*"
1836 ptr(struct(0:array(reg8_t,40),40:code_t)) "StructFrag_556*"
1837 ptr(struct(0:num32_t,4:ptr(TOP),8:reg32_t,12:num32_t)) "Struct_2666*"
1838 ptr(struct(0:reg64_t,8:ptr(reg32_t))) "StructFrag_43*"
1839 ptr(struct(0:array(reg8_t,24),24:code_t)) "StructFrag_530*"
1840 union(ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:ptr(ptr(TOP)))))))),ptr(struct(0:reg64_t,8:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:ptr(TOP))))))))) "Union_428"
1841 ptr(struct(44:code_t,48:code_t)) "Struct_1522*"
1842 ptr(struct(0:array(reg8_t,28),28:code_t)) "StructFrag_1*"
1807 ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,32:ptr(struct(0:array(reg8_t,40),40:reg32_t)))))) "StructFrag_579*"
1843 ptr(struct(0:reg32_t,32:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_1763*"
1844 ptr(struct(0:reg32_t,32:ptr(TOP))) "Struct_581*"
1845 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:ptr(ptr(array(reg8_t,12)))))),40:reg32_t)) "Struct_1603*"
875 ptr(struct(0:array(reg8_t,16),16:ptr(struct(0:array(reg8_t,12),12:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:ptr(reg64_t),4:reg32_t))))))) "StructFrag_731*"
1846 ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),8:ptr(reg8_t))))))) "StructFrag_631*"
969 ptr(struct(8:reg32_t,16:ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:union(ptr(array(reg8_t,12)),ptr(array(reg8_t,12))))))))) "Struct_2084*"
1001 ptr(struct(0:array(reg8_t,44),44:ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),12:reg32_t,20:ptr(struct(0:array(reg8_t,32),32:reg32_t)))))) "StructFrag_780*"
1055 ptr(struct(8:ptr(ptr(struct(0:reg32_t,4:union(ptr(array(reg8_t,12)),ptr(ptr(TOP)),ptr(array(reg8_t,36)))))),16:ptr(struct(0:array(reg8_t,12),12:union(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(array(reg8_t,12))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))))) "Struct_1806*"
1847 ptr(struct(24:code_t,96:reg32_t)) "Struct_784*"
1848 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:ptr(TOP),8:reg32_t)))) "StructFrag_896*"
1849 ptr(struct(0:array(reg8_t,28),28:ptr(struct(48:ptr(TOP),56:ptr(TOP),64:num32_t,68:reg32_t,72:ptr(TOP),76:reg32_t)))) "StructFrag_808*"
1850 ptr(struct(12:ptr(struct(8:union(num32_t,ptr(struct(0:reg32_t,4:ptr(reg8_t)))),12:ptr(num8_t),20:reg32_t)),28:ptr(struct(0:ptr(TOP),8:reg32_t)))) "Struct_2542*"
1851 union(ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),ptr(struct(0:array(reg8_t,36),36:union(ptr(num8_t),ptr(reg32_t))))) "Union_694"
1852 ptr(struct(0:array(reg8_t,56),56:code_t)) "StructFrag_591*"
1853 ptr(ptr(struct(0:array(reg8_t,92),92:uint32_t))) "StructFrag_439**"
1854 ptr(struct(0:array(reg8_t,16),16:ptr(struct(4:ptr(struct(0:reg8_t,1:num8_t)),16:ptr(struct(4:ptr(reg16_t),16:ptr(TOP))))))) "StructFrag_816*"
1855 ptr(struct(0:array(reg8_t,16),16:ptr(ptr(TOP)))) "StructFrag_818*"
1856 ptr(struct(0:array(reg8_t,12),12:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))) "StructFrag_475*"
1857 ptr(struct(4:reg32_t,20:code_t)) "Struct_2246*"
1858 ptr(union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(array(reg8_t,536870904)),8:reg32_t,12:reg32_t,16:ptr(ptr(TOP)),20:reg32_t,24:ptr(TOP))))))) "Union_207*"
1859 ptr(struct(0:union(ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:uint16_t,2:uint16_t,4:uint16_t),6),72:array(struct(0:ptr(reg8_t),4:ptr(reg16_t),8:ptr(reg32_t),12:ptr(reg32_t)),6),168:num32_t,172:num32_t,176:ptr(num32_t),180:ptr(num32_t),184:ptr(num32_t),188:ptr(array(reg8_t,0)),192:ptr(num32_t),196:ptr(uint16_t),200:ptr(uint16_t),204:ptr(uint8_t),208:ptr(uint8_t),212:ptr(array(reg8_t,0)))),ptr(array(reg8_t,0))),4:union(ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:uint16_t,2:uint16_t,4:uint16_t),6),72:array(struct(0:ptr(reg8_t),4:ptr(reg16_t),8:ptr(reg32_t),12:ptr(reg32_t)),6),168:num32_t,172:num32_t,176:ptr(num32_t),180:ptr(num32_t),184:ptr(num32_t),188:ptr(array(reg8_t,0)),192:ptr(num32_t),196:ptr(uint16_t),200:ptr(uint16_t),204:ptr(uint8_t),208:ptr(uint8_t),212:ptr(array(reg8_t,0)))),ptr(array(reg8_t,0))),8:ptr(union(ptr(struct(0:num32_t,4:uint32_t,8:uint32_t,12:array(uint32_t,6),36:array(struct(0:reg16_t,2:reg16_t,4:reg16_t),6),72:array(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(TOP),12:ptr(TOP)),6),168:num32_t,172:num32_t,176:ptr(reg32_t),180:ptr(reg32_t),184:ptr(reg32_t),188:ptr(TOP),192:ptr(reg32_t),196:ptr(reg16_t),200:ptr(reg16_t),204:ptr(reg8_t),208:ptr(reg8_t),212:ptr(TOP))),ptr(array(reg8_t,0)))),12:num8_t)) "Struct_2584*"
1860 ptr(array(reg8_t,96)) "unknown_768*"
1861 ptr(array(reg8_t,544)) "unknown_4352*"
1862 ptr(struct(0:struct(0:reg32_t),8:ptr(reg32_t),12:num8_t)) "Struct_2501*"
1863 ptr(array(reg8_t,200)) "unknown_1600*"
1864 ptr(struct(0:union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),uint32_t,uint32_t),4:union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),uint32_t,uint32_t))) "Struct_2555*"
1865 ptr(struct(0:array(reg8_t,5),5:num8_t)) "StructFrag_107*"
1866 ptr(struct(0:array(reg8_t,285),285:num8_t)) "StructFrag_853*"
1867 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:array(reg8_t,12),12:reg32_t)))) "StructFrag_904*"
1868 ptr(array(reg8_t,352)) "unknown_2816*"
1869 ptr(ptr(struct(8:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,36))))),20:num32_t))) "Struct_1451**"
1870 ptr(struct(0:struct(0:reg32_t,112:reg32_t),12:num8_t)) "Struct_2619*"
1871 ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,112),112:reg32_t)))) "StructFrag_821*"
1872 union(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,32:ptr(struct(0:array(reg8_t,40),40:reg32_t)))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,40),40:union(ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(array(reg8_t,12))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,24),24:reg32_t))))))),ptr(struct(0:array(reg8_t,32),32:ptr(union(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))),ptr(ptr(array(reg8_t,12))),ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,32:ptr(TOP))))),ptr(struct(28:reg32_t,32:ptr(struct(0:reg32_t,4:ptr(reg32_t)))))) "Union_900"
1873 ptr(struct(72:reg32_t,76:ptr(struct(0:reg32_t,4:ptr(TOP),12:reg32_t,36:ptr(TOP))))) "Struct_2011*"
1248 ptr(struct(0:ptr(struct(0:array(reg8_t,16),16:ptr(ptr(struct(0:array(reg8_t,52),52:ptr(TOP)))))),36:ptr(TOP),40:reg32_t)) "Struct_2251*"
1874 ptr(struct(0:ptr(struct(8:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,52),52:ptr(TOP)))))),36:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:struct(0:reg32_t,4:reg32_t)))))) "Struct_1690*"
1875 union(struct(0:ptr(TOP),4:reg16_t,6:num8_t),ptr(struct(8:ptr(struct(0:array(reg8_t,12),12:ptr(ptr(array(reg8_t,96))))),24:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t)),84:num8_t,88:reg32_t,92:union(ptr(ptr(TOP)),ptr(num8_t)),96:reg32_t))) "Union_942"
1876 ptr(struct(0:ptr(TOP),4:reg16_t,6:reg16_t,8:reg32_t)) "Struct_2097*"
1877 ptr(struct(0:ptr(TOP),36:ptr(ptr(struct(0:ptr(TOP),24:reg32_t))))) "Struct_1054*"
1878 union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(ptr(num32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),struct(0:ptr(array(reg8_t,28)),24:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(12:ptr(struct(0:array(reg8_t,56),56:reg32_t)),16:ptr(struct(0:array(reg8_t,48),48:ptr(ptr(ptr(TOP))))))),ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:reg32_t,20:reg32_t,24:ptr(TOP)))),4294967292:reg32_t))) "Union_260"
1879 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t,ptr(num32_t),ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(reg32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(struct(0:ptr(TOP))),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(ptr(num32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t))),ptr(ptr(reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(array(reg8_t,16)),4:ptr(num8_t),12:ptr(num8_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(num8_t))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),20:ptr(struct(0:array(reg8_t,32),32:reg32_t)))),ptr(struct(0:ptr(uint32_t),4:reg32_t)),ptr(struct(0:array(reg8_t,24),24:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))),ptr(struct(12:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),28:reg32_t,32:ptr(num8_t),36:reg32_t)),ptr(struct(0:ptr(TOP),8:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t),40:num8_t,41:num8_t,42:num8_t,43:num8_t)),ptr(struct(8:ptr(struct(8:ptr(ptr(reg64_t)),24:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))),28:ptr(struct(0:reg32_t,4:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),32:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),104:struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)))),ptr(struct(0:ptr(struct(8:reg32_t,16:ptr(ptr(array(reg8_t,56))))),36:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:struct(0:reg32_t,4:reg32_t)))))),ptr(struct(0:ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))),36:ptr(reg32_t),216:ptr(TOP),224:uint32_t,228:ptr(num8_t),232:ptr(num8_t),236:ptr(struct(0:reg16_t,2:num8_t)),240:ptr(struct(0:reg16_t,2:num8_t)),244:ptr(TOP),248:reg32_t,252:ptr(TOP),260:reg32_t,276:reg32_t,280:ptr(ptr(TOP)),284:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:reg32_t)),36:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(array(reg8_t,20))))))))),ptr(struct(0:array(reg8_t,48),48:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))),ptr(struct(16:reg32_t,40:union(ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))))) "Union_384"
1880 union(ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP))))) "Union_386"
1881 union(num8_t,num32_t,ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(4:union(uint32_t,ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),struct(12:reg32_t,16:ptr(array(reg8_t,20))),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),ptr(reg16_t),ptr(ptr(reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),ptr(struct(0:ptr(ptr(TOP)),4:ptr(TOP))),struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))),struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),20:reg32_t,24:ptr(struct(12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(TOP),8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP)))))),16:uint32_t)),ptr(struct(0:array(reg8_t,24),24:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))))))) "Union_400"
1882 union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(ptr(struct(0:reg64_t,8:reg32_t)))) "Union_631"
1883 union(ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,44),44:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(ptr(reg32_t)),8:reg32_t)))))) "Union_279"
757 ptr(struct(0:array(reg8_t,44),44:ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),12:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),20:num8_t)))) "StructFrag_633*"
1884 ptr(ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),12:ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),20:num8_t))) "Struct_1928**"
1885 ptr(ptr(struct(4:ptr(ptr(TOP)),8:ptr(TOP),12:num32_t))) "Struct_547**"
1886 ptr(struct(12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),16:ptr(num8_t),40:num8_t,41:num8_t,42:num8_t,43:num8_t)) "Struct_1591*"
1887 ptr(ptr(struct(4:ptr(ptr(TOP)),16:num8_t))) "Struct_601**"
1888 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "StructFrag_182*"
213 ptr(struct(0:reg32_t,4:ptr(num8_t))) "StructFrag_688*"
734 ptr(ptr(struct(0:reg32_t,4:ptr(num8_t)))) "StructFrag_688**"
1889 ptr(struct(12:ptr(ptr(struct(0:ptr(TOP),4:reg32_t))),20:ptr(ptr(struct(0:ptr(TOP),4:reg32_t))))) "Struct_623*"
1890 ptr(struct(0:array(reg8_t,20),20:ptr(struct(0:ptr(TOP),4:reg32_t)))) "StructFrag_211*"
1891 ptr(struct(0:array(reg8_t,12),12:union(ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t))))) "StructFrag_730*"
1892 ptr(struct(28:ptr(ptr(num32_t)),36:ptr(ptr(TOP)))) "Struct_743*"
1893 union(ptr(struct(0:array(reg8_t,12),12:ptr(ptr(TOP)))),ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,40),40:reg32_t)))))) "Union_251"
1894 ptr(ptr(struct(0:ptr(num8_t),4:ptr(num8_t)))) "Struct_1908**"
1895 ptr(struct(0:array(reg8_t,24),24:ptr(ptr(reg32_t)))) "StructFrag_628*"
1896 ptr(struct(0:array(reg8_t,64),64:array(reg8_t,68))) "StructFrag_629*"
1897 ptr(struct(0:array(reg8_t,36),36:num32_t)) "StructFrag_293*"
1898 union(ptr(struct(0:ptr(struct(8:reg32_t,16:ptr(ptr(array(reg8_t,56))))),36:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:struct(0:reg32_t,4:reg32_t)))))),ptr(struct(0:ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:ptr(reg8_t),4:num32_t,8:ptr(reg8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(reg8_t))))),36:ptr(reg32_t),216:ptr(TOP),224:uint32_t,228:ptr(num8_t),232:ptr(num8_t),236:ptr(struct(0:reg16_t,2:num8_t)),240:ptr(struct(0:reg16_t,2:num8_t)),244:ptr(TOP),248:reg32_t,252:ptr(TOP),260:reg32_t,276:reg32_t,280:ptr(ptr(TOP)),284:reg32_t))) "Union_333"
1899 ptr(struct(0:ptr(struct(0:array(reg8_t,12),12:reg32_t)),36:union(ptr(reg32_t),ptr(struct(0:reg32_t,4:union(struct(12:reg32_t,16:ptr(array(reg8_t,20))),struct(0:reg32_t,4:ptr(array(reg8_t,20))))))))) "Struct_1702*"
1900 ptr(struct(64:ptr(TOP),68:reg32_t)) "Struct_2454*"
1901 ptr(struct(4:ptr(TOP),36:reg32_t)) "Struct_916*"
1902 ptr(struct(4:ptr(ptr(TOP)),16:reg32_t)) "Struct_917*"
1903 union(ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,32),32:reg32_t)))),ptr(struct(0:array(reg8_t,32),32:uint32_t))) "Union_200"
1904 ptr(struct(0:reg32_t,4:reg32_t,8:num8_t,12:ptr(TOP))) "Struct_928*"
1905 ptr(ptr(struct(0:reg64_t,8:num32_t))) "StructFrag_13**"
1906 ptr(struct(0:array(reg8_t,24),24:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))) "StructFrag_619*"
1907 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:int32_t,28:ptr(num8_t))) "Struct_2600*"
357 ptr(struct(0:ptr(TOP),4:ptr(TOP))) "Struct_1107*"
1 code_t "(_Inout_ PVOID -ms-> PVOID)*"
1908 ptr(struct(104:ptr(num32_t),108:ptr(num32_t))) "Struct_2620*"
1909 ptr(union(ptr(num8_t),ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t)) "Union_917*"
1910 ptr(array(reg8_t,252)) "unknown_2016*"
1745 ptr(ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(array(reg8_t,0)),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t))) "_RTL_CRITICAL_SECTION*[]"
1 code_t "(_In_ CHAR*,DWORD,DWORD,_Inout_ LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE -ms-> HANDLE)*"
1 code_t "(LCID,LCTYPE,_Inout_ LPWSTR,int -ms-> int)*"
1 code_t "(HMODULE,_In_ CHAR* -ms-> FARPROC)*"
1911 ptr(struct(0:reg64_t,8:num16_t)) "StructFrag_881*"
1912 ptr(struct(0:array(reg8_t,16),16:uint32_t)) "StructFrag_882*"
1 code_t "(DWORD,_Inout_ LPWSTR -ms-> DWORD)*"
1913 union(code_t,num32_t,ptr(ptr(ptr(TOP))),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:reg32_t,4:num8_t)),ptr(struct(0:reg64_t,8:code_t)),ptr(struct(0:array(reg8_t,24),24:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))) "Union_933"
1914 union(num32_t,ptr(num32_t),ptr(num8_t),ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),ptr(struct(0:array(reg8_t,536870904),4294967288:num32_t)),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:union(ptr(TOP),num32_t),4:ptr(TOP),12:union(ptr(TOP),num32_t))),ptr(struct(12:code_t,16:reg32_t))) "Union_936"
1915 union(uint32_t,ptr(num8_t),ptr(struct(0:ptr(TOP),8:reg32_t)),ptr(struct(16:ptr(num8_t),20:ptr(num8_t))),ptr(num32_t),ptr(struct(0:reg64_t,8:ptr(TOP))),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(16:reg32_t,72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))),ptr(struct(0:array(reg8_t,7),7:num8_t)),ptr(struct(0:ptr(TOP),4:ptr(num8_t))),ptr(struct(0:union(ptr(TOP),num32_t),4:ptr(TOP),12:union(ptr(TOP),num32_t))),ptr(struct(52:ptr(ptr(struct(4:uint32_t,8:ptr(TOP),12:uint32_t,16:ptr(TOP)))),68:ptr(TOP),72:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))))),ptr(struct(12:code_t,16:reg32_t))) "Union_940"
1916 union(num32_t,ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t))) "Union_937"
1917 union(ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),num32_t,ptr(num8_t),ptr(struct(0:reg16_t,2:num8_t))) "Union_949"
1918 ptr(struct(0:ptr(reg32_t),4:reg16_t)) "Struct_107*"
1919 union(num32_t,struct(0:ptr(TOP)),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(ptr(num32_t)),ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),ptr(struct(36:ptr(TOP),44:reg32_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(struct(0:array(reg8_t,32),32:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))))),20:ptr(struct(0:array(reg8_t,32),32:reg32_t)))),ptr(struct(0:array(reg8_t,36),36:num32_t)),ptr(struct(0:reg32_t,4:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:array(reg8_t,32),32:reg32_t)))),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)))),ptr(struct(4:ptr(struct(0:array(reg8_t,12),12:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))))),8:ptr(struct(36:reg32_t,40:ptr(TOP))),12:reg32_t,16:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:ptr(struct(4:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),8:union(ptr(reg32_t),ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)))))))) "Union_195"
1920 ptr(struct(4:ptr(struct(0:ptr(struct(0:reg32_t,4:ptr(TOP))),4:ptr(ptr(TOP)),12:ptr(TOP))),8:ptr(TOP))) "Struct_2428*"
1921 ptr(struct(0:ptr(TOP),8:reg32_t,12:ptr(ptr(struct(4:ptr(num8_t),20:code_t))))) "Struct_2362*"
1922 union(struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t))))) "Union_514"
1923 ptr(struct(0:ptr(struct(0:array(reg8_t,16),16:ptr(ptr(struct(0:array(reg8_t,52),52:ptr(TOP)))))),36:ptr(reg32_t))) "Struct_867*"
1924 ptr(struct(0:array(reg8_t,36),36:code_t)) "StructFrag_126*"
1925 ptr(struct(4:ptr(num8_t),8:code_t)) "Struct_1129*"
1926 ptr(ptr(struct(0:reg32_t,4:ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36)))))))) "StructFrag_89**"
987 ptr(struct(8:union(ptr(ptr(struct(4:ptr(array(reg8_t,12)),12:code_t))),ptr(ptr(struct(0:reg32_t,4:ptr(ptr(TOP)))))),16:ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12)))))))) "Struct_1797*"
1927 union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:reg64_t,8:union(uint32_t,ptr(num8_t))))) "Union_503"
1928 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,36),36:code_t))))) "StructFrag_125*"
1929 ptr(struct(0:array(reg8_t,12),12:ptr(ptr(struct(0:array(reg8_t,40),40:code_t))))) "StructFrag_559*"
1930 ptr(struct(0:array(reg8_t,92),92:uint32_t)) "StructFrag_439*"
1931 ptr(struct(4:ptr(num8_t),8:num32_t)) "Struct_2125*"
1932 ptr(struct(0:array(reg8_t,12),12:ptr(struct(0:array(reg8_t,32),32:reg32_t)))) "StructFrag_802*"
1933 ptr(struct(0:ptr(num8_t),4:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_1122*"
1934 ptr(struct(0:ptr(TOP),4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t)) "Struct_2288*"
1935 union(ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),ptr(struct(12:ptr(TOP),16:ptr(reg32_t),28:reg32_t,32:ptr(TOP),40:ptr(TOP),52:ptr(TOP)))) "Union_262"
1936 union(ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t),12:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),4:ptr(num8_t),12:ptr(struct(0:array(reg8_t,48),48:ptr(TOP)))))) "Union_551"
1937 ptr(struct(0:uint32_t,4:ptr(struct(4:reg32_t,8:union(code_t,ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(16:ptr(TOP),24:ptr(TOP))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))),ptr(struct(4:code_t,8:reg32_t,12:reg32_t)),ptr(struct(0:array(reg8_t,28),28:ptr(reg32_t))),ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(array(reg8_t,28)))),ptr(struct(0:array(reg8_t,28),28:ptr(array(reg8_t,32)))),ptr(struct(0:ptr(array(reg8_t,12)),16:code_t))))))) "Struct_2343*"
1938 ptr(struct(0:union(num8_t,struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t)),ptr(reg32_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),struct(0:ptr(TOP),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),struct(0:ptr(ptr(TOP)),4:ptr(TOP)),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:reg8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32)))))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(array(reg8_t,536870904)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP)))),4294967292:num32_t)) "Struct_2107*"
1939 ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))) "Struct_494*"
1940 ptr(struct(0:reg32_t,20:reg32_t,24:ptr(TOP))) "Struct_1008*"
1941 ptr(struct(0:ptr(TOP),4294967292:num32_t)) "Struct_2064*"
1942 ptr(struct(0:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:reg32_t))),4294967292:reg32_t)) "Struct_2105*"
1943 ptr(struct(0:ptr(struct(0:reg32_t,32:ptr(struct(0:reg32_t,32:ptr(TOP))))),4294967292:reg32_t)) "Struct_1894*"
1944 ptr(struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:ptr(struct(0:ptr(TOP),8:reg32_t)),8:ptr(struct(0:ptr(TOP),8:reg32_t)),16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t)) "Struct_2722*"
1945 ptr(struct(0:array(reg8_t,46),46:num8_t)) "StructFrag_687*"
1946 ptr(struct(24:struct(0:reg32_t,8:reg32_t),32:ptr(struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(0:reg64_t,8:reg32_t)))))) "Struct_2297*"
1947 ptr(struct(16:uint32_t,20:ptr(TOP))) "Struct_2370*"
1948 ptr(ptr(struct(4:ptr(ptr(reg32_t)),8:ptr(struct(28:ptr(struct(0:reg64_t,8:ptr(TOP))),40:ptr(ptr(TOP)))),12:num8_t,20:num8_t,24:num8_t))) "Struct_1942**"
1949 ptr(struct(0:array(reg8_t,88),88:num8_t)) "StructFrag_639*"
1950 ptr(struct(0:reg64_t,8:ptr(ptr(struct(0:ptr(TOP),4:num32_t))))) "StructFrag_642*"
1951 ptr(struct(4:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))))) "Struct_1919*"
952 ptr(struct(0:ptr(struct(0:reg64_t,8:ptr(struct(0:reg32_t,4:ptr(array(reg8_t,12)))))),4:ptr(struct(0:ptr(struct(16:ptr(reg8_t),20:ptr(reg8_t))),4:reg32_t,8:reg32_t,12:ptr(TOP))),8:ptr(struct(0:ptr(num8_t),4:num32_t,8:ptr(num8_t),12:num32_t,16:num32_t,20:num32_t,24:num32_t,28:ptr(num8_t))),12:union(ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,24),24:reg32_t)),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:array(reg8_t,48),48:reg32_t))),16:union(ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,36),36:ptr(ptr(TOP))))),24:reg32_t)) "Struct_1922*"
1952 ptr(struct(0:union(ptr(struct(0:array(reg8_t,16),16:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP))))),4294967292:reg32_t)) "Struct_1365*"
1953 ptr(struct(0:array(reg8_t,12),12:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20)))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20))))))))) "StructFrag_601*"
1954 union(ptr(reg32_t),ptr(struct(0:ptr(reg32_t),4:ptr(num8_t)))) "Union_910"
1955 ptr(union(struct(0:ptr(reg32_t),4:ptr(num8_t)),struct(0:ptr(reg64_t),4:ptr(num8_t)),struct(0:ptr(struct(0:ptr(TOP),4:ptr(num8_t))),4:ptr(num8_t)))) "Union_319*"
1956 ptr(struct(48:ptr(TOP),56:ptr(TOP),64:num32_t,68:reg32_t,72:ptr(TOP),76:reg32_t)) "Struct_2440*"
1957 ptr(struct(0:array(reg8_t,116),116:num32_t)) "StructFrag_483*"
1958 ptr(struct(0:union(ptr(ptr(num8_t)),ptr(struct(0:ptr(num8_t),4:ptr(num8_t),64:reg32_t,68:num32_t))),4:union(ptr(ptr(num8_t)),ptr(struct(0:ptr(num8_t),4:ptr(num8_t),64:reg32_t,68:num32_t))))) "Struct_2365*"
1959 ptr(ptr(struct(0:reg64_t,8:union(ptr(struct(0:array(reg8_t,12),12:reg32_t)),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))))))) "StructFrag_701**"
1960 ptr(struct(0:array(reg8_t,10),10:num8_t)) "StructFrag_304*"
341 ptr(ptr(struct(0:ptr(TOP)))) "Singleton_0*[]"
1961 ptr(ptr(struct(4:ptr(struct(0:reg8_t,1:num8_t)),16:ptr(struct(4:ptr(struct(0:reg8_t,1:reg8_t)),16:ptr(TOP)))))) "Struct_2457*[]"
424 ptr(ptr(ptr(TOP))) "void*[][]"
1379 ptr(struct(4:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(struct(4:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t)),12:ptr(struct(0:reg64_t,8:ptr(TOP))),20:reg32_t,24:ptr(struct(0:ptr(TOP),1012:num32_t)),28:ptr(struct(0:ptr(TOP),1012:num32_t)),32:ptr(struct(0:ptr(TOP),1012:num32_t)),36:ptr(struct(0:ptr(TOP),1012:num32_t)))) "Struct_2229*"
1962 ptr(struct(0:reg64_t,8:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32))))))))) "StructFrag_565*"
1963 ptr(struct(7:num8_t,16:ptr(struct(0:array(reg8_t,28),28:ptr(TOP))))) "Struct_1018*"
1964 ptr(struct(4:num8_t,5:num8_t,7:num8_t,8:ptr(struct(0:union(ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP)))),12:uint32_t,16:uint32_t,28:num8_t)),12:ptr(struct(0:array(reg8_t,12),12:uint32_t)))) "Struct_1876*"
1965 ptr(struct(0:array(reg8_t,3),3:num8_t)) "StructFrag_109*"
1 code_t "(DWORD -ms-> LPVOID)*"
1966 ptr(union(num32_t,ptr(struct(0:ptr(struct(0:reg16_t,2:reg16_t,4:ptr(TOP),8:struct(0:ptr(reg64_t),4:ptr(reg64_t)),16:reg32_t,20:reg32_t,24:array(reg32_t,2))),4:num32_t,8:num32_t,12:reg32_t,16:reg32_t,20:reg32_t)))) "Union_976*"
172 ptr(ptr(TOP)) "PVOID*"
1967 ptr(union(code_t,ptr(TOP))) "Union_2*"
1 code_t "(void -ms-> DWORD)*"
1 code_t "(UINT,DWORD,_In_ CHAR*,int,_Inout_ LPWSTR,int -ms-> int)*"
1 code_t "(LCID,DWORD,_In_ WCHAR*,int,_Inout_ LPWSTR,int -ms-> int)*"
1758 ptr(struct(92:ptr(struct(0:reg32_t,4:reg32_t,8:code_t)),96:reg32_t,100:reg32_t)) "Struct_2658*"
1968 ptr(struct(8:union(ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,32))))))),20:num32_t)) "Struct_1451*"
1 code_t "(_In_ CHAR*,DWORD,_Inout_ LPSTR,_Inout_ LPSTR* -ms-> DWORD)*"
1345 ptr(struct()) "Struct_2602*"
1969 ptr(struct(4:ptr(num8_t),8:reg32_t)) "Struct_1097*"
1970 ptr(struct(0:ptr(num8_t),4:ptr(num8_t),8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t)) "Struct_2694*"
1971 ptr(struct(0:ptr(num8_t),8:reg32_t,12:reg32_t,16:reg32_t)) "Struct_2695*"
1972 ptr(struct(0:array(reg8_t,176),176:ptr(num8_t))) "StructFrag_403*"
1973 ptr(struct(0:ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),4:reg16_t,8:reg32_t)) "Struct_105*"
1974 ptr(struct(16:ptr(TOP),28:num32_t,32:ptr(struct(0:array(reg8_t,16),16:num32_t)),40:ptr(TOP),52:ptr(struct(0:array(reg8_t,536870908),4294967292:reg32_t)),68:reg32_t)) "Struct_1539*"
1975 ptr(struct(0:reg32_t,4:ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t,8:reg32_t)))) "Struct_236*"
1032 ptr(struct(0:ptr(reg32_t),4:reg32_t)) "Struct_237*"
1976 ptr(struct(0:ptr(struct(0:array(reg8_t,16),16:reg32_t)),4:ptr(struct(0:array(reg8_t,16),16:reg32_t)),8:ptr(struct(0:array(reg8_t,16),16:reg32_t)),16:reg32_t,20:reg32_t,24:reg32_t,28:reg32_t)) "Struct_239*"
1977 ptr(struct(8:reg32_t,24:ptr(struct(0:array(reg8_t,40),40:reg32_t)))) "Struct_2237*"
1978 ptr(struct(4:ptr(num8_t),12:reg32_t)) "Struct_826*"
1979 ptr(struct(72:reg32_t,76:ptr(struct(0:reg32_t,4:ptr(TOP),12:ptr(TOP),36:ptr(TOP))))) "Struct_2013*"
1980 ptr(struct(12:ptr(num8_t),16:reg32_t)) "Struct_2456*"
1981 ptr(struct(0:ptr(TOP),4:ptr(TOP),8:reg32_t,36:ptr(reg32_t),40:ptr(struct(0:array(reg8_t,36),36:ptr(TOP))))) "Struct_2284*"
1982 ptr(struct(4:ptr(TOP),8:num32_t,12:num32_t,16:ptr(struct(0:reg64_t,8:ptr(num8_t))),20:num32_t,24:num32_t)) "Struct_2502*"
1983 ptr(struct(4:uint32_t,8:ptr(TOP))) "Struct_929*"
1984 ptr(struct(4:ptr(struct(0:reg64_t,8:reg32_t)),12:num32_t)) "Struct_2144*"
1985 ptr(struct(28:ptr(ptr(struct(0:array(reg8_t,16),16:code_t))),216:ptr(num8_t),220:ptr(num8_t),224:uint32_t)) "Struct_2684*"
1986 array(reg8_t,32) "unknown_256"
1987 array(reg8_t,80) "unknown_640"
1988 array(reg8_t,61) "unknown_488"
1989 array(reg8_t,52) "unknown_416"
1990 array(reg8_t,27) "unknown_216"
1991 array(reg8_t,41) "unknown_328"
1992 array(reg8_t,25) "unknown_200"
1993 array(reg8_t,36) "unknown_288"
1994 array(reg8_t,17) "unknown_136"
1995 array(reg8_t,21) "unknown_168"
1996 array(reg8_t,22) "unknown_176"
1997 array(reg8_t,51) "unknown_408"
1998 array(reg8_t,15) "unknown_120"
1999 array(reg8_t,18) "unknown_144"
2000 array(reg8_t,30) "unknown_240"
2001 array(reg8_t,7) "unknown_56"
2002 array(reg8_t,47) "unknown_376"
2003 array(reg8_t,26) "unknown_208"
2004 array(reg8_t,28) "unknown_224"
2005 array(reg8_t,10) "unknown_80"
2006 array(reg8_t,19) "unknown_152"
2007 array(reg8_t,76) "unknown_608"
2008 array(reg8_t,49) "unknown_392"
2009 array(reg8_t,48) "unknown_384"
2010 array(reg8_t,54) "unknown_432"
2011 array(reg8_t,42) "unknown_336"
2012 array(reg8_t,60) "unknown_480"
2013 array(reg8_t,58) "unknown_464"
2014 array(reg8_t,37) "unknown_296"
2015 array(reg8_t,44) "unknown_352"
2016 array(reg8_t,40) "unknown_320"
2017 array(reg8_t,34) "unknown_272"
2018 array(reg8_t,35) "unknown_280"
2019 array(reg8_t,31) "unknown_248"
2020 array(reg8_t,23) "unknown_184"
2021 array(reg8_t,46) "unknown_368"
2022 array(reg8_t,102) "unknown_816"
2023 array(reg8_t,45) "unknown_360"
2024 array(reg8_t,142) "unknown_1136"
2025 array(reg8_t,62) "unknown_496"
2026 array(reg8_t,59) "unknown_472"
2027 array(reg8_t,84) "unknown_672"
2028 array(reg8_t,74) "unknown_592"
2029 array(reg8_t,122) "unknown_976"
2030 array(reg8_t,89) "unknown_712"
2031 array(reg8_t,67) "unknown_536"
2032 array(reg8_t,98) "unknown_784"
2033 array(reg8_t,56) "unknown_448"
2034 array(reg8_t,78) "unknown_624"
2035 array(reg8_t,81) "unknown_648"
2036 array(reg8_t,33) "unknown_264"
2037 array(reg8_t,55) "unknown_440"
2038 array(reg8_t,43) "unknown_344"
2039 array(reg8_t,69) "unknown_552"
2040 array(reg8_t,68) "unknown_544"
2041 array(reg8_t,38) "unknown_304"
2042 struct(0:array(struct(0:ptr(array(reg8_t,12)),8:reg32_t),2),24:reg64_t) "padded_0"
2043 array(ptr(TOP),16) "void*[16]"
2044 array(reg8_t,50) "unknown_400"
2045 array(reg8_t,97) "unknown_776"
2046 array(reg8_t,101) "unknown_808"
2047 array(reg8_t,123) "unknown_984"
2048 array(reg8_t,128) "unknown_1024"
2049 array(reg8_t,88) "unknown_704"
2050 array(reg8_t,114) "unknown_912"
2051 array(reg8_t,39) "unknown_312"
2052 array(reg32_t,4) "dword[4]"
2053 array(reg8_t,90) "unknown_720"
2054 array(reg8_t,65) "unknown_520"
2055 array(ptr(TOP),5) "void*[5]"
2056 array(reg8_t,66) "unknown_528"
2057 array(reg8_t,71) "unknown_568"
2058 array(reg8_t,131) "unknown_1048"
2059 array(reg8_t,77) "unknown_616"
2060 array(reg8_t,94) "unknown_752"
2061 array(reg8_t,132) "unknown_1056"
2062 array(reg8_t,85) "unknown_680"
2063 array(reg8_t,127) "unknown_1016"
2064 array(reg8_t,160) "unknown_1280"
2065 array(reg8_t,118) "unknown_944"
2066 array(reg8_t,96) "unknown_768"
2067 array(reg8_t,73) "unknown_584"
2068 array(reg8_t,106) "unknown_848"
2069 array(reg8_t,126) "unknown_1008"
2070 array(reg8_t,112) "unknown_896"
2071 array(ptr(TOP),4) "void*[4]"
2072 array(reg8_t,70) "unknown_560"
2073 array(reg8_t,53) "unknown_424"
2074 array(ptr(TOP),33) "void*[33]"
2075 array(reg8_t,75) "unknown_600"
2076 array(reg8_t,79) "unknown_632"
2077 array(reg8_t,336) "unknown_2688"
2078 array(reg8_t,129) "unknown_1032"
2079 array(reg8_t,111) "unknown_888"
2080 array(reg8_t,137) "unknown_1096"
2081 array(reg8_t,87) "unknown_696"
2082 array(ptr(TOP),9) "void*[9]"
2083 array(ptr(TOP),2) "void*[2]"
2084 array(reg8_t,86) "unknown_688"
2085 array(reg8_t,72) "unknown_576"
2086 array(reg8_t,82) "unknown_656"
2087 array(reg8_t,104) "unknown_832"
2088 array(reg8_t,187) "unknown_1496"
2089 array(ptr(TOP),7) "void*[7]"
2090 array(reg8_t,91) "unknown_728"
2091 array(ptr(TOP),6) "void*[6]"
2092 array(reg32_t,6) "dword[6]"
2093 array(reg8_t,83) "unknown_664"
2094 array(reg8_t,109) "unknown_872"
2095 array(reg8_t,105) "unknown_840"
2096 array(reg8_t,158) "unknown_1264"
2097 array(reg8_t,92) "unknown_736"
2098 array(reg8_t,99) "unknown_792"
2099 array(reg8_t,280) "unknown_2240"
2100 array(reg8_t,157) "unknown_1256"
2101 array(reg8_t,164) "unknown_1312"
2102 array(reg32_t,33) "dword[33]"
2103 array(reg32_t,7) "dword[7]"
2104 array(reg8_t,192) "unknown_1536"
2105 array(reg8_t,113) "unknown_904"
2106 array(reg8_t,120) "unknown_960"
2107 array(reg8_t,103) "unknown_824"
2108 array(reg8_t,121) "unknown_968"
2109 array(reg8_t,108) "unknown_864"
2110 array(reg8_t,928) "unknown_7424"
2111 array(reg8_t,100) "unknown_800"
2112 array(reg8_t,191) "unknown_1528"
2113 array(reg8_t,145) "unknown_1160"
2114 array(reg8_t,298) "unknown_2384"
2115 array(reg8_t,133) "unknown_1064"
2116 array(reg8_t,95) "unknown_760"
2117 array(reg8_t,136) "unknown_1088"
2118 array(reg8_t,172) "unknown_1376"
2119 array(reg8_t,153) "unknown_1224"
2120 array(reg8_t,139) "unknown_1112"
2121 array(reg8_t,180) "unknown_1440"
2122 array(reg8_t,144) "unknown_1152"
2123 array(reg8_t,146) "unknown_1168"
2124 array(reg8_t,162) "unknown_1296"
2125 array(reg8_t,670) "unknown_5360"
2126 array(reg8_t,107) "unknown_856"
2127 array(reg8_t,278) "unknown_2224"
2128 array(ptr(TOP),8) "void*[8]"
2129 array(reg8_t,143) "unknown_1144"
2130 array(reg8_t,178) "unknown_1424"
2131 array(reg8_t,116) "unknown_928"
2132 array(reg8_t,93) "unknown_744"
2133 array(reg8_t,423) "unknown_3384"
2134 array(reg8_t,154) "unknown_1232"
2135 array(reg8_t,119) "unknown_952"
2136 array(reg8_t,174) "unknown_1392"
2137 array(reg8_t,110) "unknown_880"
2138 array(reg8_t,177) "unknown_1416"
2139 array(ptr(TOP),3) "void*[3]"
2140 array(ptr(TOP),13) "void*[13]"
2141 array(reg8_t,115) "unknown_920"
2142 array(reg8_t,140) "unknown_1120"
2143 array(reg32_t,37) "dword[37]"
2144 array(reg8_t,141) "unknown_1128"
2145 array(reg8_t,205) "unknown_1640"
2146 array(ptr(TOP),11) "void*[11]"
2147 array(reg8_t,135) "unknown_1080"
2148 array(reg8_t,288) "unknown_2304"
2149 array(reg8_t,958) "unknown_7664"
2150 array(reg8_t,176) "unknown_1408"
2151 array(reg8_t,155) "unknown_1240"
2152 array(reg8_t,196) "unknown_1568"
2153 array(reg8_t,219) "unknown_1752"
2154 array(reg8_t,117) "unknown_936"
2155 array(reg8_t,161) "unknown_1288"
2156 array(reg8_t,319) "unknown_2552"
2157 array(reg8_t,302) "unknown_2416"
2158 array(reg32_t,5) "dword[5]"
2159 array(reg8_t,255) "unknown_2040"
2160 array(reg8_t,149) "unknown_1192"
2161 array(reg8_t,183) "unknown_1464"
2162 array(reg8_t,256) "unknown_2048"
2163 array(reg8_t,245) "unknown_1960"
2164 array(reg8_t,186) "unknown_1488"
2165 array(reg8_t,2008) "unknown_16064"
2166 array(reg8_t,884) "unknown_7072"
2167 array(reg8_t,482) "unknown_3856"
2168 array(ptr(TOP),32) "void*[32]"
2169 array(reg8_t,200) "unknown_1600"
2170 array(ptr(TOP),12) "void*[12]"
2171 array(reg8_t,1648) "unknown_13184"
2172 array(reg8_t,201) "unknown_1608"
2173 array(reg8_t,216) "unknown_1728"
2174 array(reg8_t,802) "unknown_6416"
2175 array(reg8_t,504) "unknown_4032"
2176 array(ptr(TOP),31) "void*[31]"
1 code_t "(_In_ WCHAR* -ms-> HMODULE)*"
1 code_t "(UINT -ms-> void)*"
1 code_t "(_In_ CHAR* -ms-> BOOL)*"
1 code_t "(void -ms-> LPSTR)*"
1 code_t "(HANDLE,HEAP_INFORMATION_CLASS,_Inout_ PVOID,SIZE_T -ms-> BOOL)*"
1 code_t "(HANDLE,DWORD,SIZE_T -ms-> LPVOID)*"
1 code_t "(HANDLE,DWORD,_Inout_ LPVOID,SIZE_T -ms-> LPVOID)*"
1 code_t "(HANDLE,DWORD,_Inout_ LPVOID -ms-> BOOL)*"
1 code_t "(_In_ CHAR*,_Inout_ LPSECURITY_ATTRIBUTES -ms-> BOOL)*"
1 code_t "(HANDLE -ms-> BOOL)*"
1 code_t "(_In_ FILETIME*,_Inout_ LPSYSTEMTIME -ms-> BOOL)*"
1 code_t "(_In_ FILETIME*,_Inout_ LPFILETIME -ms-> BOOL)*"
1 code_t "(_In_ CHAR*,FINDEX_INFO_LEVELS,_Inout_ LPVOID,FINDEX_SEARCH_OPS,_Inout_ LPVOID,DWORD -ms-> HANDLE)*"
1 code_t "(HANDLE,_Inout_ LPWIN32_FIND_DATAA -ms-> BOOL)*"
1 code_t "(_Inout_ LPFILETIME -ms-> void)*"
1 code_t "(UINT,_Inout_ LPCPINFO -ms-> BOOL)*"
1 code_t "(void -ms-> UINT)*"
1 code_t "(UINT -ms-> BOOL)*"
1 code_t "(DWORD,_Inout_ LPVOID -ms-> BOOL)*"
1 code_t "(DWORD -ms-> void)*"
1 code_t "(void -ms-> HANDLE)*"
1 code_t "(_Inout_ LPTOP_LEVEL_EXCEPTION_FILTER -ms-> LPTOP_LEVEL_EXCEPTION_FILTER)*"
1 code_t "(void -ms-> BOOL)*"
1 code_t "(HANDLE,UINT -ms-> BOOL)*"
1 code_t "(UINT -ms-> UINT)*"
1 code_t "(DWORD -ms-> HANDLE)*"
1 code_t "(_Inout_ LPCRITICAL_SECTION,DWORD -ms-> BOOL)*"
1 code_t "(HANDLE -ms-> DWORD)*"
1 code_t "(_Inout_ LPSTARTUPINFOW -ms-> void)*"
1 code_t "(UINT,_In_ CHAR* -ms-> void)*"
1 code_t "(_Inout_ PHANDLER_ROUTINE,BOOL -ms-> BOOL)*"
1 code_t "(HMODULE -ms-> BOOL)*"
1 code_t "(_Inout_ LONG*,LONG -ms-> LONG)*"
1 code_t "(HANDLE,_In_ void*,DWORD,_Inout_ LPDWORD,_Inout_ LPOVERLAPPED -ms-> BOOL)*"
1 code_t "(HMODULE,_Inout_ LPWSTR,DWORD -ms-> DWORD)*"
1 code_t "(_Inout_ PVOID,_Inout_ PVOID,_Inout_ PEXCEPTION_RECORD,_Inout_ PVOID -ms-> void)*"
1 code_t "(HANDLE,_Inout_ LPDWORD -ms-> BOOL)*"
1 code_t "(HMODULE,_Inout_ LPSTR,DWORD -ms-> DWORD)*"
1 code_t "(_Inout_ LPWCH -ms-> BOOL)*"
1 code_t "(void -ms-> LPWCH)*"
1 code_t "(DWORD,SIZE_T,SIZE_T -ms-> HANDLE)*"
1 code_t "(_Inout_ LARGE_INTEGER* -ms-> BOOL)*"
1 code_t "(HANDLE,LONG,_Inout_ PLONG,DWORD -ms-> DWORD)*"
1 code_t "(_In_ CHAR* -ms-> DWORD)*"
1 code_t "(HANDLE,_Inout_ LPVOID,DWORD,_Inout_ LPDWORD,_Inout_ LPOVERLAPPED -ms-> BOOL)*"
1 code_t "(DWORD,_In_ WCHAR*,int,_Inout_ LPWORD -ms-> BOOL)*"
1 code_t "(void -ms-> LCID)*"
1 code_t "(_Inout_ LOCALE_ENUMPROCA,DWORD -ms-> BOOL)*"
1 code_t "(LCID,DWORD -ms-> BOOL)*"
1 code_t "(DWORD,HANDLE -ms-> BOOL)*"
1 code_t "(HANDLE,DWORD,_In_ void* -ms-> SIZE_T)*"
1 code_t "(HANDLE,_In_ void*,DWORD,_Inout_ LPDWORD,_Inout_ LPVOID -ms-> BOOL)*"
1 code_t "(_Inout_ LPTIME_ZONE_INFORMATION -ms-> DWORD)*"
1 code_t "(LCID,DWORD,_In_ WCHAR*,int,_In_ WCHAR*,int -ms-> int)*"
1 code_t "(_In_ CHAR*,_In_ CHAR* -ms-> BOOL)*"
1 code_t "(_In_ WCHAR*,DWORD,DWORD,_Inout_ LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE -ms-> HANDLE)*"
1 code_t "(_In_ WCHAR* -ms-> UINT)*"
1 code_t "(_In_ WCHAR* -ms-> BOOL)*"
2177 array(num8_t,32) "char[32]"
2178 array(num8_t,33) "char[33]"
2179 array(num8_t,34) "char[34]"
2180 array(num8_t,9) "char[9]"
2181 array(num8_t,15) "char[15]"
2182 array(num8_t,5) "char[5]"
2183 array(num8_t,10) "char[10]"
2184 array(num8_t,6) "char[6]"
2185 array(num8_t,3) "char[3]"
2186 array(num8_t,16) "char[16]"
2187 array(num8_t,8) "char[8]"
2188 array(num8_t,7) "char[7]"
2189 array(num8_t,14) "char[14]"
2190 array(num8_t,18) "char[18]"
2191 array(num8_t,12) "char[12]"
2192 array(num8_t,35) "char[35]"
2193 array(num8_t,11) "char[11]"
2194 array(num8_t,25) "char[25]"
2195 array(num8_t,76) "char[76]"
2196 array(num8_t,13) "char[13]"
2197 array(num8_t,20) "char[20]"
2198 array(num8_t,65) "char[65]"
2199 array(num8_t,62) "char[62]"
2200 array(num8_t,64) "char[64]"
2201 array(num8_t,41) "char[41]"
2202 array(num8_t,59) "char[59]"
2203 array(num8_t,56) "char[56]"
2204 array(num8_t,55) "char[55]"
2205 array(num8_t,39) "char[39]"
2206 array(num8_t,31) "char[31]"
2207 array(num8_t,30) "char[30]"
2208 array(num8_t,27) "char[27]"
2209 array(reg8_t,1024) "unknown_8192"
2210 array(num8_t,24) "char[24]"
2211 array(num8_t,47) "char[47]"
2212 array(num8_t,23) "char[23]"
2213 array(num8_t,22) "char[22]"
2214 array(num8_t,49) "char[49]"
2215 array(num8_t,26) "char[26]"
2216 array(num8_t,40) "char[40]"
2217 array(num8_t,2) "char[2]"
2218 array(num8_t,42) "char[42]"
2219 array(num8_t,48) "char[48]"
2220 array(num8_t,51) "char[51]"
2221 array(num8_t,28) "char[28]"
2222 array(num8_t,38) "char[38]"
2223 array(num8_t,36) "char[36]"
2224 array(num8_t,46) "char[46]"
2225 array(num8_t,19) "char[19]"
2226 array(num8_t,21) "char[21]"
2227 array(num8_t,29) "char[29]"
2228 array(num8_t,60) "char[60]"
2229 array(num8_t,37) "char[37]"
2230 array(num8_t,43) "char[43]"
2231 array(num8_t,67) "char[67]"
2232 array(num8_t,53) "char[53]"
2233 array(num8_t,17) "char[17]"
2234 array(reg8_t,156) "unknown_1248"
2235 array(num8_t,52) "char[52]"
2236 array(reg8_t,1064) "unknown_8512"
2237 array(num8_t,44) "char[44]"
2238 array(num8_t,54) "char[54]"
2239 array(reg8_t,268) "unknown_2144"
2240 array(reg8_t,152) "unknown_1216"
2241 array(num8_t,57) "char[57]"
2242 array(reg8_t,428) "unknown_3424"
2243 array(reg8_t,260) "unknown_2080"
2244 array(num8_t,75) "char[75]"
2245 array(num8_t,58) "char[58]"
2246 array(num8_t,61) "char[61]"
2247 array(reg8_t,500) "unknown_4000"
2248 array(num8_t,45) "char[45]"
2249 array(num8_t,50) "char[50]"
2250 array(reg8_t,5484) "unknown_43872"
2251 array(reg8_t,4280) "unknown_34240"
2252 array(reg8_t,228) "unknown_1824"
2253 array(reg8_t,6788) "unknown_54304"
2254 array(reg8_t,21980) "unknown_175840"
2255 array(reg8_t,1022) "unknown_8176"
2256 array(reg8_t,30908) "unknown_247264"
2257 array(reg8_t,1216) "unknown_9728"
2258 array(reg8_t,1692) "unknown_13536"
2259 array(reg8_t,227) "unknown_1816"
2260 array(uint16_t,12) "wchar_t[12]"
1 code_t "(dword -> dword)*"
2261 struct(0:ptr(struct(0:reg32_t,4:reg32_t,8:ptr(struct(0:reg32_t,4:reg32_t,8:ptr(TOP),12:ptr(TOP),16:reg32_t,20:array(uint32_t,15))),12:ptr(TOP),16:reg32_t,20:array(uint32_t,15))),4:ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:array(reg8_t,80),108:reg32_t),140:reg32_t,144:reg32_t,148:reg32_t,152:reg32_t,156:reg32_t,160:reg32_t,164:reg32_t,168:reg32_t,172:reg32_t,176:reg32_t,180:reg32_t,184:reg32_t,188:reg32_t,192:reg32_t,196:reg32_t,200:reg32_t,204:array(reg8_t,512)))) "_EXCEPTION_POINTERS"
2262 ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:array(reg8_t,80),108:reg32_t),140:reg32_t,144:reg32_t,148:reg32_t,152:reg32_t,156:reg32_t,160:reg32_t,164:reg32_t,168:reg32_t,172:reg32_t,176:reg32_t,180:reg32_t,184:reg32_t,188:reg32_t,192:reg32_t,196:reg32_t,200:reg32_t,204:array(reg8_t,512))) "CONTEXT*"
2263 array(reg8_t,168) "unknown_1344"
2264 array(reg8_t,258) "unknown_2064"
2265 array(reg8_t,448) "unknown_3584"
2266 array(reg8_t,580) "unknown_4640"
2267 array(reg8_t,384) "unknown_3072"
2268 array(reg8_t,480) "unknown_3840"
2269 array(reg8_t,516) "unknown_4128"
2270 array(uint16_t,11) "wchar_t[11]"
2271 array(uint16_t,8) "wchar_t[8]"
1 code_t "(_Inout_ PEXCEPTION_RECORD,_Inout_ PVOID,dword -> dword)*"
2272 struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t) "_EH4_SCOPETABLE"
2273 array(struct(0:reg32_t,4:reg32_t,8:reg32_t,12:reg32_t),2) "_EH4_SCOPETABLE[2]"
2274 array(reg8_t,376) "unknown_3008"
2275 array(reg8_t,3398) "unknown_27184"
2276 array(reg8_t,240) "unknown_1920"
2277 array(reg8_t,868) "unknown_6944"
1 code_t "(size_t -> dword)*"
1 code_t "(size_t,size_t -> dword)*"
1 code_t "(_Inout_ void*,size_t -> dword)*"
1 code_t "(dword,_Inout_ va_list -> dword)*"
2278 array(reg8_t,232) "unknown_1856"
2279 array(reg8_t,344) "unknown_2752"
2280 array(reg8_t,520) "unknown_4160"
2281 array(reg8_t,124) "unknown_992"
2282 array(reg8_t,668) "unknown_5344"
2283 ptr(struct(0:ptr(num8_t),4:ptr(num8_t),8:reg32_t,12:uint32_t,16:reg32_t,20:uint32_t,24:uint32_t,32:code_t,44:code_t,48:code_t,52:code_t,64:ptr(TOP),68:reg32_t)) "Struct_4*"
2284 array(reg8_t,496) "unknown_3968"
2285 array(reg8_t,356) "unknown_2848"
2286 array(reg8_t,544) "unknown_4352"
2287 array(reg8_t,264) "unknown_2112"
2288 ptr(struct(0:num32_t,4:reg32_t,8:reg32_t,12:reg32_t)) "Struct_2*"
2289 array(reg8_t,213) "unknown_1704"
2290 array(reg8_t,352) "unknown_2816"
2291 array(reg8_t,348) "unknown_2784"
2292 float16_t "short float"
2293 ptr(struct(4:ptr(num8_t),12:code_t,84:ptr(TOP),88:ptr(TOP))) "Struct_5*"
2294 ptr(struct(4:ptr(num8_t),8:code_t,12:ptr(num8_t),20:code_t)) "Struct_7*"
2295 ptr(ptr(struct(16:code_t,36:code_t,40:code_t))) "Struct_8**"
2296 ptr(struct(4:reg32_t,12:num8_t,24:ptr(struct(0:ptr(num8_t),4:ptr(num8_t))))) "Struct_9*"
2297 ptr(struct(156:ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),160:reg16_t,164:reg32_t)) "Struct_14*"
2298 ptr(struct(0:ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)),4:reg16_t,8:reg32_t,168:ptr(struct(0:array(reg8_t,536870904),4294967288:reg32_t)))) "Struct_13*"
2299 array(reg8_t,248) "unknown_1984"
720 ptr(struct(0:ptr(struct(4:ptr(struct(0:ptr(array(reg8_t,24)),4:reg32_t,8:reg32_t,12:ptr(array(reg8_t,24)))),12:reg32_t)),4:reg32_t,8:ptr(TOP),12:reg32_t,16:reg32_t)) "Struct_15*"
2300 ptr(array(reg8_t,14)) "unknown_112*"
1130 ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),12:ptr(TOP))) "Struct_21*"
2301 union(ptr(num8_t),ptr(struct(0:array(reg8_t,80),80:reg32_t))) "Union_4"
1194 union(ptr(num8_t),ptr(reg32_t)) "Union_6"
1130 ptr(struct(0:reg32_t,4:ptr(struct(12:reg32_t,16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),12:ptr(TOP))) "Struct_31*"
2302 array(reg8_t,199) "unknown_1592"
2303 union(num32_t,ptr(ptr(num8_t))) "Union_7"
2304 array(reg8_t,514) "unknown_4112"
2305 array(reg8_t,518) "unknown_4144"
2306 array(reg8_t,1004) "unknown_8032"
2307 struct(0:num32_t,4:array(uint16_t,32),68:struct(0:reg16_t,2:reg16_t,4:reg16_t,6:reg16_t,8:reg16_t,10:reg16_t,12:reg16_t,14:reg16_t),84:num32_t,88:array(uint16_t,32),152:struct(0:reg16_t,2:reg16_t,4:reg16_t,6:reg16_t,8:reg16_t,10:reg16_t,12:reg16_t,14:reg16_t),168:num32_t) "_TIME_ZONE_INFORMATION"
2308 array(reg8_t,4096) "unknown_32768"
2309 array(reg8_t,135168) "unknown_1081344"
2310 union(num32_t,struct(0:ptr(TOP)),struct(4:reg32_t,8:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t)))),struct(16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),28:ptr(struct(0:array(reg8_t,36),36:ptr(struct(0:ptr(TOP)))))),struct(0:ptr(TOP),16:reg32_t),struct(20:reg32_t,28:union(struct(0:ptr(TOP)),ptr(struct(0:ptr(TOP))),ptr(ptr(struct(0:ptr(TOP)))),ptr(struct(0:array(reg8_t,40),40:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t))))) "Union_608"
2311 ptr(struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:reg32_t)) "Struct_682*"
2312 ptr(struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP))))) "Struct_426*"
2313 ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP))) "Struct_1807*"
2314 ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))))) "StructFrag_357*"
2315 union(ptr(reg32_t),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,36),36:reg32_t)),ptr(struct()),ptr(struct(0:reg32_t,8:reg32_t,16:union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),ptr(struct(0:reg32_t,8:reg32_t,16:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:reg32_t,8:reg32_t,16:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP)))))) "Union_885"
2316 ptr(struct(4:reg32_t,8:reg32_t,16:reg32_t,28:ptr(struct(0:array(reg8_t,36),36:ptr(reg32_t))))) "Struct_351*"
2317 union(num8_t,ptr(reg32_t),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,28),28:reg32_t)),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))),28:reg32_t)),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP)))))),28:reg32_t))) "Union_890"
2318 union(ptr(reg32_t),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_892"
2319 ptr(struct(4:ptr(TOP),8:reg32_t,12:reg32_t,16:ptr(array(reg8_t,22)),20:ptr(array(reg8_t,32)),24:ptr(array(reg8_t,16)))) "Struct_276*"
2320 union(code,code_t,num8_t,struct(0:ptr(array(reg8_t,12)),8:reg32_t),struct(16:ptr(num8_t),20:ptr(num8_t)),ptr(struct(0:array(reg8_t,16),16:code_t)),ptr(reg32_t),ptr(struct(0:reg32_t,4:ptr(TOP))),struct(0:ptr(TOP),4:reg32_t),ptr(ptr(num32_t)),ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(array(reg8_t,20)))))))),ptr(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(array(reg8_t,20))))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(struct(12:reg32_t,16:ptr(TOP))))))),ptr(struct(0:array(reg8_t,20),20:reg32_t)),ptr(struct(0:array(reg8_t,32),32:reg32_t)),ptr(struct(0:array(reg8_t,28),28:reg32_t)),ptr(struct(0:reg64_t,8:reg32_t)),ptr(struct(0:reg64_t,8:ptr(reg32_t))),ptr(struct(0:array(reg8_t,36),36:reg32_t)),struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),struct(0:ptr(ptr(code_t)),4:reg32_t),ptr(struct(0:array(reg8_t,40),40:ptr(ptr(TOP)))),struct(0:ptr(struct(0:ptr(TOP),8:reg32_t)),4:reg32_t),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28))),ptr(struct(0:array(reg8_t,28),28:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP))))),ptr(struct()),ptr(struct(0:reg32_t,8:reg32_t,16:union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),struct(0:ptr(struct(0:ptr(struct(0:reg64_t,8:num8_t)),4:reg16_t,6:num8_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))))),16:ptr(struct(0:array(reg8_t,16),16:ptr(TOP)))),ptr(struct(0:reg32_t,8:reg32_t,16:reg32_t,28:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP))))),ptr(struct(0:array(reg8_t,24),24:reg32_t))),28:reg32_t)),ptr(struct(0:reg32_t,4:reg32_t,8:reg32_t,16:union(ptr(struct(0:reg64_t,8:ptr(struct(0:array(reg8_t,32),32:ptr(TOP))))),ptr(ptr(struct(0:reg64_t,8:ptr(array(reg8_t,36))))),ptr(struct(0:array(reg8_t,32),32:ptr(struct(0:reg32_t,12:reg32_t,16:ptr(TOP)))))),28:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,24:reg32_t)),20:reg32_t,24:ptr(TOP))),ptr(struct(4:reg32_t,8:reg32_t,16:reg32_t,20:reg32_t,24:reg32_t,28:union(ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),8:reg32_t,12:reg32_t,16:ptr(ptr(array(reg8_t,536870904))),20:reg32_t,24:ptr(TOP)))))),ptr(struct(0:reg32_t,8:reg32_t,16:union(ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t))),28:ptr(struct(16:ptr(TOP),24:ptr(TOP))))),struct(0:ptr(struct(0:reg64_t,8:reg32_t)),8:ptr(TOP)),struct(0:reg32_t,4:reg32_t),struct(0:num8_t,4:reg32_t,8:reg32_t),ptr(struct(0:reg32_t,8:reg32_t,12:reg32_t,40:union(code_t,ptr(code_t),ptr(struct(0:ptr(code_t),4:reg32_t)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,8:reg32_t)))))) "Union_986"
2321 union(ptr(reg32_t),ptr(struct(12:reg32_t,16:ptr(TOP))),ptr(struct(0:array(reg8_t,32),32:ptr(TOP))),ptr(struct(0:array(reg8_t,44),44:reg32_t)),ptr(struct(0:reg32_t,4:ptr(TOP))),ptr(struct(0:array(reg8_t,28),28:ptr(TOP)))) "Union_405"
2322 ptr(struct(0:ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t)),4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(ptr(struct(0:array(reg8_t,536870900),4294967284:reg32_t))),20:reg32_t,24:ptr(TOP))) "Struct_141*"
2323 ptr(struct(0:ptr(struct(0:reg32_t,4:ptr(TOP))),4:ptr(TOP),12:ptr(TOP))) "Struct_1058*"
2324 ptr(struct(0:reg64_t,8:ptr(struct(0:reg64_t,8:reg32_t)))) "StructFrag_260*"
2325 ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))))))) "Struct_1826*"
2326 ptr(struct(8:reg32_t,16:ptr(TOP),24:ptr(TOP))) "Struct_825*"
2327 ptr(struct(4:reg32_t,8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))) "Struct_365*"
2328 ptr(struct(8:reg32_t,12:reg32_t,16:ptr(TOP),20:reg32_t,24:ptr(TOP))) "Struct_847*"
2329 ptr(struct(0:num8_t,4:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),8:ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(TOP))),16:reg32_t)) "Struct_375*"
2330 ptr(struct(0:num8_t,4:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),8:ptr(struct(0:num8_t,4:reg32_t,8:reg32_t,12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),16:ptr(TOP),24:ptr(TOP))),12:ptr(struct(0:array(reg8_t,16),16:ptr(TOP))),16:reg32_t)) "Struct_1302*"
641 ptr(struct(0:array(reg8_t,16),16:ptr(TOP))) "StructFrag_133*"
2331 ptr(struct(4:reg32_t,8:reg32_t,16:ptr(TOP),24:ptr(struct(16:ptr(struct(4:reg32_t,8:reg32_t,16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))),24:ptr(TOP))))) "Struct_1859*"
2332 union(code,code_t,ptr(ptr(TOP)),ptr(num8_t),ptr(struct(0:array(reg8_t,40),40:ptr(TOP))),ptr(struct(0:ptr(TOP),4:reg16_t,6:num8_t)),ptr(struct(0:array(reg8_t,12),12:ptr(TOP))),struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP)),ptr(struct(0:ptr(struct(0:ptr(TOP),4:reg32_t)),4:reg32_t,12:ptr(TOP))),struct(0:ptr(TOP),4:ptr(reg64_t)),ptr(struct(0:ptr(TOP),4:ptr(TOP))),struct(0:ptr(TOP),8:ptr(struct(0:array(reg8_t,40),40:ptr(TOP)))),ptr(struct(0:array(reg8_t,3),3:num8_t)),ptr(struct(0:array(reg8_t,5),5:num8_t)),struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP)))),ptr(struct(0:ptr(TOP),4:ptr(struct(0:ptr(TOP),4:ptr(TOP))))),ptr(struct(0:array(reg8_t,36),36:ptr(TOP))),struct(0:ptr(reg64_t),4:reg32_t),ptr(struct(0:ptr(TOP),4:reg32_t)),struct(16:ptr(array(reg8_t,28)),24:ptr(array(reg8_t,28)))) "Union_517"
2333 union(num32_t,ptr(num32_t),ptr(TOP),ptr(num8_t),ptr(reg32_t),ptr(struct(0:array(reg8_t,112),112:reg32_t)),ptr(ptr(num8_t)),ptr(struct(464:uint32_t,468:reg32_t)),ptr(struct(160:ptr(num8_t),164:uint32_t,176:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(156:ptr(num8_t),160:ptr(num8_t),164:uint32_t,168:uint32_t,172:reg32_t,176:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(156:ptr(num8_t),164:uint32_t,172:reg32_t,180:reg32_t,184:reg32_t)),ptr(struct(0:array(reg8_t,124),124:code_t)),ptr(struct(0:array(reg8_t,120),120:code_t)),ptr(struct(92:ptr(struct(0:array(reg8_t,16),16:union(code_t,ptr(TOP)))),96:reg32_t,100:reg32_t)),ptr(ptr(struct())),ptr(struct(0:array(reg8_t,104),104:union(num32_t,ptr(num32_t),ptr(struct(0:num32_t,4:reg32_t,8:reg32_t,12:reg32_t))))),ptr(struct(0:array(reg8_t,108),108:reg32_t)),ptr(struct(0:array(reg8_t,104),104:ptr(num32_t))),ptr(struct(0:array(reg8_t,108),108:ptr(struct(0:array(reg8_t,172),172:uint32_t)))),ptr(struct(0:array(reg8_t,108),108:ptr(reg32_t))),ptr(struct(0:array(reg8_t,192),192:reg32_t)),ptr(struct(0:array(reg8_t,92),92:ptr(struct(4:code_t,8:reg32_t)))),ptr(struct(0:array(reg8_t,24),24:uint32_t)),ptr(struct(92:ptr(struct(0:reg32_t,4:reg32_t,8:code_t)),96:reg32_t,100:reg32_t))) "Union_974"
0 reg32_t "BOOL"
1 code_t "(unsigned int -> int)*"
1 code_t "_onexit_t"
2334 ptr(struct(4:ptr(TOP),16:reg16_t)) "Struct_372*"
| BlitzBasic | 1 | matt-noonan/retypd-data | data/yasm.exe.decls | [
"MIT"
] |
ocv_assert(NOT OPENCV_SKIP_PYTHON_LOADER)
set(PYTHON_SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}")
if(OpenCV_FOUND)
set(__loader_path "${OpenCV_BINARY_DIR}/python_loader")
message(STATUS "OpenCV Python: during development append to PYTHONPATH: ${__loader_path}")
else()
set(__loader_path "${CMAKE_BINARY_DIR}/python_loader")
endif()
set(__python_loader_install_tmp_path "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/install/python_loader/")
if(DEFINED OPENCV_PYTHON_INSTALL_PATH)
if(IS_ABSOLUTE "${OPENCV_PYTHON_INSTALL_PATH}")
set(OpenCV_PYTHON_INSTALL_PATH_RELATIVE_CONFIGCMAKE "${CMAKE_INSTALL_PREFIX}/")
set(CMAKE_PYTHON_EXTENSION_INSTALL_PATH_BASE "'${CMAKE_INSTALL_PREFIX}'")
else()
file(RELATIVE_PATH OpenCV_PYTHON_INSTALL_PATH_RELATIVE_CONFIGCMAKE "${CMAKE_INSTALL_PREFIX}/${OPENCV_PYTHON_INSTALL_PATH}/cv2" ${CMAKE_INSTALL_PREFIX})
set(CMAKE_PYTHON_EXTENSION_INSTALL_PATH_BASE "os.path.join(LOADER_DIR, '${OpenCV_PYTHON_INSTALL_PATH_RELATIVE_CONFIGCMAKE}')")
endif()
else()
set(CMAKE_PYTHON_EXTENSION_INSTALL_PATH_BASE "os.path.join(LOADER_DIR, 'not_installed')")
endif()
if(OpenCV_FOUND)
return() # Ignore "standalone" builds of Python bindings
endif()
set(PYTHON_LOADER_FILES
"setup.py" "cv2/__init__.py"
"cv2/load_config_py2.py" "cv2/load_config_py3.py"
)
foreach(fname ${PYTHON_LOADER_FILES})
get_filename_component(__dir "${fname}" DIRECTORY)
# avoid using of file(COPY) to rerun CMake on changes
configure_file("${PYTHON_SOURCE_DIR}/package/${fname}" "${__loader_path}/${fname}" COPYONLY)
if(fname STREQUAL "setup.py")
if(OPENCV_PYTHON_SETUP_PY_INSTALL_PATH)
install(FILES "${PYTHON_SOURCE_DIR}/package/${fname}" DESTINATION "${OPENCV_PYTHON_SETUP_PY_INSTALL_PATH}" COMPONENT python)
endif()
elseif(DEFINED OPENCV_PYTHON_INSTALL_PATH)
install(FILES "${PYTHON_SOURCE_DIR}/package/${fname}" DESTINATION "${OPENCV_PYTHON_INSTALL_PATH}/${__dir}" COMPONENT python)
endif()
endforeach()
if(WIN32)
if(CMAKE_GENERATOR MATCHES "Visual Studio")
list(APPEND CMAKE_PYTHON_BINARIES_PATH "'${EXECUTABLE_OUTPUT_PATH}/Release'") # TODO: CMAKE_BUILD_TYPE is not defined
else()
list(APPEND CMAKE_PYTHON_BINARIES_PATH "'${EXECUTABLE_OUTPUT_PATH}'")
endif()
else()
list(APPEND CMAKE_PYTHON_BINARIES_PATH "'${LIBRARY_OUTPUT_PATH}'")
endif()
string(REPLACE ";" ",\n " CMAKE_PYTHON_BINARIES_PATH "${CMAKE_PYTHON_BINARIES_PATH}")
configure_file("${PYTHON_SOURCE_DIR}/package/template/config.py.in" "${__loader_path}/cv2/config.py" @ONLY)
# install
if(DEFINED OPENCV_PYTHON_INSTALL_PATH)
if(WIN32)
list(APPEND CMAKE_PYTHON_BINARIES_INSTALL_PATH "os.path.join(${CMAKE_PYTHON_EXTENSION_INSTALL_PATH_BASE}, '${OPENCV_BIN_INSTALL_PATH}')")
else()
list(APPEND CMAKE_PYTHON_BINARIES_INSTALL_PATH "os.path.join(${CMAKE_PYTHON_EXTENSION_INSTALL_PATH_BASE}, '${OPENCV_LIB_INSTALL_PATH}')")
endif()
set(CMAKE_PYTHON_BINARIES_PATH "${CMAKE_PYTHON_BINARIES_INSTALL_PATH}")
if (WIN32 AND HAVE_CUDA)
if (DEFINED CUDA_TOOLKIT_ROOT_DIR)
list(APPEND CMAKE_PYTHON_BINARIES_PATH "os.path.join(os.getenv('CUDA_PATH', '${CUDA_TOOLKIT_ROOT_DIR}'), 'bin')")
endif()
endif()
string(REPLACE ";" ",\n " CMAKE_PYTHON_BINARIES_PATH "${CMAKE_PYTHON_BINARIES_PATH}")
configure_file("${PYTHON_SOURCE_DIR}/package/template/config.py.in" "${__python_loader_install_tmp_path}/cv2/config.py" @ONLY)
install(FILES "${__python_loader_install_tmp_path}/cv2/config.py" DESTINATION "${OPENCV_PYTHON_INSTALL_PATH}/cv2/" COMPONENT python)
endif()
#
# Handle Python extra code (submodules)
#
function(ocv_add_python_files_from_path search_path)
file(GLOB_RECURSE extra_py_files
RELATIVE "${search_path}"
# Plain Python code
"${search_path}/*.py"
# Type annotations
"${search_path}/*.pyi"
)
ocv_debug_message("Extra Py files for ${search_path}: ${extra_py_files}")
if(extra_py_files)
list(SORT extra_py_files)
foreach(filename ${extra_py_files})
get_filename_component(module "${filename}" DIRECTORY)
if(NOT ${module} IN_LIST extra_modules)
list(APPEND extra_modules ${module})
endif()
configure_file("${search_path}/${filename}" "${__loader_path}/cv2/${filename}" COPYONLY)
if(DEFINED OPENCV_PYTHON_INSTALL_PATH)
install(FILES "${search_path}/${filename}" DESTINATION "${OPENCV_PYTHON_INSTALL_PATH}/cv2/${module}/" COMPONENT python)
endif()
endforeach()
message(STATUS "Found '${extra_modules}' Python modules from ${search_path}")
else()
message(WARNING "Can't add Python files and modules from '${module_path}'. There is no .py or .pyi files")
endif()
endfunction()
ocv_add_python_files_from_path("${PYTHON_SOURCE_DIR}/package/extra_modules")
foreach(m ${OPENCV_MODULES_BUILD})
if (";${OPENCV_MODULE_${m}_WRAPPERS};" MATCHES ";python;" AND HAVE_${m}
AND EXISTS "${OPENCV_MODULE_${m}_LOCATION}/misc/python/package"
)
ocv_add_python_files_from_path("${OPENCV_MODULE_${m}_LOCATION}/misc/python/package")
endif()
endforeach(m)
if(NOT "${OPENCV_PYTHON_EXTRA_MODULES_PATH}" STREQUAL "")
foreach(extra_ocv_py_modules_path ${OPENCV_PYTHON_EXTRA_MODULES_PATH})
ocv_add_python_files_from_path(${extra_ocv_py_modules_path})
endforeach()
endif()
| CMake | 4 | nowireless/opencv | modules/python/python_loader.cmake | [
"Apache-2.0"
] |
? my $context = $main::context;
? $_mt->wrapper_file("wrapper.mt")->(sub {
<title>Types - Documents - JSX</title>
?= $_mt->render_file("header.mt")
?= $_mt->render_file("breadcrumb.mt", [ qw(Documents doc.html) ], [ "Types" ])
<div id="main">
<h2>Primitive Types</h2>
<p>JSX provides the following four primitive types. Primitive types are non-nullable.</p>
<ul>
<li><code>boolean</code></li>
<li><code>number</code></li>
<li><code>string</code></li>
<li><code>(int)</code></li>
</ul>
<p><code>Int</code> (represents 32-bit signed integer) exists as a type, but variables (or properties or constants) of the type are generated only when the type is specified explicitly (i.e. <code>var n = 1;</code> defines a variable <code>n</code> of type <code>number</code>, <code>var i : int = 1;</code> defines a variable <code>i</code> of type <code>int</code>). This is due to the fact that the use of <code>int</code> may lead to slower execution speed.</p>
<h2>Nullable Primitive Types</h2>
<p>A nullable counterpart exists for each primitive type. Values of the types are returned by [] operators of <code>Array.<primitive_type></code> and <code>Map.<primitive_type></code>.</p>
<ul>
<li><code>Nullable.<boolean></code></li>
<li><code>Nullable.<number></code></li>
<li><code>Nullable.<string></code></li>
<li><code>(Nullable.<int>)</code></li>
</ul>
<h2>Variant Type</h2>
<p>
A <code>variant</code> can hold any type of data (including <code>null</code>). To use the data, explicit cast to other data types is necessary.
</p>
<h2>Built-in Object Types</h2>
<h3>Object</h3>
<p><code>Object</code> class is the root class for all objects.</p>
<h3>Array.<T></h3>
<p>The class represents an array, by providing the <code>[]</code> operator that takes a number as the argument, <code>length</code> property and other methods to manipulate the array. In contrast to JavaScript, the array is typed. An instance of <code>Array.<T></code> class may only store elements of type <code>T</code> or <code>null</code>.</p>
<p>The size of the array automatically grows. <code>null</code> is returned when an element out of the current boundary is requested.</p>
<p>There are two ways to create an array object; one is to use the <code>new</code> opreator, the other is to use the array initialiser. The type of the array returned by an array initialiser is deducted from the type of the elements. Type information should be annotated in cases where such deduction is impossible (such as when initializing an empty array).</p>
<?= $context->{prettify}->('jsx', <<EOT)
new Array.<number>; // creates an empty array of numbers
new Array.<number>(length); // creates an array of given length (elements are initialized to null)
[] : Array.<number>; // creates an empty array of numbers
[ 1, 2, 3 ]; // creates an array of numbers with three elements: 1, 2, 3
EOT
?>
<h3>Map.<T></h3>
<p>The class represents an associative array (collection of key-values pairs), mapping <code>string</code>s to values of type <code>T</code> or <code>null</code>.</p>
<p>Operator <code>[]</code> (that takes a <code>string</code> as the argument) is provided for registering / retreiving a keyed value. <code>for..in</code> statement can be used for iterating the keys. <code>hasOwnProperty</code> method is provided for checking whether or not a key-value pair of a particular name is registered. The <code>delete</code> statement can be used for unregistering a key-value pair.</p>
<p>Map objects can be created in two ways; by using the <code>new</code> operator or by using the map initialiser.</p>
<?= $context->{prettify}->('jsx', <<EOT)
new Map.<number>; // creates an empty map of strings to numbers
{} : Map.<number>; // same as above
{ a: 1 }; // creates a map of strings to numbers that has one pair: ("a" => 1)
EOT
?>
<h3>Boolean, Number, String</h3>
<p>Internal types used for applying methods against primitives.</p>
<p>These types of objects are instantiated when applying the dot operator against the primitives. For exmaple, the following code snippet applies the operator against string <code>"abc"</code>, that returns a <code>String</code> object wrapping the primitive value. Then the <code>charAt</code> method of the object is called and <code>"a"</code> (of type <code>string</code>) is returned.</p>
<?= $context->{prettify}->('jsx', <<EOT)
"abc".charAt(0) // returns "a"
EOT
?>
<p>Although being possible, it is discouraged to instantiate and store these values of the types (e.g. <code>var s = new String("abc")</code>). Use of the primitive types (or nullable primitive types) is preferable for performance and debugging reasons.</p>
<p><code>Number</code> and <code>String</code> classes also provide some useful class methods and constants, e.g. <code>Number.parseInt(:string):number</code>, <code>String.encodeURIComponent(:string):string</code>.</p>
<h3>JSX</h3>
<p>The class provides some methods for controlling the runtime environment.</p>
<h2>User-defined Types</h2>
<p>
Users may define a new class by extending the <code>Object</code> class, or by declaring an interface or a mixin. See <a href="doc/class.html">Class, Interface and Mixin</a>.
</p>
</div>
? })
| Mathematica | 5 | monkpit/JSX | doc/src/doc/typeref.mt | [
"MIT"
] |
package com.alibaba.json.bvt.bug;
import java.lang.reflect.Type;
import junit.framework.TestCase;
import org.junit.Test;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.TypeReference;
import com.alibaba.fastjson.parser.ParserConfig;
import com.alibaba.fastjson.util.TypeUtils;
public class Issue96 extends TestCase {
public void test_for_issue() throws Exception {
Page<Sub> page = new Page<Sub>(new Sub(1));
Type type = new TypeReference<Page<Sub>>() {
}.getType();
// this is ok
Page<Sub> page1 = JSON.parseObject(JSON.toJSONString(page), type);
System.out.println(page1.sub.getClass());
}
public void xx_testCast() {
Page<Sub> page = new Page<Sub>(new Sub(1));
Type type = new TypeReference<Page<Sub>>() {
}.getType();
ParserConfig parserconfig = ParserConfig.getGlobalInstance();
// !!!! this will fail:
// !!!! com.alibaba.fastjson.JSONException: can not cast to : Page<Sub> TypeUtils.java:719
Page<Sub> page1 = TypeUtils.cast(page, type, parserconfig);
System.out.println(page1.sub.getClass());
}
static class Page<T> {
public Page(){
super();
}
public Page(T sub){
super();
this.sub = sub;
}
T sub;
public T getSub() {
return sub;
}
public void setSub(T sub) {
this.sub = sub;
}
}
static class Sub {
public Sub(){
super();
}
public Sub(int id){
super();
this.id = id;
}
int id;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
}
}
| Java | 4 | Czarek93/fastjson | src/test/java/com/alibaba/json/bvt/bug/Issue96.java | [
"Apache-2.0"
] |
<script>
var globalVar = 123;
</script> | HTML | 0 | NareshMurthy/playwright | test/assets/global-var.html | [
"Apache-2.0"
] |
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#ifndef TENSORFLOW_COMPILER_XLA_SERVICE_GPU_REDUCTION_LAYOUT_NORMALIZER_H_
#define TENSORFLOW_COMPILER_XLA_SERVICE_GPU_REDUCTION_LAYOUT_NORMALIZER_H_
#include "absl/types/optional.h"
#include "tensorflow/compiler/xla/service/hlo_instructions.h"
#include "tensorflow/compiler/xla/service/hlo_module.h"
#include "tensorflow/compiler/xla/service/hlo_pass_interface.h"
namespace xla {
namespace gpu {
// Enforces default (minor-to-major) layout on all reduction inputs.
// Note that since reduction output can request a custom layout,
// this pass only guarantees standard layout for the input.
//
// For example,
//
// f[20,30]{0,1} out = reduce(f[10,20,30]{2,0,1} input, dimensions={0})
//
// becomes:
//
// f[20,10,30] tmp = f[20,10,30] bitcast(f[10,20,30]{2,0,1} input)
// f[20,30]{0,1} out = reduce(f[20,10,30]{2,1,0} tmp, dimensions={1})
class ReductionLayoutNormalizer : public HloModulePass {
public:
absl::string_view name() const override {
return "reduction-layout-normalizer";
}
StatusOr<bool> Run(HloModule* module) override;
};
} // namespace gpu
} // namespace xla
#endif // TENSORFLOW_COMPILER_XLA_SERVICE_GPU_REDUCTION_LAYOUT_NORMALIZER_H_
| C | 4 | yage99/tensorflow | tensorflow/compiler/xla/service/gpu/reduction_layout_normalizer.h | [
"Apache-2.0"
] |
forward OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]);
native SetTimer(funcname[], interval, repeating);
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
}
f0(arr[]) {
#pragma unused arr
}
f1(arr[]) { // line 13
new a = arr[0];
#pragma unused a
}
f2(arr[5]) {// line 18
new a = arr[0];
#pragma unused a
}
f3(const arr[]) {
new a = arr[0];
#pragma unused a
}
f4(const arr[5]) {
new a = arr[0];
#pragma unused a
}
f5(arr[][]) { // line 30
new a = arr[0][0];
#pragma unused a
}
f6(arr[][]) {
arr[0][0] = 0;
}
main () {
f0("test"); // line 39
f1("test"); // line 40
f2("test"); // line 41
f3("test");
f4("test");
new arr[5];
f1(arr);
f2(arr);
f3(arr);
f4(arr);
f1(arr[0]);
//f2(arr[0]); - array size must match
f3(arr[0]);
//f4(arr[0]); - array size must match
new arr2[1][1];
f5(arr2);
f6(arr2);
SetTimer("test", 0, 0);
}
| PAWN | 3 | pawn-lang/pawn | source/compiler/tests/const_array_args_and_literals_gh_276.pwn | [
"Zlib"
] |
;; test_propertylists.nu
;; tests for Nu property list support.
;;
;; Copyright (c) 2008 Tim Burks, Radtastical Inc.
(class TestPropertyLists is NuTestCase
(- (id) testSerialization is
(if (eq (uname) "Darwin")
(then (set object (array 2 2 3.3 (dict now:(NSDate date)) "five" (array 1 2 3 4 5))))
;; GNUstep is not properly serializing/deserializing dates
(else (set object (array 2 2 3.3 (dict now:((NSDate date) timeIntervalSinceReferenceDate) "five" (array 1 2 3 4 5))))))
(set plist (object XMLPropertyListRepresentation))
(set object2 (plist propertyListValue))
(assert_equal (object description) (object2 description))))
| Nu | 4 | mattbeshara/nu | test/test_propertylists.nu | [
"Apache-2.0"
] |
// run-pass
#![feature(generators)]
fn _run(bar: &mut i32) {
|| { //~ WARN unused generator that must be used
{
let _baz = &*bar;
yield;
}
*bar = 2;
};
}
fn main() {}
| Rust | 4 | Eric-Arellano/rust | src/test/ui/generator/reborrow-mut-upvar.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
INSERT INTO `USER` (`ID`,`NAME`,`EMAIL`) VALUES (1,'user1','[email protected]');
INSERT INTO `USER` (`ID`,`NAME`,`EMAIL`) VALUES (2,'user2','[email protected]');
INSERT INTO `USER` (`ID`,`NAME`,`EMAIL`) VALUES (3,'user3','[email protected]');
INSERT INTO `POST` (`ID`,`SUBJECT`,`USER_ID`) VALUES (1,'JPA Entity Graph In Action',1);
INSERT INTO `COMMENT` (`ID`,`REPLY`,`POST_ID`,`USER_ID`) VALUES (1,'Nice !!',1,2);
INSERT INTO `COMMENT` (`ID`,`REPLY`,`POST_ID`,`USER_ID`) VALUES (2,'Cool !!',1,3);
| SQL | 3 | DBatOWL/tutorials | persistence-modules/java-jpa/src/main/resources/data-init.sql | [
"MIT"
] |
<cfcomponent>
<cffunction name="test" access="public" returnType="any" output="true">
<cfscript>
var resultText="";
</cfscript>
<cfset resultText="error">
<cfsetting showdebugoutput="false" />
<cfcontent type="text" reset="yes"><cfoutput>#resultText#<cfset foo=""/></cfoutput><cfabort>
</cffunction>
</cfcomponent> | ColdFusion CFC | 2 | tonym128/CFLint | src/test/resources/com/cflint/tests/UnusedVariable/cfoutput_464.cfc | [
"BSD-3-Clause"
] |
Mozilla/5.0 (Linux; U; Android 4.0.4; ko-kr; LG-F120L Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 NAVER(inapp; search; 280; 5.4.1)
| Text | 0 | 5tr1x/SecLists | Fuzzing/User-Agents/operating-platform/lg-f120l.txt | [
"MIT"
] |
scale(v = [2,2,2])
cube(size=[10, 10, 10], center=true); | OpenSCAD | 3 | heristhesiya/OpenJSCAD.org | packages/io/scad-deserializer/tests/transformations/scaleEx2.scad | [
"MIT"
] |
#include "__emit.inc"
stock test__op_load_u_pri_alt(&local_refvar, const local_refarray[])
{
const local_const = 1;
new local_var = 0;
static local_static_var = 0;
new local_array[2];
// ok
__emit load.u.pri global_const;
__emit load.u.pri global_var;
__emit load.u.pri local_const;
__emit load.u.pri local_var;
__emit load.u.pri local_static_var;
__emit load.u.pri local_refvar;
__emit load.u.pri global_const + local_const;
__emit load.u.pri global_var * local_var;
__emit load.u.pri local_refarray[0];
// should trigger an error
__emit load.u.pri global_func;
__emit load.u.pri global_native;
__emit load.u.pri local_array;
__emit load.u.pri local_refarray;
}
stock test__op_stor_u_pri_alt(&local_refvar, local_refarray[])
{
const local_const = 1;
new local_var = 0;
static local_static_var = 0;
new local_array[2];
// ok
__emit stor.u.pri global_var;
__emit stor.u.pri local_var;
__emit stor.u.pri local_static_var;
__emit stor.u.pri local_refvar;
__emit stor.u.pri local_array[1];
__emit stor.u.pri local_refarray[local_const];
// should trigger an error
__emit stor.u.pri global_const;
__emit stor.u.pri global_func;
__emit stor.u.pri global_native;
__emit stor.u.pri global_const_var;
__emit stor.u.pri local_const;
__emit stor.u.pri local_array;
__emit stor.u.pri local_refarray;
}
stock test__op_addr_u_pri_alt(&local_refvar, local_refarray[])
{
const local_const = 1;
new local_var = 0;
static local_static_var = 0;
new local_array[2];
// ok
__emit addr.u.pri global_var;
__emit addr.u.pri global_const_var;
__emit addr.u.pri local_var;
__emit addr.u.pri local_static_var;
__emit addr.u.pri local_refvar;
__emit addr.u.pri local_array[1];
__emit addr.u.pri local_refarray[local_const];
// should trigger an error
__emit addr.u.pri global_const;
__emit addr.u.pri global_func;
__emit addr.u.pri global_native;
__emit addr.u.pri local_const;
__emit addr.u.pri local_array;
__emit addr.u.pri local_refarray;
}
stock test__push_u(&local_refvar, local_refarray[])
{
const local_const = 1;
new local_var = 0;
static local_static_var = 0;
new local_array[2];
// ok
__emit push.u global_const;
__emit push.u global_var;
__emit push.u local_refvar;
__emit push.u local_const;
__emit push.u local_var;
__emit push.u local_static_var;
__emit push.u (global_const + local_const);
__emit push.u (global_var * local_var + local_static_var + local_refvar);
__emit push.u local_refarray[0];
// should trigger an error
__emit push.u global_func;
__emit push.u global_native;
__emit push.u local_array;
__emit push.u local_refarray;
}
main()
{
new t, a[2];
test__op_load_u_pri_alt(t, a); // 4
test__op_stor_u_pri_alt(t, a); // 7
test__op_addr_u_pri_alt(t, a); // 6
test__push_u(t, a); // 4
}
| PAWN | 4 | pawn-lang/pawn | source/compiler/tests/__emit_p6.pwn | [
"Zlib"
] |
/***********************************************************************
This sketch writes a `$I` build info string directly into Arduino EEPROM
To use:
- Just alter the "build_info_line" string to whatever you'd like. Then
compile and upload this sketch to your Arduino.
- If your Arduino is blinking slowly, your string has already been
written to your EEPROM and been verified by checksums! That's it!
- If you Arduino LED is blinking fast, something went wrong and the
checksums don't match. You can optionally connect to the Arduino via
the serial monitor, and the sketch will show what its doing.
NOTE: This sketch is provided as a tool template for OEMs who may need
to restrict users from altering their build info, so they can place
important product information here when enabling the restriction.
NOTE: When uploading Grbl to the Arduino with this sketch on it, make
sure you see the slow blink before you start the upload process. This
ensures you aren't flashing Grbl when it's in mid-write of the EEPROM.
Copyright (c) 2016 Sungeun K. Jeon for Gnea Research LLC
Released under the MIT-license. See license.txt for details.
***********************************************************************/
#include <avr/pgmspace.h>
#include <EEPROM.h>
#define SERIAL_BAUD_RATE 115200
#define LINE_LENGTH 80U // Grbl line length
#define BYTE_LOCATION 942U // Grbl build info EEPROM address.
// ----- CHANGE THIS LINE -----
char build_info_line[LINE_LENGTH] = "Testing123.";
// -----------------------------
uint8_t status = false;
int ledPin = 13; // LED connected to digital pin 13
void setup() {
Serial.begin(SERIAL_BAUD_RATE);
delay(500);
uint32_t address = BYTE_LOCATION;
uint32_t size = LINE_LENGTH;
char *write_pointer = (char*)build_info_line;
uint8_t write_checksum = 0;
for (; size>0; size--) {
write_checksum = (write_checksum << 1) || (write_checksum >> 7);
write_checksum += *write_pointer;
EEPROM.put(address++, *(write_pointer++));
}
EEPROM.put(address,write_checksum);
Serial.print(F("-> Writing line to EEPROM: '"));
Serial.print(build_info_line);
Serial.print(F("'\n\r-> Write checksum: "));
Serial.println(write_checksum,DEC);
size = LINE_LENGTH;
address = BYTE_LOCATION;
uint8_t data = 0;
char read_line[LINE_LENGTH];
char *read_pointer = (char*)read_line;
uint8_t read_checksum = 0;
uint8_t stored_checksum = 0;
for(; size > 0; size--) {
data = EEPROM.read(address++);
read_checksum = (read_checksum << 1) || (read_checksum >> 7);
read_checksum += data;
*(read_pointer++) = data;
}
stored_checksum = EEPROM.read(address);
Serial.print(F("<- Reading line from EEPROM: '"));
Serial.print(read_line);
Serial.print("'\n\r<- Read checksum: ");
Serial.println(read_checksum,DEC);
if ((read_checksum == write_checksum) && (read_checksum == stored_checksum)) {
status = true;
Serial.print(F("SUCCESS! All checksums match!\r\n"));
} else {
if (write_checksum != stored_checksum) {
Serial.println(F("ERROR! Write and stored EEPROM checksums don't match!"));
} else {
Serial.println(F("ERROR! Read and stored checksums don't match!"));
}
}
pinMode(ledPin, OUTPUT); // sets the digital pin as output
}
void loop() {
// Blink to let user know EEPROM write status.
// Slow blink is 'ok'. Fast blink is an 'error'.
digitalWrite(ledPin, HIGH); // sets the LED on
if (status) { delay(1500); } // Slow blink
else { delay(100); } // Rapid blink
digitalWrite(ledPin, LOW); // sets the LED off
if (status) { delay(1500); }
else { delay(100); }
}
| Arduino | 4 | D1anaGreen/essaykiller | AutoFormatter/grbl_writter_opt/examples/grblWrite_BuildInfo/grblWrite_BuildInfo.ino | [
"Apache-2.0"
] |
structure Tokens = Tokens
type pos = int
type svalue = Tokens.svalue
type ('a,'b) token = ('a,'b)Tokens.token
type lexresult = (svalue,pos) token
val pos = ref 1
fun eof () = Tokens.EOF(!pos, !pos)
open Data;
fun int2register n =
case n of
0 => R0 | 1 => R1 | 2 => R2 | 3 => R3
| 4 => R4 | 5 => R5 | 6 => R6 | 7 => R7
| 8 => R8 | 9 => R9 | 10 => R10 | 11 => R11
| 12 => R12 | 13 => R13 | 14 => R14 | 15 => R15
| _ => raise Parse "not a register list";
fun str2cond skp s =
(case String.map Char.toLower (String.extract(s,skp,SOME 2)) of
"eq" => EQ | "ne" => NE | "cs" => CS | "cc" => CC
| "mi" => MI | "pl" => PL | "vs" => VS | "vc" => VC
| "hi" => HI | "ls" => LS | "ge" => GE | "lt" => LT
| "gt" => GT | "le" => LE | "nv" => NV | _ => AL)
handle Subscript => AL;
fun opc1 s =
case String.map Char.toLower (String.extract(s,0,SOME 3)) of
"and" => AND | "eor" => EOR | "sub" => SUB | "rsb" => RSB
| "add" => ADD | "adc" => ADC | "sbc" => SBC | "rsc" => RSC
| "tst" => TST | "teq" => TEQ | "cmp" => CMP | "cmn" => CMN
| "orr" => ORR | "mov" => MOV | "bic" => BIC | "mvn" => MVN
| _ => raise Parse "not an opcode";
fun strSkip n s = String.extract(s,n,NONE);
val str2int = valOf o Int.fromString o strSkip 1;
val reg1 = int2register o str2int
val hexnum = Arbnum.fromHexString;
val octnum = Arbnum.fromOctString;
val decnum = Arbnum.fromString;
fun binnum s =
if String.sub(s,0) = #"+" then
Arbnum.fromBinString (strSkip 3 s)
else
Arbnum.fromBinString (strSkip 2 s);
val cond1 = str2cond 1;
val cond2 = str2cond 2;
val cond3 = str2cond 3;
%%
%header (functor armLexFun(structure Tokens : arm_TOKENS));
A = [aA]; B = [bB]; C = [cC]; D = [dD];
E = [eE]; F = [fF]; G = [gG]; H = [hH];
I = [iI]; L = [lL];
M = [mM]; N = [nN]; O = [oO]; P = [pP];
Q = [qQ]; R = [rR]; S = [sS]; T = [tT];
U = [uU]; V = [vV]; W = [wW]; X = [xX];
cond = ({E}{Q} | {N}{E} | {C}{S} | {H}{S}
| {C}{C} | {L}{O} | {M}{I} | {P}{L}
| {V}{S} | {V}{C} | {H}{I} | {L}{S}
| {G}{E} | {L}{T} | {G}{T} | {L}{E}
| {A}{L} | {N}{V})?;
opcode1 = {T}{S}{T} | {T}{E}{Q} | {C}{M}{P} | {C}{M}{N};
opcode2 = {A}{N}{D} | {E}{O}{R} | {S}{U}{B} | {R}{S}{B} | {A}{D}{D}
| {A}{D}{C} | {S}{B}{C} | {R}{S}{C} | {O}{R}{R} | {B}{I}{C};
opcode3 = {M}{O}{V} | {M}{V}{N};
%%
[\ \t]+ => ( continue() );
\n => ( pos := !pos + 1; continue() );
"+"?"0x"[0-9a-fA-F]+ => ( Tokens.NUMBER (hexnum yytext, !pos, !pos) );
"+"?"0b"[0-1]+ => ( Tokens.NUMBER (binnum yytext, !pos, !pos) );
"+"?0[0-7]+ => ( Tokens.NUMBER (octnum yytext, !pos, !pos) );
"+"?[1-9][0-9]* => ( Tokens.NUMBER (decnum yytext, !pos, !pos) );
"+"?0 => ( Tokens.NUMBER (Arbnum.zero, !pos, !pos) );
{R}[0-9] => ( Tokens.REG (reg1 yytext, !pos, !pos) );
{R}1[0-5] => ( Tokens.REG (reg1 yytext, !pos, !pos) );
{C}[0-9] => ( Tokens.COREG (reg1 yytext, !pos, !pos) );
{C}1[0-5] => ( Tokens.COREG (reg1 yytext, !pos, !pos) );
{P}[0-9] => ( Tokens.COPROC (str2int yytext, !pos, !pos) );
{P}1[0-5] => ( Tokens.COPROC (str2int yytext, !pos, !pos) );
{S}{L} => ( Tokens.REG (R10, !pos, !pos) );
{F}{P} => ( Tokens.REG (R11, !pos, !pos) );
{I}{P} => ( Tokens.REG (R12, !pos, !pos) );
{S}{P} => ( Tokens.REG (R13, !pos, !pos) );
{L}{R} => ( Tokens.REG (R14, !pos, !pos) );
{P}{C} => ( Tokens.REG (R15, !pos, !pos) );
{A}{S}{L} => ( Tokens.SHIFT (LSL, !pos, !pos) );
{L}{S}{L} => ( Tokens.SHIFT (LSL, !pos, !pos) );
{L}{S}{R} => ( Tokens.SHIFT (LSR, !pos, !pos) );
{A}{S}{R} => ( Tokens.SHIFT (ASR, !pos, !pos) );
{R}{O}{R} => ( Tokens.SHIFT (ROR, !pos, !pos) );
{R}{R}{X} => ( Tokens.RRX (!pos, !pos) );
{C}{P}{S}{R} => ( Tokens.PSR (false, !pos, !pos) );
{S}{P}{S}{R} => ( Tokens.PSR (true, !pos, !pos) );
{C}{P}{S}{R}"_c"("tl")? => ( Tokens.PSRF ((false,false,true), !pos, !pos) );
{C}{P}{S}{R}"_f"("lg")? => ( Tokens.PSRF ((false,true,false), !pos, !pos) );
{C}{P}{S}{R}"_a"("ll")? => ( Tokens.PSRF ((false,true,true), !pos, !pos) );
{S}{P}{S}{R}"_c"("tl")? => ( Tokens.PSRF ((true,false,true), !pos, !pos) );
{S}{P}{S}{R}"_f"("lg")? => ( Tokens.PSRF ((true,true,false), !pos, !pos) );
{S}{P}{S}{R}"_a"("ll")? => ( Tokens.PSRF ((true,true,true), !pos, !pos) );
{B}{cond} => ( Tokens.BRANCH ((cond1 yytext,false), !pos, !pos) );
{B}{L}{cond} => ( Tokens.BRANCH ((cond2 yytext,true), !pos, !pos) );
{S}{W}{I}{cond} => ( Tokens.SWI_EX (cond3 yytext, !pos, !pos) );
{opcode1}{cond} =>
( Tokens.DPROC1 ((opc1 yytext, cond3 yytext, true), !pos, !pos) );
{opcode2}{cond} =>
( Tokens.DPROC2 ((opc1 yytext, cond3 yytext, false), !pos, !pos) );
{opcode2}{cond}{S} =>
( Tokens.DPROC2 ((opc1 yytext, cond3 yytext, true), !pos, !pos) );
{opcode3}{cond} =>
( Tokens.DPROC1 ((opc1 yytext, cond3 yytext, false), !pos, !pos) );
{opcode3}{cond}{S} =>
( Tokens.DPROC1 ((opc1 yytext, cond3 yytext, true), !pos, !pos) );
{M}{U}{L}{cond} => ( Tokens.MULT3 ((cond3 yytext, false), !pos, !pos) );
{M}{U}{L}{cond}{S} => ( Tokens.MULT3 ((cond3 yytext, true), !pos, !pos) );
{M}{L}{A}{cond} =>
( Tokens.MULT4 ((cond3 yytext, false, false, true, false), !pos, !pos) );
{M}{L}{A}{cond}{S} =>
( Tokens.MULT4 ((cond3 yytext, false, false, true, true), !pos, !pos) );
{U}{M}{U}{L}{L}{cond} =>
( Tokens.MULT4 ((cond3 yytext, true, false, false, false), !pos, !pos) );
{U}{M}{U}{L}{L}{cond}{S} =>
( Tokens.MULT4 ((cond3 yytext, true, false, false, true), !pos, !pos) );
{U}{M}{L}{A}{L}{cond} =>
( Tokens.MULT4 ((cond3 yytext, true, false, true, false), !pos, !pos) );
{U}{M}{L}{A}{L}{cond}{S} =>
( Tokens.MULT4 ((cond3 yytext, true, false, true, true), !pos, !pos) );
{S}{M}{U}{L}{L}{cond} =>
( Tokens.MULT4 ((cond3 yytext, true, true, false, false), !pos, !pos) );
{S}{M}{U}{L}{L}{cond}{S} =>
( Tokens.MULT4 ((cond3 yytext, true, true, false, true), !pos, !pos) );
{S}{M}{L}{A}{L}{cond} =>
( Tokens.MULT4 ((cond3 yytext, true, true, true, false), !pos, !pos) );
{S}{M}{L}{A}{L}{cond}{S} =>
( Tokens.MULT4 ((cond3 yytext, true, true, true, true), !pos, !pos) );
{L}{D}{R}{cond}{S}{B} =>
( Tokens.STRANSH ((true, cond3 yytext, true, false), !pos, !pos) );
{L}{D}{R}{cond}{S}{H} =>
( Tokens.STRANSH ((true, cond3 yytext, true, true), !pos, !pos) );
{L}{D}{R}{cond}{H} =>
( Tokens.STRANSH ((true, cond3 yytext, false, true), !pos, !pos) );
{S}{T}{R}{cond}{S}?{H} =>
( Tokens.STRANSH ((false, cond3 yytext, false, true), !pos, !pos) );
{L}{D}{R}{cond} =>
( Tokens.STRANS ((true, cond3 yytext, false), !pos, !pos) );
{L}{D}{R}{cond}{B} =>
( Tokens.STRANS ((true, cond3 yytext, true), !pos, !pos) );
{S}{T}{R}{cond} =>
( Tokens.STRANS ((false,cond3 yytext, false), !pos, !pos) );
{S}{T}{R}{cond}{S}?{B} =>
( Tokens.STRANS ((false,cond3 yytext, true), !pos, !pos) );
{L}{D}{M}{cond}({E}{D} | {I}{B}) => ( Tokens.BTRANS ((true, cond3 yytext, true, true), !pos, !pos) );
{L}{D}{M}{cond}({F}{D} | {I}{A}) => ( Tokens.BTRANS ((true, cond3 yytext, false,true), !pos, !pos) );
{L}{D}{M}{cond}({E}{A} | {D}{B}) => ( Tokens.BTRANS ((true, cond3 yytext, true, false), !pos, !pos) );
{L}{D}{M}{cond}({F}{A} | {D}{A}) => ( Tokens.BTRANS ((true, cond3 yytext, false,false), !pos, !pos) );
{S}{T}{M}{cond}({F}{A} | {I}{B}) => ( Tokens.BTRANS ((false,cond3 yytext, true, true), !pos, !pos) );
{S}{T}{M}{cond}({E}{A} | {I}{A}) => ( Tokens.BTRANS ((false,cond3 yytext, false,true), !pos, !pos) );
{S}{T}{M}{cond}({F}{D} | {D}{B}) => ( Tokens.BTRANS ((false,cond3 yytext, true, false), !pos, !pos) );
{S}{T}{M}{cond}({E}{D} | {D}{A}) => ( Tokens.BTRANS ((false,cond3 yytext, false,false), !pos, !pos) );
{S}{W}{P}{cond} => ( Tokens.SWAP ((cond3 yytext, false), !pos, !pos) );
{S}{W}{P}{cond}{B} => ( Tokens.SWAP ((cond3 yytext, true), !pos, !pos) );
{M}{R}{S}{cond} => ( Tokens.MRS (cond3 yytext, !pos, !pos) );
{M}{S}{R}{cond} => ( Tokens.MSR (cond3 yytext, !pos, !pos) );
{C}{D}{P}{cond} => ( Tokens.CDP (cond3 yytext, !pos, !pos) );
{M}{C}{R}{cond} => ( Tokens.MCR_MRC ((cond3 yytext, false), !pos, !pos) );
{M}{R}{C}{cond} => ( Tokens.MCR_MRC ((cond3 yytext, true), !pos, !pos) );
{L}{D}{C}{cond} => ( Tokens.LDC_STC ((true, cond3 yytext, false), !pos, !pos) );
{L}{D}{C}{cond}{L} => ( Tokens.LDC_STC ((true, cond3 yytext, true), !pos, !pos) );
{S}{T}{C}{cond} => ( Tokens.LDC_STC ((false,cond3 yytext, false), !pos, !pos) );
{S}{T}{C}{cond}{L} => ( Tokens.LDC_STC ((false,cond3 yytext, true), !pos, !pos) );
"{" => ( Tokens.LBRACE (!pos, !pos) );
"}" => ( Tokens.RBRACE (!pos, !pos) );
"[" => ( Tokens.LSQUARE(!pos, !pos) );
"]" => ( Tokens.RSQUARE(!pos, !pos) );
"#" => ( Tokens.HASH (!pos, !pos) );
"-" => ( Tokens.MINUS (!pos, !pos) );
"+" => ( Tokens.PLUS (!pos, !pos) );
"!" => ( Tokens.EXCLAIM (!pos, !pos) );
":" => ( Tokens.COLON (!pos, !pos) );
"," => ( Tokens.COMMA (!pos, !pos) );
"^" => ( Tokens.HAT (!pos, !pos) );
"|" => ( Tokens.BAR (!pos, !pos) );
[".""_"a-zA-Z0-9]+ => ( Tokens.LABEL (yytext, !pos, !pos) );
[";""@"][^"\n"]* => ( continue() );
| Lex | 4 | dwRchyngqxs/HOL | examples/ARM/v4/armParser.lex | [
"BSD-3-Clause"
] |
package new
fun other() {
} | Groff | 0 | qussarah/declare | jps-plugin/testData/incremental/pureKotlin/compilationErrorThenFixedWithPhantomPart2/other.kt.new.1 | [
"Apache-2.0"
] |
TDSmalltalkLeafNode {
#name : 'copyToStHub',
#contents : '| pushRepoUrl sourceVersionStringList configurationClass attributeList stHubRepo pushRepo constructor packageNames repositories methodSections gofer methodSectionMap |
pushRepoUrl := \'http://smalltalkhub.com/mc/dkh/metacello/main\'.
sourceVersionStringList := #(\'1.0-beta.32.1\' \'1.0-beta.32.1-baseline\' \'1.0-beta.32\' \'1.0-beta.32-baseline\' \'1.0-beta.31.1.6\' \'1.0-beta.31.1.5-baseline\').
configurationClass := ConfigurationOfMetacello.
attributeList := #(#\'common\' #\'squeakCommon\' #\'pharo\' #\'squeak\' #\'gemstone\' #\'pharo1.x\' #\'pharo1.0.x\' #\'pharo1.1.x\' #\'pharo1.2.x\' #\'pharo1.3.x\' #\'pharo2.x\').
stHubRepo := MCHttpRepository location: pushRepoUrl user: \'\' password: \'\'.
MCRepositoryGroup default addRepository: stHubRepo.
pushRepo := MCRepositoryGroup default repositories
detect: [ :repo | repo description = stHubRepo description ].
packageNames := Set new.
repositories := Set new.
methodSections := #().
sourceVersionStringList
do: [ :sourceVersionString |
constructor := MetacelloToolBoxConstructor new.
constructor configuration: configurationClass new.
constructor extractMethodSectionsFor: sourceVersionString.
methodSections := methodSections , constructor methodSections ].
methodSectionMap := Dictionary new.
methodSections
do: [ :methodSection |
| coll |
coll := methodSectionMap
at: methodSection attributePath
ifAbsent: [ methodSectionMap at: methodSection attributePath put: OrderedCollection new ].
coll add: methodSection ].
attributeList
do: [ :attribute |
| sections |
sections := methodSectionMap
at: attribute asMetacelloAttributePath
ifAbsent: [ #() ].
sections
do: [ :methodSection |
| versionSpec repos |
versionSpec := methodSection versionSpec.
repos := versionSpec repositorySpecs
collect: [ :repoSpec | repoSpec createRepository ].
repositories addAll: repos.
versionSpec packages
specListDo: [ :packageSpec |
| file |
\"use respondsTo: because #getFile should be implemented in MetacelloAbstractPackageSpec\"
((packageSpec respondsTo: #\'getFile\')
and: [ (file := packageSpec getFile) notNil ])
ifTrue: [ packageNames add: file ].
repos := [ packageSpec repositorySpecs collect: [ :repoSpec | repoSpec createRepository ] ]
on: Error
do: [ :ex |
\"removed packages show up in this package list, but they don\'t have a projectReference (DUH), so handle the error here\"
ex return: #() ].
repositories addAll: repos ] ] ].
Transcript
cr;
show: \'Start fetch\'.
gofer := Gofer new.
repositories do: [ :repo | gofer repository: repo ].
packageNames do: [ :packageName | gofer version: packageName ].
gofer fetch.
Transcript
cr;
show: \'Start push\'.
gofer := Gofer new.
packageNames do: [ :packageName | gofer version: packageName ].
gofer repository: pushRepo.
gofer push'
}
| STON | 3 | tom95/metacello | tode/copyToStHub.ston | [
"MIT"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.