Searched refs:_XSyncIntToValue (Results 1 – 1 of 1) sorted by relevance
86 #define _XSyncIntToValue(pv, i) ((pv)->hi=((i<0)?~0:0),(pv)->lo=(i)) macro129 #define XSyncIntToValue(pv, i) _XSyncIntToValue(pv, i)