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

  /external/gemmlowp/internal/
allocator.h 54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
77 GEMMLOWP_REGISTER_TYPEID(std::uint32_t, Uint32)
  /external/v8/src/
machine-type.h 107 static MachineType Uint32() {
api.cc     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 114 /* Define a four character code as a Uint32 */
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))
155 typedef uint32_t Uint32;
177 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
268 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords)
276 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords)
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 114 /* Define a four character code as a Uint32 */
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))
155 typedef uint32_t Uint32;
177 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
268 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords)
276 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords)
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 104 /* Define a four character code as a Uint32 */
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))
145 typedef uint32_t Uint32;
167 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
258 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords)
266 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords)
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 114 /* Define a four character code as a Uint32 */
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))
155 typedef uint32_t Uint32;
177 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
268 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords)
276 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords)
    [all...]
  /external/v8/include/
v8.h 110 class Uint32;
    [all...]

Completed in 1355 milliseconds