Searched defs:ptr_int (Results 1 – 1 of 1) sorted by relevance
102 [[maybe_unused]] static constexpr uintptr_t pageAlignDown(uintptr_t ptr_int) { in pageAlignDown()106 [[maybe_unused]] static constexpr uintptr_t pageAlignUp(uintptr_t ptr_int) { in pageAlignUp()111 const auto ptr_int = reinterpret_cast<uintptr_t>(ptr); in expandToPageBounds() local