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

<<212223242526

  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 58 ;stack const char *thresh,
59 ;stack int count
635 str r11, [sp] ; push r11 to stack
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 489 section .note.GNU-stack noalloc noexec nowrite progbits
  /ndk/build/core/
build-binary.mk 95 # the heap and stack by default.
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/v8/src/
messages.js 150 stack_trace: "Stack Trace:\n%0",
179 stack_overflow: "Maximum call stack size exceeded",
916 DefineOneShotAccessor(obj, 'stack', function (obj) {
946 // Boilerplate for exceptions for stack overflows. Used from
mirror-debugger.js 360 * Check whether the mirror reflects a stack frame.
361 * @returns {boolean} True if the mirror reflects a stack frame
790 * only originate as functions from stack frames
    [all...]
  /external/libxml2/
xpath.c 14728 int stack = 0; local
14855 int stack = 0; local
14917 int stack = 0; local
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 32 * The stack (%esp) - used to pass arguments to functions
42 * The stack is "full descending". Only the arguments that do not fit * in the first two arg registers are placed on the stack.
83 * Stack locations used for temporary data. For convenience.
112 * "Export" the PC to the stack frame, f/b/o future exception objects. This must
126 * Given a frame pointer, find the stack save area.
523 * insert fake function header to help gdb find the stack frame
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 38 ; move the global rd onto the stack, since we don't have enough registers
  /external/openssl/crypto/bn/asm/
sparcv9-mont.pl 100 add %sp,$bias,%o7 ! real top of stack
  /external/bison/tests/
testsuite 419 108;torture.at:445;Exploding the Stack Size with Alloca;;
420 109;torture.at:471;Exploding the Stack Size with Malloc;;
461 150;glr-regression.at:740;No users destructors if stack 0 deleted;;
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/chromium/net/tools/testserver/
testserver.py 427 """IE to issue HTTP requests using the host network stack."""
    [all...]
  /external/e2fsprogs/debian/
rules 114 --with-ccopts=-fno-stack-protector
  /external/kernel-headers/original/linux/
sched.h 200 * task), SP is the stack pointer of the first frame that should be shown in the back
962 * to a stack based synchronous wait) if its doing sync IO.
1147 unsigned long stack[THREAD_SIZE\/sizeof(long)]; member in union:thread_union
    [all...]
  /external/libffi/src/sh/
sysv.S 511 /* Stack layout:
512 xx bytes (on stack parameters)
520 <- new stack pointer
706 .section .note.GNU-stack,"",@progbits
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 48 import gov.nist.javax.sip.stack.SIPTransactionStack;
150 * faster in the stack because then it is just identity comparision. Character by char
401 // stack because then it is just identity comparision
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 26 package gov.nist.javax.sip.stack;
282 * @param newSIPStack Transaction stack this transaction belongs to.
    [all...]
SIPServerTransaction.java 26 package gov.nist.javax.sip.stack;
497 * @param sipStack Transaction stack this transaction belongs to.
667 * transaction is not known to the stack.
678 // null check added as the stack may be stopped.
695 * Return true if the transaction is known to stack.
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.s 355 add sp,sp,#80*4 @ "deallocate" stack frame
  /external/openssl/ssl/
ssl_locl.h 157 #include <openssl/stack.h>
    [all...]

Completed in 1896 milliseconds

<<212223242526