Searched defs:dixAllocateObjectWithPrivates (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | privates.h | 255 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type) macro
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | privates.h | 319 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type) macro
|
Completed in 2 milliseconds