HomeSort by relevance Sort by last modified time
    Searched full:stack_len (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_refcnt.c 112 #define STACK_LEN 64
114 static void dump_stack(const char* symbols[STACK_LEN])
117 for(i = 0; i < STACK_LEN; ++i)
144 struct debug_stack_frame frames[STACK_LEN];
145 const char* symbols[STACK_LEN];
153 debug_backtrace_capture(frames, 1, STACK_LEN);
154 for(i = 0; i < STACK_LEN; ++i)
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 112 #define STACK_LEN 64
114 static void dump_stack(const char* symbols[STACK_LEN])
117 for(i = 0; i < STACK_LEN; ++i)
144 struct debug_stack_frame frames[STACK_LEN];
145 const char* symbols[STACK_LEN];
153 debug_backtrace_capture(frames, 1, STACK_LEN);
154 for(i = 0; i < STACK_LEN; ++i)
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stacktrace_unittest.cc 111 const int STACK_LEN = 10;
112 void *stack[STACK_LEN];
118 size = GetStackTrace(stack, STACK_LEN, 0);
121 CHECK_LE(size, STACK_LEN);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stacktrace_unittest.cc 111 const int STACK_LEN = 10;
112 void *stack[STACK_LEN];
118 size = GetStackTrace(stack, STACK_LEN, 0);
121 CHECK_LE(size, STACK_LEN);
  /external/libsepol/src/
services.c 49 #define STACK_LEN 32
85 static int stack_len; variable
90 if (next_stack_entry >= stack_len) {
94 if (stack_len == 0)
95 new_stack_len = STACK_LEN;
97 new_stack_len = stack_len * 2;
104 stack_len = new_stack_len;
432 new_expr_list_len = STACK_LEN;
    [all...]

Completed in 146 milliseconds