Searched refs:LoadByte (Results 1 – 1 of 1) sorted by relevance
65 static lu_byte LoadByte (LoadState *S) { in LoadByte() function94 size_t size = LoadByte(S); in LoadString()127 int t = LoadByte(S); in LoadConstants()133 setbvalue(o, LoadByte(S)); in LoadConstants()176 f->upvalues[i].instack = LoadByte(S); in LoadUpvalues()177 f->upvalues[i].idx = LoadByte(S); in LoadUpvalues()210 f->numparams = LoadByte(S); in LoadFunction()211 f->is_vararg = LoadByte(S); in LoadFunction()212 f->maxstacksize = LoadByte(S); in LoadFunction()231 if (LoadByte(S) != size) in fchecksize()[all …]