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