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

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 181 if ( (buffer = (char *)Xmalloc ((unsigned) size)) == NULL) {
196 if ((pas=(SDL_NAME(XvAdaptorInfo) *)Xmalloc(size))==NULL) {
227 if ( (name = (char *)Xmalloc(size+1)) == NULL)
243 if ((pfs=(SDL_NAME(XvFormat) *)Xmalloc(size))==NULL) {
340 if ( (buffer = (char *)Xmalloc ((unsigned) size)) == NULL) {
352 if ( (pes = (SDL_NAME(XvEncodingInfo) *)Xmalloc(size)) == NULL) {
380 if ( (name = (char *)Xmalloc(size+1)) == NULL) {
837 if((ret = Xmalloc(size))) {
892 if((ret = Xmalloc(size))) {
963 if((ret = (SDL_NAME(XvImage)*)Xmalloc(sizeof(SDL_NAME(XvImage)) + (rep.num_planes << 3))))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xinerama/
Xinerama.c 128 return (SDL_NAME(XPanoramiXInfo) *) Xmalloc (sizeof (SDL_NAME(XPanoramiXInfo)));
295 if((scrnInfo = Xmalloc(sizeof(SDL_NAME(XineramaScreenInfo)) * rep.number))) {
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/
xme.c 285 views = (XiGMiscViewInfo*)Xmalloc(size);
328 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 244 deviceName = Xmalloc(rep.length << 2);
310 modes = (SDL_NAME(XDGAMode)*)Xmalloc((rep.number * sizeof(SDL_NAME(XDGAMode))) + size);
391 dev = (SDL_NAME(XDGADevice)*)Xmalloc(sizeof(SDL_NAME(XDGADevice)) + size);
815 pMap = (DGAMapPtr)Xmalloc(sizeof(DGAMapRec));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 335 # define Xmalloc(size) malloc(((size) == 0 ? 1 : (size)))
341 # define Xmalloc(size) malloc((size))
    [all...]

Completed in 34 milliseconds