Searched refs:SDL_OUT_BYTECAP (Results 1 – 1 of 1) sorted by relevance
347 #define SDL_OUT_BYTECAP(x) macro363 #define SDL_OUT_BYTECAP(x) _Out_bytecap_(x) macro373 #define SDL_OUT_BYTECAP(x) macro536 extern DECLSPEC void *SDLCALL SDL_memset(SDL_OUT_BYTECAP(len) void *dst, int c, size_t len);579 extern DECLSPEC void *SDLCALL SDL_memcpy(SDL_OUT_BYTECAP(len) void *dst, SDL_IN_BYTECAP(len) const …581 extern DECLSPEC void *SDLCALL SDL_memmove(SDL_OUT_BYTECAP(len) void *dst, SDL_IN_BYTECAP(len) const…797 SDL_FORCE_INLINE void *SDL_memcpy4(SDL_OUT_BYTECAP(dwords*4) void *dst, SDL_IN_BYTECAP(dwords*4) co…
Completed in 7 milliseconds