tlx
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
tlx | |
Functions | |
static uint32_t | rol32_generic (const uint32_t &x, int i) |
rol32 - generic implementation More... | |
static uint32_t | rol32 (const uint32_t &x, int i) |
rol32 - generic More... | |
static uint64_t | rol64_generic (const uint64_t &x, int i) |
rol64 - generic implementation More... | |
static uint64_t | rol64 (const uint64_t &x, int i) |
rol64 - generic More... | |