Searched refs:RESIZE_POLICY_RATIO_TABLE (Results 1 – 4 of 4) sorted by relevance
97 static const float RESIZE_POLICY_RATIO_TABLE[6] = { variable196 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2]; in _uhash_internalSetResizePolicy()197 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()
97 static const float RESIZE_POLICY_RATIO_TABLE[6] = { variable199 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2]; in _uhash_internalSetResizePolicy()200 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()