Lines Matching refs:tableSize
262 uint32_t size = 1 << cache->tableSize, mask = size - 1; in findOption()
270 hash = (hash >> (16-cache->tableSize/2)) & mask; in findOption()
323 info->tableSize = 7; in driParseOptionInfo()
324 info->info = calloc((size_t)1 << info->tableSize, sizeof(driOptionInfo)); in driParseOptionInfo()
325 info->values = calloc((size_t)1 << info->tableSize, sizeof(driOptionValue)); in driParseOptionInfo()
1147 unsigned i, size = 1 << info->tableSize; in initOptionCache()
1149 cache->tableSize = info->tableSize; in initOptionCache()
1150 cache->values = malloc(((size_t)1 << info->tableSize) * sizeof(driOptionValue)); in initOptionCache()
1156 ((size_t)1 << info->tableSize) * sizeof(driOptionValue)); in initOptionCache()
1230 uint32_t i, size = 1 << info->tableSize; in driDestroyOptionInfo()
1244 unsigned i, size = 1 << cache->tableSize; in driDestroyOptionCache()