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

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/
shlelf_linux.x 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
shlelf_linux.xbn 202 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
shlelf_linux.xc 210 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
shlelf_linux.xd 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
shlelf_linux.xn 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
shlelf_linux.xs 194 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
shlelf_linux.xw 210 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
  /external/clearsilver/cs/
csparse.c 572 initial_stack_depth = uListLength(parse->stack);
616 err = uListGet (parse->stack, -1, (void *)&entry);
639 err = uListPop(parse->stack, &ptr);
653 "%s Unable to allocate memory for stack entry",
658 /* Set the new stack escape context to the parent one */
659 err = uListGet (parse->stack, -1, (void *)&current_entry);
666 * we parse "escape", the new stack has not yet been established.
670 err = uListAppend(parse->stack, entry);
694 /* Should we check the parse stack here? */
695 while (uListLength(parse->stack) > initial_stack_depth
    [all...]
  /external/libffi/src/alpha/
osf.S 37 Bit o trickiness here -- ARGS+BYTES is the base of the stack frame
39 deallocate some of the stack that has been alloca'd. */
364 .section .note.GNU-stack,"",@progbits
  /external/libffi/src/powerpc/
linux64_closure.S 235 .section .note.GNU-stack,"",@progbits
  /external/libffi/src/x86/
sysv.S 60 /* Return stack to previous state and call the function */
438 .section .note.GNU-stack,"",@progbits
unix64.S 38 Bit o trickiness here -- ARGS+BYTES is the base of the stack frame
40 deallocate some of the stack that has been alloca'd. */
49 leaq (%rdi, %rsi), %rax /* Find local stack base. */
54 movq %rax, %rbp /* Finalize local stack frame. */
77 /* Deallocate stack arg area; local stack frame in redzone. */
232 /* Deallocate stack frame early; return value is now in redzone. */
361 /* New stack frame based off rbp. This is a itty bit of unwind
417 .section .note.GNU-stack,"",@progbits
  /external/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 55 ;stack const char *thresh,
56 ;stack int count
  /external/libvpx/vp8/common/arm/neon/
loopfilterverticaledge_uv_neon.asm 25 ; stack(r4) const signed char *thresh,
26 ; stack(r5) unsigned char *v
loopfilterverticaledge_y_neon.asm 25 ; stack(r4) const signed char *thresh,
26 ; //stack(r5) int count --unused
mbloopfilterhorizontaledge_uv_neon.asm 25 ; stack(r4) const signed char *thresh,
26 ; stack(r5) unsigned char *v
mbloopfilterhorizontaledge_y_neon.asm 25 ; stack(r4) const signed char *thresh,
26 ; //stack(r5) int count --unused
mbloopfilterverticaledge_uv_neon.asm 25 ; stack(r4) const signed char *thresh,
26 ; stack(r5) unsigned char *v
mbloopfilterverticaledge_y_neon.asm 25 ; stack(r4) const signed char *thresh,
26 ; //stack(r5) int count --unused
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 29 import gov.nist.javax.sip.stack.*;
265 // stack
452 * from a single queue. If the listener is re-entrant, then the stack just
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 30 package gov.nist.javax.sip.stack;
61 * Message channel abstraction for the SIP stack.
  /external/openssl/crypto/
Android.mk 406 stack/stack.c \
crypto.h 128 #include <openssl/stack.h>
306 /* Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA
  /external/openssl/crypto/x509/
x509_att.c 60 #include <openssl/stack.h>
x509name.c 60 #include <openssl/stack.h>

Completed in 997 milliseconds

<<11121314151617181920>>