HomeSort by relevance Sort by last modified time
    Searched defs:curFrame (Results 1 - 4 of 4) sorted by null

  /external/srec/portable/include/
pstream.h 41 struct FileBufferFrame *curFrame; /* current buffer; useful for writable file */
  /external/srec/portable/src/
pstream.c 179 FileBufferFrame *curFrame;
301 PortFile->endFrame = PortFile->curFrame = PortFile->startFrame;
305 PortFile->curPos = PortFile->curFrame->buffer;
309 curFrame = PortFile->curFrame;
312 if (end > curFrame->size)
314 curFrame = curFrame->next;
315 passert(end > curFrame->size);
316 end -= curFrame->size
    [all...]
  /dalvik/vm/
Thread.h 142 void* curFrame;
Jni.c 636 void* curFrame = ((JNIEnvExt*)env)->self->curFrame;
637 u4 cookie = SAVEAREA_FROM_FP(curFrame)->xtra.localRefCookie;
703 u4 cookie = SAVEAREA_FROM_FP(self->curFrame)->xtra.localRefCookie;
718 Object** bottom = SAVEAREA_FROM_FP(self->curFrame)->xtra.localRefCookie;
    [all...]

Completed in 39 milliseconds