HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 826 - 850 of 965) sorted by null

<<313233343536373839

  /external/libffi/src/sh64/
sysv.S 324 /* Stack layout:
333 <- new stack pointer
434 .section .note.GNU-stack,"",@progbits
  /external/libxml2/
xpointer.c 917 * Move the current node of the nodeset on the stack to the
1187 * a sub-resource error, clean-up the stack
1260 /* Allocate the value stack */
1367 int stack = 0; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 29 package gov.nist.javax.sip.stack;
200 // Audit tag used by the SIP Stack audit
220 // the amount of time to keep this dialog around before the stack GC's it
444 SIPTransactionStack stack = dialog.sipStack; local
445 if (stack.isLoggingEnabled()) {
446 stack.getStackLogger().logDebug("resend 200 response from " + dialog);
    [all...]
SIPTransaction.java 26 package gov.nist.javax.sip.stack;
140 // Audit tag used by the SIP Stack audit
183 // Parent stack for this transaction
305 // Close the encapsulated socket if stack is configured
324 * Parent stack for this transaction.
362 // Always add the parent stack as a listener
    [all...]
  /external/openssl/crypto/conf/
conf_def.c 64 #include <openssl/stack.h>
  /external/openssl/crypto/pem/
pem.h 67 #include <openssl/stack.h>
188 STACK *x509_chain; / * certificate chain */
  /external/openssl/crypto/x509/
x_all.c 60 #include <openssl/stack.h>
  /external/openssl/include/openssl/
pem.h 67 #include <openssl/stack.h>
188 STACK *x509_chain; / * certificate chain */
ts.h 73 #include <openssl/stack.h>
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 126 stack<StateId> eps_queue_; // Queue used to visit the epsilon-closure
  /external/v8/src/
cpu-profiler.cc 196 sample->stack[sample->frames_count++] = it.frame()->pc();
521 // Enable stack sampling.
platform-solaris.cc 35 #include <sys/stack.h> // for stack alignment
  /external/zlib/contrib/masmx64/
gvmat64.asm 204 ;;; make room for our stack frame.
528 ;;; Restore the stack and return from whence we came.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 550 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
574 // instruction to load a constant from the stack
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 465 /* The OS usually guarantees only one guard page at the bottom of the stack,
468 of a few compiler-allocated temporary stack slots. */
656 struct re_fail_stack_ent_t *stack; member in struct:re_fail_stack_t
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 37 fp on top of fp stack st(0)
39 Parameters passed on stack, pushed right-to-left. On entry to target, first
49 Stack must be 16-byte aligned to support SSE in native code.
51 If we're not doing variable stack allocation (alloca), the frame pointer can be
142 /* The interpreter assumes a properly aligned stack on entry, and
147 * "export" the PC to the interpreted stack frame, f/b/o future exception
160 * Given a frame pointer, find the stack save area.
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 25 #include <stack>
527 /// be created on the stack to coincide with the position where the
566 /// ExitScope - Pop a scope off the scope stack.
769 /// \brief The stack of classes that is currently being
770 /// parsed. Nested and local classes will be pushed onto this stack
772 std::stack<ParsingClass *> ClassStack;
904 /// \brief Pop this class of the stack.
    [all...]
  /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/libvpx/vp8/encoder/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 24 ; stack unsigned int *sse
  /external/oprofile/events/mips/24K/
events 88 event:0x404 counters:1 um:zero minimum:500 name:JR_31_NO_PREDICTIONS : 4-1 JR $31 not predicted (stack mismatch).
  /external/oprofile/events/mips/34K/
events 95 event:0x404 counters:1 um:zero minimum:500 name:JR_31_NO_PREDICTIONS : 4-1 JR $31 not predicted (stack mismatch).
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 489 section .note.GNU-stack noalloc noexec nowrite progbits

Completed in 1429 milliseconds

<<313233343536373839