Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp13 bool ParseSizeString(const wchar_t *s, const PROPVARIANT &prop, UInt64 percentsBase, UInt64 &res) in ParseSizeString() argument
45 res = percentsBase / 100 * v; in ParseSizeString()
DHandlerOut.h12 bool ParseSizeString(const wchar_t *name, const PROPVARIANT &prop, UInt64 percentsBase, UInt64 &res…