Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:remains

1607       Int remains = RES;
1612 if (nReadThisBuf > remains) nReadThisBuf = remains;
1614 remains -= nReadThisBuf;
1615 if (remains < 0) VG_(core_panic)("readv: remains < 0");