Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dsyncconst.h87 #define _XSyncIntsToValue(pv, l, h) ((pv)->lo = (l), (pv)->hi = (h)) macro
130 #define XSyncIntsToValue(pv, l, h) _XSyncIntsToValue(pv, l, h)