Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:remains

3817       Int remains = RES;
3822 if (nReadThisBuf > remains) nReadThisBuf = remains;
3824 remains -= nReadThisBuf;
3825 if (remains < 0) VG_(core_panic)("readv: remains < 0");