Searched refs:dwords (Results 1 - 5 of 5) sorted by relevance

/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_stdinc.h268 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) argument
276 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords))
280 size_t _n = (dwords + 3) / 4;
283 if (dwords == 0)
285 switch (dwords % 4)
299 SDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords) argument
301 return SDL_memcpy(dst, src, dwords * 4);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
H A DSDL_stdinc.h268 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) argument
276 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords))
280 size_t _n = (dwords + 3) / 4;
283 if (dwords == 0)
285 switch (dwords % 4)
299 SDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords) argument
301 return SDL_memcpy(dst, src, dwords * 4);
/prebuilts/misc/windows/sdl2/include/
H A DSDL_stdinc.h258 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) argument
266 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords))
270 size_t _n = (dwords + 3) / 4;
273 if (dwords == 0)
275 switch (dwords % 4)
289 SDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords) argument
291 return SDL_memcpy(dst, src, dwords * 4);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
H A DSDL_stdinc.h268 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) argument
276 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords))
280 size_t _n = (dwords + 3) / 4;
283 if (dwords == 0)
285 switch (dwords % 4)
299 SDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords) argument
301 return SDL_memcpy(dst, src, dwords * 4);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
H A Dnouveau_drm.h143 uint64_t dwords; member in struct:drm_nouveau_gem_pushbuf

Completed in 122 milliseconds