Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2532 UInt32 freq32 = 0; in Bench() local
2533 RINOK(ParsePropToUInt32(L"", propVariant, freq32)); in Bench()
2534 if (freq32 == 0) in Bench()
2536 specifiedFreq = (UInt64)freq32 * 1000000; in Bench()
2541 PrintNumber(*printCallback, freq32, 0); in Bench()