retdec
|
Declaration of aligning operations. More...
#include <cstdint>
Go to the source code of this file.
Namespaces | |
retdec | |
retdec::utils | |
Functions | |
bool | retdec::utils::isAligned (std::uint64_t value, std::uint64_t alignment, std::uint64_t &remainder) |
std::uint64_t | retdec::utils::alignDown (std::uint64_t value, std::uint64_t alignment) |
std::uint64_t | retdec::utils::alignUp (std::uint64_t value, std::uint64_t alignment) |
Declaration of aligning operations.