Home
last modified time | relevance | path

Searched refs:L1 (Results 1 – 25 of 72) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.c133 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() argument
136 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue); in stack_init()
137 L1->stacksize = BASIC_STACK_SIZE; in stack_init()
139 setnilvalue(L1->stack + i); /* erase new stack */ in stack_init()
140 L1->top = L1->stack; in stack_init()
141 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK; in stack_init()
143 ci = &L1->base_ci; in stack_init()
146 ci->func = L1->top; in stack_init()
147 setnilvalue(L1->top++); /* 'function' entry for this 'ci' */ in stack_init()
148 ci->top = L1->top + LUA_MINSTACK; in stack_init()
[all …]
Dldblib.c101 static void treatstackoption (lua_State *L, lua_State *L1, const char *fname) { in treatstackoption() argument
102 if (L == L1) { in treatstackoption()
107 lua_xmove(L1, L, 1); in treatstackoption()
115 lua_State *L1 = getthread(L, &arg); in db_getinfo() local
118 if (!lua_getstack(L1, (int)lua_tointeger(L, arg+1), &ar)) { in db_getinfo()
127 lua_xmove(L, L1, 1); in db_getinfo()
131 if (!lua_getinfo(L1, options, &ar)) in db_getinfo()
155 treatstackoption(L, L1, "activelines"); in db_getinfo()
157 treatstackoption(L, L1, "func"); in db_getinfo()
164 lua_State *L1 = getthread(L, &arg); in db_getlocal() local
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
Dsourcery.S30 L1: label
43 beq L1
44 b L1
50 b L1
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/
DScanMem64.S53 jne L1
55 jecxz L1
57 L1: label
DSetMem64.S41 jz L1
45 L1: label
DSetMem32.S57 L1: label
60 loop L1
DZeroMem.S54 L1: label
57 loop L1
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/
DScanMem64.S53 jne L1
55 jecxz L1
57 L1: label
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/
DScanMem64.S53 jne L1
55 jecxz L1
57 L1: label
DSetMem32.S40 jz L1
48 L1: label
DSetMem16.S44 jz L1
53 L1: label
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/Ia32/
DScanMem64.S53 jne L1
55 jecxz L1
57 L1: label
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/
DScanMem64.S51 jne L1
53 jecxz L1
55 L1: label
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/Ia32/
DScanMem64.S53 jne L1
55 jecxz L1
57 L1: label
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DDivU64x32Remainder.S44 jecxz L1
46 L1: label
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DDivU64x32Remainder.S42 jecxz L1 # abandon remainder if Remainder == NULL
44 L1: label
DCpuIdEx.S49 jecxz L1
51 L1: label
DCpuId.S45 jecxz L1
47 L1: label
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/
DSetMem64.S50 L1: label
53 loop L1
DZeroMem.S55 L1: label
58 loop L1
DSetMem32.S59 L1: label
62 loop L1
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
DSetMem32.S51 jnc L1
53 L1: label
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DEnablePaging64.S42 addl $(L1-Base),(%rsp)
54 L1: label
DCpuId.S45 jz L1
47 L1: label
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DCpuId.S43 jz L1
45 L1: label

123