Go to the source code of this file.
Classes | |
class | bit_string_t |
Class for impementation of field of bits. More... | |
Variables | |
static const ulong_int_t | bit_values [32] |
const ulong_int_t bit_values[32] [static] |
Initial value:
{1, 2, 4, 8, 16, 32, 64, 128, 256, 1<<9, 1<<10, 1<<11, 1<<12, 1<<13, 1<<14, 1<<15, 1<<16, 1<<17, 1<<18, 1<<19, 1<<20, 1<<21, 1<<22, 1<<23, 1<<24, 1<<25, 1<<26, 1<<27, 1<<28, 1<<29, 1<<30, 1<<31}