Searched refs:STACK_LEN (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_refcnt.c | 112 #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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_debug_refcnt.c | 112 #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/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | stacktrace_unittest.cc | 111 const int STACK_LEN = 10; in CheckStackTraceLeaf() local 112 void *stack[STACK_LEN]; in CheckStackTraceLeaf() 118 size = GetStackTrace(stack, STACK_LEN, 0); in CheckStackTraceLeaf() 121 CHECK_LE(size, STACK_LEN); in CheckStackTraceLeaf()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | stacktrace_unittest.cc | 111 const int STACK_LEN = 10; in CheckStackTraceLeaf() local 112 void *stack[STACK_LEN]; in CheckStackTraceLeaf() 118 size = GetStackTrace(stack, STACK_LEN, 0); in CheckStackTraceLeaf() 121 CHECK_LE(size, STACK_LEN); in CheckStackTraceLeaf()
|
/external/libsepol/src/ |
D | services.c | 49 #define STACK_LEN 32 macro 95 new_stack_len = STACK_LEN; in push() 432 new_expr_list_len = STACK_LEN; in constraint_expr_eval_reason()
|