Searched refs:newMap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGetMap.c153 xkbSymMapWireDesc *newMap; local in function:_XkbReadKeySyms
171 newMap = (xkbSymMapWireDesc *)
173 if (newMap == NULL)
175 oldMap->kt_index[0] = newMap->ktIndex[0];
176 oldMap->kt_index[1] = newMap->ktIndex[1];
177 oldMap->kt_index[2] = newMap->ktIndex[2];
178 oldMap->kt_index[3] = newMap->ktIndex[3];
179 oldMap->group_info = newMap->groupInfo;
180 oldMap->width = newMap->width;
182 if (offset + newMap
210 xkbSymMapWireDesc *newMap; local in function:_XkbReadKeySyms
[all...]
/xsrc/external/mit/libXfont/dist/src/util/
H A Datom.c121 AtomListPtr *newMap; local in function:ResizeReverseMap
128 newMap = realloc (reverseMap, newMapSize * sizeof (AtomListPtr));
129 if (newMap == NULL) {
135 reverseMap = newMap;
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Datom.c117 AtomListPtr *newMap; local in function:ResizeReverseMap
124 newMap = reallocarray(reverseMap, newMapSize, sizeof(AtomListPtr));
125 if (newMap == NULL) {
131 reverseMap = newMap;
/xsrc/external/mit/bdftopcf/dist/
H A Datom.c112 AtomListPtr *newMap; local in function:ResizeReverseMap
119 newMap = realloc(reverseMap, newMapSize * sizeof(AtomListPtr));
120 if (newMap == NULL) {
126 reverseMap = newMap;

Completed in 6 milliseconds