Home
last modified time | relevance | path

Searched refs:_XSyncIntToValue (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dsyncconst.h86 #define _XSyncIntToValue(pv, i) ((pv)->hi=((i<0)?~0:0),(pv)->lo=(i)) macro
129 #define XSyncIntToValue(pv, i) _XSyncIntToValue(pv, i)