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

  /external/chromium/net/http/
md4.cc 52 typedef uint32 Uint32;
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)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 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
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 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
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 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
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 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
    [all...]
  /external/v8/include/
v8.h 91 class Uint32;
965 V8EXPORT Local<Uint32> ToUint32() const;
972 V8EXPORT Local<Uint32> ToArrayIndex() const;
    [all...]

Completed in 251 milliseconds