Go to the source code of this file.
|
| | Gray |
| | < The main namespace for all Core functions.
|
| |
|
| #define | _1BITMASK(b) (((size_t)1)<<(b)) |
| | default bitmask type = size_t. Use cBits::Mask1() for other type. More...
|
| |
| #define | CUINT64(h, l) 0x##h##l##ULL |
| |
| #define | GETSIZEBYTES(nBits) (((nBits)+7)/8) |
| |
- Copyright
- 1992 - 2020 Dennis Robinson (http://www.menasoft.com)
◆ _1BITMASK
| #define _1BITMASK |
( |
|
b | ) |
(((size_t)1)<<(b)) |
default bitmask type = size_t. Use cBits::Mask1() for other type.
◆ CUINT64
| #define CUINT64 |
( |
|
h, |
|
|
|
l |
|
) |
| 0x##h##l##ULL |
◆ GETSIZEBYTES
| #define GETSIZEBYTES |
( |
|
nBits | ) |
(((nBits)+7)/8) |