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

/external/chromium/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...]
/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.h91 class Uint32;
965 V8EXPORT Local<Uint32> ToUint32() const;
972 V8EXPORT Local<Uint32> ToArrayIndex() const;
1384 class Uint32 : public Integer { class in namespace:v8
1388 V8EXPORT Uint32();

Completed in 276 milliseconds