HomeSort by relevance Sort by last modified time
    Searched refs:RW_SEEK_CUR (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_rwops.h 116 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
123 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_rwops.h 116 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
123 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_rwops.h 116 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
123 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_rwops.h 116 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
123 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /external/qemu/distrib/sdl-1.2.15/test/
testfile.c 109 if (0!=rwops->seek(rwops,-27,RW_SEEK_CUR)) RWOP_ERR_QUIT(rwops);
129 if (0!=rwops->seek(rwops,-27,RW_SEEK_CUR)) RWOP_ERR_QUIT(rwops);
149 if (0!=rwops->seek(rwops,-27,RW_SEEK_CUR)) RWOP_ERR_QUIT(rwops);
172 if (27!=rwops->seek(rwops,-27,RW_SEEK_CUR)) RWOP_ERR_QUIT(rwops);
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 197 if (whence == RW_SEEK_CUR && context->hidden.win32io.buffer.left) {
205 case RW_SEEK_CUR:
375 case RW_SEEK_CUR:
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 561 SDL_RWseek(src, wavelen - chunk.length - headerDiff, RW_SEEK_CUR);

Completed in 655 milliseconds