Searched defs:xnfcalloc (Results 1 - 2 of 2) 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)) macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h78 #define xnfcalloc(_num, _size) XNFcallocarray((_num), (_size)) macro

Completed in 4 milliseconds