Searched refs:LoadByte (Results 1 – 2 of 2) sorted by relevance
60 static lu_byte LoadByte (LoadState *S) { in LoadByte() function89 size_t size = LoadByte(S); in LoadString()127 int t = LoadByte(S); in LoadConstants()133 setbvalue(o, LoadByte(S)); in LoadConstants()175 f->upvalues[i].idx = LoadByte(S); in LoadUpvalues()208 f->numparams = LoadByte(S); in LoadFunction()209 f->is_vararg = LoadByte(S); in LoadFunction()210 f->maxstacksize = LoadByte(S); in LoadFunction()229 if (LoadByte(S) != size) in fchecksize()238 if (LoadByte(S) != LUAC_VERSION) in checkHeader()[all …]
37 #define LoadByte(S) (lu_byte)LoadChar(S) macro144 f->upvalues[i].instack=LoadByte(S); in LoadUpvalues()145 f->upvalues[i].idx=LoadByte(S); in LoadUpvalues()175 f->numparams=LoadByte(S); in LoadFunction()176 f->is_vararg=LoadByte(S); in LoadFunction()177 f->maxstacksize=LoadByte(S); in LoadFunction()