Home
last modified time | relevance | path

Searched refs:stack (Results 826 - 850 of 2025) sorted by relevance

1...<<31323334353637383940>>...81

/third_party/libunwind/libunwind/doc/
H A Dunw_init_local.tex23 \Var{ctxt} identifies the initial stack frame at which unwinding
28 call stack. The machine-state must remain valid for the duration for
H A Dunw_init_remote.tex28 structure containing the machine-state of the initial stack frame.
31 stack-frame chain to be unwound. In other words, the interpretation
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.hpp29 #include <stack>
73 std::stack<std::function<void ()>> _destroy_notify;
/third_party/node/lib/internal/streams/
H A Ddestroy.js26 err.stack; // eslint-disable-line no-unused-expressions
203 err.stack; // eslint-disable-line no-unused-expressions
/third_party/node/src/
H A Dmemory_tracker.h11 #include <stack>
28 // Set the self size of a MemoryRetainer to the stack-allocated size of a
169 // By default, we assume the parent count the stack size of the container
242 // the current node if there is one on the stack.
250 // the current node if there is one on the stack - there should
283 std::stack<MemoryRetainerNode*> node_stack_;
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86gas.pl128 $::stack=4;
134 $::stack=0;
/third_party/openssl/crypto/perlasm/
H A Dx86gas.pl128 $::stack=4;
134 $::stack=0;
/third_party/spirv-tools/source/diff/
H A Dlcs.h23 #include <stack>
137 // O(N^2). The implemention uses a std::stack to avoid stack overflow on long in CalculateLCS()
144 std::stack<DiffMatchIndex> to_calculate; in CalculateLCS()
/third_party/toybox/
H A Dmain.c149 // Return if stack depth getting noticeable (proxy for leaked heap, etc). in toy_exec_which()
153 // Signed typecast so stack growth direction is irrelevant: we're measuring in toy_exec_which()
154 // the distance between two pointers on the same stack, hence the labs(). in toy_exec_which()
219 // Snapshot stack location so we can detect recursion depth later. in main()
220 // This is its own block so probe doesn't permanently consume stack. in main()
222 int stack; in main() local
224 toys.stacktop = &stack; in main()
/third_party/toybox/porting/liteos_a/
H A Dmain.c150 // Return if stack depth getting noticeable (proxy for leaked heap, etc). in toy_exec_which()
154 // Signed typecast so stack growth direction is irrelevant: we're measuring in toy_exec_which()
155 // the distance between two pointers on the same stack, hence the labs(). in toy_exec_which()
220 // Snapshot stack location so we can detect recursion depth later. in main()
221 // This is its own block so probe doesn't permanently consume stack. in main()
223 int stack; in main() local
225 toys.stacktop = &stack; in main()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h36 #include <stack>
304 // The stack to hold the path of Nodes from current_ to root_;
305 std::stack<Node*> stack_;
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.h99 void* stack[kMaxStackDepth]; member
234 // Holds samples and their associated stack traces with a soft limit of
261 int64_t Iterate(const std::function<void(const HashtablezInfo& stack)>& f);
/third_party/skia/experimental/sorttoy/
H A DFake.cpp40 FakeMCBlob::FakeMCBlob(const std::vector<MCState>& stack) : fID(NextID()), fStack(stack) { in FakeMCBlob() argument
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs42 /// Returns the contents of the OpenSSL error stack.
51 /// Pushes the errors back onto the OpenSSL error stack.
60 /// Returns the errors in the stack.
112 /// Returns the first error on the OpenSSL error stack.
126 // in the error stack, so we'll need to copy it off if it's dynamic in get()
163 /// Pushes the error back onto the OpenSSL error stack.
411 let stack = Nid::create("not-an-oid", "invalid", "invalid").unwrap_err(); in test_error_library_code()
412 let errors = stack.errors(); in test_error_library_code()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dpkcs7.rs133 stack!(stack_st_PKCS7_SIGNER_INFO);
146 stack!(stack_st_PKCS7_RECIP_INFO);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dmacros.rs58 macro_rules! stack { macros
66 pub stack: $crate::_STACK,
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dmips.s189 .section .note.GNU-stack,"",@progbits
213 .section .note.GNU-stack,"",@progbits
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S46 *(.note.GNU-stack)
/kernel/linux/linux-5.10/arch/loongarch/vdso/
H A Dvdso.lds.S43 *(.note.GNU-stack)
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dtraps.c26 static unsigned long kstack_depth_to_print; /* 0 == entire stack */
42 (task->stack))->cpu_context.r1; in show_stack()
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
H A Dvdso.lds.S39 *(.note.GNU-stack)
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dhead64.S30 # Setup stack
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dkern_util.h23 extern void free_stack(unsigned long stack, int order);
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dprocessor-generic.h88 unsigned long stack);
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dsmp.h63 void *stack; member
96 * This also gives us the initial stack to use for this CPU.

Completed in 9 milliseconds

1...<<31323334353637383940>>...81