HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 576 - 600 of 2132) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/
SwitchRam.asm 14 ; Stack.asm
18 ; Switch the stack from temporary memory to permenent memory.
44 ; !!CAUTION!! this function address's is pushed into stack after
85 mov dword ptr [ebp], eax ; From now, Temporary's PPI caller's stack is in permenent memory
SwitchRam.S 14 # Stack.asm
18 # Switch the stack from temporary memory to permenent memory.
44 # !!CAUTION!! this function address's is pushed into stack after
87 movl %eax, (%ebp) # From now, Temporary's PPI caller's stack is in permenent memory
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
Stack.asm 14 ; Stack.asm
18 ; Switch the stack from temporary memory to permenent memory.
44 ; !!CAUTION!! this function address's is pushed into stack after
85 mov dword ptr [ebp], eax ; From now, Temporary's PPI caller's stack is in permenent memory
  /external/bcc/tools/
memleak.py 24 def __init__(self, stack, size):
25 self.stack = stack
461 stack = list(stack_traces.walk(info.stack_id))
463 for addr in stack:
474 print("\t%d bytes in %d allocations from stack\n\t\t%s" %
475 (alloc.size, alloc.count, b"\n\t\t".join(alloc.stack)))
493 trace = "stack information lost"
495 entry = ("\t%d bytes in %d allocations from stack\n\t\t%s" %
  /external/libcxx/src/filesystem/
directory_iterator.cpp 271 stack<__dir_stream> __stack_;
332 auto& stack = __imp_->__stack_; local
334 while (stack.size() > 0) {
335 if (stack.top().advance(m_ec))
339 stack.pop();
343 path root = move(stack.top().__root_);
  /external/python/cpython2/Parser/
parser.c 25 /* STACK DATA TYPE */
27 static void s_reset(stack *);
30 s_reset(stack *s)
38 s_push(register stack *s, dfa *d, node *parent)
42 fprintf(stderr, "s_push: parser stack overflow\n");
55 s_pop(register stack *s)
58 Py_FatalError("s_pop: parser stack underflow -- FATAL");
105 /* PARSER STACK OPERATIONS */
108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset)
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset
    [all...]
  /external/python/cpython3/Parser/
parser.c 25 /* STACK DATA TYPE */
27 static void s_reset(stack *);
30 s_reset(stack *s)
38 s_push(stack *s, dfa *d, node *parent)
42 fprintf(stderr, "s_push: parser stack overflow\n");
55 s_pop(stack *s)
58 Py_FatalError("s_pop: parser stack underflow -- FATAL");
105 /* PARSER STACK OPERATIONS */
108 shift(stack *s, int type, char *str, int newstate, int lineno, int col_offset)
120 push(stack *s, int type, dfa *d, int newstate, int lineno, int col_offset
    [all...]
  /external/skia/src/core/
SkClipStack.h 28 // stores the stack depth (fSaveCount) and clips (fDeque) separately.
29 // Each clip in fDeque stores the stack state to which it belongs
47 * An element of the clip stack. It represents a shape combined with the prevoius clip using a
139 /** The GenID can be used by clip stack clients to cache representations of the clip. The
141 stack not to the element itself. That is the same clip path in different stacks will
198 int fSaveCount; // save count of stack when this element was added.
203 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
216 // When element is applied to the previous elements in the stack is the result known to be
258 stack */
341 * Flattens the clip stack into a single SkPath. Returns true if any o
    [all...]
  /external/skqp/src/core/
SkClipStack.h 28 // stores the stack depth (fSaveCount) and clips (fDeque) separately.
29 // Each clip in fDeque stores the stack state to which it belongs
47 * An element of the clip stack. It represents a shape combined with the prevoius clip using a
139 /** The GenID can be used by clip stack clients to cache representations of the clip. The
141 stack not to the element itself. That is the same clip path in different stacks will
198 int fSaveCount; // save count of stack when this element was added.
203 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
216 // When element is applied to the previous elements in the stack is the result known to be
258 stack */
341 * Flattens the clip stack into a single SkPath. Returns true if any o
    [all...]
  /art/libartpalette/apex/
palette.cc 128 enum PaletteStatus PaletteWriteCrashThreadStacks(/*in*/const char* stack, size_t stack_len) {
131 return m(stack, stack_len);
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 57 # Pass stack base into the PEI Core
62 # Pass stack size into the PEI Core
Stack.S 14 # Switch the stack from temporary memory to permenent memory.
30 # Save standard registers so they can be used to change stack
38 # !!CAUTION!! this function address's is pushed into stack after
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspHelper.s 43 # No stack counter part of AsmGetFspBaseAddress. Return address is in edi.
65 # No stack counter part of AsmGetFspInfoHeader. Return address is in edi.
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
Stack.S 14 # Switch the stack from temporary memory to permenent memory.
30 # Save standard registers so they can be used to change stack
38 # !!CAUTION!! this function address's is pushed into stack after
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.S 49 # Construct new stack
73 # Construct new stack
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6Strings.uni 34 #string STR_PING6_LINE_HELP #language en-US "Ping a target machine with UEFI IPv6 network stack"
37 ".TH Ping6 0 "Ping a target machine with UEFI IPv6 network stack."\r\n"
39 "Ping a target machine with UEFI IPv6 network stack.\r\n"
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 37 ; Obtain the stack information
58 ; Set stack top pointer
77 ; Push processor count to stack first, then BIST status (AP then BSP)
126 ; Pass stack size into the PEI Core
Stack.S 14 # Switch the stack from temporary memory to permenent memory.
30 # Save standard registers so they can be used to change stack
38 # !!CAUTION!! this function address's is pushed into stack after
  /device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/
xf-osal.h 180 void *arg, const char *name, void * stack,
186 r = xos_thread_create(thread, 0, f, arg, name, stack, stack_size, priority, 0, 0);
200 /* ...delete thread, free up TCB, stack */
  /external/catch2/include/internal/
catch_message.cpp 14 #include <stack>
81 std::stack<char> openings;
  /external/clang/INPUTS/
all-std-headers.cpp 43 #include <stack>
  /external/clang/lib/Format/
UnwrappedLineParser.h 23 #include <stack>
180 // Keeps a stack of currently active preprocessor branching directives.
202 std::stack<int> PPChainBranchIndex;
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 11 #include <stack>
38 std::stack<LambdaExpr *> PendingBodies;
  /external/curl/docs/cmdline-opts/
happy-eyeballs-timeout-ms.d 7 addresses for dual-stack hosts, preferring IPv6 first for the number of
  /external/deqp-deps/SPIRV-Tools/source/opt/
dead_branch_elim_pass.cpp 99 std::vector<BasicBlock*> stack; local
100 stack.push_back(&*func->begin());
102 while (!stack.empty()) {
103 BasicBlock* block = stack.back();
104 stack.pop_back();
178 stack.push_back(GetParentBlock(live_lab_id));
182 const_block->ForEachSuccessorLabel([&stack, this](const uint32_t label) {
183 stack.push_back(GetParentBlock(label));

Completed in 1656 milliseconds

<<21222324252627282930>>