Lines Matching refs:tableSize
55 uint32_t size = 1 << cache->tableSize, mask = size - 1;
63 hash = (hash >> (16-cache->tableSize/2)) & mask;
662 info->tableSize = 6;
663 info->info = calloc(1 << info->tableSize, sizeof (driOptionInfo));
664 info->values = calloc(1 << info->tableSize, sizeof (driOptionValue));
864 unsigned i, size = 1 << info->tableSize;
866 cache->tableSize = info->tableSize;
867 cache->values = malloc((1<<info->tableSize) * sizeof (driOptionValue));
873 (1<<info->tableSize) * sizeof (driOptionValue));
1025 uint32_t i, size = 1 << info->tableSize;
1040 unsigned i, size = 1 << cache->tableSize;