Lines Matching refs:benchProps
1180 CBenchProps *benchProps) in MethodBench() argument
1232 encoder.CheckCrc_Enc = (benchProps->EncComplex) > 30 ; in MethodBench()
1233 encoder.CheckCrc_Dec = (benchProps->DecComplexCompr + benchProps->DecComplexUnc) > 30 ; in MethodBench()
1276 …encoder.NumIterations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), comple… in MethodBench()
1346 …encoder.NumIterations = GetNumIterations(benchProps->GeDecomprCommands(encoder.compressedSize, enc… in MethodBench()
3060 CBenchProps benchProps; in Bench() local
3061 benchProps.SetLzmaCompexity(); in Bench()
3070 kOldLzmaDictBits, printCallback, benchCallback, &benchProps); in Bench()
3097 AString benchProps; in Bench() local
3101 benchProps = benchMethod.Ptr(propPos + 1); in Bench()
3107 if (benchProps.IsEmpty() in Bench()
3108 …|| benchMethod.IsEqualTo_Ascii_NoCase("crc32") && benchProps == "8" && method.PropsString.IsEmpty() in Bench()
3109 || method.PropsString.IsPrefixedBy_Ascii_NoCase(benchProps)) in Bench()
3113 if (method.PropsString.IsEqualTo_Ascii_NoCase(benchProps)) in Bench()
3415 AString benchProps; in Bench() local
3419 benchProps = benchMethod.Ptr(propPos + 1); in Bench()
3425 if (benchProps.IsEmpty() in Bench()
3426 || benchProps == "x5" && method.PropsString.IsEmpty() in Bench()
3427 || method.PropsString.IsPrefixedBy_Ascii_NoCase(benchProps)) in Bench()