ice_bitstr_t
#define ICE_BITSTR_BITS (sizeof(ice_bitstr_t) * 8)
static inline ice_bitstr_t *
((name)[bitstr_size(nbits) / sizeof(ice_bitstr_t)])
static inline ice_bitstr_t
static inline ice_bitstr_t
ice_bit_test(const ice_bitstr_t *bitstr, size_t bit)
ice_bit_set(ice_bitstr_t *bitstr, size_t bit)
ice_bit_clear(ice_bitstr_t *bitstr, size_t bit)
ice_bit_count(ice_bitstr_t *bitstr, size_t start, size_t nbits)
ice_bitstr_t *curbitstr, mask;
ice_bit_ff_at(ice_bitstr_t *bitstr, size_t start, size_t nbits, int match)
ice_bitstr_t *curbitstr;
ice_bitstr_t *stopbitstr;
ice_bitstr_t mask;
ice_bitstr_t test;
ice_bit_ff_area_at(ice_bitstr_t *bitstr, size_t start, size_t nbits,
ice_bitstr_t *curbitstr, mask, test;
ice_bitstr_t *resources;