Bitcoin ABC  0.29.2
P2P Digital Currency
Functions
blockindex.cpp File Reference
#include <blockindex.h>
Include dependency graph for blockindex.cpp:

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...
 

Function Documentation

◆ GetSkipHeight()

static int GetSkipHeight ( int  height)
inlinestatic

Compute what height to jump back to with the CBlockIndex::pskip pointer.

Definition at line 15 of file blockindex.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InvertLowestOne()

static int InvertLowestOne ( int  n)
inlinestatic

Turn the lowest '1' bit in the binary representation of a number into a '0'.

Definition at line 10 of file blockindex.cpp.

Here is the caller graph for this function: