Searched refs:reverseMapSize (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/util/
H A Datom.c53 static int reverseMapSize; variable in typeref:typename:int
124 if (reverseMapSize == 0)
127 newMapSize = reverseMapSize * 2;
136 reverseMapSize = newMapSize;
220 if (reverseMapSize <= a->atom) {
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Datom.c54 static int reverseMapSize; variable in typeref:typename:int
120 if (reverseMapSize == 0)
123 newMapSize = reverseMapSize * 2;
132 reverseMapSize = newMapSize;
207 if (reverseMapSize <= a->atom) {
/xsrc/external/mit/bdftopcf/dist/
H A Datom.c52 static size_t reverseMapSize; variable in typeref:typename:size_t
115 if (reverseMapSize == 0)
118 newMapSize = reverseMapSize * 2;
127 reverseMapSize = newMapSize;
198 if (reverseMapSize <= a->atom) {

Completed in 6 milliseconds