HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 351 - 375 of 1681) sorted by null

<<11121314151617181920>>

  /external/libffi/src/arm/
ffi.c 32 /* ffi_prep_args is called by the assembly routine once stack space
35 void ffi_prep_args(char *stack, extended_cif *ecif)
42 argp = stack;
113 /* Round the stack up to a multiple of 8 bytes. This isn't needed
196 static void ffi_prep_incoming_args_SYSV (char *stack, void **ret,
218 * value on the stack; and if the function returns
231 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue,
240 argp = stack;
  /external/libffi/src/m68k/
ffi.c 18 void *ffi_prep_args (void *stack, extended_cif *ecif);
24 /* ffi_prep_args is called by the assembly routine once stack space has
28 ffi_prep_args (void *stack, extended_cif *ecif)
36 argp = stack;
200 ffi_prep_incoming_args_SYSV (char *stack, void **avalue, ffi_cif *cif)
207 argp = stack;
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_xml_output_unittest.py 65 Expected: 1%(stack)s]]></failure>
73 Expected: 1%(stack)s]]></failure>
76 Expected: 2%(stack)s]]></failure>
84 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
91 Invalid characters in brackets []%(stack)s]]></failure>
126 </testsuites>""" % {'stack': STACK_TRACE_TEMPLATE}
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 60 // Bug 26276 - Need a mechanism to determine stack extent
67 // FIXME: remove this! - this code unsafely guesses at stack sizes!
69 // Based on the current limit used by the JSC parser, guess the stack size.
71 // This method assumes the stack is growing downwards.
128 stack_t stack; local
129 pthread_stackseg_np(thread, &stack);
130 m_origin = stack.ss_sp;
184 // Find the address of this stack frame by taking the address of a local variable.
233 // find the address of this stack frame by taking the address of a local variable
275 #error Need a way to get the stack bounds on this platform (Windows
    [all...]
  /sdk/emulator/qtools/
q2dm.cpp 74 CallStackType *stack = (CallStackType *) base; local
78 stack->getGlobalTime(time), pid, stackLevel,
96 CallStackType *stack = (CallStackType *) base; local
100 stack->getGlobalTime(time), pid, stackLevel,
113 stack->getGlobalTime(time), pid, sym->name);
161 // Create a fake kernel thread stack where we will put all the kernel
188 // Use the kernel stack
193 // stack frames for the kernel thread.
199 // Get the stack for the current thread
203 // Get the stack for the current threa
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_CHAIN.S 15 SAVEAREA_FROM_FP(a1, rFP) # a1<- stack save area
18 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area
24 jr t2 # return to raise stack overflow excep.
TEMPLATE_INVOKE_METHOD_NO_OPT.S 12 SAVEAREA_FROM_FP(a1, rFP) # a1<- stack save area
15 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area
19 RETURN # return to raise stack overflow excep.
TEMPLATE_INVOKE_METHOD_NATIVE.S 6 SAVEAREA_FROM_FP(a1, rFP) # a1<- stack save area
9 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area
11 RETURN # return to raise stack overflow excep.
38 SAVEAREA_FROM_FP(rBIX, a1) # rBIX<- new stack save area
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 147 uptr IsSuppressed(ReportType typ, const ReportStack *stack) {
148 if (g_suppressions == 0 || stack == 0)
161 for (const ReportStack *frame = stack; frame; frame = frame->next) {
  /external/grub/
Android.mk 33 LOCAL_CFLAGS += -m32 -O2 -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
90 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
127 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
  /external/harfbuzz/src/
harfbuzz-shaper-private.h 154 Type stack##Name[512]; \
155 Type *Name = stack##Name;
166 if (stack##Name != Name) \
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper-private.h 142 Type stack##Name[512]; \
143 Type *Name = stack##Name;
154 if (stack##Name != Name) \
  /external/libvpx/libvpx/vp8/common/ppc/
recon_altivec.asm 39 stw r0, -8(r1) ;# save old VRSAVE to stack
51 lwz r12, -8(r1) ;# restore old VRSAVE from stack
88 stw r0, -8(r1) ;# save old VRSAVE to stack
104 lwz r12, -8(r1) ;# restore old VRSAVE from stack
127 stw r0, -8(r1) ;# save old VRSAVE to stack
172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
  /external/speex/libspeex/
ltp_bfin.h 66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
157 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack)
210 pitch_xcorr(sw, sw-end, corr, len, end-start+1, stack);
nb_celp.c 67 /* Default size for the encoder and decoder stack (can be changed at compile time).
125 st->stack = NULL;
127 st->stack = (char*)speex_alloc_scratch(NB_ENC_STACK);
219 speex_free_scratch(st->stack);
273 char *stack; local
282 stack=st->stack;
322 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack);
349 lsp_to_lpc(interp_lsp, interp_lpc, st->lpcSize,stack);
367 filter_mem16(st->sw, bw_lpc1, bw_lpc2, st->sw, st->frameSize, st->lpcSize, st->mem_sw_whole, stack);
1096 char *stack; local
    [all...]
  /external/bison/data/
lalr1.cc 31 m4_include(b4_pkgdatadir/[stack.hh])
51 #include "stack.hh"
140 /// State stack type.
141 typedef stack<state_type> state_stack_type;
142 /// Semantic value stack type.
143 typedef stack<semantic_type> semantic_stack_type;
144 /// location stack type.
145 typedef stack<location_type> location_stack_type;
147 /// The state stack.
149 /// The semantic value stack
    [all...]
  /external/v8/test/mjsunit/regress/
regress-117794.js 42 print(exc2.stack);
50 print(exc3.stack);
56 print(exc1.stack);
  /dalvik/hit/src/com/android/hit/
ArrayInstance.java 28 public ArrayInstance(long id, StackTrace stack, int type, int numEntries,
31 mStack = stack;
  /dalvik/vm/alloc/
HeapSource.cpp 513 * Create a stack big enough for the worst possible case, where the
515 * TODO: be better about memory usage; use a smaller stack with
518 static bool allocMarkStack(GcMarkStack *stack, size_t maximumSize)
520 const char *name = "dalvik-mark-stack";
523 assert(stack != NULL);
524 stack->length = maximumSize * sizeof(Object*) /
526 addr = dvmAllocRegion(stack->length, PROT_READ | PROT_WRITE, name);
530 stack->base = (const Object **)addr;
531 stack->limit = (const Object **)((char *)addr + stack->length)
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 6 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
8 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
10 bxlo lr @ return to raise stack overflow excep.
34 SAVEAREA_FROM_FP(r10, r1) @ r10<- new stack save area
  /external/clang/INPUTS/
all-std-headers.cpp 43 #include <stack>
  /external/compiler-rt/lib/asan/
asan_thread.cc 30 void *arg, StackTrace *stack) {
41 summary->Init(parent_tid, stack);
67 // and we don't want it to have any poisoned stack.
81 Report("T%d: stack [%p,%p) size 0x%zx; local=%p\n",
  /external/marisa-trie/lib/marisa/
trie-inline.h 259 Vector<Cell> stack; local
260 stack.push_back(cell);
263 Cell &cur = stack[stack_pos - 1];
287 if (stack_pos == stack.size()) {
291 stack.push_back(cell);
293 stack[stack_pos].set_length(key.length());
294 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 264 Vector<Cell> stack; local
265 stack.push_back(cell);
268 Cell &cur = stack[stack_pos - 1];
292 if (stack_pos == stack.size()) {
296 stack.push_back(cell);
298 stack[stack_pos].set_length(key.length());
299 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1);
  /external/opencv/cv/src/
cvapprox.cpp 531 CvSeq* stack = 0; local
545 stack = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSlice), temp_storage );
559 cvSeqPush( stack, &slice );
599 /* 2. initialize the stack */
610 cvSeqPush( stack, &right_slice );
611 cvSeqPush( stack, &slice );
618 while( stack->total != 0 )
620 cvSeqPop( stack, &slice );
668 cvSeqPush( stack, &right_slice );
669 cvSeqPush( stack, &slice )
735 CvSeq* stack = 0; local
    [all...]

Completed in 1867 milliseconds

<<11121314151617181920>>