Home
last modified time | relevance | path

Searched refs:sizePrint (Results 1 – 1 of 1) sorted by relevance

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/GUI/
H A DCompressDialog.cpp929 UInt32 sizePrint = size; in AddDictionarySize() local
931 sizePrint >>= 10; in AddDictionarySize()
933 sizePrint >>= 20; in AddDictionarySize()
935 ConvertUInt32ToString(sizePrint, s); in AddDictionarySize()