Searched refs:currentSize (Results 1 – 3 of 3) sorted by relevance
182 uint64_t currentSize = 0, cutoffSize = 1;197 currentSize += D::getSize(*sections[*sectionIdxs.begin()]);208 if (timestamp >= cutoffTimestamp || currentSize >= cutoffSize) {210 cutoffSize = 2 * currentSize;
1051 U32 currentSize = 0; in ZDICT_trainFromBuffer_unsafe_legacy() local1053 currentSize += dictList[n].length; in ZDICT_trainFromBuffer_unsafe_legacy()1054 if (currentSize > targetDictSize) { currentSize -= dictList[n].length; break; } in ZDICT_trainFromBuffer_unsafe_legacy()1057 dictContentSize = currentSize; in ZDICT_trainFromBuffer_unsafe_legacy()
62251 i64 currentSize, newSize; local62255 rc = sqlite3OsFileSize(pPager->fd, ¤tSize);62257 if( rc==SQLITE_OK && currentSize!=newSize ){62258 if( currentSize>newSize ){62260 }else if( (currentSize+szPage)<=newSize ){62263 testcase( (newSize-szPage) == currentSize );62264 testcase( (newSize-szPage) > currentSize );