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

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimpvideo.c 328 int update_block[12]; local
332 update_block[0] = this->hidden->window_handle;
336 update_block[1] = rects[j].x << xeig; /* Min X */
337 update_block[4] = -(rects[j].y << yeig);
338 update_block[3] = update_block[1] + (rects[j].w << xeig);
339 update_block[2] = update_block[4] - (rects[j].h << yeig);
341 regs.r[1] = (int)update_block;
347 WIMP_PlotSprite(this, update_block[1], update_block[2])
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 79 #define UPDATE_BLOCK 0x3d
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 79 #define UPDATE_BLOCK 0x3d
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 79 #define UPDATE_BLOCK 0x3d
  /prebuilts/qemu-kernel/x86/
vmlinux-qemu 

Completed in 137 milliseconds