Home
last modified time | relevance | path

Searched refs:stacks (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Objects/
H A Dframeobject.c266 print_stacks(int64_t *stacks, int n) {
269 print_stack(stacks[i]);
284 int64_t *stacks = PyMem_New(int64_t, len+1); in mark_stacks() local
287 if (stacks == NULL) { in mark_stacks()
293 stacks[i] = UNINITIALIZED; in mark_stacks()
295 stacks[0] = EMPTY_STACK; in mark_stacks()
299 stacks[0] = push_value(stacks[0], Object); in mark_stacks()
306 int64_t next_stack = stacks[i]; in mark_stacks()
334 if (stacks[ in mark_stacks()
732 int64_t *stacks = mark_stacks(f->f_frame->f_code, len); frame_setlineno() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c596 void *stacks[maxDepth]; in PrintCallStackInfo() local
598 int stackNum = backtrace(stacks, maxDepth); in PrintCallStackInfo()
601 char **symbols = backtrace_symbols(stacks, stackNum); in PrintCallStackInfo()
605 AUDIO_ERR_LOG(" [%{public}02d] addr: %{public}p\n", i, stacks[i]); in PrintCallStackInfo()
/third_party/mbedtls/scripts/
H A Dmemory.sh82 if valgrind --tool=massif --stacks=yes programs/ssl/$CLIENT >/dev/null 2>&1
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex81 identifies a stack frame. The IA-64 architecture defines two stacks
/third_party/glfw/deps/
H A Dnuklear.h5578 struct nk_configuration_stacks stacks; member
14825 ctx->stacks.fonts.head = 0; in nk_style_set_font()
14838 font_stack = &ctx->stacks.fonts; in nk_style_push_font()
14858 font_stack = &ctx->stacks.fonts; in nk_style_pop_font()
14874 type_stack = &ctx->stacks.stack;\
14891 type_stack = &ctx->stacks.stack;\
20085 button_stack = &ctx->stacks.button_behaviors; in nk_button_push_behavior()
20105 button_stack = &ctx->stacks.button_behaviors; in nk_button_pop_behavior()
25672 /// - 2016/08/26 (1.10.0) - Added stacks for temporary style/UI changes in code.
/third_party/rust/crates/libc/src/
H A Dpsp.rs1458 pub stacks: *mut GeStack,
/third_party/python/Lib/test/
H A Dtest_subprocess.py1738 stacks = traceback.format_exc() # assertRaises doesn't give this.
1743 f"{stacks}```")

Completed in 66 milliseconds