Searched refs:DumpInt (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | ldump.c | 58 static void DumpInt (int x, DumpState *D) { in DumpInt() function 91 DumpInt(f->sizecode, D); in DumpCode() 101 DumpInt(n, D); in DumpConstants() 131 DumpInt(n, D); in DumpProtos() 139 DumpInt(n, D); in DumpUpvalues() 150 DumpInt(n, D); in DumpDebug() 153 DumpInt(n, D); in DumpDebug() 156 DumpInt(f->locvars[i].startpc, D); in DumpDebug() 157 DumpInt(f->locvars[i].endpc, D); in DumpDebug() 160 DumpInt(n, D); in DumpDebug() [all …]
|