Searched refs:currPos (Results 1 – 1 of 1) sorted by relevance
65 … auto currPos = StreamBufProxy::seekoff(std::streamoff(0), std::ios_base::cur, std::ios_base::in); in xsgetn() local66 currPos -= StartPosForIV_; in xsgetn()67 auto blkOff = currPos / BLK_SIZE; in xsgetn()68 auto blkIdx = currPos % BLK_SIZE; in xsgetn()
Completed in 2 milliseconds