OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_calloc
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h
150
#define
SDL_calloc
calloc
152
extern DECLSPEC void * SDLCALL
SDL_calloc
(size_t nmemb, size_t size);
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
150
#define
SDL_calloc
calloc
152
extern DECLSPEC void * SDLCALL
SDL_calloc
(size_t nmemb, size_t size);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h
150
#define
SDL_calloc
calloc
152
extern DECLSPEC void * SDLCALL
SDL_calloc
(size_t nmemb, size_t size);
/prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h
150
#define
SDL_calloc
calloc
152
extern DECLSPEC void * SDLCALL
SDL_calloc
(size_t nmemb, size_t size);
Completed in 210 milliseconds