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

  /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/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...]
  /system/core/libcorkscrew/
backtrace-helper.c 36 frame->stack_top = 0;
  /external/kernel-headers/original/linux/
binfmts.h 83 unsigned long stack_top,
  /system/core/include/corkscrew/
backtrace.h 36 uintptr_t stack_top; /* top of stack for this frame */ member in struct:__anon36405
  /external/compiler-rt/lib/asan/
asan_thread.h 75 uintptr_t stack_top() { return stack_top_; } function in class:__asan::AsanThread
asan_stack.cc 69 uintptr_t *top = (uintptr_t*)t->stack_top();
asan_rtl.cc 312 uintptr_t top = curr_thread->stack_top();
  /system/core/debuggerd/
tombstone.c 258 if (backtrace[i].stack_top) {
274 uintptr_t sp = backtrace[first].stack_top - STACK_WORDS * sizeof(uint32_t);
281 if (sp != frame->stack_top) {
283 sp = frame->stack_top;
290 if (sp < frame->stack_top + frame->stack_size) {
  /system/core/libcorkscrew/arch-arm/
backtrace-arm.c 501 frame->stack_top = state->gregs[R_SP];
535 if (frame && state->gregs[R_SP] > frame->stack_top) {
536 frame->stack_size = state->gregs[R_SP] - frame->stack_top;
  /external/v8/src/
regexp-macro-assembler.h 213 // successful, and updates the stack_top address, or returns 0 if unable
216 static Address GrowStack(Address stack_pointer, Address* stack_top,
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 95 frame->stack_top = state->esp;
  /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/v8/tools/
grokdump.py     [all...]
  /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...]
  /prebuilt/common/ecj/
ecj.jar 
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 286 milliseconds