Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mrsas/
H A Dmrsas_fp.c733 u_int32_t info, strip_offset, span, span_offset; in get_row_from_strip() local
745 strip_offset = mega_mod64(span_set_Strip, in get_row_from_strip()
752 if (strip_offset >= in get_row_from_strip()
753 span_set->strip_offset[span]) in get_row_from_strip()
818 strip += span_set->strip_offset[span]; in get_strip_from_row()
849 u_int32_t info, strip_offset, span, span_offset; in get_arm_from_strip() local
859 strip_offset = (u_int32_t)mega_mod64 in get_arm_from_strip()
866 if (strip_offset >= span_set->strip_offset[span]) in get_arm_from_strip()
867 span_offset = span_set->strip_offset[span]; in get_arm_from_strip()
874 return (strip_offset - span_offset); in get_arm_from_strip()
[all …]
H A Dmrsas.h1005 u_int8_t strip_offset[MAX_SPAN_DEPTH]; member
/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1925 strip_offset (tree expr, unsigned HOST_WIDE_INT *offset) in strip_offset() function
2206 base = strip_offset (iv->base, &offset); in add_iv_value_candidates()
3803 e1 = strip_offset (e1, &off1); in difference_cost()
3804 e2 = strip_offset (e2, &off2); in difference_cost()
H A DChangeLog-200521134 (strip_offset_1): Split the recursive part from strip_offset.
21136 (strip_offset): Split the recursive part to strip_offset_1.
32073 (strip_offset): Handle addresses.
32074 (add_address_candidates): Use strip_offset.
32075 (difference_cost): Reflect strip_offset change.