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()
60721 i64 currentSize, newSize; local60725 rc = sqlite3OsFileSize(pPager->fd, ¤tSize);60727 if( rc==SQLITE_OK && currentSize!=newSize ){60728 if( currentSize>newSize ){60730 }else if( (currentSize+szPage)<=newSize ){60733 testcase( (newSize-szPage) == currentSize );60734 testcase( (newSize-szPage) > currentSize );