Home
last modified time | relevance | path

Searched refs:stack_top (Results 1 – 25 of 25) sorted by relevance

/external/checkpolicy/
Dmodule_compiler.c49 static scope_stack_t *stack_top = NULL; variable
93 while (stack_top != NULL) { in define_policy()
111 if (stack_top->type != 1 || stack_top->in_else) { in is_declaration_allowed()
130 avrule_decl_t *decl = stack_top->decl; in declare_symbol()
239 assert(stack_top->type == 1); in declare_role()
240 if (stack_top->parent == NULL) { in declare_role()
244 roles_tab = stack_top->decl->p_roles.table; in declare_role()
444 assert(stack_top->type == 1); in declare_user()
445 if (stack_top->parent == NULL) { in declare_user()
449 users_tab = stack_top->decl->p_users.table; in declare_user()
[all …]
/external/opencv/cv/src/
Dcvcanny.cpp53 uchar **stack_top, **stack_bottom = 0; in cvCanny() local
135 CV_CALL( stack_top = stack_bottom = (uchar**)cvAlloc( maxsize*sizeof(stack_top[0]) )); in cvCanny()
153 #define CANNY_PUSH(d) *(d) = (uchar)2, *stack_top++ = (d) in cvCanny()
154 #define CANNY_POP(d) (d) = *--stack_top in cvCanny()
219 if( (stack_top - stack_bottom) + size.width > maxsize ) in cvCanny()
223 CV_CALL( new_stack_bottom = (uchar**)cvAlloc( maxsize * sizeof(stack_top[0])) ); in cvCanny()
224 … memcpy( new_stack_bottom, stack_bottom, (stack_top - stack_bottom)*sizeof(stack_top[0]) ); in cvCanny()
225 stack_top = new_stack_bottom + (stack_top - stack_bottom); in cvCanny()
305 while( stack_top > stack_bottom ) in cvCanny()
308 if( (stack_top - stack_bottom) + 8 > maxsize ) in cvCanny()
[all …]
/external/compiler-rt/lib/msan/
Dmsan.cc58 uptr stack_top, stack_bottom; member
154 static void GetCurrentStackBounds(uptr *stack_top, uptr *stack_bottom) { in GetCurrentStackBounds() argument
155 if (__msan_stack_bounds.stack_top == 0) { in GetCurrentStackBounds()
158 __msan_stack_bounds.stack_top = __msan_stack_bounds.stack_bottom = 1; in GetCurrentStackBounds()
160 &__msan_stack_bounds.stack_top, in GetCurrentStackBounds()
163 *stack_top = __msan_stack_bounds.stack_top; in GetCurrentStackBounds()
175 uptr stack_top, stack_bottom; in GetStackTrace() local
176 GetCurrentStackBounds(&stack_top, &stack_bottom); in GetStackTrace()
180 stack->FastUnwindStack(pc, bp, stack_top, stack_bottom); in GetStackTrace()
282 &__msan_stack_bounds.stack_top, in __msan_init()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc126 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
128 CHECK(stack_top); in GetThreadStackTopAndBottom()
132 *stack_top = (uptr)stackaddr; in GetThreadStackTopAndBottom()
133 *stack_bottom = *stack_top - stacksize; in GetThreadStackTopAndBottom()
Dsanitizer_win.cc49 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
51 CHECK(stack_top); in GetThreadStackTopAndBottom()
58 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom()
Dsanitizer_linux.cc174 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
177 CHECK(stack_top); in GetThreadStackTopAndBottom()
205 *stack_top = end; in GetThreadStackTopAndBottom()
216 *stack_top = (uptr)stackaddr + stacksize; in GetThreadStackTopAndBottom()
Dsanitizer_stacktrace.cc131 uptr stack_top, uptr stack_bottom) { in FastUnwindStack() argument
138 frame < (uhwptr *)stack_top - 2 && in FastUnwindStack()
Dsanitizer_stacktrace.h46 void FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom);
Dsanitizer_common.h45 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc310 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
311 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
313 *stk_size = stack_top - stack_bottom; in GetThreadStackAndTls()
/external/kernel-headers/original/linux/
Dbinfmts.h83 unsigned long stack_top,
/external/compiler-rt/lib/asan/
Dasan_thread.h81 uptr stack_top() { return stack_top_; } in stack_top() function
Dasan_linux.cc118 stack->FastUnwindStack(pc, bp, t->stack_top(), t->stack_bottom()); in GetStackTrace()
Dasan_mac.cc240 stack->FastUnwindStack(pc, bp, t->stack_top(), t->stack_bottom()); in GetStackTrace()
Dasan_rtl.cc407 uptr top = curr_thread->stack_top(); in __asan_handle_no_return()
/external/v8/src/
Dregexp-macro-assembler.h216 static Address GrowStack(Address stack_pointer, Address* stack_top,
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-death-test.cc579 void* const stack_top = in ExecDeathTestFork() local
582 const pid_t child_pid = clone(&ExecDeathTestChildMain, stack_top, in ExecDeathTestFork()
/external/open-vcdiff/gtest/src/
Dgtest-death-test.cc914 void* const stack_top = in ExecDeathTestFork() local
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
/external/protobuf/gtest/src/
Dgtest-death-test.cc914 void* const stack_top = in ExecDeathTestFork() local
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
/external/gtest/src/
Dgtest-death-test.cc967 void* const stack_top = in ExecDeathTestFork() local
970 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
/external/chromium/testing/gtest/src/
Dgtest-death-test.cc962 void* const stack_top = in ExecDeathTestFork() local
965 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc967 void* const stack_top = in ExecDeathTestFork() local
970 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
/external/llvm/utils/unittest/googletest/
Dgtest-death-test.cc966 void* const stack_top = in ExecDeathTestFork() local
969 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()
/external/v8/tools/
Dgrokdump.py1031 stack_top = reader.ExceptionSP()
1035 for slot in xrange(stack_top, stack_bottom, reader.PointerSize()):
1049 for slot in xrange(stack_top, stack_bottom, reader.PointerSize()):
/external/ceres-solver/internal/ceres/
Dgmock_gtest_all.cc7164 void* const stack_top = in ExecDeathTestFork() local
7167 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestFork()