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

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimCallbk.c49 #define sz_INT32 4 macro
59 #define sz_ximPreeditStartReply sz_INT32
60 #define sz_ximPreeditCaret (sz_INT32 + sz_CARD32 + sz_CARD32)
576 cbs.caret = (int)*(INT32*)proto; proto += sz_INT32;
577 cbs.chg_first = (int)*(INT32*)proto; proto += sz_INT32;
578 cbs.chg_length = (int)*(INT32*)proto; proto += sz_INT32;
607 cbs.position = (int)*(INT32*)proto; proto += sz_INT32;

Completed in 16 milliseconds