Home
last modified time | relevance | path

Searched refs:FuncState (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.h47 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
48 LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C);
49 LUAI_FUNC int luaK_codek (FuncState *fs, int reg, int k);
50 LUAI_FUNC void luaK_fixline (FuncState *fs, int line);
51 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n);
52 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n);
53 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n);
54 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
55 LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r);
56 LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e);
[all …]
Dlcode.c37 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil()
59 int luaK_jump (FuncState *fs) { in luaK_jump()
69 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret()
74 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { in condjump()
80 static void fixjump (FuncState *fs, int pc, int dest) { in fixjump()
94 int luaK_getlabel (FuncState *fs) { in luaK_getlabel()
100 static int getjump (FuncState *fs, int pc) { in getjump()
109 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol()
122 static int need_value (FuncState *fs, int list) { in need_value()
131 static int patchtestreg (FuncState *fs, int node, int reg) { in patchtestreg()
[all …]
Dlparser.c83 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit()
96 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit()
166 FuncState *fs = ls->fs; in registerlocalvar()
179 FuncState *fs = ls->fs; in new_localvar()
198 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar()
206 FuncState *fs = ls->fs; in adjustlocalvars()
214 static void removevars (FuncState *fs, int tolevel) { in removevars()
221 static int searchupvalue (FuncState *fs, TString *name) { in searchupvalue()
231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { in newupvalue()
246 static int searchvar (FuncState *fs, TString *n) { in searchvar()
[all …]
Dlparser.h96 typedef struct FuncState { struct
99 struct FuncState *prev; /* enclosing function */ argument
112 } FuncState; argument
Dllex.h57 struct FuncState *fs; /* current function (parser) */
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c155 UINT32 FuncState; in OhciGetState() local
163 FuncState = OhciGetHcControl (Ohc, HC_FUNCTIONAL_STATE); in OhciGetState()
165 switch (FuncState) { in OhciGetState()