This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Variables | |
const int | SIZE_BYTE = 8 |
const int | SIZE_INT = sizeof(int) |
const int | SIZE_UINT = sizeof(unsigned int) |
const int | SIZE_USHORT = sizeof(unsigned short) |
const int | SHORT_PER_INT = SIZE_UINT / SIZE_USHORT |
const int | BITS_PER_INT = SIZE_UINT * SIZE_BYTE |
const int | BITS_PER_SHORT = SIZE_USHORT * SIZE_BYTE |
const unsigned int | Bit32Table [32] |
Bit32Table[i] contains a 1 at only position i. | |
const int | Bit16Table [16] |
Bit16Table[i] contains a 1 at only position i. | |
const char | CountTable [256] |
CountTable[i] contains the number of 1's in the byte value of i. |