Searched defs:_XkbTypedCalloc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libxkbfile/dist/src/
H A DXKBfileInt.h47 #define _XkbTypedCalloc(n,t) ((t *)calloc((n),sizeof(t))) macro
/xsrc/external/mit/libxkbui/dist/src/
H A DXKBuiPriv.h55 #define _XkbTypedCalloc(n,t) ((t *)calloc((n),sizeof(t))) macro
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBlibint.h122 #define _XkbTypedCalloc(n,t) ((t *)Xcalloc((n),sizeof(t))) macro
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h298 #define _XkbTypedCalloc(n,t) ((t *)Xcalloc((n)*sizeof(t))) macro

Completed in 6 milliseconds