Home | History | Annotate | Download | only in SDL

Lines Matching defs:Uint32

90 typedef uint32_t	Uint32;
100 Uint32 hi;
101 Uint32 lo;
113 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \
258 Uint32 *_p = (Uint32 *)(dst); \
259 Uint32 _val = (val); \
586 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)