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": "_ZN9CListNodeI5CFileE4prevEv", "code": "__int64 __fastcall CListNode < CFile > prev ( __int64 @@a1@@ ) { return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<CFile>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 260 | []
|
{"name": "_ZN9CLinkListI5CFileE6removeEP9CListNodeIS0_Eb", "code": "void __fastcall CLinkList < CFile > remove ( __int64 @@a1@@ , void * @@a2@@ , char @@a3@@ ) { __int64 v3 ; __int64 v4 ; __int64 v5 ; __int64 v6 ; if ( @@a2@@ ) { if ( CListNode < CFile > next ( ( __int64 ) @@a2@@ ) ) { v3 = CListNode < CFile > next ( ( __int64 ) @@a2@@ ) ; v4 = CListNode < CFile > prev ( ( __int64 ) @@a2@@ ) ; CListNode < CFile > setPrev ( v3 , v4 ) ; } else if ( @@a2@@ == * ( void * * ) ( @@a1@@ + Number ) ) { * ( _QWORD * ) ( @@a1@@ + Number ) = CListNode < CFile > prev ( ( __int64 ) @@a2@@ ) ; } if ( CListNode < CFile > prev ( ( __int64 ) @@a2@@ ) ) { v5 = CListNode < CFile > prev ( ( __int64 ) @@a2@@ ) ; v6 = CListNode < CFile > next ( ( __int64 ) @@a2@@ ) ; CListNode < CFile > setNext ( v5 , v6 ) ; } else if ( @@a2@@ == * ( void * * ) ( @@a1@@ + Number ) ) { * ( _QWORD * ) ( @@a1@@ + Number ) = CListNode < CFile > next ( ( __int64 ) @@a2@@ ) ; } if ( @@a3@@ ) operator delete ( @@a2@@ , Number ) ; } }", "source": [{"n": "a3", "t": {"T": 1, "n": "char", "s": 1}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "void"}, "location": "r64"}]} | [{"n": "del", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "CLinkList<CFile>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<CFile>"}, "location": "r64"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 261 | []
|
{"name": "_ZN9CListNodeI5CFileEC2EPS0_", "code": "_QWORD * __fastcall CListNode < CFile > CListNode ( _QWORD * @@a1@@ , __int64 @@a2@@ ) { _QWORD * @@result@@ ; * @@a1@@ = @@a2@@ ; @@a1@@ [ Number ] = Number L ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_QWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_QWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<CFile>"}, "location": "r56"}, {"n": "e", "t": {"T": 3, "t": "CFile"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 262 | []
|
{"name": "_ZN9CListNodeI5CFileE7setNextEPS1_", "code": "__int64 __fastcall CListNode < CFile > setNext ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<CFile>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<CFile>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 263 | []
|
{"name": "_ZN9CListNodeI5CFileE7setPrevEPS1_", "code": "__int64 __fastcall CListNode < CFile > setPrev ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<CFile>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<CFile>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 264 | []
|
{"name": "_ZN9CLinkListI5CFileE10incElementEv", "code": "_DWORD * __fastcall CLinkList < CFile > incElement ( _DWORD * @@a1@@ ) { _DWORD * @@result@@ ; @@result@@ = @@a1@@ ; ++ * @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CLinkList<CFile>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 265 | []
|
{"name": "_ZN9CListNodeI5CFileE7delNextEv", "code": "__int64 __fastcall CListNode < CFile > delNext ( __int64 @@a1@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<CFile>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 266 | []
|
{"name": "_ZN9CLinkListI5CFileE10decElementEv", "code": "_DWORD * __fastcall CLinkList < CFile > decElement ( _DWORD * @@a1@@ ) { _DWORD * @@result@@ ; @@result@@ = @@a1@@ ; -- * @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CLinkList<CFile>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 267 | []
|
{"name": "_ZN9CListNodeI5CFileE7delPrevEv", "code": "__int64 __fastcall CListNode < CFile > delPrev ( __int64 @@a1@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<CFile>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 268 | []
|
{"name": "_ZN9CListNodeI6SNamesEC2EPS0_", "code": "_QWORD * __fastcall CListNode < SNames > CListNode ( _QWORD * @@a1@@ , __int64 @@a2@@ ) { _QWORD * @@result@@ ; * @@a1@@ = @@a2@@ ; @@a1@@ [ Number ] = Number L ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_QWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_QWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SNames>"}, "location": "r56"}, {"n": "e", "t": {"T": 3, "t": "SNames"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 269 | []
|
{"name": "_ZN9CListNodeI6SNamesE7setNextEPS1_", "code": "__int64 __fastcall CListNode < SNames > setNext ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SNames>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SNames>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 270 | []
|
{"name": "_ZN9CListNodeI6SNamesE7setPrevEPS1_", "code": "__int64 __fastcall CListNode < SNames > setPrev ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SNames>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SNames>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 271 | []
|
{"name": "_ZN9CLinkListI6SNamesE10incElementEv", "code": "_DWORD * __fastcall CLinkList < SNames > incElement ( _DWORD * @@a1@@ ) { _DWORD * @@result@@ ; @@result@@ = @@a1@@ ; ++ * @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CLinkList<SNames>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 272 | []
|
{"name": "_ZN9CListNodeI12SInstallTextEC2EPS0_", "code": "_QWORD * __fastcall CListNode < SInstallText > CListNode ( _QWORD * @@a1@@ , __int64 @@a2@@ ) { _QWORD * @@result@@ ; * @@a1@@ = @@a2@@ ; @@a1@@ [ Number ] = Number L ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_QWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_QWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SInstallText>"}, "location": "r56"}, {"n": "e", "t": {"T": 3, "t": "SInstallText"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 273 | []
|
{"name": "_ZN9CListNodeI12SInstallTextE7setPrevEPS1_", "code": "__int64 __fastcall CListNode < SInstallText > setPrev ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SInstallText>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SInstallText>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 274 | []
|
{"name": "_ZN9CListNodeI12SInstallTextE7setNextEPS1_", "code": "__int64 __fastcall CListNode < SInstallText > setNext ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SInstallText>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SInstallText>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 275 | []
|
{"name": "_ZN9CLinkListI12SInstallTextE10incElementEv", "code": "_DWORD * __fastcall CLinkList < SInstallText > incElement ( _DWORD * @@a1@@ ) { _DWORD * @@result@@ ; @@result@@ = @@a1@@ ; ++ * @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CLinkList<SInstallText>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 276 | []
|
{"name": "_ZN9CListNodeI12SInstallTextE4nextEv", "code": "__int64 __fastcall CListNode < SInstallText > next ( __int64 @@a1@@ ) { return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SInstallText>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 277 | []
|
{"name": "_ZN9CListNodeI12SInstallTextE7delPrevEv", "code": "__int64 __fastcall CListNode < SInstallText > delPrev ( __int64 @@a1@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SInstallText>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 278 | []
|
{"name": "_ZN9CListNodeI12SInstallTextE4prevEv", "code": "__int64 __fastcall CListNode < SInstallText > prev ( __int64 @@a1@@ ) { return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SInstallText>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 279 | []
|
{"name": "_ZN9CListNodeI12SInstallTextE7delNextEv", "code": "__int64 __fastcall CListNode < SInstallText > delNext ( __int64 @@a1@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SInstallText>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 280 | []
|
{"name": "_ZN9CListNodeI5CFileE10ChangeDataEPS0_", "code": "_QWORD * __fastcall CListNode < CFile > ChangeData ( _QWORD * @@a1@@ , __int64 @@a2@@ ) { _QWORD * @@result@@ ; @@result@@ = @@a1@@ ; * @@a1@@ = @@a2@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_QWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_QWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<CFile>"}, "location": "r56"}, {"n": "data", "t": {"T": 3, "t": "CFile"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 281 | []
|
{"name": "_ZN9CLinkListI10SWaresTextE15SetCurrentFrontEv", "code": "__int64 __fastcall CLinkList < SWaresText > SetCurrentFront ( __int64 @@a1@@ ) { * ( _QWORD * ) ( @@a1@@ + Number ) = * ( _QWORD * ) ( @@a1@@ + Number ) ; * ( _BYTE * ) ( @@a1@@ + Number ) = Number ; return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CLinkList<SWaresText>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 282 | []
|
{"name": "_ZN9CListNodeI10SWaresTextE4DataEv", "code": "__int64 __fastcall CListNode < SWaresText > Data ( __int64 @@a1@@ ) { return * ( _QWORD * ) @@a1@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SWaresText>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 283 | []
|
{"name": "_ZN9CLinkListI10SWaresTextE15MoveCurrentNextEv", "code": "__int64 __fastcall CLinkList < SWaresText > MoveCurrentNext ( __int64 @@a1@@ ) { if ( * ( _BYTE * ) ( @@a1@@ + Number ) ) { * ( _QWORD * ) ( @@a1@@ + Number ) = * ( _QWORD * ) ( @@a1@@ + Number ) ; * ( _BYTE * ) ( @@a1@@ + Number ) = Number ; } else if ( * ( _QWORD * ) ( @@a1@@ + Number ) ) { * ( _QWORD * ) ( @@a1@@ + Number ) = CListNode < SWaresText > next ( * ( _QWORD * ) ( @@a1@@ + Number ) ) ; } return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CLinkList<SWaresText>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 284 | []
|
{"name": "_ZN9CListNodeI10SWaresTextEC2EPS0_", "code": "_QWORD * __fastcall CListNode < SWaresText > CListNode ( _QWORD * @@a1@@ , __int64 @@a2@@ ) { _QWORD * @@result@@ ; * @@a1@@ = @@a2@@ ; @@a1@@ [ Number ] = Number L ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_QWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_QWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SWaresText>"}, "location": "r56"}, {"n": "e", "t": {"T": 3, "t": "SWaresText"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 285 | []
|
{"name": "_ZN9CListNodeI10SWaresTextE7setNextEPS1_", "code": "__int64 __fastcall CListNode < SWaresText > setNext ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SWaresText>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SWaresText>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 286 | []
|
{"name": "_ZN9CListNodeI10SWaresTextE7setPrevEPS1_", "code": "__int64 __fastcall CListNode < SWaresText > setPrev ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SWaresText>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SWaresText>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 287 | []
|
{"name": "_ZN9CLinkListI10SWaresTextE10incElementEv", "code": "_DWORD * __fastcall CLinkList < SWaresText > incElement ( _DWORD * @@a1@@ ) { _DWORD * @@result@@ ; @@result@@ = @@a1@@ ; ++ * @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CLinkList<SWaresText>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 288 | []
|
{"name": "_ZN9CListNodeI6SWaresEC2EPS0_", "code": "_QWORD * __fastcall CListNode < SWares > CListNode ( _QWORD * @@a1@@ , __int64 @@a2@@ ) { _QWORD * @@result@@ ; * @@a1@@ = @@a2@@ ; @@a1@@ [ Number ] = Number L ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_QWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_QWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SWares>"}, "location": "r56"}, {"n": "e", "t": {"T": 3, "t": "SWares"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 289 | []
|
{"name": "_ZN9CListNodeI6SWaresE7setNextEPS1_", "code": "__int64 __fastcall CListNode < SWares > setNext ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SWares>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SWares>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 290 | []
|
{"name": "_ZN9CListNodeI6SWaresE7setPrevEPS1_", "code": "__int64 __fastcall CListNode < SWares > setPrev ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SWares>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SWares>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 291 | []
|
{"name": "_ZN9CLinkListI6SWaresE10incElementEv", "code": "_DWORD * __fastcall CLinkList < SWares > incElement ( _DWORD * @@a1@@ ) { _DWORD * @@result@@ ; @@result@@ = @@a1@@ ; ++ * @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CLinkList<SWares>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 292 | []
|
{"name": "_ZN9CListNodeI6SWaresE4prevEv", "code": "__int64 __fastcall CListNode < SWares > prev ( __int64 @@a1@@ ) { return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SWares>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 293 | []
|
{"name": "_ZN9CLinkListI6SWaresE6removeEP9CListNodeIS0_Eb", "code": "void __fastcall CLinkList < SWares > remove ( __int64 @@a1@@ , void * @@a2@@ , char @@a3@@ ) { __int64 v3 ; __int64 v4 ; __int64 v5 ; __int64 v6 ; if ( @@a2@@ ) { if ( CListNode < SWares > next ( @@a2@@ ) ) { v3 = CListNode < SWares > next ( @@a2@@ ) ; v4 = CListNode < SWares > prev ( ( __int64 ) @@a2@@ ) ; CListNode < SWares > setPrev ( v3 , v4 ) ; } else if ( @@a2@@ == * ( void * * ) ( @@a1@@ + Number ) ) { * ( _QWORD * ) ( @@a1@@ + Number ) = CListNode < SWares > prev ( ( __int64 ) @@a2@@ ) ; } if ( CListNode < SWares > prev ( ( __int64 ) @@a2@@ ) ) { v5 = CListNode < SWares > prev ( ( __int64 ) @@a2@@ ) ; v6 = CListNode < SWares > next ( @@a2@@ ) ; CListNode < SWares > setNext ( v5 , v6 ) ; } else if ( @@a2@@ == * ( void * * ) ( @@a1@@ + Number ) ) { * ( _QWORD * ) ( @@a1@@ + Number ) = CListNode < SWares > next ( @@a2@@ ) ; } if ( @@a3@@ ) operator delete ( @@a2@@ , Number ) ; } }", "source": [{"n": "a3", "t": {"T": 1, "n": "char", "s": 1}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "void"}, "location": "r64"}]} | [{"n": "del", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "CLinkList<SWares>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SWares>"}, "location": "r64"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 294 | []
|
{"name": "_ZN9CListNodeI6SWaresE4nextEv", "code": "__int64 __fastcall CListNode < SWares > next ( __int64 @@a1@@ ) { return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SWares>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 295 | []
|
{"name": "_ZN9CListNodeI6SWaresE7delPrevEv", "code": "__int64 __fastcall CListNode < SWares > delPrev ( __int64 @@a1@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SWares>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 296 | []
|
{"name": "_ZN9CListNodeI6SWaresE7delNextEv", "code": "__int64 __fastcall CListNode < SWares > delNext ( __int64 @@a1@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "result", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SWares>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 297 | []
|
{"name": "_ZN9CListNodeI10SWaresTextE4prevEv", "code": "__int64 __fastcall CListNode < SWaresText > prev ( __int64 @@a1@@ ) { return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SWaresText>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 298 | []
|
{"name": "_ZN9CLinkListI10SWaresTextE6removeEP9CListNodeIS0_Eb", "code": "void __fastcall CLinkList < SWaresText > remove ( __int64 @@a1@@ , void * @@a2@@ , char @@a3@@ ) { __int64 v3 ; __int64 v4 ; __int64 v5 ; __int64 v6 ; if ( @@a2@@ ) { if ( CListNode < SWaresText > next ( @@a2@@ ) ) { v3 = CListNode < SWaresText > next ( @@a2@@ ) ; v4 = CListNode < SWaresText > prev ( ( __int64 ) @@a2@@ ) ; CListNode < SWaresText > setPrev ( v3 , v4 ) ; } else if ( @@a2@@ == * ( void * * ) ( @@a1@@ + Number ) ) { * ( _QWORD * ) ( @@a1@@ + Number ) = CListNode < SWaresText > prev ( ( __int64 ) @@a2@@ ) ; } if ( CListNode < SWaresText > prev ( ( __int64 ) @@a2@@ ) ) { v5 = CListNode < SWaresText > prev ( ( __int64 ) @@a2@@ ) ; v6 = CListNode < SWaresText > next ( @@a2@@ ) ; CListNode < SWaresText > setNext ( v5 , v6 ) ; } else if ( @@a2@@ == * ( void * * ) ( @@a1@@ + Number ) ) { * ( _QWORD * ) ( @@a1@@ + Number ) = CListNode < SWaresText > next ( @@a2@@ ) ; } if ( @@a3@@ ) operator delete ( @@a2@@ , Number ) ; } }", "source": [{"n": "a3", "t": {"T": 1, "n": "char", "s": 1}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "void"}, "location": "r64"}]} | [{"n": "del", "t": {"T": 1, "n": "bool", "s": 1}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "CLinkList<SWaresText>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SWaresText>"}, "location": "r64"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 299 | []
|
{"name": "_ZN9CListNodeI12SSettingTypeEC2EPS0_", "code": "_QWORD * __fastcall CListNode < SSettingType > CListNode ( _QWORD * @@a1@@ , __int64 @@a2@@ ) { _QWORD * @@result@@ ; * @@a1@@ = @@a2@@ ; @@a1@@ [ Number ] = Number L ; @@result@@ = @@a1@@ ; @@a1@@ [ Number ] = Number L ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_QWORD"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r64"}, {"n": "result", "t": {"T": 3, "t": "_QWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SSettingType>"}, "location": "r56"}, {"n": "e", "t": {"T": 3, "t": "SSettingType"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 300 | []
|
{"name": "_ZN9CListNodeI12SSettingTypeE7setNextEPS1_", "code": "__int64 __fastcall CListNode < SSettingType > setNext ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SSettingType>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SSettingType>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 301 | []
|
{"name": "_ZN9CListNodeI12SSettingTypeE7setPrevEPS1_", "code": "__int64 __fastcall CListNode < SSettingType > setPrev ( __int64 @@a1@@ , __int64 @@a2@@ ) { __int64 @@result@@ ; @@result@@ = @@a1@@ ; * ( _QWORD * ) ( @@a1@@ + Number ) = @@a2@@ ; 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": "CListNode<SSettingType>"}, "location": "r56"}, {"n": "node", "t": {"T": 3, "t": "CListNode<SSettingType>"}, "location": "r64"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 302 | []
|
{"name": "_ZN9CLinkListI12SSettingTypeE10incElementEv", "code": "_DWORD * __fastcall CLinkList < SSettingType > incElement ( _DWORD * @@a1@@ ) { _DWORD * @@result@@ ; @@result@@ = @@a1@@ ; ++ * @@a1@@ ; return @@result@@ ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "_DWORD"}, "location": "r56"}, {"n": "result", "t": {"T": 3, "t": "_DWORD"}, "location": "r8"}]} | [{"n": "this", "t": {"T": 3, "t": "CLinkList<SSettingType>"}, "location": "r56"}, {"n": "", "t": {"T": 10}, "location": "r8"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 303 | []
|
{"name": "_ZN9CListNodeI12SSettingTypeE4nextEv", "code": "__int64 __fastcall CListNode < SSettingType > next ( __int64 @@a1@@ ) { return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SSettingType>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 304 | []
|
{"name": "_ZN9CListNodeI6SNamesE4nextEv", "code": "__int64 __fastcall CListNode < SNames > next ( __int64 @@a1@@ ) { return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SNames>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 305 | []
|
{"name": "_ZN9CListNodeI10SWaresTextE4nextEv", "code": "__int64 __fastcall CListNode < SWaresText > next ( __int64 @@a1@@ ) { return * ( _QWORD * ) ( @@a1@@ + Number ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CListNode<SWaresText>"}, "location": "r56"}] | data1/train-shard-10.tar | a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095_a813a59c7b7087ed90943b1d6dcfaac2fe03b9803cc8bf89ef92c36d46fe8095.jsonl | 306 | []
|
{"name": "fclose", "code": "__int64 __fastcall fclose ( __int64 @@a1@@ ) { int v2 ; unsigned int v3 ; int @@v4@@ ; if ( * ( int * ) ( @@a1@@ + Number ) >= Number ) _lockfile ( @@a1@@ ) ; dummy ( ) ; @@v4@@ = * ( _DWORD * ) @@a1@@ & Number ; if ( ! @@v4@@ ) { _lock ( & _libc [ Number ] ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) ) * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) = * ( _QWORD * ) ( @@a1@@ + Number ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) ) * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) = * ( _QWORD * ) ( @@a1@@ + Number ) ; if ( @@a1@@ == _libc [ Number ] ) _libc [ Number ] = * ( _QWORD * ) ( @@a1@@ + Number ) ; _unlock ( & _libc [ Number ] ) ; } v2 = fflush ( ( FILE * ) @@a1@@ ) ; v3 = ( * ( __int64 ( __fastcall * * ) ( __int64 ) ) ( @@a1@@ + Number ) ) ( @@a1@@ ) | v2 ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) ) free ( * ( void * * ) ( @@a1@@ + Number ) ) ; if ( ! @@v4@@ ) free ( ( void * ) @@a1@@ ) ; return v3 ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "v4", "t": {"T": 1, "n": "int", "s": 4}, "location": "s12"}]} | [{"n": "f", "t": {"T": 3, "t": "FILE"}, "location": "r56"}, {"n": "perm", "t": {"T": 1, "n": "int", "s": 4}, "location": "s12"}] | data1/train-shard-10.tar | d43da7d11855e1ddc7cf75f9b922ebe171edd17383bf2f0548ec061edc2510d8_d43da7d11855e1ddc7cf75f9b922ebe171edd17383bf2f0548ec061edc2510d8.jsonl | 0 | []
|
{"name": "gettimeofday", "code": "__int64 __fastcall gettimeofday ( __time_t * @@a1@@ ) { struct timespec @@tp@@ ; if ( @@a1@@ ) { clock_gettime ( Number , & @@tp@@ ) ; * @@a1@@ = @@tp@@ . tv_sec ; @@a1@@ [ Number ] = SLODWORD ( @@tp@@ . tv_nsec ) / Number ; } return Number L ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "__time_t"}, "location": "r56"}, {"n": "tp", "t": {"T": 6, "n": "struct timespec", "l": [{"T": 4, "n": "tv_sec", "t": "__time_t", "s": 8}, {"T": 4, "n": "tv_nsec", "t": "__syscall_slong_t", "s": 8}]}, "location": "s24"}]} | [{"n": "tv", "t": {"T": 3, "t": "timeval"}, "location": "r56"}, {"n": "ts", "t": {"T": 6, "n": "timespec", "l": [{"T": 4, "n": "tv_sec", "t": "time_t", "s": 8}, {"T": 4, "n": "tv_nsec", "t": "__int64", "s": 8}]}, "location": "s24"}] | data1/train-shard-10.tar | cff477956a56bf12adf25644a0547bc4ea1168f65d9b7c3be2ebd86943bae45e_cff477956a56bf12adf25644a0547bc4ea1168f65d9b7c3be2ebd86943bae45e.jsonl | 0 | []
|
{"name": "tds_open_socket", "code": "__int64 __fastcall tds_open_socket ( int * @@a1@@ , const char * @@a2@@ , unsigned int @@a3@@ , unsigned int @@a4@@ , int * @@a5@@ ) { int * v6 ; char * v7 ; char * v8 ; int * v9 ; char * v10 ; char * v11 ; int @@optval@@ ; socklen_t @@optlen@@ ; int @@v17@@ ; struct sockaddr @@s@@ ; int @@errnum@@ ; int * @@v21@@ ; unsigned int @@v22@@ ; @@v21@@ = @@a1@@ ; @@v22@@ = Number ; * @@a5@@ = Number ; memset ( & @@s@@ , Number , sizeof ( @@s@@ ) ) ; * ( _DWORD * ) & @@s@@ . sa_data [ Number ] = inet_addr ( @@a2@@ ) ; if ( * ( _DWORD * ) & @@s@@ . sa_data [ Number ] == Number ) { if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@a2@@ ) ; return Number L ; } @@s@@ . sa_family = Number ; * ( _WORD * ) @@s@@ . sa_data = htons ( @@a3@@ ) ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@a2@@ , @@a3@@ , HIBYTE ( * ( ( _WORD * ) @@a1@@ + Number ) ) , ( unsigned __int8 ) * ( ( _WORD * ) @@a1@@ + Number ) ) ; * @@v21@@ = socket ( Number , Number , Number ) ; if ( * @@v21@@ < Number ) { * @@a5@@ = * _errno_location ( ) ; if ( tds_write_dump ) { v6 = _errno_location ( ) ; v7 = strerror ( * v6 ) ; tdsdump_log ( String , Number L , String , v7 ) ; } return Number L ; } @@optval@@ = Number ; setsockopt ( * @@v21@@ , Number , Number , & @@optval@@ , Number ) ; @@optval@@ = Number ; setsockopt ( * @@v21@@ , Number , Number , & @@optval@@ , Number ) ; if ( ! @@a4@@ ) @@a4@@ = Number ; @@v17@@ = Number ; if ( ioctl ( * @@v21@@ , Number , & @@v17@@ ) < Number ) { * @@a5@@ = * _errno_location ( ) ; tds_close_socket ( @@a1@@ ) ; return Number L ; } if ( connect ( * @@v21@@ , & @@s@@ , Number ) ) { * @@a5@@ = * _errno_location ( ) ; @@errnum@@ = * @@a5@@ ; if ( tds_write_dump ) { v8 = strerror ( @@errnum@@ ) ; tdsdump_log ( String , Number L , String , v8 ) ; } if ( @@errnum@@ != Number ) goto LABEL_32 ; if ( ( int ) tds_select ( @@a1@@ , Number L , @@a4@@ ) <= Number ) { @@v22@@ = Number ; LABEL_32 : tds_close_socket ( @@a1@@ ) ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String ) ; return @@v22@@ ; } } else if ( tds_write_dump ) { tdsdump_log ( String , Number L , String ) ; } @@optlen@@ = Number ; @@optval@@ = Number ; if ( getsockopt ( * @@v21@@ , Number , Number , & @@optval@@ , & @@optlen@@ ) ) { * @@a5@@ = * _errno_location ( ) ; if ( tds_write_dump ) { v9 = _errno_location ( ) ; v10 = strerror ( * v9 ) ; tdsdump_log ( String , Number L , String , v10 ) ; } goto LABEL_32 ; } if ( @@optval@@ ) { * @@a5@@ = @@optval@@ ; if ( tds_write_dump ) { v11 = strerror ( @@optval@@ ) ; tdsdump_log ( String , Number L , String , v11 ) ; } goto LABEL_32 ; } if ( tds_write_dump ) tdsdump_log ( String , Number L , String ) ; return Number L ; }", "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": 3, "t": "int"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "a5", "t": {"T": 3, "t": "int"}, "location": "r72"}, {"n": "v21", "t": {"T": 3, "t": "int"}, "location": "s16"}, {"n": "errnum", "t": {"T": 1, "n": "int", "s": 4}, "location": "s24"}, {"n": "v22", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}, {"n": "s", "t": {"T": 6, "n": "struct sockaddr", "l": [{"T": 4, "n": "sa_family", "t": "sa_family_t", "s": 2}, {"T": 4, "n": "sa_data", "t": "char[14]", "s": 14}]}, "location": "s48"}, {"n": "v17", "t": {"T": 1, "n": "int", "s": 4}, "location": "s52"}, {"n": "optlen", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "s56"}, {"n": "optval", "t": {"T": 1, "n": "int", "s": 4}, "location": "s60"}]} | [{"n": "port", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r16"}, {"n": "timeout", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "tds", "t": {"T": 3, "t": "TDSSOCKET"}, "location": "r56"}, {"n": "ip_addr", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "p_oserr", "t": {"T": 3, "t": "int"}, "location": "r72"}, {"n": "conn", "t": {"T": 3, "t": "TDSCONNECTION"}, "location": "s16"}, {"n": "err", "t": {"T": 1, "n": "int", "s": 4}, "location": "s24"}, {"n": "tds_error", "t": {"T": 1, "n": "TDSERRNO", "s": 4}, "location": "s4"}, {"n": "sin", "t": {"T": 6, "n": "sockaddr_in", "l": [{"T": 4, "n": "sin_family", "t": "sa_family_t", "s": 2}, {"T": 4, "n": "sin_port", "t": "in_port_t", "s": 2}, {"T": 4, "n": "sin_addr", "t": "in_addr", "s": 4}, {"T": 4, "n": "sin_zero", "t": "unsigned __int8[8]", "s": 8}]}, "location": "s48"}, {"n": "ioctl_nonblocking", "t": {"T": 1, "n": "ioctl_nonblocking_t", "s": 4}, "location": "s52"}, {"n": "optlen", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "s56"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s60"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 0 | [
"{\"name\": \"tds_close_socket\", \"code\": \"__int64 __fastcall tds_close_socket ( __int64 @@a1@@ ) { int * @@v1@@ ; unsigned int @@v3@@ ; @@v3@@ = Number ; if ( @@a1@@ && * ( int * ) @@a1@@ >= Number ) { @@v3@@ = close ( * ( _DWORD * ) @@a1@@ ) ; if ( @@v3@@ == Number ) { @@v1@@ = _errno_location ( ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * @@v1@@ ) ; } * ( _DWORD * ) @@a1@@ = Number ; tds_set_state ( @@a1@@ , Number L ) ; } return @@v3@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"v1\", \"t\": {\"T\": 3, \"t\": \"int\"}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s4\"}]}",
"{\"name\": \"tds_select\", \"code\": \"__int64 __fastcall tds_select ( __int64 @@a1@@ , __int16 @@a2@@ , int @@a3@@ ) { int v3 ; int v4 ; int v6 ; int * v7 ; char * @@v8@@ ; int * v9 ; int @@v10@@ ; struct pollfd @@fds@@ ; int @@v12@@ ; __int16 @@v13@@ ; __int16 @@v14@@ ; unsigned int @@v15@@ ; int @@timeout@@ ; int @@v17@@ ; int @@i@@ ; int @@v19@@ ; @@v10@@ = @@a3@@ ; if ( ! @@a1@@ ) _assert_fail ( String , String , Number , String ) ; if ( @@a3@@ < Number ) _assert_fail ( String , String , Number , String ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) && * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) v3 = Number ; else v3 = @@a3@@ ; @@v17@@ = v3 ; for ( @@i@@ = @@a3@@ ; ; @@i@@ -= @@v17@@ ) { if ( @@v10@@ && @@i@@ <= Number ) return Number L ; if ( @@v17@@ ) v4 = Number * @@v17@@ ; else v4 = Number ; @@timeout@@ = v4 ; if ( * ( int * ) @@a1@@ < Number ) return Number ; @@fds@@ . fd = * ( _DWORD * ) @@a1@@ ; @@fds@@ . events = @@a2@@ ; @@fds@@ . revents = Number ; @@v12@@ = * ( _DWORD * ) ( @@a1@@ + Number ) ; @@v13@@ = Number ; @@v14@@ = Number ; @@v19@@ = poll ( & @@fds@@ , Number , @@timeout@@ ) ; if ( @@v19@@ > Number ) { if ( ( @@fds@@ . revents & Number ) != Number ) return Number ; @@v19@@ = @@fds@@ . revents ; if ( @@v14@@ ) { v6 = @@v19@@ ; BYTE1 ( v6 ) = BYTE1 ( @@v19@@ ) | Number ; @@v19@@ = v6 ; } return ( unsigned int ) @@v19@@ ; } if ( @@v19@@ < Number ) break ; LABEL_27 : if ( @@v19@@ && ( @@v19@@ >= Number || * _errno_location ( ) != Number ) ) _assert_fail ( String , String , Number , String ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) && * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) { @@v15@@ = ( * ( __int64 ( __fastcall * * ) ( _QWORD ) ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) ( * ( _QWORD * ) ( @@a1@@ + Number ) ) ; if ( @@v15@@ != Number ) { if ( @@v15@@ == Number ) return Number L ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@v15@@ ) ; return Number ; } } else if ( @@v17@@ != @@v10@@ ) { _assert_fail ( String , String , Number , String ) ; } } if ( * _errno_location ( ) == Number ) { @@i@@ += @@v17@@ ; goto LABEL_27 ; } if ( tds_write_dump ) { v7 = _errno_location ( ) ; @@v8@@ = strerror ( * v7 ) ; v9 = _errno_location ( ) ; tdsdump_log ( String , Number L , String , ( unsigned int ) * v9 , @@v8@@ ) ; } return ( unsigned int ) @@v19@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r16\"}, {\"n\": \"v8\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r32\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int16\", \"s\": 2}, \"location\": \"r64\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s20\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s24\"}, {\"n\": \"v17\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s28\"}, {\"n\": \"timeout\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s32\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s36\"}, {\"n\": \"v14\", \"t\": {\"T\": 1, \"n\": \"__int16\", \"s\": 2}, \"location\": \"s50\"}, {\"n\": \"v13\", \"t\": {\"T\": 1, \"n\": \"__int16\", \"s\": 2}, \"location\": \"s52\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s56\"}, {\"n\": \"fds\", \"t\": {\"T\": 6, \"n\": \"struct pollfd\", \"l\": [{\"T\": 4, \"n\": \"fd\", \"t\": \"int\", \"s\": 4}, {\"T\": 4, \"n\": \"events\", \"t\": \"__int16\", \"s\": 2}, {\"T\": 4, \"n\": \"revents\", \"t\": \"__int16\", \"s\": 2}]}, \"location\": \"s64\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s80\"}]}"
]
|
{"name": "tds_close_socket", "code": "__int64 __fastcall tds_close_socket ( __int64 @@a1@@ ) { int * @@v1@@ ; unsigned int @@v3@@ ; @@v3@@ = Number ; if ( @@a1@@ && * ( int * ) @@a1@@ >= Number ) { @@v3@@ = close ( * ( _DWORD * ) @@a1@@ ) ; if ( @@v3@@ == Number ) { @@v1@@ = _errno_location ( ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * @@v1@@ ) ; } * ( _DWORD * ) @@a1@@ = Number ; tds_set_state ( @@a1@@ , Number L ) ; } return @@v3@@ ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "int"}, "location": "r8"}, {"n": "v3", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s4"}]} | [{"n": "tds", "t": {"T": 3, "t": "TDSSOCKET"}, "location": "r56"}, {"n": "v1", "t": {"T": 3, "t": "int"}, "location": "r8"}, {"n": "rc", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 1 | []
|
{"name": "tds_select", "code": "__int64 __fastcall tds_select ( __int64 @@a1@@ , __int16 @@a2@@ , int @@a3@@ ) { int v3 ; int v4 ; int v6 ; int * v7 ; char * @@v8@@ ; int * v9 ; int @@v10@@ ; struct pollfd @@fds@@ ; int @@v12@@ ; __int16 @@v13@@ ; __int16 @@v14@@ ; unsigned int @@v15@@ ; int @@timeout@@ ; int @@v17@@ ; int @@i@@ ; int @@v19@@ ; @@v10@@ = @@a3@@ ; if ( ! @@a1@@ ) _assert_fail ( String , String , Number , String ) ; if ( @@a3@@ < Number ) _assert_fail ( String , String , Number , String ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) && * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) v3 = Number ; else v3 = @@a3@@ ; @@v17@@ = v3 ; for ( @@i@@ = @@a3@@ ; ; @@i@@ -= @@v17@@ ) { if ( @@v10@@ && @@i@@ <= Number ) return Number L ; if ( @@v17@@ ) v4 = Number * @@v17@@ ; else v4 = Number ; @@timeout@@ = v4 ; if ( * ( int * ) @@a1@@ < Number ) return Number ; @@fds@@ . fd = * ( _DWORD * ) @@a1@@ ; @@fds@@ . events = @@a2@@ ; @@fds@@ . revents = Number ; @@v12@@ = * ( _DWORD * ) ( @@a1@@ + Number ) ; @@v13@@ = Number ; @@v14@@ = Number ; @@v19@@ = poll ( & @@fds@@ , Number , @@timeout@@ ) ; if ( @@v19@@ > Number ) { if ( ( @@fds@@ . revents & Number ) != Number ) return Number ; @@v19@@ = @@fds@@ . revents ; if ( @@v14@@ ) { v6 = @@v19@@ ; BYTE1 ( v6 ) = BYTE1 ( @@v19@@ ) | Number ; @@v19@@ = v6 ; } return ( unsigned int ) @@v19@@ ; } if ( @@v19@@ < Number ) break ; LABEL_27 : if ( @@v19@@ && ( @@v19@@ >= Number || * _errno_location ( ) != Number ) ) _assert_fail ( String , String , Number , String ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) && * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) { @@v15@@ = ( * ( __int64 ( __fastcall * * ) ( _QWORD ) ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) ( * ( _QWORD * ) ( @@a1@@ + Number ) ) ; if ( @@v15@@ != Number ) { if ( @@v15@@ == Number ) return Number L ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@v15@@ ) ; return Number ; } } else if ( @@v17@@ != @@v10@@ ) { _assert_fail ( String , String , Number , String ) ; } } if ( * _errno_location ( ) == Number ) { @@i@@ += @@v17@@ ; goto LABEL_27 ; } if ( tds_write_dump ) { v7 = _errno_location ( ) ; @@v8@@ = strerror ( * v7 ) ; v9 = _errno_location ( ) ; tdsdump_log ( String , Number L , String , ( unsigned int ) * v9 , @@v8@@ ) ; } return ( unsigned int ) @@v19@@ ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "v8", "t": {"T": 3, "t": "char"}, "location": "r32"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "__int16", "s": 2}, "location": "r64"}, {"n": "v19", "t": {"T": 1, "n": "int", "s": 4}, "location": "s20"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s24"}, {"n": "v17", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}, {"n": "timeout", "t": {"T": 1, "n": "int", "s": 4}, "location": "s32"}, {"n": "v15", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s36"}, {"n": "v14", "t": {"T": 1, "n": "__int16", "s": 2}, "location": "s50"}, {"n": "v13", "t": {"T": 1, "n": "__int16", "s": 2}, "location": "s52"}, {"n": "v12", "t": {"T": 1, "n": "int", "s": 4}, "location": "s56"}, {"n": "fds", "t": {"T": 6, "n": "struct pollfd", "l": [{"T": 4, "n": "fd", "t": "int", "s": 4}, {"T": 4, "n": "events", "t": "__int16", "s": 2}, {"T": 4, "n": "revents", "t": "__int16", "s": 2}]}, "location": "s64"}, {"n": "v10", "t": {"T": 1, "n": "int", "s": 4}, "location": "s80"}]} | [{"n": "timeout_seconds", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "v8", "t": {"T": 3, "t": "char"}, "location": "r32"}, {"n": "tds", "t": {"T": 3, "t": "TDSSOCKET"}, "location": "r56"}, {"n": "tds_sel", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r64"}, {"n": "rc", "t": {"T": 1, "n": "int", "s": 4}, "location": "s20"}, {"n": "seconds", "t": {"T": 1, "n": "int", "s": 4}, "location": "s24"}, {"n": "poll_seconds", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s28"}, {"n": "timeout", "t": {"T": 1, "n": "int", "s": 4}, "location": "s32"}, {"n": "timeout_action", "t": {"T": 1, "n": "int", "s": 4}, "location": "s36"}, {"n": "", "t": {"T": 10}, "location": "s50"}, {"n": "", "t": {"T": 10}, "location": "s52"}, {"n": "", "t": {"T": 10}, "location": "s56"}, {"n": "fds", "t": {"T": 2, "n": 2, "s": 8, "t": "pollfd"}, "location": "s64"}, {"n": "timeout_secondsa", "t": {"T": 1, "n": "int", "s": 4}, "location": "s80"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 2 | []
|
{"name": "tds_socket_read", "code": "__int64 __fastcall tds_socket_read ( __int64 @@a1@@ , __int64 @@a2@@ , void * @@a3@@ , int @@a4@@ ) { unsigned int @@v5@@ ; unsigned int @@v6@@ ; int @@v7@@ ; int @@v8@@ ; @@v8@@ = recv ( * ( _DWORD * ) @@a1@@ , @@a3@@ , @@a4@@ , Number ) ; if ( @@v8@@ > Number ) return ( unsigned int ) @@v8@@ ; @@v7@@ = * _errno_location ( ) ; if ( @@v8@@ < Number && @@v7@@ == Number ) return Number L ; tds_close_socket ( @@a2@@ ) ; if ( @@v8@@ ) @@v5@@ = @@v7@@ ; else @@v5@@ = Number ; if ( @@v8@@ ) @@v6@@ = Number ; else @@v6@@ = Number ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a2@@ , @@v6@@ , @@v5@@ ) ; return Number ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "void"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "int", "s": 4}, "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": "v6", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r72"}, {"n": "v5", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r8"}, {"n": "v8", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "v7", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}]} | [{"n": "buf", "t": {"T": 3, "t": "unsigned __int8"}, "location": "r16"}, {"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "connection", "t": {"T": 3, "t": "TDSCONNECTION"}, "location": "r56"}, {"n": "tds", "t": {"T": 3, "t": "TDSSOCKET"}, "location": "r64"}, {"n": "v6", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r72"}, {"n": "v5", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "r8"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "err", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 3 | [
"{\"name\": \"tds_close_socket\", \"code\": \"__int64 __fastcall tds_close_socket ( __int64 @@a1@@ ) { int * @@v1@@ ; unsigned int @@v3@@ ; @@v3@@ = Number ; if ( @@a1@@ && * ( int * ) @@a1@@ >= Number ) { @@v3@@ = close ( * ( _DWORD * ) @@a1@@ ) ; if ( @@v3@@ == Number ) { @@v1@@ = _errno_location ( ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * @@v1@@ ) ; } * ( _DWORD * ) @@a1@@ = Number ; tds_set_state ( @@a1@@ , Number L ) ; } return @@v3@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"v1\", \"t\": {\"T\": 3, \"t\": \"int\"}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s4\"}]}"
]
|
{"name": "tds_socket_write", "code": "__int64 __fastcall tds_socket_write ( __int64 @@a1@@ , __int64 @@a2@@ , const void * @@a3@@ , int @@a4@@ , int @@a5@@ ) { int v5 ; char * @@v7@@ ; unsigned int @@errnum@@ ; int @@v12@@ ; if ( @@a5@@ ) v5 = Number ; else v5 = Number ; @@v12@@ = send ( * ( _DWORD * ) @@a1@@ , @@a3@@ , @@a4@@ , v5 ) ; if ( @@v12@@ < Number && * _errno_location ( ) == Number && ! @@a5@@ ) @@v12@@ = send ( * ( _DWORD * ) @@a1@@ , @@a3@@ , @@a4@@ , Number ) ; if ( @@v12@@ > Number ) return ( unsigned int ) @@v12@@ ; @@errnum@@ = * _errno_location ( ) ; if ( ! @@v12@@ || @@errnum@@ == Number ) return Number L ; if ( tds_write_dump ) { @@v7@@ = strerror ( @@errnum@@ ) ; tdsdump_log ( String , Number L , String , @@errnum@@ , @@v7@@ ) ; } tds_close_socket ( @@a2@@ ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a2@@ , Number L , @@errnum@@ ) ; return Number ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "const void"}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "int", "s": 4}, "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": "int", "s": 4}, "location": "r72"}, {"n": "v7", "t": {"T": 3, "t": "char"}, "location": "r8"}, {"n": "v12", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "errnum", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s8"}]} | [{"n": "buf", "t": {"T": 3, "t": "const unsigned __int8"}, "location": "r16"}, {"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "connection", "t": {"T": 3, "t": "TDSCONNECTION"}, "location": "r56"}, {"n": "tds", "t": {"T": 3, "t": "TDSSOCKET"}, "location": "r64"}, {"n": "last", "t": {"T": 1, "n": "int", "s": 4}, "location": "r72"}, {"n": "v7", "t": {"T": 3, "t": "char"}, "location": "r8"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "err", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s8"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 4 | [
"{\"name\": \"tds_close_socket\", \"code\": \"__int64 __fastcall tds_close_socket ( __int64 @@a1@@ ) { int * @@v1@@ ; unsigned int @@v3@@ ; @@v3@@ = Number ; if ( @@a1@@ && * ( int * ) @@a1@@ >= Number ) { @@v3@@ = close ( * ( _DWORD * ) @@a1@@ ) ; if ( @@v3@@ == Number ) { @@v1@@ = _errno_location ( ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * @@v1@@ ) ; } * ( _DWORD * ) @@a1@@ = Number ; tds_set_state ( @@a1@@ , Number L ) ; } return @@v3@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"v1\", \"t\": {\"T\": 3, \"t\": \"int\"}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s4\"}]}"
]
|
{"name": "tds_goodread", "code": "__int64 __fastcall tds_goodread ( __int64 @@a1@@ , void * @@a2@@ , int @@a3@@ ) { int * @@v4@@ ; char @@buf@@ [ Number ] ; unsigned int @@v7@@ ; int @@v8@@ ; if ( ! @@a1@@ || ! @@a2@@ || @@a3@@ <= Number ) return Number ; do { while ( Number ) { while ( Number ) { while ( Number ) { if ( * ( int * ) @@a1@@ < Number ) return Number ; @@v8@@ = tds_select ( @@a1@@ , Number , * ( _DWORD * ) ( @@a1@@ + Number ) ) ; if ( @@v8@@ <= Number || ( @@v8@@ & Number ) == Number ) break ; recv ( * ( _DWORD * ) ( @@a1@@ + Number ) , @@buf@@ , Number , Number ) ; if ( ! * ( _BYTE * ) ( @@a1@@ + Number ) ) tds_put_cancel ( @@a1@@ ) ; } if ( @@v8@@ <= Number ) break ; @@v8@@ = tds_socket_read ( @@a1@@ , @@a1@@ , @@a2@@ , @@a3@@ ) ; if ( @@v8@@ ) return ( unsigned int ) @@v8@@ ; } if ( @@v8@@ >= Number ) break ; if ( * _errno_location ( ) != Number ) { @@v7@@ = * _errno_location ( ) ; tds_close_socket ( @@a1@@ ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , @@v7@@ ) ; return Number ; } } @@v4@@ = _errno_location ( ) ; } while ( ( unsigned int ) tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * @@v4@@ ) == Number ) ; tds_close_socket ( @@a1@@ ) ; return Number ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "void"}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "int"}, "location": "r8"}, {"n": "v8", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "buf", "t": {"T": 2, "n": 40, "s": 1, "t": "char"}, "location": "s48"}, {"n": "v7", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s8"}]} | [{"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "tds", "t": {"T": 3, "t": "TDSSOCKET"}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "unsigned __int8"}, "location": "r64"}, {"n": "v4", "t": {"T": 3, "t": "int"}, "location": "r8"}, {"n": "len", "t": {"T": 1, "n": "int", "s": 4}, "location": "s4"}, {"n": "buf_0", "t": {"T": 2, "n": 32, "s": 1, "t": "char"}, "location": "s48"}, {"n": "err", "t": {"T": 1, "n": "int", "s": 4}, "location": "s8"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 5 | [
"{\"name\": \"tds_close_socket\", \"code\": \"__int64 __fastcall tds_close_socket ( __int64 @@a1@@ ) { int * @@v1@@ ; unsigned int @@v3@@ ; @@v3@@ = Number ; if ( @@a1@@ && * ( int * ) @@a1@@ >= Number ) { @@v3@@ = close ( * ( _DWORD * ) @@a1@@ ) ; if ( @@v3@@ == Number ) { @@v1@@ = _errno_location ( ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * @@v1@@ ) ; } * ( _DWORD * ) @@a1@@ = Number ; tds_set_state ( @@a1@@ , Number L ) ; } return @@v3@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"v1\", \"t\": {\"T\": 3, \"t\": \"int\"}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s4\"}]}",
"{\"name\": \"tds_select\", \"code\": \"__int64 __fastcall tds_select ( __int64 @@a1@@ , __int16 @@a2@@ , int @@a3@@ ) { int v3 ; int v4 ; int v6 ; int * v7 ; char * @@v8@@ ; int * v9 ; int @@v10@@ ; struct pollfd @@fds@@ ; int @@v12@@ ; __int16 @@v13@@ ; __int16 @@v14@@ ; unsigned int @@v15@@ ; int @@timeout@@ ; int @@v17@@ ; int @@i@@ ; int @@v19@@ ; @@v10@@ = @@a3@@ ; if ( ! @@a1@@ ) _assert_fail ( String , String , Number , String ) ; if ( @@a3@@ < Number ) _assert_fail ( String , String , Number , String ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) && * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) v3 = Number ; else v3 = @@a3@@ ; @@v17@@ = v3 ; for ( @@i@@ = @@a3@@ ; ; @@i@@ -= @@v17@@ ) { if ( @@v10@@ && @@i@@ <= Number ) return Number L ; if ( @@v17@@ ) v4 = Number * @@v17@@ ; else v4 = Number ; @@timeout@@ = v4 ; if ( * ( int * ) @@a1@@ < Number ) return Number ; @@fds@@ . fd = * ( _DWORD * ) @@a1@@ ; @@fds@@ . events = @@a2@@ ; @@fds@@ . revents = Number ; @@v12@@ = * ( _DWORD * ) ( @@a1@@ + Number ) ; @@v13@@ = Number ; @@v14@@ = Number ; @@v19@@ = poll ( & @@fds@@ , Number , @@timeout@@ ) ; if ( @@v19@@ > Number ) { if ( ( @@fds@@ . revents & Number ) != Number ) return Number ; @@v19@@ = @@fds@@ . revents ; if ( @@v14@@ ) { v6 = @@v19@@ ; BYTE1 ( v6 ) = BYTE1 ( @@v19@@ ) | Number ; @@v19@@ = v6 ; } return ( unsigned int ) @@v19@@ ; } if ( @@v19@@ < Number ) break ; LABEL_27 : if ( @@v19@@ && ( @@v19@@ >= Number || * _errno_location ( ) != Number ) ) _assert_fail ( String , String , Number , String ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) && * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) { @@v15@@ = ( * ( __int64 ( __fastcall * * ) ( _QWORD ) ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) ( * ( _QWORD * ) ( @@a1@@ + Number ) ) ; if ( @@v15@@ != Number ) { if ( @@v15@@ == Number ) return Number L ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@v15@@ ) ; return Number ; } } else if ( @@v17@@ != @@v10@@ ) { _assert_fail ( String , String , Number , String ) ; } } if ( * _errno_location ( ) == Number ) { @@i@@ += @@v17@@ ; goto LABEL_27 ; } if ( tds_write_dump ) { v7 = _errno_location ( ) ; @@v8@@ = strerror ( * v7 ) ; v9 = _errno_location ( ) ; tdsdump_log ( String , Number L , String , ( unsigned int ) * v9 , @@v8@@ ) ; } return ( unsigned int ) @@v19@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r16\"}, {\"n\": \"v8\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r32\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int16\", \"s\": 2}, \"location\": \"r64\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s20\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s24\"}, {\"n\": \"v17\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s28\"}, {\"n\": \"timeout\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s32\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s36\"}, {\"n\": \"v14\", \"t\": {\"T\": 1, \"n\": \"__int16\", \"s\": 2}, \"location\": \"s50\"}, {\"n\": \"v13\", \"t\": {\"T\": 1, \"n\": \"__int16\", \"s\": 2}, \"location\": \"s52\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s56\"}, {\"n\": \"fds\", \"t\": {\"T\": 6, \"n\": \"struct pollfd\", \"l\": [{\"T\": 4, \"n\": \"fd\", \"t\": \"int\", \"s\": 4}, {\"T\": 4, \"n\": \"events\", \"t\": \"__int16\", \"s\": 2}, {\"T\": 4, \"n\": \"revents\", \"t\": \"__int16\", \"s\": 2}]}, \"location\": \"s64\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s80\"}]}",
"{\"name\": \"tds_socket_read\", \"code\": \"__int64 __fastcall tds_socket_read ( __int64 @@a1@@ , __int64 @@a2@@ , void * @@a3@@ , int @@a4@@ ) { unsigned int @@v5@@ ; unsigned int @@v6@@ ; int @@v7@@ ; int @@v8@@ ; @@v8@@ = recv ( * ( _DWORD * ) @@a1@@ , @@a3@@ , @@a4@@ , Number ) ; if ( @@v8@@ > Number ) return ( unsigned int ) @@v8@@ ; @@v7@@ = * _errno_location ( ) ; if ( @@v8@@ < Number && @@v7@@ == Number ) return Number L ; tds_close_socket ( @@a2@@ ) ; if ( @@v8@@ ) @@v5@@ = @@v7@@ ; else @@v5@@ = Number ; if ( @@v8@@ ) @@v6@@ = Number ; else @@v6@@ = Number ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a2@@ , @@v6@@ , @@v5@@ ) ; return Number ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"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\": \"v6\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r72\"}, {\"n\": \"v5\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"r8\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s4\"}, {\"n\": \"v7\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s8\"}]}"
]
|
{"name": "tds_connection_read", "code": "__int64 __fastcall tds_connection_read ( __int64 @@a1@@ , void * @@a2@@ , int @@a3@@ ) { return tds_goodread ( @@a1@@ , @@a2@@ , @@a3@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "void"}, "location": "r64"}]} | [{"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "tds", "t": {"T": 3, "t": "TDSSOCKET"}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "unsigned __int8"}, "location": "r64"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 6 | [
"{\"name\": \"tds_goodread\", \"code\": \"__int64 __fastcall tds_goodread ( __int64 @@a1@@ , void * @@a2@@ , int @@a3@@ ) { int * @@v4@@ ; char @@buf@@ [ Number ] ; unsigned int @@v7@@ ; int @@v8@@ ; if ( ! @@a1@@ || ! @@a2@@ || @@a3@@ <= Number ) return Number ; do { while ( Number ) { while ( Number ) { while ( Number ) { if ( * ( int * ) @@a1@@ < Number ) return Number ; @@v8@@ = tds_select ( @@a1@@ , Number , * ( _DWORD * ) ( @@a1@@ + Number ) ) ; if ( @@v8@@ <= Number || ( @@v8@@ & Number ) == Number ) break ; recv ( * ( _DWORD * ) ( @@a1@@ + Number ) , @@buf@@ , Number , Number ) ; if ( ! * ( _BYTE * ) ( @@a1@@ + Number ) ) tds_put_cancel ( @@a1@@ ) ; } if ( @@v8@@ <= Number ) break ; @@v8@@ = tds_socket_read ( @@a1@@ , @@a1@@ , @@a2@@ , @@a3@@ ) ; if ( @@v8@@ ) return ( unsigned int ) @@v8@@ ; } if ( @@v8@@ >= Number ) break ; if ( * _errno_location ( ) != Number ) { @@v7@@ = * _errno_location ( ) ; tds_close_socket ( @@a1@@ ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , @@v7@@ ) ; return Number ; } } @@v4@@ = _errno_location ( ) ; } while ( ( unsigned int ) tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * @@v4@@ ) == Number ) ; tds_close_socket ( @@a1@@ ) ; return Number ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r16\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"void\"}, \"location\": \"r64\"}, {\"n\": \"v4\", \"t\": {\"T\": 3, \"t\": \"int\"}, \"location\": \"r8\"}, {\"n\": \"v8\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s4\"}, {\"n\": \"buf\", \"t\": {\"T\": 2, \"n\": 40, \"s\": 1, \"t\": \"char\"}, \"location\": \"s48\"}, {\"n\": \"v7\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s8\"}]}"
]
|
{"name": "tds_goodwrite", "code": "__int64 __fastcall tds_goodwrite ( __int64 @@a1@@ , const void * @@a2@@ , int @@a3@@ , unsigned __int8 @@a4@@ ) { char * v5 ; int * v6 ; unsigned int @@errnum@@ ; int v10 ; unsigned int v11 ; if ( ! @@a1@@ || ! @@a2@@ ) _assert_fail ( String , String , Number , String ) ; if ( * ( int * ) @@a1@@ < Number ) return Number ; do { while ( Number ) { while ( Number ) { v10 = tds_select ( @@a1@@ , Number , * ( _DWORD * ) ( @@a1@@ + Number ) ) ; if ( v10 <= Number ) break ; v11 = tds_socket_write ( @@a1@@ , @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ ) ; if ( v11 ) return v11 ; } if ( v10 < Number ) break ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String ) ; v6 = _errno_location ( ) ; if ( ( unsigned int ) tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * v6 ) != Number ) { tds_close_socket ( @@a1@@ ) ; return Number ; } } @@errnum@@ = * _errno_location ( ) ; } while ( @@errnum@@ == Number ) ; if ( tds_write_dump ) { v5 = strerror ( @@errnum@@ ) ; tdsdump_log ( String , Number L , String , @@errnum@@ , v5 ) ; } tds_close_socket ( @@a1@@ ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , @@errnum@@ ) ; return Number ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const void"}, "location": "r64"}, {"n": "errnum", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s12"}]} | [{"n": "buflen", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "last", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r24"}, {"n": "tds", "t": {"T": 3, "t": "TDSSOCKET"}, "location": "r56"}, {"n": "buffer", "t": {"T": 3, "t": "const unsigned __int8"}, "location": "r64"}, {"n": "err", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s12"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 7 | [
"{\"name\": \"tds_close_socket\", \"code\": \"__int64 __fastcall tds_close_socket ( __int64 @@a1@@ ) { int * @@v1@@ ; unsigned int @@v3@@ ; @@v3@@ = Number ; if ( @@a1@@ && * ( int * ) @@a1@@ >= Number ) { @@v3@@ = close ( * ( _DWORD * ) @@a1@@ ) ; if ( @@v3@@ == Number ) { @@v1@@ = _errno_location ( ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * @@v1@@ ) ; } * ( _DWORD * ) @@a1@@ = Number ; tds_set_state ( @@a1@@ , Number L ) ; } return @@v3@@ ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"v1\", \"t\": {\"T\": 3, \"t\": \"int\"}, \"location\": \"r8\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s4\"}]}",
"{\"name\": \"tds_select\", \"code\": \"__int64 __fastcall tds_select ( __int64 @@a1@@ , __int16 @@a2@@ , int @@a3@@ ) { int v3 ; int v4 ; int v6 ; int * v7 ; char * @@v8@@ ; int * v9 ; int @@v10@@ ; struct pollfd @@fds@@ ; int @@v12@@ ; __int16 @@v13@@ ; __int16 @@v14@@ ; unsigned int @@v15@@ ; int @@timeout@@ ; int @@v17@@ ; int @@i@@ ; int @@v19@@ ; @@v10@@ = @@a3@@ ; if ( ! @@a1@@ ) _assert_fail ( String , String , Number , String ) ; if ( @@a3@@ < Number ) _assert_fail ( String , String , Number , String ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) && * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) v3 = Number ; else v3 = @@a3@@ ; @@v17@@ = v3 ; for ( @@i@@ = @@a3@@ ; ; @@i@@ -= @@v17@@ ) { if ( @@v10@@ && @@i@@ <= Number ) return Number L ; if ( @@v17@@ ) v4 = Number * @@v17@@ ; else v4 = Number ; @@timeout@@ = v4 ; if ( * ( int * ) @@a1@@ < Number ) return Number ; @@fds@@ . fd = * ( _DWORD * ) @@a1@@ ; @@fds@@ . events = @@a2@@ ; @@fds@@ . revents = Number ; @@v12@@ = * ( _DWORD * ) ( @@a1@@ + Number ) ; @@v13@@ = Number ; @@v14@@ = Number ; @@v19@@ = poll ( & @@fds@@ , Number , @@timeout@@ ) ; if ( @@v19@@ > Number ) { if ( ( @@fds@@ . revents & Number ) != Number ) return Number ; @@v19@@ = @@fds@@ . revents ; if ( @@v14@@ ) { v6 = @@v19@@ ; BYTE1 ( v6 ) = BYTE1 ( @@v19@@ ) | Number ; @@v19@@ = v6 ; } return ( unsigned int ) @@v19@@ ; } if ( @@v19@@ < Number ) break ; LABEL_27 : if ( @@v19@@ && ( @@v19@@ >= Number || * _errno_location ( ) != Number ) ) _assert_fail ( String , String , Number , String ) ; if ( * ( _QWORD * ) ( @@a1@@ + Number ) && * ( _QWORD * ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) { @@v15@@ = ( * ( __int64 ( __fastcall * * ) ( _QWORD ) ) ( * ( _QWORD * ) ( @@a1@@ + Number ) + Number L ) ) ( * ( _QWORD * ) ( @@a1@@ + Number ) ) ; if ( @@v15@@ != Number ) { if ( @@v15@@ == Number ) return Number L ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@v15@@ ) ; return Number ; } } else if ( @@v17@@ != @@v10@@ ) { _assert_fail ( String , String , Number , String ) ; } } if ( * _errno_location ( ) == Number ) { @@i@@ += @@v17@@ ; goto LABEL_27 ; } if ( tds_write_dump ) { v7 = _errno_location ( ) ; @@v8@@ = strerror ( * v7 ) ; v9 = _errno_location ( ) ; tdsdump_log ( String , Number L , String , ( unsigned int ) * v9 , @@v8@@ ) ; } return ( unsigned int ) @@v19@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r16\"}, {\"n\": \"v8\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r32\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"__int16\", \"s\": 2}, \"location\": \"r64\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s20\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s24\"}, {\"n\": \"v17\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s28\"}, {\"n\": \"timeout\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s32\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s36\"}, {\"n\": \"v14\", \"t\": {\"T\": 1, \"n\": \"__int16\", \"s\": 2}, \"location\": \"s50\"}, {\"n\": \"v13\", \"t\": {\"T\": 1, \"n\": \"__int16\", \"s\": 2}, \"location\": \"s52\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s56\"}, {\"n\": \"fds\", \"t\": {\"T\": 6, \"n\": \"struct pollfd\", \"l\": [{\"T\": 4, \"n\": \"fd\", \"t\": \"int\", \"s\": 4}, {\"T\": 4, \"n\": \"events\", \"t\": \"__int16\", \"s\": 2}, {\"T\": 4, \"n\": \"revents\", \"t\": \"__int16\", \"s\": 2}]}, \"location\": \"s64\"}, {\"n\": \"v10\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s80\"}]}",
"{\"name\": \"tds_socket_write\", \"code\": \"__int64 __fastcall tds_socket_write ( __int64 @@a1@@ , __int64 @@a2@@ , const void * @@a3@@ , int @@a4@@ , int @@a5@@ ) { int v5 ; char * @@v7@@ ; unsigned int @@errnum@@ ; int @@v12@@ ; if ( @@a5@@ ) v5 = Number ; else v5 = Number ; @@v12@@ = send ( * ( _DWORD * ) @@a1@@ , @@a3@@ , @@a4@@ , v5 ) ; if ( @@v12@@ < Number && * _errno_location ( ) == Number && ! @@a5@@ ) @@v12@@ = send ( * ( _DWORD * ) @@a1@@ , @@a3@@ , @@a4@@ , Number ) ; if ( @@v12@@ > Number ) return ( unsigned int ) @@v12@@ ; @@errnum@@ = * _errno_location ( ) ; if ( ! @@v12@@ || @@errnum@@ == Number ) return Number L ; if ( tds_write_dump ) { @@v7@@ = strerror ( @@errnum@@ ) ; tdsdump_log ( String , Number L , String , @@errnum@@ , @@v7@@ ) ; } tds_close_socket ( @@a2@@ ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a2@@ , Number L , @@errnum@@ ) ; return Number ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 3, \"t\": \"const void\"}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"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\": \"int\", \"s\": 4}, \"location\": \"r72\"}, {\"n\": \"v7\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"r8\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s4\"}, {\"n\": \"errnum\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s8\"}]}"
]
|
{"name": "tds_connection_write", "code": "__int64 __fastcall tds_connection_write ( __int64 @@a1@@ , const void * @@a2@@ , int @@a3@@ , unsigned __int8 @@a4@@ ) { return ( unsigned int ) tds_goodwrite ( @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "unsigned __int8", "s": 1}, "location": "r24"}, {"n": "a1", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const void"}, "location": "r64"}]} | [{"n": "buflen", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "final", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "tds", "t": {"T": 3, "t": "TDSSOCKET"}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "unsigned __int8"}, "location": "r64"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 8 | [
"{\"name\": \"tds_goodwrite\", \"code\": \"__int64 __fastcall tds_goodwrite ( __int64 @@a1@@ , const void * @@a2@@ , int @@a3@@ , unsigned __int8 @@a4@@ ) { char * v5 ; int * v6 ; unsigned int @@errnum@@ ; int v10 ; unsigned int v11 ; if ( ! @@a1@@ || ! @@a2@@ ) _assert_fail ( String , String , Number , String ) ; if ( * ( int * ) @@a1@@ < Number ) return Number ; do { while ( Number ) { while ( Number ) { v10 = tds_select ( @@a1@@ , Number , * ( _DWORD * ) ( @@a1@@ + Number ) ) ; if ( v10 <= Number ) break ; v11 = tds_socket_write ( @@a1@@ , @@a1@@ , @@a2@@ , @@a3@@ , @@a4@@ ) ; if ( v11 ) return v11 ; } if ( v10 < Number ) break ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String ) ; v6 = _errno_location ( ) ; if ( ( unsigned int ) tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , ( unsigned int ) * v6 ) != Number ) { tds_close_socket ( @@a1@@ ) ; return Number ; } } @@errnum@@ = * _errno_location ( ) ; } while ( @@errnum@@ == Number ) ; if ( tds_write_dump ) { v5 = strerror ( @@errnum@@ ) ; tdsdump_log ( String , Number L , String , @@errnum@@ , v5 ) ; } tds_close_socket ( @@a1@@ ) ; tdserror ( * ( _QWORD * ) ( @@a1@@ + Number ) , @@a1@@ , Number L , @@errnum@@ ) ; return Number ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"unsigned __int8\", \"s\": 1}, \"location\": \"r24\"}, {\"n\": \"a1\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const void\"}, \"location\": \"r64\"}, {\"n\": \"errnum\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s12\"}]}"
]
|
{"name": "tds7_get_instance_ports", "code": "__int64 __fastcall tds7_get_instance_ports ( FILE * @@a1@@ , const char * @@a2@@ ) { __int64 result ; int * v3 ; char * v4 ; char * @@save_ptr@@ ; char @@delim@@ [ Number ] ; char @@buf@@ [ Number ] ; char @@v8@@ [ Number ] ; struct pollfd @@fds@@ ; int @@v10@@ ; struct sockaddr @@addr@@ ; char * @@v12@@ ; int @@v13@@ ; int @@fd@@ ; unsigned int @@v15@@ ; unsigned int @@j@@ ; unsigned int @@i@@ ; unsigned __int64 @@v18@@ ; char * @@s1@@ ; @@v18@@ = Number L ; @@v15@@ = Number ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@a2@@ ) ; * ( _DWORD * ) & @@addr@@ . sa_data [ Number ] = inet_addr ( @@a2@@ ) ; if ( * ( _DWORD * ) & @@addr@@ . sa_data [ Number ] == Number ) { if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@a2@@ ) ; result = Number L ; } else { @@addr@@ . sa_family = Number ; * ( _WORD * ) @@addr@@ . sa_data = htons ( Number ) ; @@fd@@ = socket ( Number , Number , Number ) ; if ( @@fd@@ >= Number ) { @@v10@@ = Number ; if ( ioctl ( @@fd@@ , Number , & @@v10@@ ) >= Number ) { for ( @@i@@ = Number ; ( int ) @@i@@ <= Number && ! @@v18@@ ; ++ @@i@@ ) { @@buf@@ [ Number ] = Number ; sendto ( @@fd@@ , @@buf@@ , Number , Number , & @@addr@@ , Number ) ; @@fds@@ . @@fd@@ = @@fd@@ ; @@fds@@ . events = Number ; @@fds@@ . revents = Number ; @@v13@@ = poll ( & @@fds@@ , Number , Number ) ; if ( @@v13@@ >= Number || * _errno_location ( ) != Number ) { if ( @@v13@@ ) { if ( @@v13@@ < Number ) break ; @@v18@@ = recv ( @@fd@@ , @@buf@@ , Number , Number ) ; if ( @@v18@@ > Number && @@buf@@ [ Number ] == Number ) { strcpy ( @@delim@@ , String ) ; @@buf@@ [ @@v18@@ ] = Number ; tdsdump_dump_buf ( String , Number L , String , @@buf@@ , @@v18@@ ) ; @@s1@@ = strtok_r ( @@v8@@ , @@delim@@ , & @@save_ptr@@ ) ; while ( @@s1@@ && @@a1@@ ) { for ( @@j@@ = Number ; @@s1@@ && @@j@@ <= Number ; ++ @@j@@ ) { @@v12@@ = strtok_r ( Number L , @@delim@@ , & @@save_ptr@@ ) ; if ( strcmp ( @@s1@@ , ( & names_7302 ) [ @@j@@ ] ) ) fprintf ( @@a1@@ , String , ( & names_7302 ) [ @@j@@ ] , @@s1@@ ) ; if ( ! @@v12@@ ) break ; fprintf ( @@a1@@ , String , @@s1@@ , @@v12@@ ) ; @@s1@@ = strtok_r ( Number L , @@delim@@ , & @@save_ptr@@ ) ; if ( @@s1@@ ) { if ( ! strcmp ( @@s1@@ , names_7302 ) ) break ; } } if ( @@s1@@ ) fputc ( Number , @@a1@@ ) ; } } } else if ( tds_write_dump ) { tdsdump_log ( String , Number L , String , @@i@@ ) ; } } } close ( @@fd@@ ) ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@v15@@ ) ; result = @@v15@@ ; } else { close ( @@fd@@ ) ; result = Number L ; } } else { if ( tds_write_dump ) { v3 = _errno_location ( ) ; v4 = strerror ( * v3 ) ; tdsdump_log ( String , Number L , String , v4 ) ; } result = Number L ; } } return result ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "FILE"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v18", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s16"}, {"n": "v8", "t": {"T": 2, "n": 16385, "s": 1, "t": "char"}, "location": "s16461"}, {"n": "buf", "t": {"T": 2, "n": 3, "s": 1, "t": "char"}, "location": "s16464"}, {"n": "delim", "t": {"T": 2, "n": 2, "s": 1, "t": "char"}, "location": "s16466"}, {"n": "save_ptr", "t": {"T": 3, "t": "char"}, "location": "s16480"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s20"}, {"n": "j", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s24"}, {"n": "v15", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s28"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "s32"}, {"n": "v13", "t": {"T": 1, "n": "int", "s": 4}, "location": "s36"}, {"n": "v12", "t": {"T": 3, "t": "char"}, "location": "s48"}, {"n": "addr", "t": {"T": 6, "n": "struct sockaddr", "l": [{"T": 4, "n": "sa_family", "t": "sa_family_t", "s": 2}, {"T": 4, "n": "sa_data", "t": "char[14]", "s": 14}]}, "location": "s64"}, {"n": "v10", "t": {"T": 1, "n": "int", "s": 4}, "location": "s68"}, {"n": "fds", "t": {"T": 6, "n": "struct pollfd", "l": [{"T": 4, "n": "fd", "t": "int", "s": 4}, {"T": 4, "n": "events", "t": "__int16", "s": 2}, {"T": 4, "n": "revents", "t": "__int16", "s": 2}]}, "location": "s76"}, {"n": "s1", "t": {"T": 3, "t": "char"}, "location": "s8"}]} | [{"n": "output", "t": {"T": 3, "t": "FILE"}, "location": "r56"}, {"n": "ip_addr", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "msg_len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s16"}, {"n": "", "t": {"T": 10}, "location": "s16461"}, {"n": "msg", "t": {"T": 2, "n": 16384, "s": 1, "t": "char"}, "location": "s16464"}, {"n": "sep", "t": {"T": 2, "n": 2, "s": 1, "t": "char"}, "location": "s16466"}, {"n": "save", "t": {"T": 3, "t": "char"}, "location": "s16480"}, {"n": "num_try", "t": {"T": 1, "n": "int", "s": 4}, "location": "s20"}, {"n": "i", "t": {"T": 1, "n": "int", "s": 4}, "location": "s24"}, {"n": "port", "t": {"T": 1, "n": "int", "s": 4}, "location": "s28"}, {"n": "s", "t": {"T": 1, "n": "TDS_SYS_SOCKET", "s": 4}, "location": "s32"}, {"n": "retval", "t": {"T": 1, "n": "int", "s": 4}, "location": "s36"}, {"n": "value", "t": {"T": 3, "t": "const char"}, "location": "s48"}, {"n": "sin", "t": {"T": 6, "n": "sockaddr_in", "l": [{"T": 4, "n": "sin_family", "t": "sa_family_t", "s": 2}, {"T": 4, "n": "sin_port", "t": "in_port_t", "s": 2}, {"T": 4, "n": "sin_addr", "t": "in_addr", "s": 4}, {"T": 4, "n": "sin_zero", "t": "unsigned __int8[8]", "s": 8}]}, "location": "s64"}, {"n": "ioctl_nonblocking", "t": {"T": 1, "n": "ioctl_nonblocking_t", "s": 4}, "location": "s68"}, {"n": "fd", "t": {"T": 6, "n": "pollfd", "l": [{"T": 4, "n": "fd", "t": "int", "s": 4}, {"T": 4, "n": "events", "t": "__int16", "s": 2}, {"T": 4, "n": "revents", "t": "__int16", "s": 2}]}, "location": "s76"}, {"n": "name", "t": {"T": 3, "t": "char"}, "location": "s8"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 9 | [
"{\"name\": \"tds7_get_instance_port\", \"code\": \"__int64 __fastcall tds7_get_instance_port ( const char * @@a1@@ , const char * @@a2@@ ) { __int64 result ; int * v3 ; char * v4 ; int v5 ; char * v6 ; char * v7 ; char * @@endptr@@ ; char @@s@@ [ Number ] ; char @@v10@@ [ Number ] ; struct pollfd @@fds@@ ; int @@v12@@ ; struct sockaddr @@addr@@ ; char * @@s1@@ ; unsigned __int64 @@v15@@ ; int @@v16@@ ; int @@fd@@ ; char * @@nptr@@ ; int @@v19@@ ; int @@v20@@ ; __int64 @@v21@@ ; unsigned int @@v22@@ ; unsigned int @@i@@ ; @@v22@@ = Number ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@a1@@ , @@a2@@ ) ; * ( _DWORD * ) & @@addr@@ . sa_data [ Number ] = inet_addr ( @@a1@@ ) ; if ( * ( _DWORD * ) & @@addr@@ . sa_data [ Number ] == Number ) { if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@a1@@ ) ; result = Number L ; } else { @@addr@@ . sa_family = Number ; * ( _WORD * ) @@addr@@ . sa_data = htons ( Number ) ; @@fd@@ = socket ( Number , Number , Number ) ; if ( @@fd@@ >= Number ) { @@v12@@ = Number ; if ( ioctl ( @@fd@@ , Number , & @@v12@@ ) >= Number ) { for ( @@i@@ = Number ; ( int ) @@i@@ <= Number ; ++ @@i@@ ) { @@s@@ [ Number ] = Number ; tds_strlcpy ( @@v10@@ , @@a2@@ , Number L ) ; v5 = strlen ( @@s@@ ) ; sendto ( @@fd@@ , @@s@@ , v5 + Number , Number , & @@addr@@ , Number ) ; @@fds@@ . @@fd@@ = @@fd@@ ; @@fds@@ . events = Number ; @@fds@@ . revents = Number ; @@v16@@ = poll ( & @@fds@@ , Number , Number ) ; if ( @@v16@@ >= Number || * _errno_location ( ) != Number ) { if ( @@v16@@ ) { if ( @@v16@@ < Number ) break ; @@v15@@ = recv ( @@fd@@ , @@s@@ , Number , Number ) ; if ( @@v15@@ > Number && @@s@@ [ Number ] == Number ) { @@v21@@ = Number L ; @@v20@@ = Number ; @@v19@@ = Number ; @@s@@ [ @@v15@@ ] = Number ; tdsdump_dump_buf ( String , Number L , String , @@s@@ , @@v15@@ ) ; @@endptr@@ = & @@v10@@ [ Number ] ; while ( Number ) { @@s1@@ = @@endptr@@ ; @@endptr@@ = strchr ( @@endptr@@ , Number ) ; if ( ! @@endptr@@ ) break ; v6 = @@endptr@@ ++ ; * v6 = Number ; @@nptr@@ = @@s1@@ ; if ( * @@s1@@ ) { @@nptr@@ = @@endptr@@ ; @@endptr@@ = strchr ( @@endptr@@ , Number ) ; if ( ! @@endptr@@ ) break ; v7 = @@endptr@@ ++ ; * v7 = Number ; } if ( ! strcasecmp ( @@s1@@ , String ) ) { if ( strcasecmp ( @@nptr@@ , @@a2@@ ) ) break ; @@v20@@ = Number ; } else if ( ! strcasecmp ( @@s1@@ , String ) ) { @@v21@@ = strtol ( @@nptr@@ , & @@endptr@@ , Number ) ; if ( @@v21@@ > Number && @@v21@@ <= Number && ! * @@endptr@@ ) @@v19@@ = Number ; } } if ( @@v19@@ && @@v20@@ ) { @@v22@@ = @@v21@@ ; break ; } } } else if ( tds_write_dump ) { tdsdump_log ( String , Number L , String , @@i@@ ) ; } } } close ( @@fd@@ ) ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@v22@@ ) ; result = @@v22@@ ; } else { close ( @@fd@@ ) ; result = Number L ; } } else { if ( tds_write_dump ) { v3 = _errno_location ( ) ; v4 = strerror ( * v3 ) ; tdsdump_log ( String , Number L , String , v4 ) ; } result = Number L ; } } return result ; }\", \"source\": [{\"n\": \"a1\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const char\"}, \"location\": \"r64\"}, {\"n\": \"v12\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s100\"}, {\"n\": \"fds\", \"t\": {\"T\": 6, \"n\": \"struct pollfd\", \"l\": [{\"T\": 4, \"n\": \"fd\", \"t\": \"int\", \"s\": 4}, {\"T\": 4, \"n\": \"events\", \"t\": \"__int16\", \"s\": 2}, {\"T\": 4, \"n\": \"revents\", \"t\": \"__int16\", \"s\": 2}]}, \"location\": \"s108\"}, {\"n\": \"v10\", \"t\": {\"T\": 2, \"n\": 1028, \"s\": 1, \"t\": \"char\"}, \"location\": \"s1135\"}, {\"n\": \"s\", \"t\": {\"T\": 2, \"n\": 1028, \"s\": 1, \"t\": \"char\"}, \"location\": \"s1136\"}, {\"n\": \"endptr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s1144\"}, {\"n\": \"i\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s20\"}, {\"n\": \"v22\", \"t\": {\"T\": 1, \"n\": \"unsigned int\", \"s\": 4}, \"location\": \"s24\"}, {\"n\": \"v21\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"s32\"}, {\"n\": \"v20\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s36\"}, {\"n\": \"v19\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s40\"}, {\"n\": \"nptr\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s48\"}, {\"n\": \"fd\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s52\"}, {\"n\": \"v16\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"s56\"}, {\"n\": \"v15\", \"t\": {\"T\": 1, \"n\": \"unsigned __int64\", \"s\": 8}, \"location\": \"s64\"}, {\"n\": \"s1\", \"t\": {\"T\": 3, \"t\": \"char\"}, \"location\": \"s72\"}, {\"n\": \"addr\", \"t\": {\"T\": 6, \"n\": \"struct sockaddr\", \"l\": [{\"T\": 4, \"n\": \"sa_family\", \"t\": \"sa_family_t\", \"s\": 2}, {\"T\": 4, \"n\": \"sa_data\", \"t\": \"char[14]\", \"s\": 14}]}, \"location\": \"s96\"}]}"
]
|
{"name": "tds7_get_instance_port", "code": "__int64 __fastcall tds7_get_instance_port ( const char * @@a1@@ , const char * @@a2@@ ) { __int64 result ; int * v3 ; char * v4 ; int v5 ; char * v6 ; char * v7 ; char * @@endptr@@ ; char @@s@@ [ Number ] ; char @@v10@@ [ Number ] ; struct pollfd @@fds@@ ; int @@v12@@ ; struct sockaddr @@addr@@ ; char * @@s1@@ ; unsigned __int64 @@v15@@ ; int @@v16@@ ; int @@fd@@ ; char * @@nptr@@ ; int @@v19@@ ; int @@v20@@ ; __int64 @@v21@@ ; unsigned int @@v22@@ ; unsigned int @@i@@ ; @@v22@@ = Number ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@a1@@ , @@a2@@ ) ; * ( _DWORD * ) & @@addr@@ . sa_data [ Number ] = inet_addr ( @@a1@@ ) ; if ( * ( _DWORD * ) & @@addr@@ . sa_data [ Number ] == Number ) { if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@a1@@ ) ; result = Number L ; } else { @@addr@@ . sa_family = Number ; * ( _WORD * ) @@addr@@ . sa_data = htons ( Number ) ; @@fd@@ = socket ( Number , Number , Number ) ; if ( @@fd@@ >= Number ) { @@v12@@ = Number ; if ( ioctl ( @@fd@@ , Number , & @@v12@@ ) >= Number ) { for ( @@i@@ = Number ; ( int ) @@i@@ <= Number ; ++ @@i@@ ) { @@s@@ [ Number ] = Number ; tds_strlcpy ( @@v10@@ , @@a2@@ , Number L ) ; v5 = strlen ( @@s@@ ) ; sendto ( @@fd@@ , @@s@@ , v5 + Number , Number , & @@addr@@ , Number ) ; @@fds@@ . @@fd@@ = @@fd@@ ; @@fds@@ . events = Number ; @@fds@@ . revents = Number ; @@v16@@ = poll ( & @@fds@@ , Number , Number ) ; if ( @@v16@@ >= Number || * _errno_location ( ) != Number ) { if ( @@v16@@ ) { if ( @@v16@@ < Number ) break ; @@v15@@ = recv ( @@fd@@ , @@s@@ , Number , Number ) ; if ( @@v15@@ > Number && @@s@@ [ Number ] == Number ) { @@v21@@ = Number L ; @@v20@@ = Number ; @@v19@@ = Number ; @@s@@ [ @@v15@@ ] = Number ; tdsdump_dump_buf ( String , Number L , String , @@s@@ , @@v15@@ ) ; @@endptr@@ = & @@v10@@ [ Number ] ; while ( Number ) { @@s1@@ = @@endptr@@ ; @@endptr@@ = strchr ( @@endptr@@ , Number ) ; if ( ! @@endptr@@ ) break ; v6 = @@endptr@@ ++ ; * v6 = Number ; @@nptr@@ = @@s1@@ ; if ( * @@s1@@ ) { @@nptr@@ = @@endptr@@ ; @@endptr@@ = strchr ( @@endptr@@ , Number ) ; if ( ! @@endptr@@ ) break ; v7 = @@endptr@@ ++ ; * v7 = Number ; } if ( ! strcasecmp ( @@s1@@ , String ) ) { if ( strcasecmp ( @@nptr@@ , @@a2@@ ) ) break ; @@v20@@ = Number ; } else if ( ! strcasecmp ( @@s1@@ , String ) ) { @@v21@@ = strtol ( @@nptr@@ , & @@endptr@@ , Number ) ; if ( @@v21@@ > Number && @@v21@@ <= Number && ! * @@endptr@@ ) @@v19@@ = Number ; } } if ( @@v19@@ && @@v20@@ ) { @@v22@@ = @@v21@@ ; break ; } } } else if ( tds_write_dump ) { tdsdump_log ( String , Number L , String , @@i@@ ) ; } } } close ( @@fd@@ ) ; if ( tds_write_dump ) tdsdump_log ( String , Number L , String , @@v22@@ ) ; result = @@v22@@ ; } else { close ( @@fd@@ ) ; result = Number L ; } } else { if ( tds_write_dump ) { v3 = _errno_location ( ) ; v4 = strerror ( * v3 ) ; tdsdump_log ( String , Number L , String , v4 ) ; } result = Number L ; } } return result ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "v12", "t": {"T": 1, "n": "int", "s": 4}, "location": "s100"}, {"n": "fds", "t": {"T": 6, "n": "struct pollfd", "l": [{"T": 4, "n": "fd", "t": "int", "s": 4}, {"T": 4, "n": "events", "t": "__int16", "s": 2}, {"T": 4, "n": "revents", "t": "__int16", "s": 2}]}, "location": "s108"}, {"n": "v10", "t": {"T": 2, "n": 1028, "s": 1, "t": "char"}, "location": "s1135"}, {"n": "s", "t": {"T": 2, "n": 1028, "s": 1, "t": "char"}, "location": "s1136"}, {"n": "endptr", "t": {"T": 3, "t": "char"}, "location": "s1144"}, {"n": "i", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s20"}, {"n": "v22", "t": {"T": 1, "n": "unsigned int", "s": 4}, "location": "s24"}, {"n": "v21", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s32"}, {"n": "v20", "t": {"T": 1, "n": "int", "s": 4}, "location": "s36"}, {"n": "v19", "t": {"T": 1, "n": "int", "s": 4}, "location": "s40"}, {"n": "nptr", "t": {"T": 3, "t": "char"}, "location": "s48"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "s52"}, {"n": "v16", "t": {"T": 1, "n": "int", "s": 4}, "location": "s56"}, {"n": "v15", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "s64"}, {"n": "s1", "t": {"T": 3, "t": "char"}, "location": "s72"}, {"n": "addr", "t": {"T": 6, "n": "struct sockaddr", "l": [{"T": 4, "n": "sa_family", "t": "sa_family_t", "s": 2}, {"T": 4, "n": "sa_data", "t": "char[14]", "s": 14}]}, "location": "s96"}]} | [{"n": "ip_addr", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "instance", "t": {"T": 3, "t": "const char"}, "location": "r64"}, {"n": "ioctl_nonblocking", "t": {"T": 1, "n": "ioctl_nonblocking_t", "s": 4}, "location": "s100"}, {"n": "fd", "t": {"T": 6, "n": "pollfd", "l": [{"T": 4, "n": "fd", "t": "int", "s": 4}, {"T": 4, "n": "events", "t": "__int16", "s": 2}, {"T": 4, "n": "revents", "t": "__int16", "s": 2}]}, "location": "s108"}, {"n": "", "t": {"T": 10}, "location": "s1135"}, {"n": "msg", "t": {"T": 2, "n": 1024, "s": 1, "t": "char"}, "location": "s1136"}, {"n": "p", "t": {"T": 3, "t": "char"}, "location": "s1144"}, {"n": "num_try", "t": {"T": 1, "n": "int", "s": 4}, "location": "s20"}, {"n": "port", "t": {"T": 1, "n": "int", "s": 4}, "location": "s24"}, {"n": "l", "t": {"T": 1, "n": "__int64", "s": 8}, "location": "s32"}, {"n": "instance_ok", "t": {"T": 1, "n": "int", "s": 4}, "location": "s36"}, {"n": "port_ok", "t": {"T": 1, "n": "int", "s": 4}, "location": "s40"}, {"n": "value", "t": {"T": 3, "t": "char"}, "location": "s48"}, {"n": "s", "t": {"T": 1, "n": "TDS_SYS_SOCKET", "s": 4}, "location": "s52"}, {"n": "retval", "t": {"T": 1, "n": "int", "s": 4}, "location": "s56"}, {"n": "msg_len", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "s64"}, {"n": "name", "t": {"T": 3, "t": "char"}, "location": "s72"}, {"n": "sin", "t": {"T": 6, "n": "sockaddr_in", "l": [{"T": 4, "n": "sin_family", "t": "sa_family_t", "s": 2}, {"T": 4, "n": "sin_port", "t": "in_port_t", "s": 2}, {"T": 4, "n": "sin_addr", "t": "in_addr", "s": 4}, {"T": 4, "n": "sin_zero", "t": "unsigned __int8[8]", "s": 8}]}, "location": "s96"}] | data1/train-shard-10.tar | 7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4_7e347e258fd8f25c3df92a88cb3697f467008fa059e4b2a4acbe6dc11bb09bd4.jsonl | 10 | []
|
{"name": ".init_proc", "code": "__int64 ( * * init_proc ( ) ) ( void ) { __int64 ( * * @@result@@ ) ( void ) ; @@result@@ = & _gmon_start__ ; if ( & _gmon_start__ ) @@result@@ = ( __int64 ( * * ) ( void ) ) _gmon_start__ ( ) ; return @@result@@ ; }", "source": [{"n": "result", "t": {"T": 9, "n": "__int64 (**)(void)"}, "location": "r8"}]} | [{"n": "result", "t": {"T": 9, "n": "__int64 (**)(void)"}, "location": "r8"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 0 | []
|
{"name": ".pthread_cond_signal", "code": "int pthread_cond_signal ( pthread_cond_t * @@cond@@ ) { return pthread_cond_signal ( @@cond@@ ) ; }", "source": [{"n": "cond", "t": {"T": 3, "t": "pthread_cond_t"}, "location": "r56"}]} | [{"n": "cond", "t": {"T": 3, "t": "pthread_cond_t"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 1 | []
|
{"name": "._Znam", "code": "__int64 __fastcall operator new [ ] ( unsigned __int64 @@a1@@ ) { return _Znam ( @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r56"}]} | [{"n": "a1", "t": {"T": 1, "n": "unsigned __int64", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 2 | []
|
{"name": "._ZNSt8__detail15_List_node_base7_M_hookEPS0_", "code": "__int64 __fastcall std __detail _List_node_base _M_hook ( std __detail _List_node_base * @@this@@ , std __detail _List_node_base * @@a2@@ ) { return _ZNSt8__detail15_List_node_base7_M_hookEPS0_ ( @@this@@ , @@a2@@ ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 3 | []
|
{"name": ".bind", "code": "int bind ( int @@fd@@ , const struct sockaddr * @@addr@@ , socklen_t @@len@@ ) { return bind ( @@fd@@ , @@addr@@ , @@len@@ ) ; }", "source": [{"n": "len", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "r16"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "const struct sockaddr"}, "location": "r64"}]} | [{"n": "len", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "r16"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "const struct sockaddr"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 4 | []
|
{"name": "._ZN13CUDTExceptionC2Eiii", "code": "void __fastcall CUDTException CUDTException ( CUDTException * @@this@@ , int @@a2@@ , int @@a3@@ , int @@a4@@ ) { _ZN13CUDTExceptionC2Eiii ( @@this@@ , @@a2@@ , @@a3@@ , @@a4@@ ) ; }", "source": [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "this", "t": {"T": 3, "t": "CUDTException"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}]} | [{"n": "a3", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "a4", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "this", "t": {"T": 3, "t": "CUDTException"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 5 | [
"{\"name\": \"_ZN13CUDTExceptionC2Eiii\", \"code\": \"void __fastcall CUDTException CUDTException ( CUDTException * @@this@@ , int @@a2@@ , int @@a3@@ , int @@a4@@ ) { * ( ( _DWORD * ) @@this@@ + Number ) = @@a2@@ ; * ( ( _DWORD * ) @@this@@ + Number ) = @@a3@@ ; * ( _QWORD * ) @@this@@ = & ` vtable for ' CUDTException + Number ; * ( ( _QWORD * ) @@this@@ + Number ) = ( char * ) @@this@@ + Number ; * ( ( _QWORD * ) @@this@@ + Number ) = ( char * ) @@this@@ + Number ; * ( ( _QWORD * ) @@this@@ + Number ) = Number L ; * ( ( _BYTE * ) @@this@@ + Number ) = Number ; * ( ( _QWORD * ) @@this@@ + Number ) = Number L ; * ( ( _BYTE * ) @@this@@ + Number ) = Number ; * ( ( _QWORD * ) @@this@@ + Number ) = ( char * ) @@this@@ + Number ; * ( ( _QWORD * ) @@this@@ + Number ) = Number L ; * ( ( _BYTE * ) @@this@@ + Number ) = Number ; if ( @@a4@@ == Number ) * ( ( _DWORD * ) @@this@@ + Number ) = * __errno_location ( ) ; else * ( ( _DWORD * ) @@this@@ + Number ) = @@a4@@ ; }\", \"source\": [{\"n\": \"a3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r16\"}, {\"n\": \"a4\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r24\"}, {\"n\": \"this\", \"t\": {\"T\": 3, \"t\": \"CUDTException\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}]}"
]
|
{"name": "._ZN13CUDTExceptionC2ERKS_", "code": "void __fastcall CUDTException CUDTException ( CUDTException * @@this@@ , const CUDTException * @@a2@@ ) { _ZN13CUDTExceptionC2ERKS_ ( @@this@@ , @@a2@@ ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "CUDTException"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const CUDTException"}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "CUDTException"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "const CUDTException"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 6 | [
"{\"name\": \"_ZN13CUDTExceptionC2ERKS_\", \"code\": \"void __fastcall CUDTException CUDTException ( CUDTException * @@this@@ , const CUDTException * @@a2@@ ) { __int64 @@v2@@ ; int @@v3@@ ; @@v2@@ = * ( ( _QWORD * ) @@a2@@ + Number ) ; * ( ( _BYTE * ) @@this@@ + Number ) = Number ; * ( ( _BYTE * ) @@this@@ + Number ) = Number ; * ( ( _QWORD * ) @@this@@ + Number ) = @@v2@@ ; * ( _QWORD * ) @@this@@ = & ` vtable for ' CUDTException + Number ; @@v3@@ = * ( ( _DWORD * ) @@a2@@ + Number ) ; * ( ( _BYTE * ) @@this@@ + Number ) = Number ; * ( ( _DWORD * ) @@this@@ + Number ) = @@v3@@ ; * ( ( _QWORD * ) @@this@@ + Number ) = ( char * ) @@this@@ + Number ; * ( ( _QWORD * ) @@this@@ + Number ) = ( char * ) @@this@@ + Number ; * ( ( _QWORD * ) @@this@@ + Number ) = Number L ; * ( ( _QWORD * ) @@this@@ + Number ) = Number L ; * ( ( _QWORD * ) @@this@@ + Number ) = ( char * ) @@this@@ + Number ; * ( ( _QWORD * ) @@this@@ + Number ) = Number L ; }\", \"source\": [{\"n\": \"v2\", \"t\": {\"T\": 1, \"n\": \"__int64\", \"s\": 8}, \"location\": \"r16\"}, {\"n\": \"this\", \"t\": {\"T\": 3, \"t\": \"CUDTException\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 3, \"t\": \"const CUDTException\"}, \"location\": \"r64\"}, {\"n\": \"v3\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r8\"}]}"
]
|
{"name": "._ZN3CCCC2Ev", "code": "void __fastcall CCC CCC ( CCC * @@this@@ ) { _ZN3CCCC2Ev ( @@this@@ ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 7 | [
"{\"name\": \"_ZN3CCCC2Ev\", \"code\": \"void __fastcall CCC CCC ( CCC * @@this@@ ) { __m128 * v1 ; __m128 @@v2@@ ; * ( ( _BYTE * ) @@this@@ + Number ) = Number ; v1 = ( __m128 * ) ( ( char * ) @@this@@ + Number ) ; v1 [ Number ] . m128_i32 [ Number ] = Number ; v1 [ Number ] . m128_u64 [ Number ] = Number L ; v1 [ Number ] . m128_u64 [ Number ] = Number L ; @@v2@@ = _mm_loadh_ps ( ( const double * ) & CUDT m_iSYNInterval ) ; v1 [ Number ] . m128_i32 [ Number ] = Number ; v1 [ Number ] = @@v2@@ ; v1 [ Number ] = ( __m128 ) xmmword_2B0D0 ; v1 [ Number ] = Number L ; * ( __m128 * ) ( ( char * ) & v1 [ Number ] + Number ) = Number L ; memset ( v1 , Number , Number ) ; }\", \"source\": [{\"n\": \"v2\", \"t\": {\"T\": 8}, \"location\": \"r496\"}, {\"n\": \"this\", \"t\": {\"T\": 3, \"t\": \"CCC\"}, \"location\": \"r56\"}]}"
]
|
{"name": ".socket", "code": "int socket ( int @@domain@@ , int @@type@@ , int @@protocol@@ ) { return socket ( @@domain@@ , @@type@@ , @@protocol@@ ) ; }", "source": [{"n": "protocol", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "domain", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "type", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}]} | [{"n": "protocol", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "domain", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "type", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 8 | []
|
{"name": ".strerror_r", "code": "char * strerror_r ( int @@errnum@@ , char * @@buf@@ , size_t @@buflen@@ ) { return strerror_r ( @@errnum@@ , @@buf@@ , @@buflen@@ ) ; }", "source": [{"n": "buflen", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "errnum", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "r64"}]} | [{"n": "buflen", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "errnum", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "buf", "t": {"T": 3, "t": "char"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 9 | []
|
{"name": "._ZNSt8ios_baseC2Ev", "code": "__int64 __fastcall std ios_base ios_base ( std ios_base * @@this@@ ) { return _ZNSt8ios_baseC2Ev ( @@this@@ ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "std::ios_base"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "std::ios_base"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 10 | []
|
{"name": ".recvmsg", "code": "ssize_t recvmsg ( int @@fd@@ , struct msghdr * @@message@@ , int @@flags@@ ) { return recvmsg ( @@fd@@ , @@message@@ , @@flags@@ ) ; }", "source": [{"n": "flags", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "message", "t": {"T": 3, "t": "struct msghdr"}, "location": "r64"}]} | [{"n": "flags", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "message", "t": {"T": 3, "t": "struct msghdr"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 11 | []
|
{"name": ".nanosleep", "code": "int nanosleep ( const struct timespec * @@requested_time@@ , struct timespec * @@remaining@@ ) { return nanosleep ( @@requested_time@@ , @@remaining@@ ) ; }", "source": [{"n": "requested_time", "t": {"T": 3, "t": "const struct timespec"}, "location": "r56"}, {"n": "remaining", "t": {"T": 3, "t": "struct timespec"}, "location": "r64"}]} | [{"n": "requested_time", "t": {"T": 3, "t": "const struct timespec"}, "location": "r56"}, {"n": "remaining", "t": {"T": 3, "t": "struct timespec"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 12 | []
|
{"name": "._ZNSt8ios_baseD2Ev", "code": "void __fastcall std ios_base ~ ios_base ( std ios_base * @@this@@ ) { _ZNSt8ios_baseD2Ev ( @@this@@ ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "std::ios_base"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "std::ios_base"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 13 | []
|
{"name": ".pthread_cond_broadcast", "code": "int pthread_cond_broadcast ( pthread_cond_t * @@cond@@ ) { return pthread_cond_broadcast ( @@cond@@ ) ; }", "source": [{"n": "cond", "t": {"T": 3, "t": "pthread_cond_t"}, "location": "r56"}]} | [{"n": "cond", "t": {"T": 3, "t": "pthread_cond_t"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 14 | []
|
{"name": ".pthread_create", "code": "int pthread_create ( pthread_t * @@newthread@@ , const pthread_attr_t * @@attr@@ , void * ( * @@start_routine@@ ) ( void * ) , void * @@arg@@ ) { return pthread_create ( @@newthread@@ , @@attr@@ , @@start_routine@@ , @@arg@@ ) ; }", "source": [{"n": "start_routine", "t": {"T": 9, "n": "void *(*)(void *)"}, "location": "r16"}, {"n": "arg", "t": {"T": 3, "t": "void"}, "location": "r24"}, {"n": "newthread", "t": {"T": 3, "t": "pthread_t"}, "location": "r56"}, {"n": "attr", "t": {"T": 3, "t": "const pthread_attr_t"}, "location": "r64"}]} | [{"n": "start_routine", "t": {"T": 9, "n": "void *(*)(void *)"}, "location": "r16"}, {"n": "arg", "t": {"T": 3, "t": "void"}, "location": "r24"}, {"n": "newthread", "t": {"T": 3, "t": "pthread_t"}, "location": "r56"}, {"n": "attr", "t": {"T": 3, "t": "const pthread_attr_t"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 15 | []
|
{"name": "._ZN3CCC10setRcvRateEi", "code": "__int64 __fastcall CCC setRcvRate ( CCC * @@this@@ , int @@a2@@ ) { return _ZN3CCC10setRcvRateEi ( @@this@@ , @@a2@@ ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 16 | [
"{\"name\": \"_ZN3CCC10setRcvRateEi\", \"code\": \"void __fastcall CCC setRcvRate ( CCC * @@this@@ , int @@a2@@ ) { * ( ( _DWORD * ) @@this@@ + Number ) = @@a2@@ ; }\", \"source\": [{\"n\": \"this\", \"t\": {\"T\": 3, \"t\": \"CCC\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}]}"
]
|
{"name": ".__cxa_begin_catch", "code": "void * __fastcall __cxa_begin_catch ( void * @@a1@@ ) { return _cxa_begin_catch ( @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}]} | [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 17 | []
|
{"name": ".strlen", "code": "size_t strlen ( const char * @@s@@ ) { return strlen ( @@s@@ ) ; }", "source": [{"n": "s", "t": {"T": 3, "t": "const char"}, "location": "r56"}]} | [{"n": "s", "t": {"T": 3, "t": "const char"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 18 | []
|
{"name": ".epoll_wait", "code": "int epoll_wait ( int @@epfd@@ , struct epoll_event * @@events@@ , int @@maxevents@@ , int @@timeout@@ ) { return epoll_wait ( @@epfd@@ , @@events@@ , @@maxevents@@ , @@timeout@@ ) ; }", "source": [{"n": "maxevents", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "timeout", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "epfd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "events", "t": {"T": 3, "t": "struct epoll_event"}, "location": "r64"}]} | [{"n": "maxevents", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "timeout", "t": {"T": 1, "n": "int", "s": 4}, "location": "r24"}, {"n": "epfd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "events", "t": {"T": 3, "t": "struct epoll_event"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 19 | []
|
{"name": ".__cxa_allocate_exception", "code": "void * __fastcall __cxa_allocate_exception ( size_t @@thrown_size@@ ) { return _cxa_allocate_exception ( @@thrown_size@@ ) ; }", "source": [{"n": "thrown_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r56"}]} | [{"n": "thrown_size", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 20 | []
|
{"name": ".log10", "code": "double log10 ( double @@x@@ ) { return log10 ( @@x@@ ) ; }", "source": [{"n": "x", "t": {"T": 1, "n": "double", "s": 8}, "location": "r496"}]} | [{"n": "x", "t": {"T": 1, "n": "double", "s": 8}, "location": "r496"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 21 | []
|
{"name": "._ZNSt8__detail15_List_node_base11_M_transferEPS0_S1_", "code": "__int64 __fastcall std __detail _List_node_base _M_transfer ( std __detail _List_node_base * @@this@@ , std __detail _List_node_base * @@a2@@ , std __detail _List_node_base * @@a3@@ ) { return _ZNSt8__detail15_List_node_base11_M_transferEPS0_S1_ ( @@this@@ , @@a2@@ , @@a3@@ ) ; }", "source": [{"n": "a3", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r64"}]} | [{"n": "a3", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r16"}, {"n": "this", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r56"}, {"n": "a2", "t": {"T": 3, "t": "std::__detail::_List_node_base"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 22 | []
|
{"name": ".pthread_key_create", "code": "int pthread_key_create ( pthread_key_t * @@key@@ , void ( * @@destr_function@@ ) ( void * ) ) { return pthread_key_create ( @@key@@ , @@destr_function@@ ) ; }", "source": [{"n": "key", "t": {"T": 3, "t": "pthread_key_t"}, "location": "r56"}, {"n": "destr_function", "t": {"T": 9, "n": "void (*)(void *)"}, "location": "r64"}]} | [{"n": "key", "t": {"T": 3, "t": "pthread_key_t"}, "location": "r56"}, {"n": "destr_function", "t": {"T": 9, "n": "void (*)(void *)"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 23 | []
|
{"name": "._ZSt20__throw_length_errorPKc", "code": "void __fastcall __noreturn std __throw_length_error ( const char * @@a1@@ ) { _ZSt20__throw_length_errorPKc ( @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}]} | [{"n": "a1", "t": {"T": 3, "t": "const char"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 24 | []
|
{"name": ".memset", "code": "void * memset ( void * @@s@@ , int @@c@@ , size_t @@n@@ ) { return memset ( @@s@@ , @@c@@ , @@n@@ ) ; }", "source": [{"n": "n", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "s", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "c", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}]} | [{"n": "n", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "s", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "c", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 25 | []
|
{"name": "._ZN3CCCD2Ev", "code": "void __fastcall CCC ~ CCC ( CCC * @@this@@ ) { _ZN3CCCD2Ev ( @@this@@ ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 26 | [
"{\"name\": \"_ZN3CCCD2Ev\", \"code\": \"void __fastcall CCC ~ CCC ( CCC * @@this@@ ) { void * v1 ; * ( _QWORD * ) @@this@@ = & ` vtable for ' CCC + Number ; v1 = ( void * ) * ( ( _QWORD * ) @@this@@ + Number ) ; if ( v1 ) operator delete [ ] ( v1 ) ; }\", \"source\": [{\"n\": \"this\", \"t\": {\"T\": 3, \"t\": \"CCC\"}, \"location\": \"r56\"}]}"
]
|
{"name": ".getnameinfo", "code": "int getnameinfo ( const struct sockaddr * @@sa@@ , socklen_t @@salen@@ , char * @@host@@ , socklen_t @@hostlen@@ , char * @@serv@@ , socklen_t @@servlen@@ , int @@flags@@ ) { return getnameinfo ( @@sa@@ , @@salen@@ , @@host@@ , @@hostlen@@ , @@serv@@ , @@servlen@@ , @@flags@@ ) ; }", "source": [{"n": "host", "t": {"T": 3, "t": "char"}, "location": "r16"}, {"n": "hostlen", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "r24"}, {"n": "sa", "t": {"T": 3, "t": "const struct sockaddr"}, "location": "r56"}, {"n": "salen", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "r64"}, {"n": "serv", "t": {"T": 3, "t": "char"}, "location": "r72"}, {"n": "servlen", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "r80"}, {"n": "flags", "t": {"T": 1, "n": "int", "s": 4}, "location": "s-8"}]} | [{"n": "host", "t": {"T": 3, "t": "char"}, "location": "r16"}, {"n": "hostlen", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "r24"}, {"n": "sa", "t": {"T": 3, "t": "const struct sockaddr"}, "location": "r56"}, {"n": "salen", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "r64"}, {"n": "serv", "t": {"T": 3, "t": "char"}, "location": "r72"}, {"n": "servlen", "t": {"T": 1, "n": "socklen_t", "s": 4}, "location": "r80"}, {"n": "flags", "t": {"T": 1, "n": "int", "s": 4}, "location": "s-8"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 27 | []
|
{"name": ".pthread_getspecific", "code": "void * pthread_getspecific ( pthread_key_t @@key@@ ) { return pthread_getspecific ( @@key@@ ) ; }", "source": [{"n": "key", "t": {"T": 1, "n": "pthread_key_t", "s": 4}, "location": "r56"}]} | [{"n": "key", "t": {"T": 1, "n": "pthread_key_t", "s": 4}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 28 | []
|
{"name": ".sscanf", "code": "int sscanf ( const char * @@s@@ , const char * @@format@@ , ... ) { return sscanf ( @@s@@ , @@format@@ ) ; }", "source": [{"n": "s", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "format", "t": {"T": 3, "t": "const char"}, "location": "r64"}]} | [{"n": "s", "t": {"T": 3, "t": "const char"}, "location": "r56"}, {"n": "format", "t": {"T": 3, "t": "const char"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 29 | []
|
{"name": ".__cxa_free_exception", "code": "void __fastcall __cxa_free_exception ( void * @@a1@@ ) { _cxa_free_exception ( @@a1@@ ) ; }", "source": [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}]} | [{"n": "a1", "t": {"T": 3, "t": "void"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 30 | []
|
{"name": ".getpeername", "code": "int getpeername ( int @@fd@@ , struct sockaddr * @@addr@@ , socklen_t * @@len@@ ) { return getpeername ( @@fd@@ , @@addr@@ , @@len@@ ) ; }", "source": [{"n": "len", "t": {"T": 3, "t": "socklen_t"}, "location": "r16"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "struct sockaddr"}, "location": "r64"}]} | [{"n": "len", "t": {"T": 3, "t": "socklen_t"}, "location": "r16"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "addr", "t": {"T": 3, "t": "struct sockaddr"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 31 | []
|
{"name": ".getsockopt", "code": "int getsockopt ( int @@fd@@ , int @@level@@ , int @@optname@@ , void * @@optval@@ , socklen_t * @@optlen@@ ) { return getsockopt ( @@fd@@ , @@level@@ , @@optname@@ , @@optval@@ , @@optlen@@ ) ; }", "source": [{"n": "optname", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "optval", "t": {"T": 3, "t": "void"}, "location": "r24"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "optlen", "t": {"T": 3, "t": "socklen_t"}, "location": "r72"}]} | [{"n": "optname", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "optval", "t": {"T": 3, "t": "void"}, "location": "r24"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "level", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}, {"n": "optlen", "t": {"T": 3, "t": "socklen_t"}, "location": "r72"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 32 | []
|
{"name": ".pthread_mutex_unlock", "code": "int pthread_mutex_unlock ( pthread_mutex_t * @@mutex@@ ) { return pthread_mutex_unlock ( @@mutex@@ ) ; }", "source": [{"n": "mutex", "t": {"T": 3, "t": "pthread_mutex_t"}, "location": "r56"}]} | [{"n": "mutex", "t": {"T": 3, "t": "pthread_mutex_t"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 33 | []
|
{"name": "._ZN3CCCD2Ev_0", "code": "void __fastcall CCC ~ CCC ( CCC * @@this@@ ) { _ZN3CCCD2Ev ( @@this@@ ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}]} | [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 34 | [
"{\"name\": \"_ZN3CCCD2Ev\", \"code\": \"void __fastcall CCC ~ CCC ( CCC * @@this@@ ) { void * v1 ; * ( _QWORD * ) @@this@@ = & ` vtable for ' CCC + Number ; v1 = ( void * ) * ( ( _QWORD * ) @@this@@ + Number ) ; if ( v1 ) operator delete [ ] ( v1 ) ; }\", \"source\": [{\"n\": \"this\", \"t\": {\"T\": 3, \"t\": \"CCC\"}, \"location\": \"r56\"}]}"
]
|
{"name": ".pthread_mutex_trylock", "code": "int pthread_mutex_trylock ( pthread_mutex_t * @@mutex@@ ) { return pthread_mutex_trylock ( @@mutex@@ ) ; }", "source": [{"n": "mutex", "t": {"T": 3, "t": "pthread_mutex_t"}, "location": "r56"}]} | [{"n": "mutex", "t": {"T": 3, "t": "pthread_mutex_t"}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 35 | []
|
{"name": "._ZN3CCC11setACKTimerEi", "code": "__int64 __fastcall CCC setACKTimer ( CCC * @@this@@ , int @@a2@@ ) { return _ZN3CCC11setACKTimerEi ( @@this@@ , @@a2@@ ) ; }", "source": [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}]} | [{"n": "this", "t": {"T": 3, "t": "CCC"}, "location": "r56"}, {"n": "a2", "t": {"T": 1, "n": "int", "s": 4}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 36 | [
"{\"name\": \"_ZN3CCC11setACKTimerEi\", \"code\": \"int * __fastcall CCC setACKTimer ( CCC * @@this@@ , int @@a2@@ ) { int * @@result@@ ; @@result@@ = ( int * ) * ( ( _QWORD * ) @@this@@ + Number ) ; if ( * @@result@@ <= @@a2@@ ) @@a2@@ = * @@result@@ ; * ( ( _DWORD * ) @@this@@ + Number ) = @@a2@@ ; return @@result@@ ; }\", \"source\": [{\"n\": \"this\", \"t\": {\"T\": 3, \"t\": \"CCC\"}, \"location\": \"r56\"}, {\"n\": \"a2\", \"t\": {\"T\": 1, \"n\": \"int\", \"s\": 4}, \"location\": \"r64\"}, {\"n\": \"result\", \"t\": {\"T\": 3, \"t\": \"int\"}, \"location\": \"r8\"}]}"
]
|
{"name": ".pthread_key_delete", "code": "int pthread_key_delete ( pthread_key_t @@key@@ ) { return pthread_key_delete ( @@key@@ ) ; }", "source": [{"n": "key", "t": {"T": 1, "n": "pthread_key_t", "s": 4}, "location": "r56"}]} | [{"n": "key", "t": {"T": 1, "n": "pthread_key_t", "s": 4}, "location": "r56"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 37 | []
|
{"name": ".sendmsg", "code": "ssize_t sendmsg ( int @@fd@@ , const struct msghdr * @@message@@ , int @@flags@@ ) { return sendmsg ( @@fd@@ , @@message@@ , @@flags@@ ) ; }", "source": [{"n": "flags", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "message", "t": {"T": 3, "t": "const struct msghdr"}, "location": "r64"}]} | [{"n": "flags", "t": {"T": 1, "n": "int", "s": 4}, "location": "r16"}, {"n": "fd", "t": {"T": 1, "n": "int", "s": 4}, "location": "r56"}, {"n": "message", "t": {"T": 3, "t": "const struct msghdr"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 38 | []
|
{"name": ".memcpy", "code": "void * memcpy ( void * @@dest@@ , const void * @@src@@ , size_t @@n@@ ) { return memcpy ( @@dest@@ , @@src@@ , @@n@@ ) ; }", "source": [{"n": "n", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "dest", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "src", "t": {"T": 3, "t": "const void"}, "location": "r64"}]} | [{"n": "n", "t": {"T": 1, "n": "size_t", "s": 8}, "location": "r16"}, {"n": "dest", "t": {"T": 3, "t": "void"}, "location": "r56"}, {"n": "src", "t": {"T": 3, "t": "const void"}, "location": "r64"}] | data1/train-shard-10.tar | fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12_fe6dbd09a5cf254a7c05cd4693bb395f5faa721d5824e55c2534cb4f5be95d12.jsonl | 39 | []
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.