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

  /prebuilts/misc/windows/sdl2/test/
testfile.c 152 if (20 != rwops->seek(rwops, -7, RW_SEEK_END))
188 if (20 != rwops->seek(rwops, -7, RW_SEEK_END))
223 if (20 != rwops->seek(rwops, -7, RW_SEEK_END))
260 if (20 + 27 != rwops->seek(rwops, -7, RW_SEEK_END))
testautomation_rwops.c 151 i = SDL_RWseek( rw, -1, RW_SEEK_END );
152 SDLTest_AssertPass("Call to SDL_RWseek(...,-1,RW_SEEK_END) succeeded");
155 "Verify seek to -1 with SDL_RWseek (RW_SEEK_END), expected %i, got %i",
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_rwops.h 61 * RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
176 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rwops.h 61 * RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
176 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
  /prebuilts/misc/windows/sdl2/include/
SDL_rwops.h 61 * RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
176 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_rwops.h 61 * RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
176 #define RW_SEEK_END 2 /**< Seek relative to the end of data */

Completed in 34 milliseconds