HomeSort by relevance Sort by last modified time
    Searched full:savestack (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.h 22 #define savestack(L,p) ((char *)(p) - (char *)L->stack) macro
ldo.c 221 ptrdiff_t top = savestack(L, L->top);
222 ptrdiff_t ci_top = savestack(L, ci->top);
277 ptrdiff_t funcr = savestack(L, func);
300 ptrdiff_t funcr = savestack(L, func);
368 ptrdiff_t fr = savestack(L, firstResult); /* hook may change stack */
579 ci->extra = savestack(L, ci->func); /* save current 'func' */
672 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
lapi.c 944 func = savestack(L, o);
949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func);
956 ci->extra = savestack(L, c.func);
lvm.c 95 ptrdiff_t result = savestack(L, p3);
lgc.c 824 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
    [all...]
  /external/syslinux/com32/lua/src/
ldo.h 22 #define savestack(L,p) ((char *)(p) - (char *)L->stack) macro
ldo.c 221 ptrdiff_t top = savestack(L, L->top);
222 ptrdiff_t ci_top = savestack(L, ci->top);
277 ptrdiff_t funcr = savestack(L, func);
300 ptrdiff_t funcr = savestack(L, func);
368 ptrdiff_t fr = savestack(L, firstResult); /* hook may change stack */
579 ci->extra = savestack(L, ci->func); /* save current 'func' */
672 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
lapi.c 944 func = savestack(L, o);
949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func);
956 ci->extra = savestack(L, c.func);
lvm.c 118 ptrdiff_t result = savestack(L, p3);
lgc.c 824 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
    [all...]
  /system/core/libunwindstack/tools/
unwind_for_offline.cpp 82 bool SaveStack(pid_t pid, const std::vector<std::pair<uint64_t, uint64_t>>& stacks) {
257 if (!SaveStack(pid, stacks)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texi2html.py 217 self.savestack = [] # If not None, save text head instead
322 self.savestack.append(self.savetext)
329 if len(self.savestack) > 0:
330 self.savetext = self.savestack[-1]
331 del self.savestack[-1]
    [all...]
  /external/python/cpython2/Tools/scripts/
texi2html.py 217 self.savestack = [] # If not None, save text head instead
322 self.savestack.append(self.savetext)
329 if len(self.savestack) > 0:
330 self.savetext = self.savestack[-1]
331 del self.savestack[-1]
    [all...]
  /external/python/cpython3/Tools/scripts/
texi2html.py 218 self.savestack = [] # If not None, save text head instead
323 self.savestack.append(self.savetext)
330 if len(self.savestack) > 0:
331 self.savetext = self.savestack[-1]
332 del self.savestack[-1]
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 676 /// specifies the register that llvm.savestack/llvm.restorestack should save
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 1223 milliseconds

1 2