Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h424 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) in SDL_memset4() argument
427 memset_pattern4(dst, &val, dwords * 4); in SDL_memset4()
434 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords)) in SDL_memset4()
438 size_t _n = (dwords + 3) / 4; in SDL_memset4()
441 if (dwords == 0) in SDL_memset4()
443 switch (dwords % 4) in SDL_memset4()
625 …INE void *SDL_memcpy4(SDL_OUT_BYTECAP(dwords*4) void *dst, SDL_IN_BYTECAP(dwords*4) const void *sr…
627 return SDL_memcpy(dst, src, dwords * 4);

Completed in 3 milliseconds