Lines Matching refs:tableSize
121 uint32_t size = 1 << cache->tableSize, mask = size - 1; in findOption()
129 hash = (hash >> (16-cache->tableSize/2)) & mask; in findOption()
728 info->tableSize = 6; in driParseOptionInfo()
729 info->info = calloc(1 << info->tableSize, sizeof (driOptionInfo)); in driParseOptionInfo()
730 info->values = calloc(1 << info->tableSize, sizeof (driOptionValue)); in driParseOptionInfo()
926 unsigned i, size = 1 << info->tableSize; in initOptionCache()
928 cache->tableSize = info->tableSize; in initOptionCache()
929 cache->values = malloc((1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()
935 (1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()
1043 uint32_t i, size = 1 << info->tableSize; in driDestroyOptionInfo()
1058 unsigned i, size = 1 << cache->tableSize; in driDestroyOptionCache()