Searched refs:lastBytePosCached (Results 1 – 1 of 1) sorted by relevance
595 off64_t lastBytePosCached = mCacheOffset + mCache->totalSize(); in approxDataRemaining_l() local596 if (offset < lastBytePosCached) { in approxDataRemaining_l()597 return lastBytePosCached - offset; in approxDataRemaining_l()