Searched refs:type_ndx (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBMisc.c | 713 int type_ndx; local in function:XkbUpdateKeyTypeVirtualMods 714 type_ndx= type-xkb->map->types; 715 if ((type_ndx<0)||(type_ndx>xkb->map->num_types)) 720 if (type_ndx<changes->map.first_type) { 721 changes->map.first_type= type_ndx; 722 changes->map.num_types= (last-type_ndx)+1; 724 else if (type_ndx>last) { 725 changes->map.num_types= (type_ndx-changes->map.first_type)+1; 730 changes->map.first_type= type_ndx; [all...] |
| H A D | XKBMAlloc.c | 270 int type_ndx, 278 if ((type_ndx<0)||(type_ndx>=xkb->map->num_types)||(map_count<0)|| 281 switch (type_ndx) { 293 type= &xkb->map->types[type_ndx]; 374 if (XkbKeyKeyTypeIndex(xkb,i,g)==type_ndx) { 429 if (XkbKeyKeyTypeIndex(xkb,i,g)==type_ndx) { 451 if (XkbKeyKeyTypeIndex(xkb,key,g)==type_ndx) { 269 XkbResizeKeyType(XkbDescPtr xkb,int type_ndx,int map_count,Bool want_preserve,int new_num_lvls) argument
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBMisc.c | 738 int type_ndx; local in function:XkbUpdateKeyTypeVirtualMods 740 type_ndx = type - xkb->map->types; 741 if ((type_ndx < 0) || (type_ndx > xkb->map->num_types)) 747 if (type_ndx < changes->map.first_type) { 748 changes->map.first_type = type_ndx; 749 changes->map.num_types = (last - type_ndx) + 1; 751 else if (type_ndx > last) { 753 (type_ndx - changes->map.first_type) + 1; 758 changes->map.first_type = type_ndx; [all...] |
| H A D | XKBMAlloc.c | 269 int type_ndx, 275 if ((type_ndx < 0) || (type_ndx >= xkb->map->num_types) || (map_count < 0) 278 switch (type_ndx) { 290 type = &xkb->map->types[type_ndx]; 375 if (XkbKeyKeyTypeIndex(xkb, i, g) == type_ndx) { 434 if (XkbKeyKeyTypeIndex(xkb, i, g) == type_ndx) { 458 if (XkbKeyKeyTypeIndex(xkb, key, g) == type_ndx) { 268 XkbResizeKeyType(XkbDescPtr xkb,int type_ndx,int map_count,Bool want_preserve,int new_num_lvls) argument
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBMAlloc.c | 347 int type_ndx, 355 if ((type_ndx < 0) || (type_ndx >= xkb->map->num_types) || (map_count < 0) 358 switch (type_ndx) { 370 type = &xkb->map->types[type_ndx]; 445 if (XkbKeyKeyTypeIndex(xkb, i, g) == type_ndx) { 504 if (XkbKeyKeyTypeIndex(xkb, i, g) == type_ndx) { 528 if (XkbKeyKeyTypeIndex(xkb, key, g) == type_ndx) { 346 XkbResizeKeyType(XkbDescPtr xkb,int type_ndx,int map_count,Bool want_preserve,int new_num_lvls) argument
|
| H A D | XKBMisc.c | 880 int type_ndx; local in function:XkbUpdateKeyTypeVirtualMods 882 type_ndx = type - xkb->map->types; 883 if ((type_ndx < 0) || (type_ndx > xkb->map->num_types)) 889 if (type_ndx < changes->map.first_type) { 890 changes->map.first_type = type_ndx; 891 changes->map.num_types = (last - type_ndx) + 1; 893 else if (type_ndx > last) { 895 (type_ndx - changes->map.first_type) + 1; 900 changes->map.first_type = type_ndx; [all...] |
Completed in 17 milliseconds