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

  /external/chromium/net/http/
md4.cc 53 typedef uint8 Uint8;
77 static void w2b(Uint8 *out, const Uint32 *in, Uint32 len)
79 Uint8 *bp; const Uint32 *wp, *wpend;
87 bp[0] = (Uint8) ((*wp ) & 0xFF);
88 bp[1] = (Uint8) ((*wp >> 8) & 0xFF);
89 bp[2] = (Uint8) ((*wp >> 16) & 0xFF);
90 bp[3] = (Uint8) ((*wp >> 24) & 0xFF);
95 static void b2w(Uint32 *out, const Uint8 *in, Uint32 len)
97 Uint32 *wp; const Uint8 *bp, *bpend
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 99 typedef uint8_t Uint8;
125 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 99 typedef uint8_t Uint8;
125 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 99 typedef uint8_t Uint8;
125 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 99 typedef uint8_t Uint8;
125 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);

Completed in 295 milliseconds