Lines Matching defs:resid
312 off_t resid;338 resid = GetHeader().Time_to_Bytes(GetLength()) - offset;339 if (resid <= 0) {344 if (cnt > resid)345 cnt = resid;377 off_t resid;403 resid = (off_t)bufsize - offset;404 if (resid <= 0) {409 if (cnt > resid)410 cnt = resid;