Home
last modified time | relevance | path

Searched refs:old_top (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h36 pointer_t old_top; in pop() local
41 old_top.atomic = stack->top.atomic; in pop()
42 next = PTR(old_top.ptr); in pop()
47 new_top.ctr = old_top.ctr + 1; in pop()
49 old_top.atomic, in pop()
59 pointer_t old_top; in push() local
62 old_top.atomic = stack->top.atomic; in push()
63 val->pNext = PTR(old_top.ptr); in push()
65 new_top.ctr = old_top.ctr + 1; in push()
67 old_top.atomic, in push()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp107 FileSpec old_top = m_file_stack.back(); in EndFile() local
109 if (old_top == m_current_file) in EndFile()
/freebsd/contrib/lua/src/
H A Dldo.c947 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() argument
957 status = luaD_closeprotected(L, old_top, status); in luaD_pcall()
958 luaD_seterrorobj(L, status, restorestack(L, old_top)); in luaD_pcall()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c684 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() argument
693 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp716 auto old_top = CGF.EHStack.stable_begin(); in EmitGroAlloca() local
721 for (auto b = CGF.EHStack.find(top), e = CGF.EHStack.find(old_top); b != e; in EmitGroAlloca()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1300 Value old_top = stack[last_idx]; in Evaluate() local
1303 stack[last_idx - 2] = old_top; in Evaluate()