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

<<51525354555657585960>>

  /external/libffi/src/powerpc/
linux64.S 186 .section .note.GNU-stack,"",@progbits
sysv.S 37 /* Save the old stack pointer as AP. */
41 /* Allocate the stack space we need. */
229 .section .note.GNU-stack,"",@progbits
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 196 ; into registers at the start, and make no other use of the stack. Luckily that
200 ; %1 = number of arguments. loads them from stack if needed.
210 ; TODO Some functions can use some args directly from the stack. If they're the
224 ; rNm is the original location of arg N (a register or on the stack), dword
636 ; This is needed for ELF, otherwise the GNU linker assumes the stack is
639 SECTION .note.GNU-stack noalloc noexec nowrite progbits
641 SECTION .note.GNU-stack noalloc noexec nowrite progbits
643 SECTION .note.GNU-stack noalloc noexec nowrite progbits
  /external/libvpx/libvpx/vp8/common/ppc/
variance_altivec.asm 35 stwu r1, -32(r1) ;# create space on the stack
45 addi r1, r1, 32 ;# recover stack
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 32 stwu r1,-32(r1) ;# create space on the stack
49 addi r1, r1, 32 ;# recover stack
  /external/llvm/test/MC/ARM/
eh-directive-vsave.s 7 @ stack. There are two different opcodes:
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 215 // death test child process, which operates on a very small stack. Use
963 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 215 // death test child process, which operates on a very small stack. Use
964 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local
    [all...]
  /external/mesa3d/src/mesa/x86/
sse_normal.S 260 .section .note.GNU-stack,"",%progbits
sse_xform4.S 234 .section .note.GNU-stack,"",%progbits
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 35 import gov.nist.javax.sip.stack.HopImpl;
153 * useful for the stack to avoid duplication of code.
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 29 package gov.nist.javax.sip.stack;
IOHandler.java 29 package gov.nist.javax.sip.stack;
198 // note that the IP Address for stack may not be
202 // address (i.e. that of the stack). In version 1.2
ServerLog.java 30 package gov.nist.javax.sip.stack;
115 // specified. if not, use the stack name as the default
205 + "Here are the stack configuration properties \n"
223 .logDebug("Here are the stack configuration properties \n"
262 stackLogger.logDebug("Here are the stack configuration properties \n"
398 * Log an exception stack trace.
414 * Set the trace level for the stack.
431 * Get the trace level for the stack.
TLSMessageProcessor.java 41 package gov.nist.javax.sip.stack;
180 * Returns the stack.
182 * @return my sip stack.
  /external/open-vcdiff/gtest/src/
gtest-death-test.cc 202 // death test child process, which operates on a very small stack. Use
911 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 256 /* Moves stack pointer to next block.
2174 stack[48]; local
    [all...]
  /external/openssl/crypto/conf/
conf.h 64 #include <openssl/stack.h>
  /external/openssl/crypto/stack/
stack.c 1 /* crypto/stack/stack.c */
70 #include <openssl/stack.h>
76 const char STACK_version[]="Stack" OPENSSL_VERSION_PTEXT;
  /external/openssl/crypto/x509/
x509_v3.c 60 #include <openssl/stack.h>
  /external/openssl/include/openssl/
conf.h 64 #include <openssl/stack.h>
  /external/protobuf/gtest/src/
gtest-death-test.cc 202 // death test child process, which operates on a very small stack. Use
911 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local
    [all...]
  /external/protobuf/src/google/protobuf/
message.cc 35 #include <stack>
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 65 " pushl %%eax # Save new EFLAGS value on stack \n"
85 " pushq %%rax # Save new EFLAGS value on stack \n"
103 push eax ; Save new EFLAGS value on stack
  /external/v8/src/
regexp-macro-assembler.cc 31 #include "regexp-stack.h"
166 // Ensure that the minimum stack has been allocated.
168 Address stack_base = stack_scope.stack()->stack_base();
184 // We detected a stack overflow (on the backtrack stack) in RegExp code,
225 // return address on the stack.

Completed in 1368 milliseconds

<<51525354555657585960>>