Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static int | InvertLowestOne (int n) |
Turn the lowest '1' bit in the binary representation of a number into a '0'. More... | |
static int | GetSkipHeight (int height) |
Compute what height to jump back to with the CBlockIndex::pskip pointer. More... | |
|
inlinestatic |
Compute what height to jump back to with the CBlockIndex::pskip pointer.
Definition at line 16 of file blockindex.cpp.
|
inlinestatic |
Turn the lowest '1' bit in the binary representation of a number into a '0'.
Definition at line 11 of file blockindex.cpp.