HomeSort by relevance Sort by last modified time
    Searched refs:SDL_calloc (Results 1 - 14 of 14) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_sysmutex.c 47 mutex = (SDL_mutex *)SDL_calloc(1, sizeof(*mutex));
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_sysmutex.c 48 mutex = (SDL_mutex *)SDL_calloc(1, sizeof(*mutex));
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 157 overlay = (SDL_Overlay*)SDL_calloc(1, sizeof(SDL_Overlay));
175 hwdata = (struct private_yuvhwdata*)SDL_calloc(1, sizeof(struct private_yuvhwdata));
214 overlay->pitches = (Uint16*)SDL_calloc(overlay->planes, sizeof(Uint16));
215 overlay->pixels = (Uint8**)SDL_calloc(overlay->planes, sizeof(Uint8*));
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv.c 82 overlay = SDL_calloc(1, sizeof(SDL_Overlay));
100 hwdata = SDL_calloc(1, sizeof(struct private_yuvhwdata));
133 overlay->hwdata->FrameData0 = (FRAMEDATA *) SDL_calloc(1, sizeof(FRAMEDATA));
134 overlay->hwdata->FrameData1 = (FRAMEDATA *) SDL_calloc(1, sizeof(FRAMEDATA));
247 overlay->pitches = SDL_calloc(overlay->planes, sizeof(Uint16));
248 overlay->pixels = SDL_calloc(overlay->planes, sizeof(Uint8*));
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 64 tracks[cdrom->id] = (FSRef*) SDL_calloc (1, sizeof(**tracks) * cdrom->numtracks);
209 volumes = (FSVolumeRefNum*) SDL_calloc (1, sizeof(*volumes) * SDL_numcds);
216 tracks = (FSRef**) SDL_calloc (1, sizeof(*tracks) * (SDL_numcds + 1));
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 157 overlay = SDL_calloc (1, sizeof(SDL_Overlay));
173 hwdata = SDL_calloc(1, sizeof(struct private_yuvhwdata));
SDL_DirectFB_video.c 197 enumrect = SDL_calloc(1, sizeof(struct DirectFBEnumRect));
296 palette = SDL_calloc (1, sizeof(SDL_Palette));
303 colors = SDL_calloc (size, sizeof(SDL_Color));
434 HIDDEN->modelist = SDL_calloc (HIDDEN->nummodes + 1, sizeof(SDL_Rect *));
618 current->hwdata = (struct private_hwdata *) SDL_calloc (1, sizeof(*current->hwdata));
825 surface->hwdata = (struct private_hwdata *) SDL_calloc (1, sizeof(*surface->hwdata));
  /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);
  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 454 audio_buf[i] = SDL_calloc(1, sizeof(SndDoubleBuffer)+spec->size);
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 397 path = (char **)SDL_calloc(MAX_SEARCH_PATHS, sizeof(char **));
404 tmp = (char **)SDL_calloc((MAX_SEARCH_PATHS + numsize), sizeof(char **));
522 dls = SDL_calloc(sizeof(*dls),1);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 615 #define calloc SDL_calloc
    [all...]

Completed in 177 milliseconds