OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfunc
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c
733
StkId
nfunc
= nci->func; /* called function */
736
StkId lim = nci->u.l.base + getproto(
nfunc
)->numparams;
741
for (aux = 0;
nfunc
+ aux < lim; aux++)
742
setobjs2s(L, ofunc + aux,
nfunc
+ aux);
743
oci->u.l.base = ofunc + (nci->u.l.base -
nfunc
); /* correct base */
744
oci->top = L->top = ofunc + (L->top -
nfunc
); /* correct top */
/external/lua/src/
lvm.c
1156
StkId
nfunc
= nci->func; \/* called function *\/
local
[
all
...]
Completed in 225 milliseconds