Searched refs:XNFcalloc (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dos.h73 #define xnfcalloc(_num, _size) XNFcalloc((unsigned long)(_num)*(unsigned long)(_size))
259 extern _X_EXPORT void *XNFcalloc(unsigned long /*amount*/);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/cvt/
H A Dcvt.c63 XNFcalloc(unsigned long n) function in typeref:typename:pointer
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h237 XNFcalloc(unsigned long /*amount */ ) _X_DEPRECATED;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dutils.c1073 XNFcalloc(unsigned long amount) function in typeref:typename:void *
1077 FatalError("XNFcalloc: Out of memory");
/xsrc/external/mit/xorg-server/dist/os/
H A Dutils.c1156 /* The original XNFcalloc was used with the xnfcalloc macro which multiplied
1161 XNFcalloc(unsigned long amount) function in typeref:typename:void *
1172 FatalError("XNFcalloc: Out of memory");

Completed in 8 milliseconds