HomeSort by relevance Sort by last modified time
    Searched defs:RW_SEEK_CUR (Results 1 - 4 of 4) 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)

Completed in 49 milliseconds