Searched refs:reducedDictionarySize (Results 1 – 1 of 1) sorted by relevance
17 UInt32 reducedDictionarySize = 1 << 10; in SetMethodProperties() local22 const UInt32 step = (reducedDictionarySize >> 1); in SetMethodProperties()23 if (reducedDictionarySize >= *inSizeForReduce) in SetMethodProperties()28 reducedDictionarySize += step; in SetMethodProperties()29 if (reducedDictionarySize >= *inSizeForReduce) in SetMethodProperties()34 if (reducedDictionarySize >= ((UInt32)3 << 30)) in SetMethodProperties()36 reducedDictionarySize += step; in SetMethodProperties()66 if (reducedDictionarySize < value.ulVal) in SetMethodProperties()67 value.ulVal = reducedDictionarySize; in SetMethodProperties()