Searched refs:uintptr (Results 1 – 1 of 1) sorted by relevance
215 const uintptr_t uintptr = reinterpret_cast<uintptr_t>(p); in is_power_of_2() local216 const uintptr_t aligned = (uintptr + mask) & ~mask; in is_power_of_2()217 const uintptr_t bias = aligned - uintptr; in is_power_of_2()