Home
last modified time | relevance | path

Searched refs:STACK_LEN (Results 1 – 2 of 2) 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/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()