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

  /prebuilt/windows/sdl/host/include/SDL/
SDL_types.h 52 typedef unsigned int Uint32;
81 Uint32 hi;
82 Uint32 lo;
94 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 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
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 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
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 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
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 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
    [all...]
  /external/v8/include/
v8.h 114 class Uint32;
768 Local<Uint32> ToUint32() const;
775 Local<Uint32> ToArrayIndex() const;
    [all...]

Completed in 88 milliseconds