Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:remains

3785       Int remains = RES;
3790 if (nReadThisBuf > remains) nReadThisBuf = remains;
3792 remains -= nReadThisBuf;
3793 if (remains < 0) VG_(core_panic)("readv: remains < 0");