Home | History | Annotate | Download | only in memcheck

Lines Matching refs:minoff

1195    Int minoff = offset;
1196 Int maxoff = minoff + size - 1;
1197 tl_assert((minoff & ~0xFFFF) == 0);
1206 if (maxoff < minoffD || maxoffD < minoff)
1208 if (minoff >= minoffD && maxoff <= maxoffD)