HomeSort by relevance Sort by last modified time
    Searched refs:Uint32 (Results 1 - 25 of 429) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_timer.h 45 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
51 * Uint32 timeout = SDL_GetTicks() + 100;
71 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
81 typedef Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);
93 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
SDL_surface.h 71 Uint32 flags; /**< Read-only */
119 (Uint32 flags, int width, int height, int depth,
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126 Uint32 Rmask,
127 Uint32 Gmask,
128 Uint32 Bmask,
129 Uint32 Amask)
    [all...]
SDL_endian.h 108 SDL_FORCE_INLINE Uint32
109 SDL_Swap32(Uint32 x)
115 SDL_FORCE_INLINE Uint32
116 SDL_Swap32(Uint32 x)
122 SDL_FORCE_INLINE Uint32
123 SDL_Swap32(Uint32 x)
125 Uint32 result;
133 SDL_FORCE_INLINE Uint32
134 SDL_Swap32(Uint32 x)
140 SDL_FORCE_INLINE Uint32
    [all...]
SDL_bits.h 51 SDL_MostSignificantBitIndex32(Uint32 x)
66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_timer.h 45 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
51 * Uint32 timeout = SDL_GetTicks() + 100;
71 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
81 typedef Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);
93 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
SDL_surface.h 71 Uint32 flags; /**< Read-only */
119 (Uint32 flags, int width, int height, int depth,
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126 Uint32 Rmask,
127 Uint32 Gmask,
128 Uint32 Bmask,
129 Uint32 Amask)
    [all...]
SDL_endian.h 108 SDL_FORCE_INLINE Uint32
109 SDL_Swap32(Uint32 x)
115 SDL_FORCE_INLINE Uint32
116 SDL_Swap32(Uint32 x)
122 SDL_FORCE_INLINE Uint32
123 SDL_Swap32(Uint32 x)
125 Uint32 result;
133 SDL_FORCE_INLINE Uint32
134 SDL_Swap32(Uint32 x)
140 SDL_FORCE_INLINE Uint32
    [all...]
SDL_bits.h 51 SDL_MostSignificantBitIndex32(Uint32 x)
66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_timer.h 45 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
51 * Uint32 timeout = SDL_GetTicks() + 100;
71 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
81 typedef Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);
93 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
SDL_surface.h 71 Uint32 flags; /**< Read-only */
119 (Uint32 flags, int width, int height, int depth,
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126 Uint32 Rmask,
127 Uint32 Gmask,
128 Uint32 Bmask,
129 Uint32 Amask)
    [all...]
SDL_endian.h 108 SDL_FORCE_INLINE Uint32
109 SDL_Swap32(Uint32 x)
115 SDL_FORCE_INLINE Uint32
116 SDL_Swap32(Uint32 x)
122 SDL_FORCE_INLINE Uint32
123 SDL_Swap32(Uint32 x)
125 Uint32 result;
133 SDL_FORCE_INLINE Uint32
134 SDL_Swap32(Uint32 x)
140 SDL_FORCE_INLINE Uint32
    [all...]
SDL_bits.h 51 SDL_MostSignificantBitIndex32(Uint32 x)
66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_timer.h 45 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
51 * Uint32 timeout = SDL_GetTicks() + 100;
71 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
81 typedef Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);
93 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
SDL_surface.h 71 Uint32 flags; /**< Read-only */
119 (Uint32 flags, int width, int height, int depth,
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126 Uint32 Rmask,
127 Uint32 Gmask,
128 Uint32 Bmask,
129 Uint32 Amask)
    [all...]
SDL_endian.h 108 SDL_FORCE_INLINE Uint32
109 SDL_Swap32(Uint32 x)
115 SDL_FORCE_INLINE Uint32
116 SDL_Swap32(Uint32 x)
122 SDL_FORCE_INLINE Uint32
123 SDL_Swap32(Uint32 x)
125 Uint32 result;
133 SDL_FORCE_INLINE Uint32
134 SDL_Swap32(Uint32 x)
140 SDL_FORCE_INLINE Uint32
    [all...]
  /external/skia/tools/viewer/sk_app/mac/
Window_mac.h 39 static const Uint32& GetKey(const Window_mac& w) {
43 static uint32_t Hash(const Uint32& winID) {
52 static SkTDynamicHash<Window_mac, Uint32> gWindowMap;
55 Uint32 fWindowID;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
BaseXApicLib.c 43 UINT32 RegEax;
113 ApicBaseMsr.Bits.ApicBaseLow = (UINT32) (BaseAddress >> 12);
114 ApicBaseMsr.Bits.ApicBaseHigh = (UINT32) (RShiftU64((UINT64) BaseAddress, 32));
132 UINT32
162 IN UINT32 Value
181 IN UINT32 IcrLow,
182 IN UINT32 ApicId
186 UINT32 IcrHigh;
204 IcrLowReg.Uint32 = ReadLocalApicReg (XAPIC_ICR_LOW_OFFSET);
217 IcrLowReg.Uint32 = ReadLocalApicReg (XAPIC_ICR_LOW_OFFSET);
    [all...]

Completed in 901 milliseconds

1 2 3 4 5 6 7 8 91011>>