Home | History | Annotate | Download | only in memcheck

Lines Matching defs:cand

130    Int cand = get_otrack_shadow_offset_wrk( offset, szB );
131 if (cand == -1)
132 return cand;
133 tl_assert(0 == (cand & 3));
134 tl_assert(cand <= MC_SIZEOF_GUEST_STATE-4);
135 return cand;