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

  /external/chromium_org/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...]
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 6 typedef unsigned char Uint8;
26 Uint8 coded_depth; /* 0 ==> at some depth > 253;
34 Uint8 handlev; /* VM level of this handle; used to maintain freelist */
35 Uint8 fastlev; /* coded save level for faster OBsave() logic:
107 Uint8 type;
108 Uint8 attr;
  /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 159 milliseconds