Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
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() local
179 FuncState *fs = ls->fs; in new_localvar() local
198 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar()
206 FuncState *fs = ls->fs; in adjustlocalvars() local
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 …]
Dlcode.h39 #define getcode(fs,e) ((fs)->f->code[(e)->u.info]) argument
41 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx) argument
43 #define luaK_setmultret(fs,e) luaK_setreturns(fs, e, LUA_MULTRET) argument
45 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) argument
Dllex.h57 struct FuncState *fs; /* current function (parser) */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmactoolboxglue.c113 PyObject *fs, *exc; in PyMac_GetFullPathname() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py1030 def dash_R_cleanup(fs, ps, pic, zdc, abcs): argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmain.c1130 outname( char *fs ) in outname()
1145 outnameX( char *fs ,char *suffix) in outnameX()
Dfset2.c1212 VerifyAmbig( Junction *alt1, Junction *alt2, unsigned **ft, set *fs, Tree **t, Tree **u, int *numAm… in VerifyAmbig()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c45 static mm_channel_frame_sync_info_t fs = { .num_cam =0, .pos = 0}; variable