Searched defs:U_POINTER_MASK_LSB (Results 1 – 3 of 3) sorted by relevance
123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro