HomeSort by relevance Sort by last modified time
    Searched full:stackp (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
memalloc.c 116 struct stack_block *stackp = &stackbase; variable in typeref:struct:stack_block
138 sp->prev = stackp;
141 stackp = sp;
167 mark->stackp = stackp;
182 while (stackp != mark->stackp) {
183 sp = stackp;
184 stackp = sp->prev;
208 if (stacknxt == stackp->space && stackp != &stackbase)
    [all...]
memalloc.h 38 struct stack_block *stackp; member in struct:stackmark
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 247 unsigned char *stackp = gs->stackp; local
307 *stackp++ = firstchar;
310 if (stackp == stack + MAX_BITS)
323 *stackp++ = suffix[code];
326 if (stackp == stack + MAX_BITS)
330 *stackp++ = firstchar = suffix[code];
351 *rowp++ = *--stackp;
355 } while (stackp > stack);
370 gs->stackp = stackp
    [all...]
GIFImageReader.h 83 unsigned char *stackp; /* Current stack pointer */ member in struct:GIFFrameReader
125 stackp = 0;
  /external/bison/data/
glr.c 1110 * stack #K of *STACKP. */
    [all...]

Completed in 2051 milliseconds