Searched refs:strip_offset (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_fp.c733 u_int32_t info, strip_offset, span, span_offset; local
745 strip_offset = mega_mod64(span_set_Strip,
752 if (strip_offset >=
753 span_set->strip_offset[span])
818 strip += span_set->strip_offset[span];
849 u_int32_t info, strip_offset, span, span_offset; local
859 strip_offset = (u_int32_t)mega_mod64
866 if (strip_offset >= span_set->strip_offset[span])
867 span_offset = span_set->strip_offset[spa
[all...]
H A Dmrsas.h1005 u_int8_t strip_offset[MAX_SPAN_DEPTH]; member in struct:_LD_SPAN_SET
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1925 strip_offset (tree expr, unsigned HOST_WIDE_INT *offset) function
2206 base = strip_offset (iv->base, &offset);
3803 e1 = strip_offset (e1, &off1);
3804 e2 = strip_offset (e2, &off2);

Completed in 114 milliseconds