/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lstate.c | 133 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 …]
|
D | ldblib.c | 101 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/ |
D | sourcery.S | 30 L1: label 43 beq L1 44 b L1 50 b L1
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/ |
D | ScanMem64.S | 53 jne L1 55 jecxz L1 57 L1: label
|
D | SetMem64.S | 41 jz L1 45 L1: label
|
D | SetMem32.S | 57 L1: label 60 loop L1
|
D | ZeroMem.S | 54 L1: label 57 loop L1
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ |
D | ScanMem64.S | 53 jne L1 55 jecxz L1 57 L1: label
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/ |
D | ScanMem64.S | 53 jne L1 55 jecxz L1 57 L1: label
|
D | SetMem32.S | 40 jz L1 48 L1: label
|
D | SetMem16.S | 44 jz L1 53 L1: label
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/Ia32/ |
D | ScanMem64.S | 53 jne L1 55 jecxz L1 57 L1: label
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/ |
D | ScanMem64.S | 51 jne L1 53 jecxz L1 55 L1: label
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/Ia32/ |
D | ScanMem64.S | 53 jne L1 55 jecxz L1 57 L1: label
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | DivU64x32Remainder.S | 44 jecxz L1 46 L1: label
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | DivU64x32Remainder.S | 42 jecxz L1 # abandon remainder if Remainder == NULL 44 L1: label
|
D | CpuIdEx.S | 49 jecxz L1 51 L1: label
|
D | CpuId.S | 45 jecxz L1 47 L1: label
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/ |
D | SetMem64.S | 50 L1: label 53 loop L1
|
D | ZeroMem.S | 55 L1: label 58 loop L1
|
D | SetMem32.S | 59 L1: label 62 loop L1
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/ |
D | SetMem32.S | 51 jnc L1 53 L1: label
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
D | EnablePaging64.S | 42 addl $(L1-Base),(%rsp) 54 L1: label
|
D | CpuId.S | 45 jz L1 47 L1: label
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | CpuId.S | 43 jz L1 45 L1: label
|