Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <cstdint>
Go to the source code of this file.
Functions | |
static uint32_t | FastRange32 (uint32_t x, uint32_t n) |
Fast range reduction with 32-bit input and 32-bit range. More... | |
static uint64_t | FastRange64 (uint64_t x, uint64_t n) |
Fast range reduction with 64-bit input and 64-bit range. More... | |
|
inlinestatic |
Fast range reduction with 32-bit input and 32-bit range.
Definition at line 19 of file fastrange.h.
|
inlinestatic |
Fast range reduction with 64-bit input and 64-bit range.
Definition at line 25 of file fastrange.h.