Home
last modified time | relevance | path

Searched refs:STACK_LEN (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_refcnt.c112 #define STACK_LEN 64 macro
114 static void dump_stack(const char* symbols[STACK_LEN]) in dump_stack() argument
117 for(i = 0; i < STACK_LEN; ++i) in dump_stack()
144 struct debug_stack_frame frames[STACK_LEN]; in debug_reference_slowpath()
145 const char* symbols[STACK_LEN]; in debug_reference_slowpath()
153 debug_backtrace_capture(frames, 1, STACK_LEN); in debug_reference_slowpath()
154 for(i = 0; i < STACK_LEN; ++i) in debug_reference_slowpath()
/external/syslinux/diag/geodsp/
Dgeodspms.asm58 ; global STACK_LEN, STACK_TOP, STACK_BASE
59 ; STACK_LEN equ 4096
61 ; STACK_BASE equ STACK_TOP - STACK_LEN
Dgeodsp1s.asm44 ; global STACK_LEN, STACK_TOP, STACK_BASE
45 ; STACK_LEN equ 4096
47 ; STACK_BASE equ STACK_TOP - STACK_LEN
/external/syslinux/core/
Dlayout.inc38 global STACK_LEN, STACK_TOP, STACK_BASE
39 STACK_LEN equ 4096
45 STACK_BASE equ STACK_TOP - STACK_LEN
Dsyslinux.ld87 . += STACK_LEN;
/external/syslinux/core/x86_64/
Dsyslinux.ld87 . += STACK_LEN;
/external/syslinux/core/i386/
Dsyslinux.ld87 . += STACK_LEN;
/external/selinux/libsepol/src/
Dservices.c49 #define STACK_LEN 32 macro
95 new_stack_len = STACK_LEN; in push()
443 new_expr_list_len = STACK_LEN; in constraint_expr_eval_reason()