Searched refs:new_key (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c126 struct fd_batch_key *new_key = rzalloc_size(mem_ctx, sz); local in function:fd_batch_key_clone
127 memcpy(new_key, key, sz);
128 return new_key;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbActions.c869 if ((pAction->redirect.new_key < xkbi->desc->min_key_code) ||
870 (pAction->redirect.new_key > xkbi->desc->max_key_code)) {
880 ev.detail.key = pAction->redirect.new_key;
918 previous new_key. Otherwise, repeat. */
919 ev.detail.key = filter->upAction.redirect.new_key;
920 if (pAction == NULL || ev.detail.key != pAction->redirect.new_key) {
962 /* We return 1 in case we have sent a release event because the new_key
965 new_key. */
966 return (pAction && ev.detail.key != pAction->redirect.new_key);
H A Dxkbtext.c1107 kc = act->new_key;
H A Dxkmread.c520 act->redirect.new_key = wire.actionData[0];
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbActions.c816 if ((pAction->redirect.new_key<xkbi->desc->min_key_code)||
817 (pAction->redirect.new_key>xkbi->desc->max_key_code)) {
828 ev.detail.key = pAction->redirect.new_key;
859 ev.detail.key = filter->upAction.redirect.new_key;
H A Dxkbtext.c1013 kc= act->new_key;
H A Dxkmread.c517 act->redirect.new_key = wire.actionData[0];
/xsrc/external/mit/xorg-server/dist/include/
H A Dxkbstr.h227 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbstr.h220 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBstr.h215 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/xsrc/external/mit/xkbcomp/dist/
H A Daction.c1087 act->new_key = t1;
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbtext.c1288 kc = act->new_key;

Completed in 26 milliseconds