input
stringlengths 144
489k
| output
stringlengths 45
339k
| shard
stringclasses 16
values | filename
stringlengths 135
135
| line_num
int64 0
2.62k
| context
list |
---|---|---|---|---|---|
{"name": "SceneNode_GetRelativeTransformation", "code": "__int64 __fastcall SceneNode_GetRelativeTransformation ( void * @@a1@@ , __int64 @@a2@@ ) { void * @@v2@@ ; char @@v4@@ [ Number ] ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; ( * ( void ( __fastcall * * ) ( char * , void * ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v4@@ , @@v2@@ ) ; return UM_MAT4 ( @@v4@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}, {"n": "v4", "t": {"T": 2, "n": 64, "s": 1, "t": "char"}, "location": "s64"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "toR", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}, {"n": "v3", "t": {"T": 2, "n": 64, "s": 1, "t": "char"}, "location": "s64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 15 | []
|
{"name": "SceneNode_GetRotation", "code": "__int64 __fastcall SceneNode_GetRotation ( void * @@a1@@ , __int64 @@a2@@ ) { void * v2 ; __int64 v3 ; char @@v5@@ [ Number ] ; v2 = GetSceneNodeFromIntPtr ( @@a1@@ ) ; v3 = ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) v2 + Number L ) ) ( v2 ) ; irr core vector3d < float > vector3d ( @@v5@@ , v3 ) ; return UM_VECT3DF ( @@v5@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v5", "t": {"T": 2, "n": 12, "s": 1, "t": "char"}, "location": "s12"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "toR", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v4", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s12"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 16 | []
|
{"name": "SceneNode_GetScale", "code": "__int64 __fastcall SceneNode_GetScale ( void * @@a1@@ , __int64 @@a2@@ ) { void * v2 ; __int64 v3 ; char @@v5@@ [ Number ] ; v2 = GetSceneNodeFromIntPtr ( @@a1@@ ) ; v3 = ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) v2 + Number L ) ) ( v2 ) ; irr core vector3d < float > vector3d ( @@v5@@ , v3 ) ; return UM_VECT3DF ( @@v5@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v5", "t": {"T": 2, "n": 12, "s": 1, "t": "char"}, "location": "s12"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "toR", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v4", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s12"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 17 | []
|
{"name": "SceneNode_GetTransformedBoundingBox", "code": "__int64 __fastcall SceneNode_GetTransformedBoundingBox ( void * @@a1@@ , __int64 @@a2@@ ) { void * @@v2@@ ; char @@v4@@ [ Number ] ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; ( * ( void ( __fastcall * * ) ( char * , void * ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v4@@ , @@v2@@ ) ; return UM_BOX3D ( @@v4@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}, {"n": "v4", "t": {"T": 2, "n": 32, "s": 1, "t": "char"}, "location": "s32"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "toR", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}, {"n": "v3", "t": {"T": 2, "n": 32, "s": 1, "t": "char"}, "location": "s32"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 18 | []
|
{"name": "SceneNode_GetTriangleSelector", "code": "__int64 __fastcall SceneNode_GetTriangleSelector ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 19 | []
|
{"name": "SceneNode_GetType", "code": "__int64 __fastcall SceneNode_GetType ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 20 | []
|
{"name": "SceneNode_GetDebugDataVisible", "code": "__int64 __fastcall SceneNode_GetDebugDataVisible ( void * @@a1@@ ) { irr scene ISceneNode * @@v1@@ ; @@v1@@ = ( irr scene ISceneNode * ) GetSceneNodeFromIntPtr ( @@a1@@ ) ; return irr scene ISceneNode isDebugDataVisible ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 21 | []
|
{"name": "SceneNode_IsDebugObject", "code": "__int64 __fastcall SceneNode_IsDebugObject ( void * @@a1@@ ) { irr scene ISceneNode * @@v1@@ ; @@v1@@ = ( irr scene ISceneNode * ) GetSceneNodeFromIntPtr ( @@a1@@ ) ; return irr scene ISceneNode isDebugObject ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 22 | []
|
{"name": "SceneNode_IsVisible", "code": "__int64 __fastcall SceneNode_IsVisible ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 23 | []
|
{"name": "SceneNode_OnAnimate", "code": "__int64 __fastcall SceneNode_OnAnimate ( void * @@a1@@ , unsigned int @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * , _QWORD ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "timeMS", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 24 | []
|
{"name": "SceneNode_OnRegisterSceneNode", "code": "__int64 __fastcall SceneNode_OnRegisterSceneNode ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 25 | []
|
{"name": "SceneNode_Remove", "code": "__int64 __fastcall SceneNode_Remove ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 26 | []
|
{"name": "SceneNode_RemoveAll", "code": "__int64 __fastcall SceneNode_RemoveAll ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 27 | [
"{\"name\": \"SceneNode_Remove\", \"code\": \"__int64 __fastcall SceneNode_Remove ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"v1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r8\"}]}"
]
|
{"name": "SceneNode_RemoveAnimator", "code": "__int64 __fastcall SceneNode_RemoveAnimator ( void * @@a1@@ , __int64 @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * , __int64 ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "animator", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 28 | [
"{\"name\": \"SceneNode_Remove\", \"code\": \"__int64 __fastcall SceneNode_Remove ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"v1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r8\"}]}"
]
|
{"name": "SceneNode_RemoveAnimators", "code": "__int64 __fastcall SceneNode_RemoveAnimators ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 29 | [
"{\"name\": \"SceneNode_Remove\", \"code\": \"__int64 __fastcall SceneNode_Remove ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"v1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r8\"}]}",
"{\"name\": \"SceneNode_RemoveAnimator\", \"code\": \"__int64 __fastcall SceneNode_RemoveAnimator ( void * @@a1@@ , __int64 @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * , __int64 ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v2@@ , @@a2@@ ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v2\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r8\"}]}"
]
|
{"name": "SceneNode_RemoveChild", "code": "__int64 __fastcall SceneNode_RemoveChild ( void * @@a1@@ , void * @@a2@@ ) { void * @@v2@@ ; __int64 ( __fastcall * @@v3@@ ) ( void * , void * ) ; void * @@v4@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; @@v3@@ = * ( __int64 ( __fastcall * * ) ( void * , void * ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ; @@v4@@ = GetSceneNodeFromIntPtr ( @@a2@@ ) ; return @@v3@@ ( @@v2@@ , @@v4@@ ) ; }", "source": [{"n": "v3", "t": {"T": 9, "n": "__int64 (__fastcall *)(void *, void *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r32"}, {"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "void"}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "v3", "t": {"T": 9, "n": "__int64 (__fastcall *)(irr::scene::ISceneNode *, irr::scene::ISceneNode *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r32"}, {"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "childscenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 30 | [
"{\"name\": \"SceneNode_Remove\", \"code\": \"__int64 __fastcall SceneNode_Remove ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"v1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r8\"}]}"
]
|
{"name": "SceneNode_Render", "code": "__int64 __fastcall SceneNode_Render ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 31 | []
|
{"name": "SceneNode_SetAutomaticCulling", "code": "__int64 __fastcall SceneNode_SetAutomaticCulling ( void * @@a1@@ , unsigned int @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return irr scene ISceneNode setAutomaticCulling ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "enabled", "t": {"T": 1, "n": "irr::scene::E_CULLING_TYPE", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 32 | []
|
{"name": "SceneNode_SetDebugDataVisible", "code": "__int64 __fastcall SceneNode_SetDebugDataVisible ( void * @@a1@@ , unsigned int @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * , _QWORD ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "visible", "t": {"T": 1, "n": "irr::scene::E_DEBUG_SCENE_TYPE", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 33 | []
|
{"name": "SceneNode_SetID", "code": "__int64 __fastcall SceneNode_SetID ( void * @@a1@@ , unsigned int @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * , _QWORD ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "id", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 34 | []
|
{"name": "SceneNode_SetIsDebugObject", "code": "__int64 __fastcall SceneNode_SetIsDebugObject ( void * @@a1@@ , bool @@a2@@ ) { irr scene ISceneNode * @@v2@@ ; @@v2@@ = ( irr scene ISceneNode * ) GetSceneNodeFromIntPtr ( @@a1@@ ) ; return irr scene ISceneNode setIsDebugObject ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "debugObject", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 35 | []
|
{"name": "SceneNode_SetMaterialFlag", "code": "__int64 __fastcall SceneNode_SetMaterialFlag ( void * @@a1@@ , unsigned int @@a2@@ , unsigned __int8 @@a3@@ ) { void * @@v3@@ ; @@v3@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return irr scene ISceneNode setMaterialFlag ( @@v3@@ , @@a2@@ , @@a3@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r16"}, {"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v3", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "newvalue", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r16"}, {"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "flag", "t": {"T": 1, "n": "irr::video::E_MATERIAL_FLAG", "s": 4}, "location": "r64"}, {"n": "v3", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 36 | []
|
{"name": "SceneNode_SetMaterialTexture", "code": "__int64 __fastcall SceneNode_SetMaterialTexture ( void * @@a1@@ , unsigned int @@a2@@ , __int64 @@a3@@ ) { void * @@v3@@ ; @@v3@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return irr scene ISceneNode setMaterialTexture ( @@v3@@ , @@a2@@ , @@a3@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v3", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "texture", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r16"}, {"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "layer", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "v3", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 37 | []
|
{"name": "SceneNode_SetMaterialType", "code": "__int64 __fastcall SceneNode_SetMaterialType ( void * @@a1@@ , unsigned int @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return irr scene ISceneNode setMaterialType ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "newtype", "t": {"T": 1, "n": "irr::video::E_MATERIAL_TYPE", "s": 4}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 38 | []
|
{"name": "SceneNode_SetName", "code": "__int64 __fastcall SceneNode_SetName ( void * @@a1@@ , __int64 @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * , __int64 ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "name", "t": {"T": 3, "t": "char"}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 39 | []
|
{"name": "SceneNode_SetParent", "code": "__int64 __fastcall SceneNode_SetParent ( void * @@a1@@ , void * @@a2@@ ) { void * @@v2@@ ; __int64 ( __fastcall * @@v3@@ ) ( void * , void * ) ; void * @@v4@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; @@v3@@ = * ( __int64 ( __fastcall * * ) ( void * , void * ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ; @@v4@@ = GetSceneNodeFromIntPtr ( @@a2@@ ) ; return @@v3@@ ( @@v2@@ , @@v4@@ ) ; }", "source": [{"n": "v3", "t": {"T": 9, "n": "__int64 (__fastcall *)(void *, void *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r32"}, {"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "void"}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "v3", "t": {"T": 9, "n": "void (__fastcall *)(irr::scene::ISceneNode *, irr::scene::ISceneNode *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r32"}, {"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "parent", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 40 | []
|
{"name": "SceneNode_SetPosition", "code": "__int64 __fastcall SceneNode_SetPosition ( void * @@a1@@ , __int64 @@a2@@ ) { void * @@v2@@ ; __int64 ( __fastcall * @@v3@@ ) ( void * , char * ) ; char @@v5@@ [ Number ] ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; @@v3@@ = * ( __int64 ( __fastcall * * ) ( void * , char * ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ; irr core vector3d < float > vector3d ( @@v5@@ , * ( double * ) _mm_cvtsi32_si128 ( * ( _DWORD * ) @@a2@@ ) . m128i_i64 , * ( float * ) ( @@a2@@ + Number ) , * ( float * ) ( @@a2@@ + Number ) ) ; return @@v3@@ ( @@v2@@ , @@v5@@ ) ; }", "source": [{"n": "v3", "t": {"T": 9, "n": "__int64 (__fastcall *)(void *, char *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r32"}, {"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v5", "t": {"T": 2, "n": 28, "s": 1, "t": "char"}, "location": "s28"}]} | [{"n": "v3", "t": {"T": 9, "n": "void (__fastcall *)(irr::scene::ISceneNode *, irr::core::vector3d<float> *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r32"}, {"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "pos", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v4", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s28"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 41 | []
|
{"name": "SceneNode_SetRotation", "code": "__int64 __fastcall SceneNode_SetRotation ( void * @@a1@@ , __int64 @@a2@@ ) { void * @@v2@@ ; __int64 ( __fastcall * @@v3@@ ) ( void * , char * ) ; char @@v5@@ [ Number ] ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; @@v3@@ = * ( __int64 ( __fastcall * * ) ( void * , char * ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ; irr core vector3d < float > vector3d ( @@v5@@ , * ( double * ) _mm_cvtsi32_si128 ( * ( _DWORD * ) @@a2@@ ) . m128i_i64 , * ( float * ) ( @@a2@@ + Number ) , * ( float * ) ( @@a2@@ + Number ) ) ; return @@v3@@ ( @@v2@@ , @@v5@@ ) ; }", "source": [{"n": "v3", "t": {"T": 9, "n": "__int64 (__fastcall *)(void *, char *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r32"}, {"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v5", "t": {"T": 2, "n": 28, "s": 1, "t": "char"}, "location": "s28"}]} | [{"n": "v3", "t": {"T": 9, "n": "void (__fastcall *)(irr::scene::ISceneNode *, irr::core::vector3d<float> *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r32"}, {"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "rot", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v4", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s28"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 42 | []
|
{"name": "SceneNode_SetScale", "code": "__int64 __fastcall SceneNode_SetScale ( void * @@a1@@ , __int64 @@a2@@ ) { void * @@v2@@ ; __int64 ( __fastcall * @@v3@@ ) ( void * , char * ) ; char @@v5@@ [ Number ] ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; @@v3@@ = * ( __int64 ( __fastcall * * ) ( void * , char * ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ; irr core vector3d < float > vector3d ( @@v5@@ , * ( double * ) _mm_cvtsi32_si128 ( * ( _DWORD * ) @@a2@@ ) . m128i_i64 , * ( float * ) ( @@a2@@ + Number ) , * ( float * ) ( @@a2@@ + Number ) ) ; return @@v3@@ ( @@v2@@ , @@v5@@ ) ; }", "source": [{"n": "v3", "t": {"T": 9, "n": "__int64 (__fastcall *)(void *, char *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r32"}, {"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v5", "t": {"T": 2, "n": 28, "s": 1, "t": "char"}, "location": "s28"}]} | [{"n": "v3", "t": {"T": 9, "n": "void (__fastcall *)(irr::scene::ISceneNode *, irr::core::vector3d<float> *)"}, "location": "r104"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r32"}, {"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "scale", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v4", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s28"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 43 | []
|
{"name": "SceneNode_SetTriangleSelector", "code": "__int64 __fastcall SceneNode_SetTriangleSelector ( void * @@a1@@ , __int64 @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * , __int64 ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "triangleselector", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 44 | []
|
{"name": "SceneNode_SetVisible", "code": "__int64 __fastcall SceneNode_SetVisible ( void * @@a1@@ , unsigned __int8 @@a2@@ ) { void * @@v2@@ ; @@v2@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * , _QWORD ) ) ( * ( _QWORD * ) @@v2@@ + Number L ) ) ( @@v2@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "visible", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 45 | []
|
{"name": "SceneNode_UpdateAbsolutePosition", "code": "__int64 __fastcall SceneNode_UpdateAbsolutePosition ( void * @@a1@@ ) { void * @@v1@@ ; @@v1@@ = GetSceneNodeFromIntPtr ( @@a1@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) @@v1@@ + Number L ) ) ( @@v1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "void"}, "location": "r8"}]} | [{"n": "scenenode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 46 | []
|
{"name": "MeshSceneNode_SetMesh", "code": "__int64 __fastcall MeshSceneNode_SetMesh ( __int64 @@a1@@ , __int64 @@a2@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 , __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]} | [{"n": "meshnode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "mesh", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 47 | []
|
{"name": "MeshSceneNode_GetMesh", "code": "__int64 __fastcall MeshSceneNode_GetMesh ( __int64 @@a1@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "meshnode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 48 | []
|
{"name": "MeshSceneNode_SetReadOnlyMaterials", "code": "__int64 __fastcall MeshSceneNode_SetReadOnlyMaterials ( __int64 @@a1@@ , unsigned __int8 @@a2@@ ) { ( * ( void ( __fastcall * * ) ( __int64 , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@a2@@ ) ; return ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , Number L , Number L ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r64"}]} | [{"n": "meshnode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "readonly", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 49 | []
|
{"name": "MeshSceneNode_IsReadOnlyMaterials", "code": "__int64 __fastcall MeshSceneNode_IsReadOnlyMaterials ( __int64 @@a1@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "meshnode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 50 | []
|
{"name": "MeshSceneNode_DropAllMeshBuffers", "code": "__int64 __fastcall MeshSceneNode_DropAllMeshBuffers ( __int64 @@a1@@ ) { __int64 ( __fastcall * * * v1 ) ( _QWORD ) ; __int64 result ; __int64 v3 ; _QWORD * v4 ; unsigned int @@v5@@ ; unsigned int @@i@@ ; v1 = ( __int64 ( __fastcall * * * ) ( _QWORD ) ) ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; @@v5@@ = ( * * v1 ) ( v1 ) ; for ( @@i@@ = Number ; ; ++ @@i@@ ) { result = @@i@@ ; if ( ( int ) @@i@@ >= ( int ) @@v5@@ ) break ; v3 = ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; v4 = ( _QWORD * ) ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD ) ) ( * ( _QWORD * ) v3 + Number L ) ) ( v3 , @@v5@@ ) ; irr IReferenceCounted drop ( ( irr IReferenceCounted * ) ( ( char * ) v4 + * ( _QWORD * ) ( * v4 - Number L ) ) ) ; } return result ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}, {"n": "v5", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s8"}]} | [{"n": "meshnode", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "mbcount", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 51 | []
|
{"name": "BillboardSceneNode_GetSize", "code": "__int64 __fastcall BillboardSceneNode_GetSize ( __int64 @@a1@@ , __int64 @@a2@@ ) { double * @@v2@@ ; @@v2@@ = ( double * ) ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; return UM_DIM2DF ( @@a2@@ , * @@v2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "double"}, "location": "r8"}]} | [{"n": "billboard", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "dim", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "double"}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 52 | []
|
{"name": "BillboardSceneNode_SetSize", "code": "__int64 __fastcall BillboardSceneNode_SetSize ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 ( __fastcall * @@v2@@ ) ( __int64 , char * ) ; char @@v4@@ [ Number ] ; @@v2@@ = * ( __int64 ( __fastcall * * ) ( __int64 , char * ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ; irr core dimension2d < float > dimension2d ( @@v4@@ , @@a2@@ , @@a2@@ + Number ) ; return @@v2@@ ( @@a1@@ , @@v4@@ ) ; }", "source": [{"n": "v2", "t": {"T": 9, "n": "__int64 (__fastcall *)(__int64, char *)"}, "location": "r32"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v4", "t": {"T": 2, "n": 24, "s": 1, "t": "char"}, "location": "s24"}]} | [{"n": "v2", "t": {"T": 9, "n": "void (__fastcall *)(IntPtr, irr::core::dimension2d<float> *)"}, "location": "r32"}, {"n": "billboard", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "size", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v3", "t": {"T": 6, "n": "irr::core::dimension2d<float>", "l": [{"T": 4, "n": "Width", "t": "float", "s": 4}, {"T": 4, "n": "Height", "t": "float", "s": 4}]}, "location": "s24"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 53 | []
|
{"name": "TextSceneNode_SetText", "code": "__int64 __fastcall TextSceneNode_SetText ( __int64 @@a1@@ , const char * @@a2@@ ) { __int64 ( __fastcall * @@v2@@ ) ( __int64 , __int64 ) ; __int64 @@v3@@ ; @@v2@@ = * ( __int64 ( __fastcall * * ) ( __int64 , __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ; @@v3@@ = MU_WCHAR ( @@a2@@ ) ; return @@v2@@ ( @@a1@@ , @@v3@@ ) ; }", "source": [{"n": "v2", "t": {"T": 9, "n": "__int64 (__fastcall *)(__int64, __int64)"}, "location": "r32"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "v2", "t": {"T": 9, "n": "void (__fastcall *)(IntPtr, __int64)"}, "location": "r32"}, {"n": "text", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "ctext", "t": {"T": 3, "t": "char"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 54 | []
|
{"name": "TextSceneNode_SetTextColor", "code": "__int64 __fastcall TextSceneNode_SetTextColor ( __int64 @@a1@@ , unsigned int * @@a2@@ ) { __int64 ( __fastcall * @@v2@@ ) ( __int64 , _QWORD ) ; unsigned int @@v4@@ [ Number ] ; @@v2@@ = * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ; irr video SColor SColor ( ( irr video SColor * ) @@v4@@ , * @@a2@@ , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@a2@@ [ Number ] ) ; return @@v2@@ ( @@a1@@ , @@v4@@ [ Number ] ) ; }", "source": [{"n": "v2", "t": {"T": 9, "n": "__int64 (__fastcall *)(__int64, _QWORD)"}, "location": "r32"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "unsigned int"}, "location": "r64"}, {"n": "v4", "t": {"T": 2, "n": 5, "s": 4, "t": "unsigned int"}, "location": "s20"}]} | [{"n": "v2", "t": {"T": 9, "n": "void (__fastcall *)(IntPtr, _QWORD)"}, "location": "r32"}, {"n": "text", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "color", "t": {"T": 3, "t": "int"}, "location": "r64"}, {"n": "v3", "t": {"T": 6, "n": "irr::video::SColor", "l": [{"T": 4, "n": "color", "t": "irr::u32", "s": 4}]}, "location": "s20"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 55 | [
"{\"name\": \"TextSceneNode_SetText\", \"code\": \"__int64 __fastcall TextSceneNode_SetText ( __int64 @@a1@@ , const char * @@a2@@ ) { __int64 ( __fastcall * @@v2@@ ) ( __int64 , __int64 ) ; __int64 @@v3@@ ; @@v2@@ = * ( __int64 ( __fastcall * * ) ( __int64 , __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ; @@v3@@ = MU_WCHAR ( @@a2@@ ) ; return @@v2@@ ( @@a1@@ , @@v3@@ ) ; }\", \"source\": [{\"n\": \"v2\", \"t\": {\"T\": 9, \"n\": \"__int64 (__fastcall *)(__int64, __int64)\"}, \"location\": \"r32\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}]}"
]
|
{"name": "TerrainSceneNode_GetBoundingBox", "code": "__int64 __fastcall TerrainSceneNode_GetBoundingBox ( __int64 @@a1@@ , unsigned int @@a2@@ , unsigned int @@a3@@ , __int64 @@a4@@ ) { __int64 @@v4@@ ; char @@v7@@ [ Number ] ; @@v4@@ = ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@a2@@ , @@a3@@ ) ; irr core aabbox3d < float > aabbox3d ( @@v7@@ , @@v4@@ ) ; return UM_BOX3D ( @@v7@@ , @@a4@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "v7", "t": {"T": 2, "n": 32, "s": 1, "t": "char"}, "location": "s32"}]} | [{"n": "patchZ", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "box", "t": {"T": 3, "t": "float"}, "location": "r24"}, {"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "patchX", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "const irr::core::aabbox3d<float>"}, "location": "r8"}, {"n": "v6", "t": {"T": 6, "n": "irr::core::aabbox3d<float>", "l": [{"T": 4, "n": "MinEdge", "t": "irr::core::vector3d<float>", "s": 12}, {"T": 4, "n": "MaxEdge", "t": "irr::core::vector3d<float>", "s": 12}]}, "location": "s32"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 56 | [
"{\"name\": \"SceneNode_GetBoundingBox\", \"code\": \"__int64 __fastcall SceneNode_GetBoundingBox ( void * @@a1@@ , __int64 @@a2@@ ) { void * v2 ; __int64 v3 ; char @@v5@@ [ Number ] ; v2 = GetSceneNodeFromIntPtr ( @@a1@@ ) ; v3 = ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) v2 + Number L ) ) ( v2 ) ; irr core aabbox3d < float > aabbox3d ( @@v5@@ , v3 ) ; return UM_BOX3D ( @@v5@@ , @@a2@@ ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v5\", \"t\": {\"T\": 2, \"n\": 32, \"s\": 1, \"t\": \"char\"}, \"location\": \"s32\"}]}"
]
|
{"name": "TerrainSceneNode_GetBoundingBoxA", "code": "__int64 __fastcall TerrainSceneNode_GetBoundingBoxA ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@v2@@ ; char @@v4@@ [ Number ] ; @@v2@@ = ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; irr core aabbox3d < float > aabbox3d ( @@v4@@ , @@v2@@ ) ; return UM_BOX3D ( @@v4@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "v4", "t": {"T": 2, "n": 32, "s": 1, "t": "char"}, "location": "s32"}]} | [{"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "box", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "const irr::core::aabbox3d<float>"}, "location": "r8"}, {"n": "v3", "t": {"T": 6, "n": "irr::core::aabbox3d<float>", "l": [{"T": 4, "n": "MinEdge", "t": "irr::core::vector3d<float>", "s": 12}, {"T": 4, "n": "MaxEdge", "t": "irr::core::vector3d<float>", "s": 12}]}, "location": "s32"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 57 | [
"{\"name\": \"SceneNode_GetBoundingBox\", \"code\": \"__int64 __fastcall SceneNode_GetBoundingBox ( void * @@a1@@ , __int64 @@a2@@ ) { void * v2 ; __int64 v3 ; char @@v5@@ [ Number ] ; v2 = GetSceneNodeFromIntPtr ( @@a1@@ ) ; v3 = ( * ( __int64 ( __fastcall * * ) ( void * ) ) ( * ( _QWORD * ) v2 + Number L ) ) ( v2 ) ; irr core aabbox3d < float > aabbox3d ( @@v5@@ , v3 ) ; return UM_BOX3D ( @@v5@@ , @@a2@@ ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r64\"}, {\"n\": \"v5\", \"t\": {\"T\": 2, \"n\": 32, \"s\": 1, \"t\": \"char\"}, \"location\": \"s32\"}]}",
"{\"name\": \"TerrainSceneNode_GetBoundingBox\", \"code\": \"__int64 __fastcall TerrainSceneNode_GetBoundingBox ( __int64 @@a1@@ , unsigned int @@a2@@ , unsigned int @@a3@@ , __int64 @@a4@@ ) { __int64 @@v4@@ ; char @@v7@@ [ Number ] ; @@v4@@ = ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@a2@@ , @@a3@@ ) ; irr core aabbox3d < float > aabbox3d ( @@v7@@ , @@v4@@ ) ; return UM_BOX3D ( @@v7@@ , @@a4@@ ) ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"v4\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r8\"}, {\"n\": \"v7\", \"t\": {\"T\": 2, \"n\": 32, \"s\": 1, \"t\": \"char\"}, \"location\": \"s32\"}]}"
]
|
{"name": "TerrainSceneNode_GetIndexCount", "code": "__int64 __fastcall TerrainSceneNode_GetIndexCount ( __int64 @@a1@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 58 | []
|
{"name": "TerrainSceneNode_GetMesh", "code": "__int64 __fastcall TerrainSceneNode_GetMesh ( __int64 @@a1@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 59 | []
|
{"name": "TerrainSceneNode_GetHeight", "code": "__int64 __fastcall TerrainSceneNode_GetHeight ( __int64 @@a1@@ , float @@a2@@ , float @@a3@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 , double , float ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , * ( double * ) _mm_cvtsi32_si128 ( LODWORD ( @@a2@@ ) ) . m128i_i64 , @@a3@@ ) ; }", "source": [{"n": "a2", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "a3", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "x", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "z", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 60 | []
|
{"name": "TerrainSceneNode_GetTerrainCenter", "code": "__int64 __fastcall TerrainSceneNode_GetTerrainCenter ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@v2@@ ; char @@v4@@ [ Number ] ; @@v2@@ = ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; irr core vector3d < float > vector3d ( @@v4@@ , @@v2@@ ) ; return UM_VECT3DF ( @@v4@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "v2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "v4", "t": {"T": 2, "n": 12, "s": 1, "t": "char"}, "location": "s12"}]} | [{"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "center", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "v2", "t": {"T": 3, "t": "const irr::core::vector3d<float>"}, "location": "r8"}, {"n": "v3", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s12"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 61 | []
|
{"name": "TerrainSceneNode_OverrideLODDistance", "code": "__int64 __fastcall TerrainSceneNode_OverrideLODDistance ( __int64 @@a1@@ , unsigned int @@a2@@ , double @@a3@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD , double ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@a2@@ , @@a3@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "double", "s": 8}, "location": "r496"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}]} | [{"n": "newDistance", "t": {"T": 1, "n": "double", "s": 8}, "location": "r496"}, {"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "lod", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 62 | []
|
{"name": "TerrainSceneNode_ScaleTexture", "code": "__int64 __fastcall TerrainSceneNode_ScaleTexture ( __int64 @@a1@@ , float @@a2@@ , float @@a3@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 , double , float ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , * ( double * ) _mm_cvtsi32_si128 ( LODWORD ( @@a2@@ ) ) . m128i_i64 , @@a3@@ ) ; }", "source": [{"n": "a2", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "a3", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "scale", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "scale2", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 63 | []
|
{"name": "TerrainSceneNode_SetCameraMovementDelta", "code": "__int64 __fastcall TerrainSceneNode_SetCameraMovementDelta ( __int64 @@a1@@ , float @@a2@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 , double ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , * ( double * ) _mm_cvtsi32_si128 ( LODWORD ( @@a2@@ ) ) . m128i_i64 ) ; }", "source": [{"n": "a2", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "delta", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 64 | []
|
{"name": "TerrainSceneNode_SetCameraRotationDelta", "code": "__int64 __fastcall TerrainSceneNode_SetCameraRotationDelta ( __int64 @@a1@@ , float @@a2@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 , double ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , * ( double * ) _mm_cvtsi32_si128 ( LODWORD ( @@a2@@ ) ) . m128i_i64 ) ; }", "source": [{"n": "a2", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "delta", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 65 | []
|
{"name": "TerrainSceneNode_SetDynamicSelectorUpdate", "code": "__int64 __fastcall TerrainSceneNode_SetDynamicSelectorUpdate ( __int64 @@a1@@ , unsigned __int8 @@a2@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@a2@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r64"}]} | [{"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "bVal", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 66 | []
|
{"name": "TerrainSceneNode_SetLODOfPatch", "code": "__int64 __fastcall TerrainSceneNode_SetLODOfPatch ( __int64 @@a1@@ , unsigned int @@a2@@ , unsigned int @@a3@@ , unsigned int @@a4@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD , _QWORD , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}]} | [{"n": "patchZ", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "LOD", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "patchX", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 67 | []
|
{"name": "_Z36TerrainSceneNode_GetMeshBufferForLODPvPN3irr5scene18IDynamicMeshBufferEi", "code": "__int64 __fastcall TerrainSceneNode_GetMeshBufferForLOD ( __int64 @@a1@@ , __int64 @@a2@@ , unsigned int @@a3@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 , __int64 , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@a2@@ , @@a3@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]} | [{"n": "lod", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "terrain", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "mb", "t": {"T": 3, "t": "irr::scene::IDynamicMeshBuffer"}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 68 | [
"{\"name\": \"TerrainSceneNode_GetMesh\", \"code\": \"__int64 __fastcall TerrainSceneNode_GetMesh ( __int64 @@a1@@ ) { return ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}]}"
]
|
{"name": "LightSceneNode_GetLight", "code": "_DWORD * __fastcall LightSceneNode_GetLight ( __int64 @@a1@@ , __int64 @@a2@@ , __int64 @@a3@@ , __int64 @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , __int64 @@a7@@ , _DWORD * @@a8@@ , _DWORD * @@a9@@ , _DWORD * @@a10@@ , _DWORD * @@a11@@ , _BYTE * @@a12@@ , _DWORD * @@a13@@ ) { __int64 v13 ; _DWORD * result ; __int64 @@v19@@ [ Number ] ; _DWORD @@v20@@ [ Number ] ; __int64 @@v21@@ ; _DWORD @@v22@@ [ Number ] ; char @@v23@@ ; char @@v24@@ [ Number ] ; char @@v25@@ [ Number ] ; char @@v26@@ [ Number ] ; v13 = ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; irr video SLight SLight ( @@v19@@ , v13 ) ; UM_SCOLORF ( @@a2@@ , * ( double * ) @@v19@@ , * ( double * ) & @@v19@@ [ Number ] ) ; UM_SCOLORF ( @@a3@@ , * ( double * ) & @@v19@@ [ Number ] , * ( double * ) & @@v19@@ [ Number ] ) ; UM_SCOLORF ( @@a4@@ , * ( double * ) & @@v19@@ [ Number ] , * ( double * ) & @@v19@@ [ Number ] ) ; irr core vector3d < float > vector3d ( @@v24@@ , & @@v21@@ ) ; UM_VECT3DF ( @@v24@@ , @@a5@@ ) ; irr core vector3d < float > vector3d ( @@v25@@ , @@v22@@ ) ; UM_VECT3DF ( @@v25@@ , @@a6@@ ) ; irr core vector3d < float > vector3d ( @@v26@@ , @@v20@@ ) ; UM_VECT3DF ( @@v26@@ , @@a7@@ ) ; * @@a8@@ = @@v20@@ [ Number ] ; * @@a9@@ = @@v20@@ [ Number ] ; * @@a10@@ = @@v20@@ [ Number ] ; * @@a11@@ = @@v22@@ [ Number ] ; * @@a12@@ = @@v23@@ & Number ; result = @@a13@@ ; * @@a13@@ = @@v22@@ [ Number ] ; return result ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "a7", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s-16"}, {"n": "a8", "t": {"T": 3, "t": "_DWORD"}, "location": "s-24"}, {"n": "a9", "t": {"T": 3, "t": "_DWORD"}, "location": "s-32"}, {"n": "a10", "t": {"T": 3, "t": "_DWORD"}, "location": "s-40"}, {"n": "a11", "t": {"T": 3, "t": "_DWORD"}, "location": "s-48"}, {"n": "a12", "t": {"T": 3, "t": "_BYTE"}, "location": "s-56"}, {"n": "a13", "t": {"T": 3, "t": "_DWORD"}, "location": "s-64"}, {"n": "v26", "t": {"T": 2, "n": 12, "s": 1, "t": "char"}, "location": "s12"}, {"n": "v19", "t": {"T": 2, "n": 6, "s": 8, "t": "__int64"}, "location": "s144"}, {"n": "v25", "t": {"T": 2, "n": 12, "s": 1, "t": "char"}, "location": "s24"}, {"n": "v24", "t": {"T": 2, "n": 12, "s": 1, "t": "char"}, "location": "s36"}, {"n": "v23", "t": {"T": 1, "n": "char", "s": 1}, "location": "s40"}, {"n": "v22", "t": {"T": 2, "n": 5, "s": 4, "t": "_DWORD"}, "location": "s60"}, {"n": "v21", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s72"}, {"n": "v20", "t": {"T": 2, "n": 6, "s": 4, "t": "_DWORD"}, "location": "s96"}]} | [{"n": "diffuse", "t": {"T": 3, "t": "float"}, "location": "r16"}, {"n": "specular", "t": {"T": 3, "t": "float"}, "location": "r24"}, {"n": "light", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "ambient", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "pos", "t": {"T": 3, "t": "float"}, "location": "r72"}, {"n": "dir", "t": {"T": 3, "t": "float"}, "location": "r80"}, {"n": "attenuation", "t": {"T": 3, "t": "float"}, "location": "s-16"}, {"n": "falloff", "t": {"T": 3, "t": "float"}, "location": "s-24"}, {"n": "innercone", "t": {"T": 3, "t": "float"}, "location": "s-32"}, {"n": "outercone", "t": {"T": 3, "t": "float"}, "location": "s-40"}, {"n": "radius", "t": {"T": 3, "t": "float"}, "location": "s-48"}, {"n": "castshadows", "t": {"T": 3, "t": "bool"}, "location": "s-56"}, {"n": "type", "t": {"T": 3, "t": "irr::video::E_LIGHT_TYPE"}, "location": "s-64"}, {"n": "v21", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s12"}, {"n": "slight", "t": {"T": 6, "n": "irr::video::SLight", "l": [{"T": 4, "n": "AmbientColor", "t": "irr::video::SColorf", "s": 16}, {"T": 4, "n": "DiffuseColor", "t": "irr::video::SColorf", "s": 16}, {"T": 4, "n": "SpecularColor", "t": "irr::video::SColorf", "s": 16}, {"T": 4, "n": "Attenuation", "t": "irr::core::vector3df", "s": 12}, {"T": 4, "n": "OuterCone", "t": "irr::f32", "s": 4}, {"T": 4, "n": "InnerCone", "t": "irr::f32", "s": 4}, {"T": 4, "n": "Falloff", "t": "irr::f32", "s": 4}, {"T": 4, "n": "Position", "t": "irr::core::vector3df", "s": 12}, {"T": 4, "n": "Direction", "t": "irr::core::vector3df", "s": 12}, {"T": 4, "n": "Radius", "t": "irr::f32", "s": 4}, {"T": 4, "n": "Type", "t": "irr::video::E_LIGHT_TYPE", "s": 4}, {"T": 4, "n": "CastShadows", "t": "__int8 : 1", "s": 0}, {"T": 5, "s": 4}]}, "location": "s144"}, {"n": "v20", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s24"}, {"n": "v19", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s36"}, {"n": "", "t": {"T": 10}, "location": "s40"}, {"n": "", "t": {"T": 10}, "location": "s60"}, {"n": "", "t": {"T": 10}, "location": "s72"}, {"n": "", "t": {"T": 10}, "location": "s96"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 69 | []
|
{"name": "LightSceneNode_SetLight", "code": "__int64 __fastcall LightSceneNode_SetLight ( __int64 @@a1@@ , float * @@a2@@ , float * @@a3@@ , float * @@a4@@ , __int64 @@a5@@ , __int64 @@a6@@ , float @@a7@@ , float @@a8@@ , float @@a9@@ , float @@a10@@ , __int64 @@a11@@ , char @@a12@@ , int @@a13@@ ) { __int64 v13 ; __int64 v14 ; __int64 @@v20@@ [ Number ] ; _DWORD @@v21@@ [ Number ] ; __int64 @@v22@@ ; _DWORD @@v23@@ [ Number ] ; char @@v24@@ ; __int64 @@v25@@ [ Number ] ; __int64 @@v26@@ [ Number ] ; __int64 @@v27@@ [ Number ] ; char @@v28@@ [ Number ] ; char @@v29@@ [ Number ] ; char @@v30@@ [ Number ] ; v13 = ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; irr video SLight SLight ( @@v20@@ , v13 ) ; irr video SColorf SColorf ( ( irr video SColorf * ) @@v25@@ , * @@a2@@ , @@a2@@ [ Number ] , @@a2@@ [ Number ] , @@a2@@ [ Number ] ) ; @@v20@@ [ Number ] = @@v25@@ [ Number ] ; @@v20@@ [ Number ] = @@v25@@ [ Number ] ; irr video SColorf SColorf ( ( irr video SColorf * ) @@v26@@ , * @@a3@@ , @@a3@@ [ Number ] , @@a3@@ [ Number ] , @@a3@@ [ Number ] ) ; @@v20@@ [ Number ] = @@v26@@ [ Number ] ; @@v20@@ [ Number ] = @@v26@@ [ Number ] ; irr video SColorf SColorf ( ( irr video SColorf * ) @@v27@@ , * @@a4@@ , @@a4@@ [ Number ] , @@a4@@ [ Number ] , @@a4@@ [ Number ] ) ; @@v20@@ [ Number ] = @@v27@@ [ Number ] ; @@v20@@ [ Number ] = @@v27@@ [ Number ] ; irr core vector3d < float > vector3d ( @@v28@@ , * ( double * ) _mm_cvtsi32_si128 ( * ( _DWORD * ) @@a5@@ ) . m128i_i64 , * ( float * ) ( @@a5@@ + Number ) , * ( float * ) ( @@a5@@ + Number ) ) ; irr core vector3d < float > operator = ( & @@v22@@ , @@v28@@ ) ; irr core vector3d < float > vector3d ( @@v29@@ , * ( double * ) _mm_cvtsi32_si128 ( * ( _DWORD * ) @@a6@@ ) . m128i_i64 , * ( float * ) ( @@a6@@ + Number ) , * ( float * ) ( @@a6@@ + Number ) ) ; irr core vector3d < float > operator = ( @@v23@@ , @@v29@@ ) ; irr core vector3d < float > vector3d ( @@v30@@ , * ( double * ) _mm_cvtsi32_si128 ( * ( _DWORD * ) @@a11@@ ) . m128i_i64 , * ( float * ) ( @@a11@@ + Number ) , * ( float * ) ( @@a11@@ + Number ) ) ; irr core vector3d < float > operator = ( @@v21@@ , @@v30@@ ) ; * ( float * ) & @@v21@@ [ Number ] = @@a7@@ ; * ( float * ) & @@v21@@ [ Number ] = @@a8@@ ; * ( float * ) & @@v21@@ [ Number ] = @@a9@@ ; * ( float * ) & @@v23@@ [ Number ] = @@a10@@ ; @@v24@@ = @@a12@@ & Number | @@v24@@ & Number ; @@v23@@ [ Number ] = @@a13@@ ; v14 = ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; return irr video SLight operator = ( v14 , @@v20@@ ) ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "float"}, "location": "r16"}, {"n": "a4", "t": {"T": 3, "t": "float"}, "location": "r24"}, {"n": "a7", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "a8", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "a9", "t": {"T": 1, "n": "float", "s": 4}, "location": "r528"}, {"n": "a10", "t": {"T": 1, "n": "float", "s": 4}, "location": "r544"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r72"}, {"n": "a6", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r80"}, {"n": "a11", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s-16"}, {"n": "a12", "t": {"T": 1, "n": "char", "s": 1}, "location": "s-24"}, {"n": "a13", "t": {"T": 1, "n": "int", "s": 4}, "location": "s-32"}, {"n": "v24", "t": {"T": 1, "n": "char", "s": 1}, "location": "s104"}, {"n": "v30", "t": {"T": 2, "n": 12, "s": 1, "t": "char"}, "location": "s12"}, {"n": "v23", "t": {"T": 2, "n": 5, "s": 4, "t": "_DWORD"}, "location": "s124"}, {"n": "v22", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s136"}, {"n": "v21", "t": {"T": 2, "n": 6, "s": 4, "t": "_DWORD"}, "location": "s160"}, {"n": "v20", "t": {"T": 2, "n": 6, "s": 8, "t": "__int64"}, "location": "s208"}, {"n": "v29", "t": {"T": 2, "n": 12, "s": 1, "t": "char"}, "location": "s24"}, {"n": "v28", "t": {"T": 2, "n": 12, "s": 1, "t": "char"}, "location": "s36"}, {"n": "v27", "t": {"T": 2, "n": 3, "s": 8, "t": "__int64"}, "location": "s64"}, {"n": "v26", "t": {"T": 2, "n": 2, "s": 8, "t": "__int64"}, "location": "s80"}, {"n": "v25", "t": {"T": 2, "n": 2, "s": 8, "t": "__int64"}, "location": "s96"}]} | [{"n": "diffuse", "t": {"T": 3, "t": "float"}, "location": "r16"}, {"n": "specular", "t": {"T": 3, "t": "float"}, "location": "r24"}, {"n": "falloff", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "innercone", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "outercone", "t": {"T": 1, "n": "float", "s": 4}, "location": "r528"}, {"n": "radius", "t": {"T": 1, "n": "float", "s": 4}, "location": "r544"}, {"n": "light", "t": {"T": 1, "n": "IntPtr", "s": 8}, "location": "r56"}, {"n": "ambient", "t": {"T": 3, "t": "float"}, "location": "r64"}, {"n": "pos", "t": {"T": 3, "t": "float"}, "location": "r72"}, {"n": "dir", "t": {"T": 3, "t": "float"}, "location": "r80"}, {"n": "attenuation", "t": {"T": 3, "t": "float"}, "location": "s-16"}, {"n": "castshadows", "t": {"T": 1, "n": "bool", "s": 1}, "location": "s-24"}, {"n": "type", "t": {"T": 1, "n": "irr::video::E_LIGHT_TYPE", "s": 4}, "location": "s-32"}, {"n": "", "t": {"T": 10}, "location": "s104"}, {"n": "v25", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s12"}, {"n": "", "t": {"T": 10}, "location": "s124"}, {"n": "", "t": {"T": 10}, "location": "s136"}, {"n": "", "t": {"T": 10}, "location": "s160"}, {"n": "slight", "t": {"T": 6, "n": "irr::video::SLight", "l": [{"T": 4, "n": "AmbientColor", "t": "irr::video::SColorf", "s": 16}, {"T": 4, "n": "DiffuseColor", "t": "irr::video::SColorf", "s": 16}, {"T": 4, "n": "SpecularColor", "t": "irr::video::SColorf", "s": 16}, {"T": 4, "n": "Attenuation", "t": "irr::core::vector3df", "s": 12}, {"T": 4, "n": "OuterCone", "t": "irr::f32", "s": 4}, {"T": 4, "n": "InnerCone", "t": "irr::f32", "s": 4}, {"T": 4, "n": "Falloff", "t": "irr::f32", "s": 4}, {"T": 4, "n": "Position", "t": "irr::core::vector3df", "s": 12}, {"T": 4, "n": "Direction", "t": "irr::core::vector3df", "s": 12}, {"T": 4, "n": "Radius", "t": "irr::f32", "s": 4}, {"T": 4, "n": "Type", "t": "irr::video::E_LIGHT_TYPE", "s": 4}, {"T": 4, "n": "CastShadows", "t": "__int8 : 1", "s": 0}, {"T": 5, "s": 4}]}, "location": "s208"}, {"n": "v24", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s24"}, {"n": "other", "t": {"T": 6, "n": "irr::core::vector3d<float>", "l": [{"T": 4, "n": "X", "t": "float", "s": 4}, {"T": 4, "n": "Y", "t": "float", "s": 4}, {"T": 4, "n": "Z", "t": "float", "s": 4}]}, "location": "s36"}, {"n": "v22", "t": {"T": 6, "n": "irr::video::SColorf", "l": [{"T": 4, "n": "r", "t": "irr::f32", "s": 4}, {"T": 4, "n": "g", "t": "irr::f32", "s": 4}, {"T": 4, "n": "b", "t": "irr::f32", "s": 4}, {"T": 4, "n": "a", "t": "irr::f32", "s": 4}]}, "location": "s64"}, {"n": "v21", "t": {"T": 6, "n": "irr::video::SColorf", "l": [{"T": 4, "n": "r", "t": "irr::f32", "s": 4}, {"T": 4, "n": "g", "t": "irr::f32", "s": 4}, {"T": 4, "n": "b", "t": "irr::f32", "s": 4}, {"T": 4, "n": "a", "t": "irr::f32", "s": 4}]}, "location": "s80"}, {"n": "v20", "t": {"T": 6, "n": "irr::video::SColorf", "l": [{"T": 4, "n": "r", "t": "irr::f32", "s": 4}, {"T": 4, "n": "g", "t": "irr::f32", "s": 4}, {"T": 4, "n": "b", "t": "irr::f32", "s": 4}, {"T": 4, "n": "a", "t": "irr::f32", "s": 4}]}, "location": "s96"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 70 | []
|
{"name": "IAnimator_Create", "code": "ManagedAnimator * __fastcall IAnimator_Create ( void ( __fastcall * @@a1@@ ) ( void * , void * , unsigned int ) ) { ManagedAnimator * @@v1@@ ; @@v1@@ = ( ManagedAnimator * ) operator new ( Number ) ; ManagedAnimator ManagedAnimator ( @@v1@@ , @@a1@@ ) ; return @@v1@@ ; }", "source": [{"n": "v1", "t": {"T": 3, "t": "ManagedAnimator"}, "location": "r32"}, {"n": "a1", "t": {"T": 9, "n": "void (__fastcall *)(void *, void *, unsigned int)"}, "location": "r56"}]} | [{"n": "v1", "t": {"T": 3, "t": "ManagedAnimator"}, "location": "r32"}, {"n": "callback", "t": {"T": 9, "n": "ANIMATOR_AFFECT"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 71 | []
|
{"name": "_Z41__static_initialization_and_destruction_0ii", "code": "int __fastcall __static_initialization_and_destruction_0 ( int @@a1@@ , int @@a2@@ ) { int @@result@@ ; if ( @@a1@@ == Number && @@a2@@ == Number ) { irr core string < char , irr core irrAllocator < char >> string < char > ( & irr scene quake3 irrEmptyStringc , & unk_2901 ) ; _cxa_atexit ( irr core string < char , irr core irrAllocator < char >> ~ string , & irr scene quake3 irrEmptyStringc , & _dso_handle ) ; std ios_base Init Init ( ( std ios_base Init * ) & std __ioinit ) ; @@result@@ = _cxa_atexit ( ( void ( __fastcall * ) ( void * ) ) & std ios_base Init ~ Init , & std __ioinit , & _dso_handle ) ; } return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "int", "s": 4}, "location": "r8"}]} | [{"n": "__initialize_p", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "__priority", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 72 | []
|
{"name": "_ZN3irr4core6iszeroEff", "code": "bool __fastcall irr core iszero ( irr core * @@this@@ , float @@a2@@ , float @@a3@@ ) { return @@a3@@ >= fabs ( @@a2@@ ) ; }", "source": [{"n": "a2", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "a3", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "this", "t": {"T": 3, "t": "irr::core"}, "location": "r56"}]} | [{"n": "a", "t": {"T": 1, "n": "const irr::f32", "s": 4}, "location": "r496"}, {"n": "tolerance", "t": {"T": 1, "n": "const irr::f32", "s": 4}, "location": "r512"}, {"n": "", "t": {"T": 10}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 73 | []
|
{"name": "_ZN3irr4core10reciprocalEf", "code": "float __fastcall irr core reciprocal ( irr core * @@this@@ , float @@a2@@ ) { return Number / @@a2@@ ; }", "source": [{"n": "a2", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "this", "t": {"T": 3, "t": "irr::core"}, "location": "r56"}]} | [{"n": "f", "t": {"T": 1, "n": "const irr::f32", "s": 4}, "location": "r496"}, {"n": "", "t": {"T": 10}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 74 | []
|
{"name": "_ZN3irr17IReferenceCountedC2Ev", "code": "irr IReferenceCounted * __fastcall irr IReferenceCounted IReferenceCounted ( irr IReferenceCounted * @@this@@ ) { irr IReferenceCounted * @@result@@ ; * ( _QWORD * ) @@this@@ = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' irr IReferenceCounted + Number ) ; * ( ( _QWORD * ) @@this@@ + Number ) = Number L ; * ( ( _DWORD * ) @@this@@ + Number ) = Number ; @@result@@ = @@this@@ ; * ( ( _BYTE * ) @@this@@ + Number ) = Number ; return @@result@@ ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::IReferenceCounted"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "irr::IReferenceCounted"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::IReferenceCounted"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 75 | []
|
{"name": "_ZN3irr17IReferenceCountedD2Ev", "code": "void __fastcall irr IReferenceCounted ~ IReferenceCounted ( irr IReferenceCounted * @@this@@ ) { * ( _QWORD * ) @@this@@ = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' irr IReferenceCounted + Number ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::IReferenceCounted"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::IReferenceCounted"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 76 | []
|
{"name": "_ZN3irr17IReferenceCountedD0Ev", "code": "void __fastcall irr IReferenceCounted ~ IReferenceCounted ( irr IReferenceCounted * @@this@@ ) { irr IReferenceCounted ~ IReferenceCounted ( @@this@@ ) ; operator delete ( @@this@@ , Number ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::IReferenceCounted"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::IReferenceCounted"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 77 | []
|
{"name": "_ZNK3irr17IReferenceCounted4dropEv", "code": "__int64 __fastcall irr IReferenceCounted drop ( irr IReferenceCounted * @@this@@ ) { if ( -- * ( ( _DWORD * ) @@this@@ + Number ) ) return Number L ; if ( * ( ( _BYTE * ) @@this@@ + Number ) ) ( * ( ( void ( __fastcall * * ) ( irr IReferenceCounted * ) ) @@this@@ + Number ) ) ( @@this@@ ) ; if ( @@this@@ ) ( * ( void ( __fastcall * * ) ( irr IReferenceCounted * ) ) ( * ( _QWORD * ) @@this@@ + Number L ) ) ( @@this@@ ) ; return Number L ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::IReferenceCounted"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "const irr::IReferenceCounted"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 78 | []
|
{"name": "_ZN3irr5video6SColorC2Ejjjj", "code": "irr video SColor * __fastcall irr video SColor SColor ( irr video SColor * @@this@@ , int @@a2@@ , int @@a3@@ , __int16 @@a4@@ , unsigned __int8 @@a5@@ ) { irr video SColor * @@result@@ ; @@result@@ = @@this@@ ; * ( _DWORD * ) @@this@@ = @@a5@@ | ( unsigned __int16 ) ( @@a4@@ << Number ) | ( @@a3@@ << Number ) & Number | ( @@a2@@ << Number ) ; return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "__int16", "s": 2}, "location": "r24"}, {"n": "this", "t": {"T": 3, "t": "irr::video::SColor"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "a5", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r72"}, {"n": "result", "t": {"T": 3, "t": "irr::video::SColor"}, "location": "r8"}]} | [{"n": "r", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "r16"}, {"n": "g", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "r24"}, {"n": "this", "t": {"T": 3, "t": "irr::video::SColor"}, "location": "r56"}, {"n": "a", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "r64"}, {"n": "b", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "r72"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 79 | []
|
{"name": "_ZN3irr5video7SColorfC2Effff", "code": "irr video SColorf * __fastcall irr video SColorf SColorf ( irr video SColorf * @@this@@ , float @@a2@@ , float @@a3@@ , float @@a4@@ , float @@a5@@ ) { irr video SColorf * @@result@@ ; * ( float * ) @@this@@ = @@a2@@ ; * ( ( float * ) @@this@@ + Number ) = @@a3@@ ; * ( ( float * ) @@this@@ + Number ) = @@a4@@ ; @@result@@ = @@this@@ ; * ( ( float * ) @@this@@ + Number ) = @@a5@@ ; return @@result@@ ; }", "source": [{"n": "a2", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "a3", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "a4", "t": {"T": 1, "n": "float", "s": 4}, "location": "r528"}, {"n": "a5", "t": {"T": 1, "n": "float", "s": 4}, "location": "r544"}, {"n": "this", "t": {"T": 3, "t": "irr::video::SColorf"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "irr::video::SColorf"}, "location": "r8"}]} | [{"n": "r", "t": {"T": 1, "n": "irr::f32", "s": 4}, "location": "r496"}, {"n": "g", "t": {"T": 1, "n": "irr::f32", "s": 4}, "location": "r512"}, {"n": "b", "t": {"T": 1, "n": "irr::f32", "s": 4}, "location": "r528"}, {"n": "a", "t": {"T": 1, "n": "irr::f32", "s": 4}, "location": "r544"}, {"n": "this", "t": {"T": 3, "t": "irr::video::SColorf"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 80 | []
|
{"name": "_ZN3irr5video9SMaterial10setTextureEjPNS0_8ITextureE", "code": "__int64 __fastcall irr video SMaterial setTexture ( __int64 @@a1@@ , unsigned int @@a2@@ , __int64 @@a3@@ ) { __int64 @@result@@ ; if ( @@a2@@ <= Number ) { @@result@@ = @@a3@@ ; * ( _QWORD * ) ( @@a1@@ + Number L * @@a2@@ ) = @@a3@@ ; } return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "tex", "t": {"T": 3, "t": "irr::video::ITexture"}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "irr::video::SMaterial"}, "location": "r56"}, {"n": "i", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 81 | []
|
{"name": "_ZN3irr5video9SMaterial7setFlagENS0_15E_MATERIAL_FLAGEb", "code": "__int64 __fastcall irr video SMaterial setFlag ( _BYTE * @@a1@@ , int @@a2@@ , unsigned __int8 @@a3@@ ) { __int64 @@result@@ ; char v4 ; unsigned int @@i@@ ; unsigned int @@k@@ ; unsigned int @@j@@ ; unsigned int @@l@@ ; unsigned int @@m@@ ; @@result@@ = ( unsigned int ) @@a2@@ ; if ( @@a2@@ == Number ) { @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = ( Number * ( @@a3@@ != Number ) ) | @@a1@@ [ Number ] & Number ; } else if ( @@a2@@ <= Number ) { if ( @@a2@@ == Number ) { if ( @@a3@@ ) v4 = Number ; else v4 = Number ; @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = v4 & Number | @@a1@@ [ Number ] & Number ; } else if ( @@a2@@ <= Number ) { if ( @@a2@@ == Number ) { @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = @@a3@@ != Number ; } else if ( @@a2@@ <= Number ) { if ( @@a2@@ == Number ) { for ( @@i@@ = Number ; @@i@@ <= Number ; ++ @@i@@ ) { @@result@@ = @@a3@@ ; @@a1@@ [ Number * @@i@@ + Number ] = @@a3@@ ; } } else if ( @@a2@@ <= Number ) { if ( @@a2@@ == Number ) { @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = ( @@a3@@ << Number ) | @@a1@@ [ Number ] & Number ; } else if ( @@a2@@ <= Number ) { if ( @@a2@@ == Number ) { @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = ( ( @@a3@@ & Number ) << Number ) | @@a1@@ [ Number ] & Number ; } else if ( @@a2@@ <= Number ) { if ( @@a2@@ == Number ) { if ( @@a3@@ ) { for ( @@j@@ = Number ; @@j@@ <= Number ; ++ @@j@@ ) { @@result@@ = ( __int64 ) & @@a1@@ [ Number * @@j@@ + Number ] ; * ( _BYTE * ) @@result@@ = Number ; } } else { for ( @@k@@ = Number ; @@k@@ <= Number ; ++ @@k@@ ) { @@result@@ = ( __int64 ) & @@a1@@ [ Number * @@k@@ + Number ] ; * ( _BYTE * ) @@result@@ = Number ; } } } else if ( @@a2@@ <= Number ) { if ( @@a2@@ == Number ) { for ( @@l@@ = Number ; @@l@@ <= Number ; ++ @@l@@ ) { @@result@@ = ( __int64 ) & @@a1@@ [ Number * @@l@@ ] ; * ( _BYTE * ) ( @@result@@ + Number ) = ( Number * ( @@a3@@ & Number ) ) | * ( _BYTE * ) ( @@result@@ + Number ) & Number ; } } else if ( @@a2@@ <= Number ) { if ( @@a2@@ == Number ) { for ( @@m@@ = Number ; @@m@@ <= Number ; ++ @@m@@ ) { @@result@@ = ( __int64 ) & @@a1@@ [ Number * @@m@@ ] ; * ( _BYTE * ) ( @@result@@ + Number ) = @@a3@@ & Number | * ( _BYTE * ) ( @@result@@ + Number ) & Number ; } } else if ( @@a2@@ <= Number ) { if ( @@a2@@ == Number ) { @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = ( Number * ( @@a3@@ & Number ) ) | @@a1@@ [ Number ] & Number ; } else if ( @@a2@@ <= Number ) { if ( @@a2@@ > Number ) { if ( @@a2@@ == Number ) { @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = ( Number * ( @@a3@@ & Number ) ) | @@a1@@ [ Number ] & Number ; } } else if ( @@a2@@ > Number ) { @@result@@ = ( unsigned int ) @@a2@@ ; switch ( @@a2@@ ) { case Number : @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = ( @@a3@@ << Number ) | @@a1@@ [ Number ] & Number ; break ; case Number : @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = @@a3@@ & Number | @@a1@@ [ Number ] & Number ; break ; case Number : @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = ( Number * ( @@a3@@ & Number ) ) | @@a1@@ [ Number ] & Number ; break ; case Number : @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = ( Number * ( @@a3@@ & Number ) ) | @@a1@@ [ Number ] & Number ; break ; case Number : @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = @@a3@@ ; break ; case Number : @@result@@ = ( __int64 ) @@a1@@ ; @@a1@@ [ Number ] = ( Number * ( @@a3@@ & Number ) ) | @@a1@@ [ Number ] & Number ; break ; default : return @@result@@ ; } } } } } } } } } } } } return @@result@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r16"}, {"n": "a1", "t": {"T": 3, "t": "_BYTE"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "j", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s12"}, {"n": "k", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s16"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s20"}, {"n": "m", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}, {"n": "l", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s8"}]} | [{"n": "value", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "irr::video::SMaterial"}, "location": "r56"}, {"n": "flag", "t": {"T": 1, "n": "irr::video::E_MATERIAL_FLAG", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "i_1", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "s12"}, {"n": "i_2", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "s16"}, {"n": "i_3", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "s20"}, {"n": "i", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "s4"}, {"n": "i_0", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "s8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 82 | []
|
{"name": "_ZN3irr14IEventReceiverD2Ev", "code": "void __fastcall irr IEventReceiver ~ IEventReceiver ( irr IEventReceiver * @@this@@ ) { * ( _QWORD * ) @@this@@ = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' irr IEventReceiver + Number ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::IEventReceiver"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::IEventReceiver"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 83 | []
|
{"name": "_ZN3irr14IEventReceiverD0Ev", "code": "void __fastcall irr IEventReceiver ~ IEventReceiver ( irr IEventReceiver * @@this@@ ) { irr IEventReceiver ~ IEventReceiver ( @@this@@ ) ; operator delete ( @@this@@ , Number ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::IEventReceiver"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::IEventReceiver"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 84 | []
|
{"name": "_ZNK3irr5scene18ISceneNodeAnimator22isEventReceiverEnabledEv", "code": "__int64 __fastcall irr scene ISceneNodeAnimator isEventReceiverEnabled ( irr scene ISceneNodeAnimator * @@this@@ ) { return Number L ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNodeAnimator"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "const irr::scene::ISceneNodeAnimator"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 85 | []
|
{"name": "_ZThn8_N3irr5scene18ISceneNodeAnimator7OnEventERKNS_6SEventE", "code": "__int64 __fastcall ` non - virtual thunk to ' irr scene ISceneNodeAnimator OnEvent ( __int64 @@a1@@ ) { return irr scene ISceneNodeAnimator OnEvent ( @@a1@@ - Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNodeAnimator"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 86 | []
|
{"name": "_ZNK3irr5scene18ISceneNodeAnimator7getTypeEv", "code": "__int64 __fastcall irr scene ISceneNodeAnimator getType ( irr scene ISceneNodeAnimator * @@this@@ ) { return Number L ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNodeAnimator"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "const irr::scene::ISceneNodeAnimator"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 87 | []
|
{"name": "_ZNK3irr5scene18ISceneNodeAnimator11hasFinishedEv", "code": "__int64 __fastcall irr scene ISceneNodeAnimator hasFinished ( irr scene ISceneNodeAnimator * @@this@@ ) { return Number L ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNodeAnimator"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "const irr::scene::ISceneNodeAnimator"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 88 | []
|
{"name": "_ZN3irr4core8aabbox3dIfEC2ERKS2_", "code": "__int64 __fastcall irr core aabbox3d < float > aabbox3d ( __int64 @@a1@@ , __int64 @@a2@@ ) { irr core vector3d < float > vector3d ( @@a1@@ , @@a2@@ ) ; return irr core vector3d < float > vector3d ( @@a1@@ + Number , @@a2@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::core::aabbox3d<float>"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const irr::core::aabbox3d<float>"}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 89 | []
|
{"name": "_ZN3irr5scene10ISceneNode15setMaterialFlagENS_5video15E_MATERIAL_FLAGEb", "code": "bool __fastcall irr scene ISceneNode setMaterialFlag ( __int64 @@a1@@ , int @@a2@@ , unsigned __int8 @@a3@@ ) { bool result ; _BYTE * v4 ; unsigned int @@i@@ ; for ( @@i@@ = Number ; ; ++ @@i@@ ) { result = @@i@@ < ( * ( unsigned int ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; if ( ! result ) break ; v4 = ( _BYTE * ) ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@i@@ ) ; irr video SMaterial setFlag ( v4 , @@a2@@ , @@a3@@ ) ; } return result ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}]} | [{"n": "newvalue", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}, {"n": "flag", "t": {"T": 1, "n": "irr::video::E_MATERIAL_FLAG", "s": 4}, "location": "r64"}, {"n": "i", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "s4"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 90 | []
|
{"name": "_ZN3irr5scene10ISceneNode18setMaterialTextureEjPNS_5video8ITextureE", "code": "void __fastcall irr scene ISceneNode setMaterialTexture ( __int64 @@a1@@ , unsigned int @@a2@@ , __int64 @@a3@@ ) { __int64 @@v3@@ ; unsigned int @@i@@ ; if ( @@a2@@ <= Number ) { for ( @@i@@ = Number ; @@i@@ < ( * ( unsigned int ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; ++ @@i@@ ) { @@v3@@ = ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@i@@ ) ; irr video SMaterial setTexture ( @@v3@@ , @@a2@@ , @@a3@@ ) ; } } }", "source": [{"n": "a3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "v3", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}]} | [{"n": "texture", "t": {"T": 3, "t": "irr::video::ITexture"}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}, {"n": "textureLayer", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "r64"}, {"n": "v3", "t": {"T": 3, "t": "irr::video::SMaterial"}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "s4"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 91 | []
|
{"name": "_ZN3irr5scene10ISceneNode15setMaterialTypeENS_5video15E_MATERIAL_TYPEE", "code": "bool __fastcall irr scene ISceneNode setMaterialType ( __int64 @@a1@@ , int @@a2@@ ) { bool @@result@@ ; unsigned int @@i@@ ; for ( @@i@@ = Number ; ; ++ @@i@@ ) { @@result@@ = @@i@@ < ( * ( unsigned int ( __fastcall * * ) ( __int64 ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ ) ; if ( ! @@result@@ ) break ; * ( _DWORD * ) ( ( * ( __int64 ( __fastcall * * ) ( __int64 , _QWORD ) ) ( * ( _QWORD * ) @@a1@@ + Number L ) ) ( @@a1@@ , @@i@@ ) + Number ) = @@a2@@ ; } return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}, {"n": "newType", "t": {"T": 1, "n": "irr::video::E_MATERIAL_TYPE", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}, {"n": "i", "t": {"T": 1, "n": "irr::u32", "s": 4}, "location": "s4"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 92 | []
|
{"name": "_ZN3irr5scene10ISceneNode19setAutomaticCullingENS0_14E_CULLING_TYPEE", "code": "__int64 __fastcall irr scene ISceneNode setAutomaticCulling ( __int64 @@a1@@ , int @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _DWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}, {"n": "state", "t": {"T": 1, "n": "irr::scene::E_CULLING_TYPE", "s": 4}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 93 | []
|
{"name": "_ZNK3irr5scene10ISceneNode19getAutomaticCullingEv", "code": "__int64 __fastcall irr scene ISceneNode getAutomaticCulling ( irr scene ISceneNode * @@this@@ ) { return * ( ( unsigned int * ) @@this@@ + Number ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "const irr::scene::ISceneNode"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 94 | []
|
{"name": "_ZNK3irr5scene10ISceneNode18isDebugDataVisibleEv", "code": "__int64 __fastcall irr scene ISceneNode isDebugDataVisible ( irr scene ISceneNode * @@this@@ ) { return * ( ( unsigned int * ) @@this@@ + Number ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "const irr::scene::ISceneNode"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 95 | []
|
{"name": "_ZN3irr5scene10ISceneNode16setIsDebugObjectEb", "code": "irr scene ISceneNode * __fastcall irr scene ISceneNode setIsDebugObject ( irr scene ISceneNode * @@this@@ , char @@a2@@ ) { irr scene ISceneNode * @@result@@ ; @@result@@ = @@this@@ ; * ( ( _BYTE * ) @@this@@ + Number ) = @@a2@@ ; return @@result@@ ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "char", "s": 1}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}, {"n": "debugObject", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 96 | []
|
{"name": "_ZNK3irr5scene10ISceneNode13isDebugObjectEv", "code": "__int64 __fastcall irr scene ISceneNode isDebugObject ( irr scene ISceneNode * @@this@@ ) { return * ( ( unsigned __int8 * ) @@this@@ + Number ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "const irr::scene::ISceneNode"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 97 | []
|
{"name": "_ZNK3irr5scene10ISceneNode11getChildrenEv", "code": "__int64 __fastcall irr scene ISceneNode getChildren ( irr scene ISceneNode * @@this@@ ) { return ( __int64 ) @@this@@ + Number ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "const irr::scene::ISceneNode"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 98 | []
|
{"name": "_ZNK3irr5scene10ISceneNode9getParentEv", "code": "__int64 __fastcall irr scene ISceneNode getParent ( irr scene ISceneNode * @@this@@ ) { return * ( ( _QWORD * ) @@this@@ + Number ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "const irr::scene::ISceneNode"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 99 | []
|
{"name": "_ZN3irr14IEventReceiverC2Ev", "code": "irr IEventReceiver * __fastcall irr IEventReceiver IEventReceiver ( irr IEventReceiver * @@this@@ ) { irr IEventReceiver * @@result@@ ; @@result@@ = @@this@@ ; * ( _QWORD * ) @@this@@ = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' irr IEventReceiver + Number ) ; return @@result@@ ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::IEventReceiver"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "irr::IEventReceiver"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::IEventReceiver"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 100 | []
|
{"name": "_ZN3irr2io26IAttributeExchangingObjectC2Ev", "code": "__int64 __fastcall irr io IAttributeExchangingObject IAttributeExchangingObject ( irr io IAttributeExchangingObject * @@this@@ , _QWORD * @@a2@@ ) { __int64 @@result@@ ; * ( _QWORD * ) @@this@@ = * @@a2@@ ; @@result@@ = @@a2@@ [ Number ] ; * ( _QWORD * ) ( ( char * ) @@this@@ + * ( _QWORD * ) ( * ( _QWORD * ) @@this@@ - Number L ) ) = @@result@@ ; return @@result@@ ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::io::IAttributeExchangingObject"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_QWORD"}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::io::IAttributeExchangingObject"}, "location": "r56"}, {"n": "__vtt_parm", "t": {"T": 3, "t": "const void *"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 101 | []
|
{"name": "_ZN3irr2io26IAttributeExchangingObjectD2Ev", "code": "void __fastcall irr io IAttributeExchangingObject ~ IAttributeExchangingObject ( irr io IAttributeExchangingObject * @@this@@ , _QWORD * @@a2@@ ) { * ( _QWORD * ) @@this@@ = * @@a2@@ ; * ( _QWORD * ) ( ( char * ) @@this@@ + * ( _QWORD * ) ( * ( _QWORD * ) @@this@@ - Number L ) ) = @@a2@@ [ Number ] ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::io::IAttributeExchangingObject"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_QWORD"}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::io::IAttributeExchangingObject"}, "location": "r56"}, {"n": "__vtt_parm", "t": {"T": 3, "t": "const void *"}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 102 | []
|
{"name": "_ZN3irr5scene18ISceneNodeAnimatorD2Ev", "code": "void __fastcall irr scene ISceneNodeAnimator ~ ISceneNodeAnimator ( irr scene ISceneNodeAnimator * @@this@@ , _QWORD * @@a2@@ ) { * ( _QWORD * ) @@this@@ = * @@a2@@ ; * ( _QWORD * ) ( ( char * ) @@this@@ + * ( _QWORD * ) ( * ( _QWORD * ) @@this@@ - Number L ) ) = @@a2@@ [ Number ] ; * ( ( _QWORD * ) @@this@@ + Number ) = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' irr scene ISceneNodeAnimator + Number ) ; irr IEventReceiver ~ IEventReceiver ( ( irr scene ISceneNodeAnimator * ) ( ( char * ) @@this@@ + Number ) ) ; irr io IAttributeExchangingObject ~ IAttributeExchangingObject ( @@this@@ , @@a2@@ + Number ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNodeAnimator"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_QWORD"}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNodeAnimator"}, "location": "r56"}, {"n": "__vtt_parm", "t": {"T": 3, "t": "const void *"}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 103 | []
|
{"name": "_ZN3irr5video6SLightC2ERKS1_", "code": "__int64 __fastcall irr video SLight SLight ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 v2 ; __int64 v3 ; __int64 v4 ; __int64 @@result@@ ; v2 = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) @@a1@@ = * ( _QWORD * ) @@a2@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = v2 ; v3 = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) ( @@a1@@ + Number ) = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) ( @@a1@@ + Number ) = v3 ; v4 = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) ( @@a1@@ + Number ) = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) ( @@a1@@ + Number ) = v4 ; irr core vector3d < float > vector3d ( @@a1@@ + Number , @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; irr core vector3d < float > vector3d ( @@a1@@ + Number , @@a2@@ + Number ) ; irr core vector3d < float > vector3d ( @@a1@@ + Number , @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; @@result@@ = @@a1@@ ; * ( _BYTE * ) ( @@a1@@ + Number ) = * ( _BYTE * ) ( @@a2@@ + Number ) & Number | * ( _BYTE * ) ( @@a1@@ + Number ) & Number ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::video::SLight"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const irr::video::SLight"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 104 | []
|
{"name": "_ZN3irr5video6SLightaSERKS1_", "code": "__int64 __fastcall irr video SLight operator = ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 v2 ; __int64 v3 ; __int64 v4 ; v2 = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) @@a1@@ = * ( _QWORD * ) @@a2@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = v2 ; v3 = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) ( @@a1@@ + Number ) = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) ( @@a1@@ + Number ) = v3 ; v4 = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) ( @@a1@@ + Number ) = * ( _QWORD * ) ( @@a2@@ + Number ) ; * ( _QWORD * ) ( @@a1@@ + Number ) = v4 ; irr core vector3d < float > operator = ( @@a1@@ + Number , @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; irr core vector3d < float > operator = ( @@a1@@ + Number , @@a2@@ + Number ) ; irr core vector3d < float > operator = ( @@a1@@ + Number , @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; * ( _DWORD * ) ( @@a1@@ + Number ) = * ( _DWORD * ) ( @@a2@@ + Number ) ; * ( _BYTE * ) ( @@a1@@ + Number ) = * ( _BYTE * ) ( @@a2@@ + Number ) & Number | * ( _BYTE * ) ( @@a1@@ + Number ) & Number ; return @@a1@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::video::SLight"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const irr::video::SLight"}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 105 | []
|
{"name": "_ZN3irr5scene18ISceneNodeAnimatorC2Ev", "code": "irr scene ISceneNodeAnimator * __fastcall irr scene ISceneNodeAnimator ISceneNodeAnimator ( irr scene ISceneNodeAnimator * @@this@@ , _QWORD * @@a2@@ ) { irr scene ISceneNodeAnimator * @@result@@ ; irr io IAttributeExchangingObject IAttributeExchangingObject ( @@this@@ , @@a2@@ + Number ) ; irr IEventReceiver IEventReceiver ( ( irr scene ISceneNodeAnimator * ) ( ( char * ) @@this@@ + Number ) ) ; * ( _QWORD * ) @@this@@ = * @@a2@@ ; * ( _QWORD * ) ( ( char * ) @@this@@ + * ( _QWORD * ) ( * ( _QWORD * ) @@this@@ - Number L ) ) = @@a2@@ [ Number ] ; @@result@@ = @@this@@ ; * ( ( _QWORD * ) @@this@@ + Number ) = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' irr scene ISceneNodeAnimator + Number ) ; return @@result@@ ; }", "source": [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNodeAnimator"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_QWORD"}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "irr::scene::ISceneNodeAnimator"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::scene::ISceneNodeAnimator"}, "location": "r56"}, {"n": "__vtt_parm", "t": {"T": 3, "t": "const void *"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 106 | []
|
{"name": "_ZN15ManagedAnimatorC1EPFvPvS0_jE", "code": "void __fastcall ManagedAnimator ManagedAnimator ( ManagedAnimator * @@this@@ , void ( __fastcall * @@a2@@ ) ( void * , void * , unsigned int ) ) { irr IReferenceCounted IReferenceCounted ( ( ManagedAnimator * ) ( ( char * ) @@this@@ + Number ) ) ; irr scene ISceneNodeAnimator ISceneNodeAnimator ( @@this@@ , ( _QWORD * ) ( unsigned int ) ( ( _DWORD ) ` VTT for ' ManagedAnimator + Number ) ) ; * ( _QWORD * ) @@this@@ = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' ManagedAnimator + Number ) ; * ( ( _QWORD * ) @@this@@ + Number ) = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' ManagedAnimator + Number ) ; * ( ( _QWORD * ) @@this@@ + Number ) = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' ManagedAnimator + Number ) ; * ( ( _QWORD * ) @@this@@ + Number ) = @@a2@@ ; }", "source": [{"n": "this", "t": {"T": 3, "t": "ManagedAnimator"}, "location": "r56"}, {"n": "a2", "t": {"T": 9, "n": "void (__fastcall *)(void *, void *, unsigned int)"}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "ManagedAnimator"}, "location": "r56"}, {"n": "call", "t": {"T": 9, "n": "ANIMATOR_AFFECT"}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 107 | []
|
{"name": "_ZN15ManagedAnimator11animateNodeEPN3irr5scene10ISceneNodeEj", "code": "__int64 __fastcall ManagedAnimator animateNode ( ManagedAnimator * @@this@@ , irr scene ISceneNode * @@a2@@ , unsigned int @@a3@@ ) { return ( * ( ( __int64 ( __fastcall * * ) ( ManagedAnimator * , irr scene ISceneNode * , _QWORD ) ) @@this@@ + Number ) ) ( @@this@@ , @@a2@@ , @@a3@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "ManagedAnimator"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r64"}]} | [{"n": "timeMS", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "ManagedAnimator"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "irr::scene::ISceneNode"}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 108 | []
|
{"name": "_ZN3irr4core8CMatrix4IfEaSERKS2_", "code": "void * __fastcall irr core CMatrix4 < float > operator = ( void * @@a1@@ , const void * @@a2@@ ) { if ( @@a1@@ != @@a2@@ ) memcpy ( @@a1@@ , @@a2@@ , Number ) ; return @@a1@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const void"}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::core::CMatrix4<float>"}, "location": "r56"}, {"n": "other", "t": {"T": 3, "t": "const irr::core::CMatrix4<float>"}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 109 | []
|
{"name": "_ZN3irr4core8vector3dIfEC2Efff", "code": "float * __fastcall irr core vector3d < float > vector3d ( float * @@a1@@ , float @@a2@@ , float @@a3@@ , float @@a4@@ ) { float * @@result@@ ; * @@a1@@ = @@a2@@ ; @@a1@@ [ Number ] = @@a3@@ ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = @@a4@@ ; return @@result@@ ; }", "source": [{"n": "a2", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "a3", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "a4", "t": {"T": 1, "n": "float", "s": 4}, "location": "r528"}, {"n": "a1", "t": {"T": 3, "t": "float"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "float"}, "location": "r8"}]} | [{"n": "nx", "t": {"T": 1, "n": "float", "s": 4}, "location": "r496"}, {"n": "ny", "t": {"T": 1, "n": "float", "s": 4}, "location": "r512"}, {"n": "nz", "t": {"T": 1, "n": "float", "s": 4}, "location": "r528"}, {"n": "this", "t": {"T": 3, "t": "irr::core::vector3d<float>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 110 | []
|
{"name": "_ZN3irr4core8vector3dIfEC2ERKS2_", "code": "_DWORD * __fastcall irr core vector3d < float > vector3d ( _DWORD * @@a1@@ , _DWORD * @@a2@@ ) { _DWORD * @@result@@ ; * @@a1@@ = * @@a2@@ ; @@a1@@ [ Number ] = @@a2@@ [ Number ] ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = @@a2@@ [ Number ] ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_DWORD"}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::core::vector3d<float>"}, "location": "r56"}, {"n": "other", "t": {"T": 3, "t": "const irr::core::vector3d<float>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 111 | []
|
{"name": "_ZN3irr4core8vector3dIfEaSERKS2_", "code": "_DWORD * __fastcall irr core vector3d < float > operator = ( _DWORD * @@a1@@ , _DWORD * @@a2@@ ) { * @@a1@@ = * @@a2@@ ; @@a1@@ [ Number ] = @@a2@@ [ Number ] ; @@a1@@ [ Number ] = @@a2@@ [ Number ] ; return @@a1@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "_DWORD"}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::core::vector3d<float>"}, "location": "r56"}, {"n": "other", "t": {"T": 3, "t": "const irr::core::vector3d<float>"}, "location": "r64"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 112 | []
|
{"name": "_ZN3irr4core6stringIcNS0_12irrAllocatorIcEEED2Ev", "code": "void __fastcall irr core string < char , irr core irrAllocator < char >> ~ string ( void * @@a1@@ ) { * ( _QWORD * ) @@a1@@ = ( unsigned int ) ( ( _DWORD ) & ` vtable for ' irr core string < char , irr core irrAllocator < char >> + Number ) ; irr core irrAllocator < char > deallocate ( ( char * ) @@a1@@ + Number , * ( ( _QWORD * ) @@a1@@ + Number ) ) ; irr core irrAllocator < char > ~ irrAllocator ( ( char * ) @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::core::string<char,irr::core::irrAllocator<char> >"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 113 | []
|
{"name": "_ZN3irr4core6stringIcNS0_12irrAllocatorIcEEED0Ev", "code": "void __fastcall irr core string < char , irr core irrAllocator < char >> ~ string ( void * @@a1@@ ) { irr core string < char , irr core irrAllocator < char >> ~ string ( @@a1@@ ) ; operator delete ( @@a1@@ , Number ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "irr::core::string<char,irr::core::irrAllocator<char> >"}, "location": "r56"}] | data1/train-shard-10.tar | 9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed_9d13afda5f180cd1b4a884ab29f474620fd37f34306647d213caafe0be0ec5ed.jsonl | 114 | []
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.