HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 851 - 875 of 2692) sorted by null

<<31323334353637383940>>

  /external/llvm/test/MC/ARM/
eh-directive-setfp-diagnostics.s 68 @ CHECK: error: stack pointer register expected
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 29 import gov.nist.javax.sip.stack.SIPStackTimerTask;
  /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...]
  /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
  /frameworks/base/services/java/com/android/server/am/
CompatModePackages.java 297 final ActivityStack stack = mService.getFocusedStack(); local
298 ActivityRecord starting = stack.restartPackage(packageName);
317 stack.ensureActivityConfigurationLocked(starting, 0);
320 stack.ensureActivitiesVisibleLocked(starting, 0);
  /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;
  /prebuilts/ndk/9/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/9/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;

Completed in 1996 milliseconds

<<31323334353637383940>>