Searched refs:_XkbWriteCopyData32 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBlibint.h233 extern int _XkbWriteCopyData32(
246 #define _XkbWriteCopyData32(f,t,s) memcpy((char *)(t), (char *)(f), (s)*4) macro
278 #define _XkbWriteCopyKeySyms(f,t,n) _XkbWriteCopyData32(f,t,n)
H A DXKBRdBuf.c130 _XkbWriteCopyData32(register unsigned long *from, CARD32 *to, int len) function in typeref:typename:int

Completed in 4 milliseconds