Searched refs:hashSet (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c97 if (!globalGlyphs[fdepth].hashSet)
100 for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++)
136 CARD32 tableSize = hash->hashSet->size;
168 step = signature % hash->hashSet->rehash;
209 if (!globalGlyphs[format].hashSet)
234 for (i = 0; i < hash->hashSet->size; i++)
239 for (j = i + 1; j < hash->hashSet->size; j++)
281 for (i = 0; i < globalGlyphs[format].hashSet->size; i++)
417 AllocateGlyphHash (GlyphHashPtr hash, GlyphHashSetPtr hashSet) argument
419 hash->table = calloc(hashSet
431 GlyphHashSetPtr hashSet; local in function:ResizeGlyphHash
[all...]
H A Dglyphstr.h68 GlyphHashSetPtr hashSet; member in struct:_GlyphHash
130 AllocateGlyphHash (GlyphHashPtr hash, GlyphHashSetPtr hashSet);
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c93 if (!globalGlyphs[fdepth].hashSet)
96 for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++) {
127 CARD32 tableSize = hash->hashSet->size;
153 step = signature % hash->hashSet->rehash;
192 if (!globalGlyphs[format].hashSet)
216 for (i = 0; i < hash->hashSet->size; i++) {
220 for (j = i + 1; j < hash->hashSet->size; j++)
260 for (i = 0; i < globalGlyphs[format].hashSet->size; i++)
386 AllocateGlyphHash(GlyphHashPtr hash, GlyphHashSetPtr hashSet) argument
388 hash->table = calloc(hashSet
400 GlyphHashSetPtr hashSet; local in function:ResizeGlyphHash
[all...]
H A Dglyphstr.h68 GlyphHashSetPtr hashSet; member in struct:_GlyphHash
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxextension.c1113 for (i = 0; i < glyphSet->hash.hashSet->size; i++) {
1130 for (i = 0; i < glyphSet->hash.hashSet->size; i++) {

Completed in 14 milliseconds