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

  /external/gemmlowp/internal/
allocator.h 54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
73 GEMMLOWP_REGISTER_TYPEID(std::uint8_t, Uint8)
  /external/v8/src/
machine-type.h 94 static MachineType Uint8() {
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 116 ((SDL_static_cast(Uint32, SDL_static_cast(Uint8, (A))) << 0) | \
117 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (B))) << 8) | \
118 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (C))) << 16) | \
119 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (D))) << 24))
139 typedef uint8_t Uint8;
173 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 116 ((SDL_static_cast(Uint32, SDL_static_cast(Uint8, (A))) << 0) | \
117 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (B))) << 8) | \
118 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (C))) << 16) | \
119 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (D))) << 24))
139 typedef uint8_t Uint8;
173 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 106 ((SDL_static_cast(Uint32, SDL_static_cast(Uint8, (A))) << 0) | \
107 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (B))) << 8) | \
108 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (C))) << 16) | \
109 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (D))) << 24))
129 typedef uint8_t Uint8;
163 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 116 ((SDL_static_cast(Uint32, SDL_static_cast(Uint8, (A))) << 0) | \
117 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (B))) << 8) | \
118 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (C))) << 16) | \
119 (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (D))) << 24))
139 typedef uint8_t Uint8;
173 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
  /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;

Completed in 896 milliseconds