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

/xsrc/external/mit/libXfont/dist/src/util/
H A Datom.c52 static AtomListPtr *reverseMap; variable in typeref:typename:AtomListPtr *
128 newMap = realloc (reverseMap, newMapSize * sizeof (AtomListPtr));
131 " reverseMap (%ld)\n",
135 reverseMap = newMap;
224 reverseMap[a->atom] = a;
248 return reverseMap[atom]->name;
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Datom.c53 static AtomListPtr *reverseMap; variable in typeref:typename:AtomListPtr *
124 newMap = reallocarray(reverseMap, newMapSize, sizeof(AtomListPtr));
127 " reverseMap (%ld)\n",
131 reverseMap = newMap;
211 reverseMap[a->atom] = a;
225 return reverseMap[atom]->name;
/xsrc/external/mit/bdftopcf/dist/
H A Datom.c51 static AtomListPtr *reverseMap; variable in typeref:typename:AtomListPtr *
119 newMap = realloc(reverseMap, newMapSize * sizeof(AtomListPtr));
122 " reverseMap (%ld)\n",
126 reverseMap = newMap;
202 reverseMap[a->atom] = a;
210 return reverseMap[atom]->name;
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dvmmouse.c228 static char reverseMap[32] = { 0, 4, 2, 6, 1, 5, 3, 7, variable in typeref:typename:char[32]
570 buttons = reverseBits(reverseMap, buttons);
592 change = buttons ^ reverseBits(reverseMap, pMse->lastButtons);
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.c2028 static char reverseMap[16] = { 0, 4, 2, 6, variable in typeref:typename:char[16]
2436 b = reverseBits(reverseMap, truebuttons);

Completed in 12 milliseconds