const char * actf_flags_find(const actf_flags *f, uint64_t val, actf_it *it)
Find the next flag name matching the provided value.
const char * actf_flags_find_first_match(const actf_flags *f, uint64_t val)
Find the first flag name matching the provided value.
struct actf_flags actf_flags
Flags map names to bit index range sets.
Definition flags.h:34
An iterator.
Definition types.h:136
Basic types used by ACTF.