Searched defs:gen_field_iterator (Results 1 – 1 of 1) sorted by relevance
67 struct gen_field_iterator { struct68 struct gen_group *group;69 char name[128];70 char value[128];71 uint64_t raw_value;72 struct gen_group *struct_desc;73 const uint32_t *p;74 int p_bit; /**< bit offset into p */75 const uint32_t *p_end;76 int bit; /**< current field starts at this bit offset into p */[all …]