Searched defs:dixAllocateObjectWithPrivates (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dprivates.h255 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type) macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dprivates.h319 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type) macro

Completed in 2 milliseconds