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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_mem.c274 #define POINTER_MASK ((1 << 2) - 1) macro
276 struct qxl_bo *info_bo = (struct qxl_bo *)u64_to_pointer(id & ~POINTER_MASK);
286 if ((id & POINTER_MASK) == 1)
288 else if ((id & POINTER_MASK) == 2)

Completed in 2 milliseconds