Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/raidframe/
H A Drf_pqdegdags.c127 RF_RaidAddr_t s0off = rf_StripeUnitOffset(layoutPtr, ppda->startSector); in applyPDA() local
139 if ((suoffset < s0off + s0len) && (suoffset + len > s0off)) { in applyPDA()
144 if (suoffset < s0off) { in applyPDA()
145 delta = s0off - suoffset; in applyPDA()
147 suoffset = s0off; in applyPDA()
150 if (suoffset > s0off) { in applyPDA()
151 delta = suoffset - s0off; in applyPDA()
155 if ((suoffset + len) > (s0len + s0off)) in applyPDA()
156 len = s0len + s0off - suoffset; in applyPDA()
/dports/math/gecode/gecode-0916a1a/gecode/flatzinc/
H A Dregistry.cpp749 int s0off = idxset0.min(); in p_array_int_element2d() local
753 … element(s, sia, selector1, -s1off, w, selector0, -s0off, h, s.arg2IntVar(ce[5]), s.ann2ipl(ann)); in p_array_int_element2d()
756 … element(s, iv, selector1, -s1off, w, selector0, -s0off, h, s.arg2IntVar(ce[5]), s.ann2ipl(ann)); in p_array_int_element2d()
818 int s0off = idxset0.min(); in p_array_bool_element2d() local
822 … element(s, sia, selector1, -s1off, w, selector0, -s0off, h, s.arg2BoolVar(ce[5]), s.ann2ipl(ann)); in p_array_bool_element2d()
825 … element(s, iv, selector1, -s1off, w, selector0, -s0off, h, s.arg2BoolVar(ce[5]), s.ann2ipl(ann)); in p_array_bool_element2d()