Home · API Reference · Modules |
Macros | |
#define | BITS2BYTES(x) ((((x) - 1) / 8) + 1) |
#define | TEST_BIT(bit, array) (array[(bit) / 8] & (1 << (bit) % 8)) |
#define BITS2BYTES | ( | x | ) | ((((x) - 1) / 8) + 1) |
#define TEST_BIT | ( | bit, | |
array | |||
) | (array[(bit) / 8] & (1 << (bit) % 8)) |
Copyright © 2011 Nokia Corporation | Maliit |