Searched defs:index_map_subset_plan_t (Results 1 – 1 of 1) sorted by relevance
36 struct index_map_subset_plan_t struct38 enum index_map_index_t {45 void init (const DeltaSetIndexMap &index_map, in init()108 void fini () in fini()114 void remap (const DeltaSetIndexMap *input_map, in remap()143 unsigned int get_inner_bit_count () const { return inner_bit_count; } in get_inner_bit_count()144 …unsigned int get_width () const { return ((outer_bit_count + inner_bit_count + 7) / 8); } in get_width()145 unsigned int get_map_count () const { return map_count; } in get_map_count()147 unsigned int get_size () const in get_size()150 bool is_identity () const { return get_output_map ().length == 0; } in is_identity()[all …]