HomeSort by relevance Sort by last modified time
    Searched defs:stack (Results 126 - 150 of 309) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/regex-re2/re2/
onepass.cc 399 InstCond *stack = new InstCond[size]; local
417 // Flood graph using manual stack, filling in actions as found.
426 stack[nstack].id = id;
427 stack[nstack++].cond = 0;
429 int id = stack[--nstack].id;
431 uint32 cond = stack[nstack].cond;
441 stack[nstack].id = ip->out1();
442 stack[nstack++].cond = cond;
443 stack[nstack].id = ip->out();
444 stack[nstack++].cond = cond
    [all...]
  /external/speex/libspeex/
sb_celp.h 58 char *stack; /**< Temporary allocation stack */ member in struct:SBEncState
111 char *stack; member in struct:SBDecState
nb_celp.h 77 char *stack; /**< Pseudo-stack allocation for temporary memory */ member in struct:EncState
137 char *stack; /**< Pseudo-stack allocation for temporary memory */ member in struct:DecState
sb_celp.c 54 /* Default size for the encoder and decoder stack (can be changed at compile time).
206 st->stack = NULL;
208 /*st->stack = (char*)speex_alloc_scratch(SB_ENC_STACK);*/
209 speex_encoder_ctl(st->st_low, SPEEX_GET_STACK, &st->stack);
270 VALGRIND_MAKE_READABLE(st, (st->stack-(char*)st));
281 /*speex_free_scratch(st->stack);*/
308 char *stack; local
332 stack=st->stack;
339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack);
879 char *stack; local
    [all...]
  /external/srec/srec/crec/
