Home
last modified time | relevance | path

Searched refs:uintptr (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
Dresolv_private.h219 const uintptr_t uintptr = reinterpret_cast<uintptr_t>(p); in is_power_of_2() local
220 const uintptr_t aligned = (uintptr + mask) & ~mask; in is_power_of_2()
221 const uintptr_t bias = aligned - uintptr; in is_power_of_2()