Searched refs:__intptr (Results 1 – 2 of 2) sorted by relevance
66 const auto __intptr = reinterpret_cast<uintptr_t>(__ptr); in _GLIBCXX_VISIBILITY() local67 const auto __aligned = (__intptr - 1u + __align) & -__align; in _GLIBCXX_VISIBILITY()68 const auto __diff = __aligned - __intptr; in _GLIBCXX_VISIBILITY()
126 const auto __intptr = reinterpret_cast<uintptr_t>(__ptr);131 const auto __intptr = reinterpret_cast<unsigned long long>(__ptr);133 const auto __aligned = (__intptr - 1u + __align) & -__align;134 const auto __diff = __aligned - __intptr;