Searched refs:XIO_PORT_BITS (Results 1 – 1 of 1) sorted by relevance
42 #define XIO_PORT_BITS (0xF000000000000000ull) macro45 #define XIO_PACKED(x) (((x)&XIO_PORT_BITS) != 0)47 #define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >> XIO_PORT_SHIFT))
Completed in 3 milliseconds