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

<<11121314151617181920>>

  /external/kernel-headers/original/asm-arm/
thread_info.h 84 #define init_stack (init_thread_union.stack)
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 22 * - this struct shares the supervisor stack pages
43 unsigned long previous_esp; /* ESP of the previous stack in case
84 #define init_stack (init_thread_union.stack)
87 /* how to get the current stack pointer from C */
  /external/libffi/src/powerpc/
ffi_darwin.c 57 /* ffi_prep_args is called by the assembly routine once stack space
60 The stack layout we want looks like this:
64 | Previous backchain pointer 4 | stack pointer here
71 |--------------------------------------------| | stack |
77 |--------------------------------------------| | stack pointer here
83 void ffi_prep_args(extended_cif *ecif, unsigned *const stack)
89 unsigned *const stacktop = stack + (bytes / sizeof(unsigned));
98 unsigned *next_arg = stack + 6; /* 6 reserved positions. */
109 FFI_ASSERT(((unsigned)(char *)stack & 0xF) == 0);
222 /* Check that we didn't overrun the stack... *
    [all...]
ffi.c 63 /* ffi_prep_args_SYSV is called by the assembly routine once stack space
66 The stack layout we want looks like this:
70 | Previous backchain pointer 4 | stack pointer here
77 |--------------------------------------------| | stack |
83 |--------------------------------------------| | stack pointer here
90 ffi_prep_args_SYSV (extended_cif *ecif, unsigned *const stack)
144 stacktop.c = (char *) stack + bytes;
150 next_arg.u = stack + 2;
153 FFI_ASSERT (((unsigned) (char *) stack & 0xF) == 0);
222 stack, 4-byte aligned. *
    [all...]
  /external/libffi/src/s390/
ffi.c 156 /* ffi_prep_args is called by the assembly routine once stack space */
162 ffi_prep_args (unsigned char *stack, extended_cif *ecif)
164 /* The stack space will be filled with those areas:
183 unsigned long long *p_fpr = (unsigned long long *)(stack + fpr_off);
184 unsigned long *p_gpr = (unsigned long *)(stack + gpr_off);
186 unsigned long *p_ov = (unsigned long *)stack;
437 go in FPRs, the rest overflow to the stack. */
454 if one is still available, or else on the stack. If only one
471 have been used) or overflows to the stack. */
482 /* Total stack space as required for overflow argument
    [all...]
  /external/libffi/src/sparc/
ffi.c 33 /* ffi_prep_args is called by the assembly routine once stack space
36 void ffi_prep_args_v8(char *stack, extended_cif *ecif)
44 argp = stack + 16*sizeof(int);
122 int ffi_prep_args_v9(char *stack, extended_cif *ecif)
133 argp = stack + 16*sizeof(long long);
287 /* The stack must be 2 word aligned, so round bytes up
498 /* Grab the addresses of the arguments from the stack frame. */
565 /* Grab the addresses of the arguments from the stack frame. */
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 29 import gov.nist.javax.sip.stack.SIPStackTimerTask;
  /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.
  /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.
  /frameworks/base/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...]
  /external/clearsilver/util/regex/
regex.c 275 /* Define how to allocate the failure stack. */
997 failure stack, but we would still use it for the register vectors;
1005 /* Failure stack declarations and macros; both re_compile_fastmap and
1006 re_match_2 use a failure stack. These have to be macros because of
1017 /* Roughly the maximum number of failure points on the stack. Would be
1023 whose default stack limit is 2mb. */
1039 fail_stack_elt_t *stack;
1049 /* Define macros to initialize and free the failure stack.
1055 fail_stack.stack = (fail_stack_elt_t *) \
1058 if (fail_stack.stack == NULL)
1030 fail_stack_elt_t *stack; member in struct:__anon3296
1544 compile_stack_elt_t *stack; member in struct:__anon3300
    [all...]
  /external/openssl/ssl/
Makefile 123 bio_ssl.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
142 d1_both.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
164 d1_clnt.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
184 d1_enc.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
203 d1_lib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
222 d1_meth.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
241 d1_pkt.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
263 d1_srvr.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
281 kssl.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
300 s23_clnt.o: ../include/openssl/ssl3.h ../include/openssl/stack.
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 10 * is on the stack. The function's return value is a flag that tells
21 add sp, sp, #8 @ pop stack
  /dalvik/vm/mterp/x86-atom/
OP_DOUBLE_TO_LONG.S 34 fldl (rFP, rINST, 4) # push vB to floating point stack
OP_EXECUTE_INLINE.S 84 lea 24(%esp), %esp # update stack pointer
OP_FLOAT_TO_LONG.S 34 flds (rFP, rINST, 4) # push vB to floating point stack
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 148 add %sp,$bias,%o0 ! real top of stack
  /external/openssl/crypto/perlasm/
x86gas.pl 118 $::stack=4;
124 $::stack=0;
x86masm.pl 103 $::stack=4;
109 $::stack=0;
  /external/speex/libspeex/
cb_search_arm4.h 39 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
  /external/v8/test/mjsunit/regress/
regress-2249423.js 29 // Regression test for stack corruption issue.
  /external/webkit/WebCore/editing/
TextIterator.cpp 221 static void pushFullyClippedState(BitStack& stack, Node* node)
223 ASSERT(stack.size() == depthCrossingShadowBoundaries(node));
227 stack.push(fullyClipsContents(node) || (stack.top() && !ignoresContainerClip(node)));
230 static void setUpFullyClippedStack(BitStack& stack, Node* node)
240 pushFullyClippedState(stack, ancestry[size - i - 1]);
241 pushFullyClippedState(stack, node);
243 ASSERT(stack.size() == 1 + depthCrossingShadowBoundaries(node));
    [all...]
  /frameworks/base/libs/rs/
spec.l 1 %option stack

Completed in 1161 milliseconds

<<11121314151617181920>>