Searched refs:tableSize (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DObject.c140 register int tableSize; local in function:ConstructCallbackOffsets
160 tableSize = (int) (long) superTable[0];
164 tableSize = 0;
173 tableSize++;
182 newTable = XtMallocArray((Cardinal) tableSize + 1,
185 newTable[0] = (XrmResource *) (XtIntPtr) tableSize;
188 tableSize -= (int) (long) superTable[0];
190 for (i = 1; tableSize > 0; resourceList++)
193 tableSize--;
197 for (tableSize
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dxmlconfig.h83 unsigned int tableSize; member in struct:driOptionCache
141 for (int i = 0; i < 1 << cache->tableSize; i++) {
H A Dxmlconfig.c55 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) * sizeo
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxmlconfig.h93 unsigned int tableSize; member in struct:driOptionCache
180 for (int i = 0; i < 1 << cache->tableSize; i++) {
H A Dxmlconfig.c262 uint32_t size = 1 << cache->tableSize, mask = size - 1;
270 hash = (hash >> (16-cache->tableSize/2)) & mask;
323 info->tableSize = 6;
324 info->info = calloc((size_t)1 << info->tableSize, sizeof(driOptionInfo));
325 info->values = calloc((size_t)1 << info->tableSize, sizeof(driOptionValue));
1117 unsigned i, size = 1 << info->tableSize;
1119 cache->tableSize = info->tableSize;
1120 cache->values = malloc(((size_t)1 << info->tableSize) * sizeof(driOptionValue));
1126 ((size_t)1 << info->tableSize) * sizeo
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c136 CARD32 tableSize = hash->hashSet->size; local in function:FindGlyphRef
139 elt = signature % tableSize;
173 if (elt >= tableSize)
174 elt -= tableSize;
511 CARD32 i, tableSize = glyphSet->hash.hashSet->size; local in function:FreeGlyphSet
515 for (i = 0; i < tableSize; i++)
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c127 CARD32 tableSize = hash->hashSet->size; local in function:FindGlyphRef
130 elt = signature % tableSize;
158 if (elt >= tableSize)
159 elt -= tableSize;
474 CARD32 i, tableSize = glyphSet->hash.hashSet->size; local in function:FreeGlyphSet
478 for (i = 0; i < tableSize; i++) {

Completed in 8 milliseconds