Searched refs:offset_of_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() local67 offset_of_group = this_group * 4; in calculate_box_addr()69 offset_of_group = len - ((this_group + 1) * 4); in calculate_box_addr()71 group_size = min(4, len - offset_of_group); in calculate_box_addr()78 return offset_of_group + offset_in_group; in calculate_box_addr()