Go to the source code of this file.
◆ DC_BITSET_STATIC_CAPACITY_TO_BYTES
| #define DC_BITSET_STATIC_CAPACITY_TO_BYTES |
( |
| CAPACITY | ) |
|
Value:
#define CAPACITY
A hybrid of a bump allocator on a statically allocated buffer, and any other allocator.
Definition at line 3 of file utils.h.
◆ DC_BITSET_STATIC_INDEX_TO_BYTES
| #define DC_BITSET_STATIC_INDEX_TO_BYTES |
( |
| INDEX | ) |
|
Value:
Definition at line 4 of file utils.h.
◆ DC_BITSET_STATIC_INDEX_TO_OFFSET
| #define DC_BITSET_STATIC_INDEX_TO_OFFSET |
( |
| INDEX | ) |
|
Value:
Definition at line 5 of file utils.h.
◆ DC_BITSET_STATIC_OFFSET_TO_MASK
| #define DC_BITSET_STATIC_OFFSET_TO_MASK |
( |
| OFFSET | ) |
|
Value:(uint8_t)((uint8_t)1 << (uint8_t)OFFSET)
Definition at line 6 of file utils.h.