Home
last modified time | relevance | path

Searched refs:offset_in_group (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/lib/
H A Dpacking.c63 size_t offset_of_group, offset_in_group, this_group = box / 4; in calculate_box_addr() local
74 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()