srec_results.c 112 AstarStack* stack = rec ? rec->astar_stack : 0; local
114 if (!stack)
119 rc = astar_stack_prepare(stack, n, rec);
129 if (stack->num_complete_paths)
131 *bestcost = stack->complete_paths[0]->costsofar;
144 AstarStack* stack = rec ? rec->astar_stack : 0; local
145 astar_stack_clear(stack);
151 AstarStack* stack = rec ? rec->astar_stack : 0; local
152 return stack ? stack->num_complete_paths : 0
158 AstarStack* stack = rec ? rec->astar_stack : 0; local
173 AstarStack* stack = rec ? rec->astar_stack : 0; local
181 AstarStack* stack = rec ? rec->astar_stack : 0; local
208 AstarStack* stack = rec ? rec->astar_stack : 0; local
234 AstarStack* stack = rec ? rec->astar_stack : 0; local
286 AstarStack* stack = rec ? rec->astar_stack : 0; local
353 AstarStack* stack = rec ? rec->astar_stack : 0; local
460 AstarStack* stack = rec ? rec->astar_stack : 0; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 480 FAIL("evaluate_Dwarf3_Expr: stack overflow(1)"); \
482 stack[sp] = (_arg); \
489 FAIL("evaluate_Dwarf3_Expr: stack underflow(1)"); \
490 _lval = stack[sp]; \
497 Addr stack[N_EXPR_STACK]; /* stack of addresses, as per D3 spec */ local
547 /* end of expr - return expr on the top of stack. */
549 /* stack empty. Bad. */
550 FAIL("evaluate_Dwarf3_Expr: stack empty at end of expr");
593 FAIL("evaluate_Dwarf3_Expr: DW_OP_{implicit,stack}_value
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-s390x-linux.c 67 /* Call f(arg1), but first switch stacks, using 'stack' as the new
68 stack, and use 'retaddr' as f's return-to address. Also, clear all
76 void ML_(call_on_new_stack_0_1) ( Addr stack,
81 r2 = stack
92 " lgr %r15,%r2\n" // stack to r15
111 // r15 is the stack pointer
144 ULong do_syscall_clone_s390x_linux ( void *stack,
155 " lg %r1, 160(%r15)\n" // save fn from parent stack into r1
156 " lg %r0, 168(%r15)\n" // save arg from parent stack into r0
157 " aghi %r2, -160\n" // create stack frame for chil
217 UWord* stack; local
    [all...]
syswrap-x86-linux.c 71 /* Call f(arg1), but first switch stacks, using 'stack' as the new
72 stack, and use 'retaddr' as f's return-to address. Also, clear all
75 void ML_(call_on_new_stack_0_1) ( Addr stack,
79 // 4(%esp) == stack
87 " movl %esp, %esi\n" // remember old stack pointer
88 " movl 4(%esi), %esp\n" // set stack
89 " pushl 16(%esi)\n" // arg1 to stack
90 " pushl 8(%esi)\n" // retaddr to stack
91 " pushl 12(%esi)\n" // f to stack
137 void* stack,
218 UWord* stack; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 207 tAllocStack stack; // stack of where to allocate from, to partition pool member in class:TPoolAllocator
  /external/zlib/examples/
gun.c 215 unsigned stack; /* next position for reversed string */ local
264 stack = 0;
324 match[stack++] = (unsigned char)final;
329 p = match + stack;
334 stack = p - match;
335 match[stack++] = (unsigned char)code;
349 while (stack > SIZE - outcnt) {
351 outbuf[outcnt++] = match[--stack];
358 p = match + stack;
362 stack = 0
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl.cpp 174 CallStack stack; local
175 stack.update();
176 stack.dump();
  /libcore/luni/src/main/java/java/lang/
Throwable.java 35 * message in most cases), and for saving a stack trace (that is, a record of
36 * the call stack at a particular point in time) which can be printed later.
42 * information. When printing the stack trace, the trace of the cause is
69 * An intermediate representation of the stack trace. This field may
75 * A fully-expanded representation of the stack trace.
80 * Constructs a new {@code Throwable} that includes the current stack trace.
87 * Constructs a new {@code Throwable} with the current stack trace and the
99 * Constructs a new {@code Throwable} with the current stack trace, the
114 * Constructs a new {@code Throwable} with the current stack trace and the
127 * Constructs a new {@code Throwable} with the current stack trace, th
323 StackTraceElement[] stack = getInternalStackTrace(); local
    [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/tools/dmtracedump/
CreateTestTrace.c 79 typedef struct stack { struct
82 } stack; typedef in typeref:struct:stack
105 * determines the call stack. Each called method must be indented by one
126 stack *callStack;
163 callStack = (stack *) malloc(sizeof(stack) * numThreads);
198 // Allocate space for the thread stack, if necessary
263 // Exiting method must be currently on top of stack (unless stack is empty)
266 printf(" Exiting %s (past bottom of stack)\n", records[nextRecord].fullName)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 138 * Visits each entry of the stack map frames.
148 pos = stack(pos + 2, offset, numStack);
161 * Invoked when <code>stack</code> of <code>stack_map_frame</code>
164 public int stack(int pos, int offset, int num) { method in class:StackMap.Walker
174 * false if it is for <code>stack</code>.
273 * Updates this stack map table when a new local variable is inserted
404 * It is called to update the stack map when
422 public int stack(int pos, int offset, int num) { method in class:StackMap.NewRemover
470 * Prints this stack map.
  /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/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...]
  /external/opencv/cvaux/src/
cvsegment.cpp 58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \
59 stack[StIn].l=(ushort)(IL); \
60 stack[StIn].r=(ushort)(IR); \
61 stack[StIn].Prevl=(ushort)(IPL); \
62 stack[StIn].Prevr=(ushort)(IPR); \
63 stack[StIn].fl=(short)(FL); \
67 Y=stack[StIn].y; \
68 IL=stack[StIn].l; \
69 IR=stack[StIn].r;\
70 IPL=stack[StIn].Prevl;
94 Seg *stack = (Seg*)pStack; local
486 void* stack = 0; local
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h 81 unsigned char *stackp; /* Current stack pointer */
119 unsigned char* stack; /* Base of LZW decoder stack */ member in struct:GIFFrameReader
142 suffix = stack = 0;
150 delete []stack;
  /frameworks/native/libs/binder/
IMemory.cpp 249 CallStack stack; local
250 stack.update();
251 stack.dump("callstack");
  /frameworks/native/libs/utils/
RefBase.cpp 108 refs->stack.dump();
126 refs->stack.dump();
133 CallStack stack; local
134 stack.update();
135 stack.dump();
201 snprintf(name, 100, "/data/%p.stack", this);
206 ALOGD("STACK TRACE for %p saved in %s", this, name);
208 else ALOGE("FAILED TO PRINT STACK TRACE for %p in %s: %s", this,
219 CallStack stack; member in struct:android::RefBase::weakref_impl::ref_entry
236 ref->stack.update(2)
277 CallStack stack; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 27 // samples stack traces for a thread periodically. enable() and disable() is
39 // For every cycleTime period, we dump the stack of the thread.
125 StackTraceElement[] stack = thread.getStackTrace(); local
126 String[] lines = new String[stack.length];
127 for (int i = 0; i < stack.length; i++) {
128 lines[i] = stack[i].toString();
184 // milliseconds) sample the stack trace of the calling thread.
  /sdk/manifmerger/tests/src/com/android/manifmerger/
ManifestMergerTestCase.java 155 StackTraceElement[] stack = Thread.currentThread().getStackTrace(); local
156 for (int i = 0, n = stack.length; i < n; i++) {
157 StackTraceElement caller = stack[i];
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 22 private final ListIterator stack = new LinkedList().listIterator(); field in class:Parser
44 if(!this.stack.hasNext())
46 this.stack.add(new State(numstate, this.nodeList));
50 State s = (State) this.stack.next();
86 State s = (State) this.stack.previous();
87 this.stack.next();
93 return ((State) this.stack.previous()).nodes;
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 229 String stack = result.getStackTrace() == null ? "" : "\n" + result.getStackTrace(); local
231 stack);

Completed in 1504 milliseconds

1 2 3 4 56 7 8 91011>>