Searched refs:LoadByte (Results 1 – 1 of 1) sorted by relevance
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()