Searched defs:Uint32 (Results 1 - 3 of 3) sorted by last modified time

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h103 typedef uint32_t Uint32; typedef
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)
/external/chromium_org/v8/include/
H A Dv8.h98 class Uint32;
1677 Local<Uint32> ToUint32() const;
1684 Local<Uint32> ToArrayIndex() const;
2190 class V8_EXPORT Uint32 : public Integer { class in namespace:v8
2194 Uint32();
/external/chromium_org/net/http/
H A Dmd4.cc52 typedef uint32 Uint32; typedef
77 static void w2b(Uint8 *out, const Uint32 *in, Uint32 len)
79 Uint8 *bp; const Uint32 *wp, *wpend;
95 static void b2w(Uint32 *out, const Uint8 *in, Uint32 len)
97 Uint32 *wp; const Uint8 *bp, *bpend;
105 *wp = (Uint32) (bp[0] ) |
106 (Uint32) (bp[1] << 8) |
107 (Uint32) (b
[all...]

Completed in 59 milliseconds