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

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBUse.c43 int first, oldLast, newLast; local in function:XkbNoteMapChanges
51 newLast = new->first_type + new->num_types - 1;
55 if (oldLast > newLast)
56 newLast = oldLast;
58 old->num_types = newLast - first + 1;
69 newLast = new->first_key_sym + new->num_key_syms - 1;
73 if (oldLast > newLast)
74 newLast = oldLast;
76 old->num_key_syms = newLast - first + 1;
87 newLast
185 int first, oldLast, newLast; local in function:_XkbNoteCoreMapChanges
[all...]
H A DXKBExtDev.c48 int first, last, newLast; local in function:XkbNoteDeviceChanges
55 newLast = new->first_btn + new->num_btns - 1;
56 if (newLast > last)
57 last = newLast;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c250 CARD8 oldLast,newLast; local in function:XkbUpdateKeyTypesFromCore
252 newLast = first+num-1;
256 if (oldLast>newLast)
257 newLast= oldLast;
258 changes->map.num_key_syms = newLast-changes->map.first_key_sym+1;
309 CARD8 oldLast,newLast; local in function:XkbUpdateDescActions
311 newLast = first+num-1;
315 if (newLast>oldLast)
316 newLast= oldLast;
317 changes->map.num_key_acts= newLast
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c250 CARD8 oldLast, newLast; local in function:XkbUpdateKeyTypesFromCore
253 newLast = first + num - 1;
257 if (oldLast > newLast)
258 newLast = oldLast;
259 changes->map.num_key_syms = newLast - changes->map.first_key_sym + 1;
308 CARD8 oldLast, newLast; local in function:XkbUpdateDescActions
311 newLast = first + num - 1;
315 if (newLast > oldLast)
316 newLast = oldLast;
317 changes->map.num_key_acts = newLast
[all...]

Completed in 6 milliseconds