Searched refs:maximumCacheableValue (Results 1 – 1 of 1) sorted by relevance
83 static const int maximumCacheableValue = 256; in createValue() local84 if (value < 0 || value > maximumCacheableValue) in createValue()