HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 76 - 100 of 3511) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stackdepot_test.cc 24 StackTrace stack = StackDepotGet(i1); local
25 EXPECT_NE(stack.trace, (uptr*)0);
26 EXPECT_EQ(ARRAY_SIZE(array), stack.size);
27 EXPECT_EQ(0, internal_memcmp(stack.trace, array, sizeof(array)));
31 StackTrace stack = StackDepotGet((1 << 30) - 1); local
32 EXPECT_EQ((uptr*)0, stack.trace);
37 StackTrace stack = StackDepotGet(i1); local
38 EXPECT_EQ((uptr*)0, stack.trace);
42 StackTrace stack = StackDepotGet(0); local
43 EXPECT_EQ((uptr*)0, stack.trace)
52 StackTrace stack = StackDepotGet(i1); local
86 StackTrace stack = StackDepotGet(ids[i]); local
    [all...]
  /external/libopus/celt/
stack_alloc.h 5 @brief Temporary memory allocation on stack
55 * @def ALIGN(stack, size)
57 * Aligns the stack to a 'size' boundary
59 * @param stack Stack
64 * @def PUSH(stack, size, type)
66 * Allocates 'size' elements of type 'type' on the stack
68 * @param stack Stack
76 * Declare variable on stack
    [all...]
  /external/v8/test/mjsunit/
json-stringify-holder.js 6 var stack = [];
11 stack.push({ holder: this, key, value });
12 if (stack.length === 1) return replaced;
35 ], stack);
37 assertSame(stack[0].holder[""], object);
38 assertSame(stack[0].value, object);
39 assertSame(stack[1].holder, replaced);
40 assertSame(stack[2].holder, replaced);
44 var stack = [];
60 stack.push({ holder: this, key, value })
    [all...]
  /external/bison/examples/calc++/
stack.hh 3 /* Stack handling for Bison parsers in C++
34 ** \file ../../../../examples/calc++/stack.hh
35 ** Define the yy::stack class.
45 /* Line 34 of stack.hh */
46 #line 47 "../../../../examples/calc++/stack.hh"
48 class stack class in namespace:yy
55 stack () : seq_ () function in class:yy::stack
59 stack (unsigned int n) : seq_ (n) function in class:yy::stack
106 /// Present a slice of the top of a stack.
107 template <class T, class S = stack<T>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{stack}
82 * first-in-last-out %stack behavior.
92 * push, @c pop, and @c top, which are standard %stack/FILO
96 class stack class
106 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
110 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
130 stack(const _Sequence& __c = _Sequence() function in class:stack
134 stack(const _Sequence& __c) function in class:stack
138 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{stack}
82 * first-in-last-out %stack behavior.
92 * push, @c pop, and @c top, which are standard %stack/FILO
96 class stack class
106 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
110 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
130 stack(const _Sequence& __c = _Sequence() function in class:stack
134 stack(const _Sequence& __c) function in class:stack
138 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{stack}
82 * first-in-last-out %stack behavior.
92 * push, @c pop, and @c top, which are standard %stack/FILO
96 class stack class
106 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
110 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
130 stack(const _Sequence& __c = _Sequence() function in class:stack
134 stack(const _Sequence& __c) function in class:stack
138 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_stack.h 0 // Stack implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{stack}
82 * first-in-last-out %stack behavior.
92 * push, @c pop, and @c top, which are standard %stack/FILO
96 class stack class
106 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
110 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
130 stack(const _Sequence& __c = _Sequence() function in class:stack
134 stack(const _Sequence& __c) function in class:stack
138 stack(_Sequence&& __c = _Sequence()) function in class:stack
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-stack-16-16.d 1 #name: C6X stack attribute merging, 16 16
4 #source: attr-stack-16.s
5 #source: attr-stack-16.s
attr-stack-16-816.d 1 #name: C6X stack attribute merging, 16 816
4 #source: attr-stack-16.s
5 #source: attr-stack-816.s
attr-stack-816-16.d 1 #name: C6X stack attribute merging, 816 16
4 #source: attr-stack-816.s
5 #source: attr-stack-16.s
attr-stack-816-816.d 1 #name: C6X stack attribute merging, 816 816
4 #source: attr-stack-816.s
5 #source: attr-stack-816.s
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 33 /* d = stack[i]
40 int[] stack = new int[length]; local
42 initStack(stack, codeAttr);
47 if (stack[i] < 0) {
49 visitBytecode(ci, stack, i);
55 if (stack[i] > maxStack)
56 maxStack = stack[i];
61 private void initStack(int[] stack, CodeAttribute ca) {
62 stack[0] = -1;
67 stack[et.handlerPc(i)] = -2; // an exception is on stac
    [all...]
  /external/pcre/dist/sljit/
sljitUtils.c 2 * Stack-less Just-In-Time compiler
148 /* Stack */
205 struct sljit_stack *stack; local
236 stack = (struct sljit_stack*)SLJIT_MALLOC(sizeof(struct sljit_stack), allocator_data);
237 if (!stack)
243 SLJIT_FREE(stack, allocator_data);
246 stack->base = base.uw;
247 stack->limit = stack->base;
248 stack->max_limit = stack->base + max_limit
    [all...]
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
ctor_move.pass.cpp 10 // <stack>
12 // stack(stack&& q);
14 #include <stack>
36 std::stack<MoveOnly> q(make<std::deque<MoveOnly> >(5));
37 std::stack<MoveOnly> q2 = std::move(q);
  /external/valgrind/none/tests/solaris/
context_link.c 15 char stack[8096]; local
26 /* Setup the stack. */
27 uc.uc_stack.ss_sp = stack;
28 uc.uc_stack.ss_size = sizeof(stack);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/
ctor_move.pass.cpp 10 // <stack>
12 // stack(stack&& q);
14 #include <stack>
36 std::stack<MoveOnly> q(make<std::deque<MoveOnly> >(5));
37 std::stack<MoveOnly> q2 = std::move(q);
  /external/compiler-rt/lib/asan/
asan_suppressions.h 25 bool IsStackTraceSuppressed(const StackTrace *stack);
  /external/libunwind/src/aarch64/
siglongjmp.S 10 /* We do not need executable stack. */
11 .section .note.GNU-stack,"",%progbits
  /external/libunwind/src/arm/
siglongjmp.S 10 /* We do not need executable stack. */
11 .section .note.GNU-stack,"",%progbits
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialogEventListener.java 16 package gov.nist.javax.sip.stack;
SIPTransactionEventListener.java 26 package gov.nist.javax.sip.stack;
  /external/valgrind/memcheck/tests/solaris/
context_stack_die.stderr.exp 3 Address 0x........ is on thread 1's stack
4 .... bytes below stack pointer
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-stack-directive-1.d 2 #name: C6X stack alignment attributes, directives 1
4 #source: attr-stack-directive-1.s
attr-stack-directive-2.d 2 #name: C6X stack alignment attributes, directives 2
4 #source: attr-stack-directive-2.s

Completed in 2407 milliseconds

1 2 34 5 6 7 8 91011>>