OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdl_zerop
(Results
1 - 4
of
4
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h
265
#define
SDL_zerop
(x) SDL_memset((x), 0, sizeof(*(x)))
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h
265
#define
SDL_zerop
(x) SDL_memset((x), 0, sizeof(*(x)))
/prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h
255
#define
SDL_zerop
(x) SDL_memset((x), 0, sizeof(*(x)))
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h
265
#define
SDL_zerop
(x) SDL_memset((x), 0, sizeof(*(x)))
Completed in 656 milliseconds