#include <stdint.h>
Include dependency graph for bitmap.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| uint32_t | i2v32 (int index) |
| convert bit index to 32 bit value | |
| uint64_t | i2v64 (int index) |
| convert bit index to 64 bit value | |
| int | v2i32 (uint32_t val) |
| convert 32 bit value to bit index | |
| int | v2i64 (uint64_t val) |
| convert 64 bit value to bit index | |
1.5.2