Searched refs:strip_offset (Results 1 – 2 of 2) sorted by relevance
729 u_int32_t info, strip_offset, span, span_offset; in get_row_from_strip() local741 strip_offset = mega_mod64(span_set_Strip, in get_row_from_strip()748 if (strip_offset >= in get_row_from_strip()749 span_set->strip_offset[span]) in get_row_from_strip()813 strip += span_set->strip_offset[span]; in get_strip_from_row()844 u_int32_t info, strip_offset, span, span_offset; in get_arm_from_strip() local854 strip_offset = (u_int32_t)mega_mod64 in get_arm_from_strip()861 if (strip_offset >= span_set->strip_offset[span]) in get_arm_from_strip()862 span_offset = span_set->strip_offset[span]; in get_arm_from_strip()869 return (strip_offset - span_offset); in get_arm_from_strip()[all …]
1065 u_int8_t strip_offset[MAX_SPAN_DEPTH]; member