Searched defs:Uint32 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_stdinc.h90 typedef uint32_t Uint32; typedef
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)
/external/v8/include/
H A Dv8.h114 class Uint32;
768 Local<Uint32> ToUint32() const;
775 Local<Uint32> ToArrayIndex() const;
1128 class V8EXPORT Uint32 : public Integer { class in namespace:v8
1132 Uint32();

Completed in 54 milliseconds