tlx
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | tlx |
Functions | |
static std::uint32_t | ror32_generic (const std::uint32_t &x, int i) |
ror32 - generic implementation | |
static std::uint32_t | ror32 (const std::uint32_t &x, int i) |
ror32 - generic | |
static std::uint64_t | ror64_generic (const std::uint64_t &x, int i) |
ror64 - generic implementation | |
static std::uint64_t | ror64 (const std::uint64_t &x, int i) |
ror64 - generic |