Lines Matching refs:tableSize
258 uint32_t size = 1 << cache->tableSize, mask = size - 1; in findOption()
266 hash = (hash >> (16-cache->tableSize/2)) & mask; in findOption()
319 info->tableSize = 6; in driParseOptionInfo()
320 info->info = calloc(1 << info->tableSize, sizeof(driOptionInfo)); in driParseOptionInfo()
321 info->values = calloc(1 << info->tableSize, sizeof(driOptionValue)); in driParseOptionInfo()
1015 unsigned i, size = 1 << info->tableSize; in initOptionCache()
1017 cache->tableSize = info->tableSize; in initOptionCache()
1018 cache->values = malloc((1<<info->tableSize) * sizeof(driOptionValue)); in initOptionCache()
1024 (1<<info->tableSize) * sizeof(driOptionValue)); in initOptionCache()
1079 uint32_t i, size = 1 << info->tableSize; in driDestroyOptionInfo()
1093 unsigned i, size = 1 << cache->tableSize; in driDestroyOptionCache()