Searched refs:LoadByte (Results 1 – 1 of 1) sorted by relevance
44 #define LoadByte(S) (lu_byte)LoadChar(S) macro170 f->nups=LoadByte(S); in LoadFunction()171 f->numparams=LoadByte(S); in LoadFunction()172 f->is_vararg=LoadByte(S); in LoadFunction()173 f->maxstacksize=LoadByte(S); in LoadFunction()