Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlundump.c67 static int LoadInt (LoadState *S) { in LoadInt() function
108 int n = LoadInt(S); in LoadCode()
120 int n = LoadInt(S); in LoadConstants()
154 int n = LoadInt(S); in LoadProtos()
168 n = LoadInt(S); in LoadUpvalues()
182 n = LoadInt(S); in LoadDebug()
186 n = LoadInt(S); in LoadDebug()
194 f->locvars[i].endpc = LoadInt(S); in LoadDebug()
196 n = LoadInt(S); in LoadDebug()
206 f->linedefined = LoadInt(S); in LoadFunction()
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.c57 static int LoadInt(LoadState* S) in LoadInt() function
88 int n=LoadInt(S); in LoadCode()
99 n=LoadInt(S); in LoadConstants()
124 n=LoadInt(S); in LoadConstants()
138 n=LoadInt(S); in LoadUpvalues()
153 n=LoadInt(S); in LoadDebug()
157 n=LoadInt(S); in LoadDebug()
165 f->locvars[i].endpc=LoadInt(S); in LoadDebug()
167 n=LoadInt(S); in LoadDebug()
173 f->linedefined=LoadInt(S); in LoadFunction()
[all …]