HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 551 - 575 of 1681) sorted by null

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 29 import gov.nist.javax.sip.stack.SIPStackTimerTask;
  /external/openssl/crypto/asn1/
tasn_prn.c 357 STACK_OF(ASN1_VALUE) *stack;
376 stack = (STACK_OF(ASN1_VALUE) *)*fld;
377 for(i = 0; i < sk_ASN1_VALUE_num(stack); i++)
382 skitem = sk_ASN1_VALUE_value(stack, i);
  /external/protobuf/src/google/protobuf/
test_util.h 38 #include <stack>
158 // We have to split this into three function otherwise it creates a stack
  /external/v8/test/mjsunit/
arguments-apply.js 109 // Make sure that the stack after the apply optimization is
132 // stack even in the presence of the apply optimizations.
error-tostring.js 41 e.stack = "Does not occur in output";
49 e.stack = "Does not occur in output";
  /external/v8/test/mjsunit/bugs/
bug-941049.js 96 // activation of q is popped from the stack.
99 // activation of q is popped from the stack.
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-arm-linux.S 66 order to keep the stack 8-aligned. */
209 /* Let the linker know we don't need an executable stack */
210 .section .note.GNU-stack,"",%progbits
dispatch-x86-linux.S 243 /* Let the linker know we don't need an executable stack */
244 .section .note.GNU-stack,"",@progbits
  /external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-linux.S 131 pushq %rdi /* syscallno -> stack */
208 /* Let the linker know we don't need an executable stack */
209 .section .note.GNU-stack,"",@progbits
syscall-s390x-linux.S 165 /* Let the linker know we don't need an executable stack */
166 .section .note.GNU-stack,"",@progbits
syscall-x86-linux.S 168 /* Let the linker know we don't need an executable stack */
169 .section .note.GNU-stack,"",@progbits
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S 43 mov $(new_stack+4096),%rsi # new stack
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 43 mov $(new_stack+4096),%ecx # new stack
  /external/valgrind/main/memcheck/tests/amd64-linux/
defcfaexpr.S 3 stack unwinder understands DW_CFA_def_cfa_expression. It is
28 The .jz causes memcheck to complain, hence unwind the stack, but
144 GDB to show an extraneous aaa frame on the stack. Oh well. */
186 .section .note.GNU-stack,"",@progbits
  /external/webkit/Source/JavaScriptCore/wtf/
WTFThreadData.h 118 const StackBounds& stack() const function in class:WTF::WTFThreadData
  /frameworks/native/opengl/libagl/
matrix.cpp 127 // Validate the projection stack (in fact, it's never needed)
152 // Validate the texture stack
387 stack = new matrixf_t[depth];
396 delete [] stack;
402 stack[depth].loadIdentity();
409 stack[depth].load(rhs);
415 stack[depth].load(rhs);
421 stack[depth].multiply(rhs);
427 stack[depth].translate(x,y,z);
433 stack[depth].scale(x,y,z)
912 matrix_stack_t* stack = 0; local
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 81 CallStack stack(LOG_TAG);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 98 // A stack of states used in evaluating the NFA.
99 typedef std::stack<_StateIdT, std::vector<_StateIdT> > _StateStack;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 98 // A stack of states used in evaluating the NFA.
99 typedef std::stack<_StateIdT, std::vector<_StateIdT> > _StateStack;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.h 98 // A stack of states used in evaluating the NFA.
99 typedef std::stack<_StateIdT, std::vector<_StateIdT> > _StateStack;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.h 98 // A stack of states used in evaluating the NFA.
99 typedef std::stack<_StateIdT, std::vector<_StateIdT> > _StateStack;
  /external/javassist/src/main/javassist/
CtBehavior.java 65 // a stack map table is copied from srcInfo.
430 // a stack map table is copied to destInfo.
707 int stack = b.getMaxStack(); local
710 if (stack > ca.getMaxStack())
711 ca.setMaxStack(stack);
1021 int stack = b.getMaxStack(); local
1128 int stack = b.getMaxStack(); local
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 66 /* maximal linear size of matrix to allocate it on stack. */
433 stack[48]; \
440 stack[0].lb = array; \
441 stack[0].ub = array + (total - 1); \
445 T* left = stack[sp].lb; \
446 T* right = stack[sp--].ub; \
562 stack[++sp].lb = left0; \
563 stack[sp].ub = left0 + n - 1; \
568 stack[++sp].lb = right0 - m + 1; \
569 stack[sp].ub = right0;
    [all...]
  /bionic/linker/
Android.mk 21 LOCAL_CFLAGS += -fno-stack-protector \
  /dalvik/vm/compiler/template/mips/
TEMPLATE_MEM_OP_DECODE.S 11 /* push f0-f31 onto stack */
45 sub sp, (32-0)*4 # adjust stack pointer
82 # the registers on the stack.
83 sub sp, (32-0)*4 # adjust stack pointer
88 move a1, sp # a1<- stack pointer
94 # the registers on the stack.
95 add sp, (32-0)*4 # adjust stack pointer
128 /* pop f0-f31 from stack */
129 add sp, (32-0)*4 # adjust stack pointer

Completed in 1169 milliseconds

<<21222324252627282930>>