Searched refs:hashUsed (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXfont2/dist/src/stubs/ | ||
| H A D | atom.c | 49 static unsigned hashSize, hashUsed; variable in typeref:typename:unsigned 189 if (hashUsed >= hashSize / 2) { 191 ((hashTable == NULL) || (hashUsed == hashSize))) { 206 hashUsed++; |
| /xsrc/external/mit/libXfont/dist/src/util/ | ||
| H A D | atom.c | 48 static int hashSize, hashUsed; variable in typeref:typename:int 204 if (hashUsed >= hashSize / 2) 219 hashUsed++; |
| /xsrc/external/mit/bdftopcf/dist/ | ||
| H A D | atom.c | 47 static unsigned hashSize, hashUsed; variable in typeref:typename:unsigned 184 if (hashUsed >= hashSize / 2) { 197 hashUsed++; |
Completed in 5 milliseconds