/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | llex.c | 28 #define next(ls) (ls->current = zgetc(ls->z)) argument 32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') argument 46 #define save_and_next(ls) (save(ls, ls->current), next(ls)) argument 49 static l_noret lexerror (LexState *ls, const char *msg, int token); 52 static void save (LexState *ls, int c) { in save() argument 53 Mbuffer *b = ls->buff; in save() 57 lexerror(ls, "lexical element too long", 0); in save() 59 luaZ_resizebuffer(ls->L, b, newsize); in save() 75 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str() argument 78 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) : in luaX_token2str() [all …]
|
D | lparser.c | 56 static void statement (LexState *ls); 57 static void expr (LexState *ls, expdesc *v); 60 static void anchor_token (LexState *ls) { in anchor_token() argument 62 lua_assert(ls->fs != NULL || ls->t.token == TK_EOS); in anchor_token() 63 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) { in anchor_token() 64 TString *ts = ls->t.seminfo.ts; in anchor_token() 65 luaX_newstring(ls, getstr(ts), ts->tsv.len); in anchor_token() 71 static l_noret semerror (LexState *ls, const char *msg) { in semerror() argument 72 ls->t.token = 0; /* remove 'near to' from final message */ in semerror() 73 luaX_syntaxerror(ls, msg); in semerror() [all …]
|
D | llex.h | 69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, 71 LUAI_FUNC TString *luaX_newstring (LexState *ls, const char *str, size_t l); 72 LUAI_FUNC void luaX_next (LexState *ls); 73 LUAI_FUNC int luaX_lookahead (LexState *ls); 74 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s); 75 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
|
D | lauxlib.c | 673 LoadS *ls = (LoadS *)ud; in getS() local 675 if (ls->size == 0) return NULL; in getS() 676 *size = ls->size; in getS() 677 ls->size = 0; in getS() 678 return ls->s; in getS() 684 LoadS ls; in luaL_loadbufferx() local 685 ls.s = buff; in luaL_loadbufferx() 686 ls.size = size; in luaL_loadbufferx() 687 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
|
D | lstrlib.c | 578 size_t ls, lp; in str_find_aux() local 579 const char *s = luaL_checklstring(L, 1, &ls); in str_find_aux() 581 size_t init = posrelat(luaL_optinteger(L, 3, 1), ls); in str_find_aux() 583 else if (init > ls + 1) { /* start after string's end? */ in str_find_aux() 590 const char *s2 = lmemfind(s + init - 1, ls - init + 1, p, lp); in str_find_aux() 607 ms.src_end = s + ls; in str_find_aux() 641 size_t ls, lp; in gmatch_aux() local 642 const char *s = lua_tolstring(L, lua_upvalueindex(1), &ls); in gmatch_aux() 648 ms.src_end = s+ls; in gmatch_aux()
|
D | lcode.c | 85 luaX_syntaxerror(fs->ls, "control structure too long"); in fixjump() 216 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction, in luaK_code() 220 luaM_growvector(fs->ls->L, f->lineinfo, fs->pc, f->sizelineinfo, int, in luaK_code() 222 f->lineinfo[fs->pc] = fs->ls->lastline; in luaK_code() 265 luaX_syntaxerror(fs->ls, "function or expression too complex"); in luaK_checkstack() 292 lua_State *L = fs->ls->L; in addk() 321 setsvalue(fs->ls->L, &o, s); in luaK_stringK() 328 lua_State *L = fs->ls->L; in luaK_numberK() 354 sethvalue(fs->ls->L, &k, fs->h); in nilK() 878 luaX_syntaxerror(fs->ls, "constructor too long"); in luaK_setlist()
|
D | lparser.h | 100 struct LexState *ls; /* lexical state */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/ |
D | util.py | 29 ls = l.strip() 30 if ls: 31 indent = len(l) - len(ls)
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
D | CopyMem.S | 76 it ls 89 it ls 128 it ls 162 it ls
|
/device/sample/apps/tv/SetupValidation/ |
D | gradlew | 50 ls=`ls -ld "$PRG"` 51 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | gradlew | 50 ls=`ls -ld "$PRG"` 51 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/device/linaro/hikey/factory-images/ |
D | generate-factory-images-hikey.sh | 21 BUILDNAME=`ls ${ANDROID_BUILD_TOP}/${PRODUCT}-img-${BUILD}.zip 2> /dev/null` 25 BUILDNAME=`ls ${ANDROID_BUILD_TOP}/${PRODUCT}-img-*.zip 2> /dev/null`
|
D | generate-factory-images-hikey960.sh | 21 BUILDNAME=`ls ${ANDROID_BUILD_TOP}/${PRODUCT}-img-${BUILD}.zip 2> /dev/null` 25 BUILDNAME=`ls ${ANDROID_BUILD_TOP}/${PRODUCT}-img-*.zip 2> /dev/null`
|
/device/linaro/hikey/uefi-tools/ |
D | common-functions | 124 OPENSSL_VER=`ls EDKII_openssl-*.patch | sed 's/^.*-\([0-9.a-z]*\).patch/\1/'` 162 …OPENSSL_VER=`git ls-remote --tags git://github.com/openssl/openssl.git | awk '{print $2;}' | sed '…
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/ |
D | ScanMem.S | 107 b.ls .Lmasklast 117 b.ls .Lend
|
D | CopyMem.S | 102 b.ls L(copy16) 188 b.ls 2f 254 b.ls 2f
|
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch32/ |
D | cache_helpers.S | 84 .macro dcsw_op shift, fw, ls argument 87 lsl r3, r3, \ls
|
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/ |
D | cache_helpers.S | 82 .macro dcsw_op shift, fw, ls argument 85 lsl x3, x3, \ls
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/AArch64/ |
D | ArmPlatformStackLib.S | 98 b.ls 1f
|
/device/linaro/bootloader/edk2/StdLib/ |
D | Fixes.txt | 35 11: printf("-%ls-", L"test") will only print "--" 2013 Fixed 3/2013
|
/device/google/cuttlefish_common/tools/ |
D | create_base_image_gce.sh | 59 sudo chroot /mnt/image /usr/bin/find /home -ls
|
/device/linaro/hikey/installer/hikey/ |
D | README | 29 $ ls /dev/ttyUSB*
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 186 ls/ls.c | 11 +- 187 ls/ls.h | 3 +- 188 ls/ls.inf | 28 +-- 2152 - ls\LsStrings.uni 2153 - ls\ls.h 2154 - ls\ls.c 2155 + ls/LsStrings.uni 2156 + ls/ls.h 2157 + ls/ls.c 2520 - ls\LsStrings.uni [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/ |
D | cpu_helpers.S | 209 csel x0, x2, x3, ls
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 269 Char *lm, *ls; in globexp2() local 281 ls = lm; in globexp2() 345 for (lm = ls; (pl < pm); *lm++ = *pl++) in globexp2()
|