HomeSort by: relevance | last modified time | path
    Searched defs:xnfcalloc (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/include/
os.h 78 #define xnfcalloc(_num, _size) XNFcallocarray((_num), (_size)) macro
237 XNFcalloc(unsigned long /*amount */ ) _X_DEPRECATED;
  /xsrc/external/mit/xorg-server.old/dist/include/
os.h 73 #define xnfcalloc(_num, _size) XNFcalloc((unsigned long)(_num)*(unsigned long)(_size)) macro
259 extern _X_EXPORT void *XNFcalloc(unsigned long /*amount*/);

Completed in 6 milliseconds