This file defines a very simple function for counting the number of bits in a byte or a multi-byte integer. More...
Go to the source code of this file.
Namespaces | |
namespace | chomp |
This is the top-level namespace of the CHomP library interface; most classes and functions are contained in its sub-namespaces. | |
namespace | chomp::homology |
This is the main namespace that contains most of the CHomP library classes and functions, some of which are used in the Uniform Expansion project. | |
Functions | |
int | chomp::homology::bitcountbyte (char n) |
int | chomp::homology::bitcount (int number) |
Variables | |
unsigned char | chomp::homology::bitcounttable [] |
This file defines a very simple function for counting the number of bits in a byte or a multi-byte integer.
Definition in file bitcount.h.