Home | History | Annotate | Download | only in memcheck

Lines Matching refs:maxoff

1333    Int maxoff = minoff + size - 1;
1335 tl_assert((maxoff & ~0xFFFF) == 0);
1343 if (maxoff < minoffD || maxoffD < minoff)
1345 if (minoff >= minoffD && maxoff <= maxoffD)