Searched refs:kLogarithmicSizeLimit (Results 1 – 1 of 1) sorted by relevance
35 static const int kLogarithmicSizeLimit = 32; variable53 if (number >= kLogarithmicSizeLimit) in ParsePropDictionaryValue()61 if (number >= ((UInt64)1 << kLogarithmicSizeLimit)) in ParsePropDictionaryValue()66 if (number >= ((UInt64)1 << (kLogarithmicSizeLimit - 10))) in ParsePropDictionaryValue()71 if (number >= ((UInt64)1 << (kLogarithmicSizeLimit - 20))) in ParsePropDictionaryValue()