OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dixAllocateObjectWithPrivates
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/include/
privates.h
253
_dixAllocateObjectWithPrivates
(unsigned size, unsigned clear, unsigned offset, DevPrivateType type);
255
#define dixAllocateObjectWithPrivates(t, type) (t *)
_dixAllocateObjectWithPrivates
(sizeof(t), sizeof(t), offsetof(t, devPrivates), type)
/xsrc/external/mit/xorg-server/dist/include/
privates.h
314
extern _X_EXPORT void *
_dixAllocateObjectWithPrivates
(unsigned size,
319
#define dixAllocateObjectWithPrivates(t, type) (t *)
_dixAllocateObjectWithPrivates
(sizeof(t), sizeof(t), offsetof(t, devPrivates), type)
/xsrc/external/mit/xorg-server.old/dist/dix/
privates.c
304
_dixAllocateObjectWithPrivates
(unsigned baseSize, unsigned clear, unsigned offset, DevPrivateType type)
devices.c
258
dev =
_dixAllocateObjectWithPrivates
(sizeof(DeviceIntRec) + sizeof(SpriteInfoRec),
colormap.c
285
pmap =
_dixAllocateObjectWithPrivates
(sizebytes, sizebytes,
/xsrc/external/mit/xorg-server/dist/dix/
privates.c
470
_dixAllocateObjectWithPrivates
(unsigned baseSize, unsigned clear,
colormap.c
269
pmap =
_dixAllocateObjectWithPrivates
(sizebytes, sizebytes,
Completed in 13 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026