Searched refs:stack (Results 126 - 150 of 1370) sorted by relevance

1234567891011>>

/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_alloc.pass.cpp10 // <stack>
13 // explicit stack(const Alloc& a);
15 #include <stack>
21 : private std::stack<int, std::deque<int, test_allocator<int> > >
23 typedef std::stack<int, std::deque<int, test_allocator<int> > > base;
H A Dctor_copy_alloc.pass.cpp10 // <stack>
13 // stack(const stack& q, const Alloc& a);
15 #include <stack>
34 : public std::stack<T, C>
36 typedef std::stack<T, C> base;
/external/llvm/unittests/Support/
H A DManagedStatic.cpp31 // Valgrind's leak checker complains glibc's stack allocation.
32 // To appease valgrind, we provide our own stack for each thread.
34 void *stack = malloc(n); local
37 pthread_attr_setstack(&a, stack, n);
39 return stack;
/external/libxml2/
H A Dtimsort.h295 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) argument
301 const int64_t A1 = stack[stack_curr - 2].length;
302 const int64_t B1 = stack[stack_curr - 1].length;
306 A = stack[stack_curr - 3].length;
307 B = stack[stack_curr - 2].length;
308 C = stack[stack_curr - 1].length;
334 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, TEMP_STORAGE_T *store) argument
336 const int64_t A = stack[stack_curr - 2].length;
337 const int64_t B = stack[stack_curr - 1].length;
338 const int64_t curr = stack[stack_cur
393 TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, TEMP_STORAGE_T *store, const size_t size) argument
[all...]
/external/llvm/test/MC/Mips/
H A Dcprestore-bad.s14 # CHECK: :[[@LINE-1]]:13: error: expected stack offset value
17 # CHECK: :[[@LINE-1]]:17: error: stack offset is not an absolute expression
20 # CHECK: :[[@LINE-1]]:3: warning: .cprestore with negative stack offset has no effect
/external/python/cpython2/Lib/compiler/
H A Dmisc.py33 self.stack = []
34 self.pop = self.stack.pop
36 return len(self.stack)
38 self.stack.append(elt)
40 return self.stack[-1]
42 return self.stack[index]
/external/speex/libspeex/
H A Dltp.h52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack);
54 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack);
72 char *stack,
93 char *stack,
115 char *stack,
136 char *stack,
/external/valgrind/memcheck/tests/
H A Dexecve1.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dsupp_unknown.stderr.exp6 If you believe this happened as a result of a stack
9 main thread stack using the --main-stacksize= flag.
10 The main thread stack size used in this run was ....
/external/valgrind/none/tests/amd64-linux/
H A Dbug345887.stderr.exp5 If you believe this happened as a result of a stack
8 main thread stack using the --main-stacksize= flag.
9 The main thread stack size used in this run was ....
/external/valgrind/none/tests/amd64-solaris/
H A Dcoredump_single_thread.stderr.exp5 If you believe this happened as a result of a stack
8 main thread stack using the --main-stacksize= flag.
9 The main thread stack size used in this run was ....
H A Dcoredump_single_thread_sse.stderr.exp7 If you believe this happened as a result of a stack
10 main thread stack using the --main-stacksize= flag.
11 The main thread stack size used in this run was ....
/external/valgrind/none/tests/linux/
H A Dblockfault.stderr.exp6 If you believe this happened as a result of a stack
9 main thread stack using the --main-stacksize= flag.
10 The main thread stack size used in this run was ....
/external/valgrind/none/tests/solaris/
H A Dblock_all_signals.stderr.exp6 If you believe this happened as a result of a stack
9 main thread stack using the --main-stacksize= flag.
10 The main thread stack size used in this run was ....
H A Dblockfault.stderr.exp6 If you believe this happened as a result of a stack
9 main thread stack using the --main-stacksize= flag.
10 The main thread stack size used in this run was ....
H A Dcoredump_many_threads.stderr.exp7 If you believe this happened as a result of a stack
10 main thread stack using the --main-stacksize= flag.
11 The main thread stack size used in this run was ....
/external/valgrind/none/tests/x86-linux/
H A Dbug345887.stderr.exp5 If you believe this happened as a result of a stack
8 main thread stack using the --main-stacksize= flag.
9 The main thread stack size used in this run was ....
H A Dhang.stderr.exp5 If you believe this happened as a result of a stack
8 main thread stack using the --main-stacksize= flag.
9 The main thread stack size used in this run was ....
/external/valgrind/none/tests/x86-solaris/
H A Dcoredump_single_thread.stderr.exp5 If you believe this happened as a result of a stack
8 main thread stack using the --main-stacksize= flag.
9 The main thread stack size used in this run was ....
H A Dcoredump_single_thread_sse.stderr.exp7 If you believe this happened as a result of a stack
10 main thread stack using the --main-stacksize= flag.
11 The main thread stack size used in this run was ....
/external/bison/data/
H A Dstack.hh21 b4_output_begin([b4_dir_prefix[]stack.hh])
26 ** \file ]b4_dir_prefix[stack.hh
27 ** Define the ]b4_namespace_ref[::stack class.
30 ]b4_cpp_guard_open([b4_dir_prefix[]stack.hh])[
36 class stack
43 stack () : seq_ ()
47 stack (unsigned int n) : seq_ (n)
94 /// Present a slice of the top of a stack.
95 template <class T, class S = stack<T> >
99 slice (const S& stack, unsigne
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan.h19 BufferedStackTrace stack; \
29 stack.Unwind(max_size, StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
/external/compiler-rt/lib/msan/
H A Dmsan_new_delete.cc32 return MsanReallocate(&stack, 0, size, sizeof(u64), false)
45 if (ptr) MsanDeallocate(&stack, ptr)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_x86_64.S4 // Avoid being marked as needing an executable stack:
6 .section .note.GNU-stack,"",%progbits
H A Dsanitizer_symbolizer_mac.h27 bool SymbolizePC(uptr addr, SymbolizedStack *stack) override;
37 bool SymbolizePC(uptr addr, SymbolizedStack *stack) override;

Completed in 3568 milliseconds

1234567891011>>