HomeSort by relevance Sort by last modified time
    Searched full:funcstate (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcode.h 47 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...]
lcode.c 37 void luaK_nil (FuncState *fs, int from, int n) {
59 int luaK_jump (FuncState *fs) {
69 void luaK_ret (FuncState *fs, int first, int nret) {
74 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {
80 static void fixjump (FuncState *fs, int pc, int dest) {
94 int luaK_getlabel (FuncState *fs) {
100 static int getjump (FuncState *fs, int pc) {
109 static Instruction *getjumpcontrol (FuncState *fs, int pc) {
122 static int need_value (FuncState *fs, int list) {
131 static int patchtestreg (FuncState *fs, int node, int reg)
    [all...]
lparser.c 83 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
96 static void checklimit (FuncState *fs, int v, int l, const char *what) {
166 FuncState *fs = ls->fs;
179 FuncState *fs = ls->fs;
198 static LocVar *getlocvar (FuncState *fs, int i) {
206 FuncState *fs = ls->fs;
214 static void removevars (FuncState *fs, int tolevel) {
221 static int searchupvalue (FuncState *fs, TString *name) {
231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) {
246 static int searchvar (FuncState *fs, TString *n)
1621 FuncState funcstate; local
    [all...]
lparser.h 96 typedef struct FuncState {
99 struct FuncState *prev; /* enclosing function */
112 } FuncState;
llex.h 57 struct FuncState *fs; /* current function (parser) */
  /external/syslinux/com32/lua/src/
lcode.h 47 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...]
lcode.c 37 void luaK_nil (FuncState *fs, int from, int n) {
59 int luaK_jump (FuncState *fs) {
69 void luaK_ret (FuncState *fs, int first, int nret) {
74 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {
80 static void fixjump (FuncState *fs, int pc, int dest) {
94 int luaK_getlabel (FuncState *fs) {
100 static int getjump (FuncState *fs, int pc) {
109 static Instruction *getjumpcontrol (FuncState *fs, int pc) {
122 static int need_value (FuncState *fs, int list) {
131 static int patchtestreg (FuncState *fs, int node, int reg)
    [all...]
lparser.c 83 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
96 static void checklimit (FuncState *fs, int v, int l, const char *what) {
166 FuncState *fs = ls->fs;
179 FuncState *fs = ls->fs;
198 static LocVar *getlocvar (FuncState *fs, int i) {
206 FuncState *fs = ls->fs;
214 static void removevars (FuncState *fs, int tolevel) {
221 static int searchupvalue (FuncState *fs, TString *name) {
231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) {
246 static int searchvar (FuncState *fs, TString *n)
1621 FuncState funcstate; local
    [all...]
lparser.h 96 typedef struct FuncState {
99 struct FuncState *prev; /* enclosing function */
112 } FuncState;
llex.h 57 struct FuncState *fs; /* current function (parser) */
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 155 UINT32 FuncState;
163 FuncState = OhciGetHcControl (Ohc, HC_FUNCTIONAL_STATE);
165 switch (FuncState) {
    [all...]

Completed in 385 milliseconds