Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2883 UInt32 freq32 = 0; in Bench() local
2884 RINOK(ParsePropToUInt32(UString(), propVariant, freq32)); in Bench()
2885 if (freq32 == 0) in Bench()
2887 specifiedFreq = (UInt64)freq32 * 1000000; in Bench()
2892 PrintNumber(*printCallback, freq32, 0); in Bench()