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

/external/chromium/net/http/
H A Dmd4.cc53 typedef uint8 Uint8; typedef
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;
113 static void md4step(Uint32 state[4], const Uint8 *dat
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h99 typedef uint8_t Uint8; typedef
125 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);

Completed in 1378 milliseconds