Searched refs:offset_in_group (Results 1 – 1 of 1) sorted by relevance
63 size_t offset_of_group, offset_in_group, this_group = box / 4; in calculate_box_addr() local74 offset_in_group = box - this_group * 4; in calculate_box_addr()76 offset_in_group = group_size - (box - this_group * 4) - 1; in calculate_box_addr()78 return offset_of_group + offset_in_group; in calculate_box_addr()