Home | History | Annotate | Download | only in SDL

Lines Matching defs:Uint32

103 typedef uint32_t	Uint32;
113 Uint32 hi;
114 Uint32 lo;
129 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
269 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, len)) \
278 Uint32 *_p = SDL_static_cast(Uint32 *, dst); \
279 Uint32 _val = (val); \
612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)