/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lcode.c | 37 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 …]
|
D | lparser.c | 83 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 …]
|
D | lcode.h | 39 #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
|
D | llex.h | 57 struct FuncState *fs; /* current function (parser) */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | mactoolboxglue.c | 113 PyObject *fs, *exc; in PyMac_GetFullPathname() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | regrtest.py | 1030 def dash_R_cleanup(fs, ps, pic, zdc, abcs): argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | main.c | 1130 outname( char *fs ) in outname() 1145 outnameX( char *fs ,char *suffix) in outnameX()
|
D | fset2.c | 1212 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/ |
D | mm_camera_channel.c | 45 static mm_channel_frame_sync_info_t fs = { .num_cam =0, .pos = 0}; variable
|