Searched defs:stack_top (Results 1 - 10 of 10) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_thread.h75 uintptr_t stack_top() { return stack_top_; } function in class:__asan::AsanThread
/external/opencv/cv/src/
H A Dcvcanny.cpp53 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
[all...]
/external/checkpolicy/
H A Dmodule_compiler.c49 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
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc579 void* const stack_top = local
582 const pid_t child_pid = clone(&ExecDeathTestChildMain, stack_top,
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc914 void* const stack_top = local
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc962 void* const stack_top = local
965 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/gtest/src/
H A Dgtest-death-test.cc967 void* const stack_top = local
970 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc966 void* const stack_top = local
969 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 355 milliseconds