Home
last modified time | relevance | path

Searched refs:LoadByte (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/lua/src/
H A Dlundump.c60 static lu_byte LoadByte (LoadState *S) { in LoadByte() function
89 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 …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.c37 #define LoadByte(S) (lu_byte)LoadChar(S) macro
144 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()