HomeSort by relevance Sort by last modified time
    Searched defs:stack_top (Results 1 - 11 of 11) sorted by null

  /system/core/include/corkscrew/
backtrace.h 36 uintptr_t stack_top; /* top of stack for this frame */ member in struct:__anon36401
  /external/compiler-rt/lib/asan/
asan_thread.h 75 uintptr_t stack_top() { return stack_top_; } function in class:__asan::AsanThread
  /external/opencv/cv/src/
cvcanny.cpp 53 uchar **stack_top, **stack_bottom = 0; local
135 CV_CALL( stack_top = stack_bottom = (uchar**)cvAlloc( maxsize*sizeof(stack_top[0]) ));
153 #define CANNY_PUSH(d) *(d) = (uchar)2, *stack_top++ = (d)
154 #define CANNY_POP(d) (d) = *--stack_top
219 if( (stack_top - stack_bottom) + size.width > maxsize )
223 CV_CALL( new_stack_bottom = (uchar**)cvAlloc( maxsize * sizeof(stack_top[0])) );
224 memcpy( new_stack_bottom, stack_bottom, (stack_top - stack_bottom)*sizeof(stack_top[0]) );
225 stack_top = new_stack_bottom + (stack_top - stack_bottom)
    [all...]
  /external/checkpolicy/
module_compiler.c 49 static scope_stack_t *stack_top = NULL; variable
93 while (stack_top != NULL) {
111 if (stack_top->type != 1 || stack_top->in_else) {
130 avrule_decl_t *decl = stack_top->decl;
239 assert(stack_top->type == 1);
240 if (stack_top->parent == NULL) {
244 roles_tab = stack_top->decl->p_roles.table;
444 assert(stack_top->type == 1);
445 if (stack_top->parent == NULL)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 579 void* const stack_top = local
582 const pid_t child_pid = clone(&ExecDeathTestChildMain, stack_top,
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 962 void* const stack_top = local
    [all...]
  /external/gtest/src/
gtest-death-test.cc 967 void* const stack_top = local
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 966 void* const stack_top = local
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 914 void* const stack_top = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 175 milliseconds