| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XQueryDv.c | 6 documentation for any purpose is hereby granted without fee, provided that 30 documentation for any purpose and without fee is hereby granted, 75 XInputClass *any, *Any; local in function:XQueryDeviceState 103 for (i = 0, any = (XInputClass *) data; i < (int)rep.num_classes; i++) { 104 if ((char *)any + sizeof(XInputClass) > end || 105 any->length == 0 || any->length > rlen) 107 rlen -= any->length; 109 switch (any->class) { 118 xValuatorState *v = (xValuatorState *) any; [all...] |
| H A D | XListDev.c | 6 documentation for any purpose is hereby granted without fee, provided that 30 documentation for any purpose and without fee is hereby granted, 77 SizeClassInfo(xAnyClassPtr *any, size_t len, int num_classes, size_t *size) argument 83 switch ((*any)->class) { 96 v = (xValuatorInfoPtr) *any; 104 if ((*any)->length > len) 106 *any = (xAnyClassPtr) ((char *)(*any) + (*any)->length); 115 ParseClassInfo(xAnyClassPtr *any, XAnyClassPt argument 186 xAnyClassPtr any, sav_any; local in function:XListInputDevices [all...] |
| H A D | XIHierarchy.c | 6 documentation for any purpose is hereby granted without fee, provided that 48 XIAnyHierarchyChangeInfo* any; local in function:XIChangeHierarchy 67 for (i = 0, any = changes; i < num_changes; i++, any++) 69 switch(any->type) 73 int slen = (strlen(any->add.name)); 100 for (i = 0, any = changes; i < num_changes; i++, any++) 102 switch(any->type) 106 XIAddMasterInfo* C = &any [all...] |
| H A D | XExtToWire.c | 6 documentation for any purpose is hereby granted without fee, provided that 30 documentation for any purpose and without fee is hereby granted, 329 XInputClass *any = (XInputClass *) & ev->data[0]; local in function:_XiEventToWire 335 if (any->class == KeyClass) { 336 XKeyStatus *k = (XKeyStatus *) any; 340 } else if (any->class == ButtonClass) { 341 XButtonStatus *b = (XButtonStatus *) any; 345 } else if (any->class == ValuatorClass) { 346 XValuatorStatus *v = (XValuatorStatus *) any; 351 any [all...] |
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xiquerydevice.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 102 xXIAnyInfo *any; local in function:reply_XIQueryDevice_data 153 any = 157 swaps(&any->type); 158 swaps(&any->length); 159 swaps(&any->sourceid); 167 xXIKeyInfo *ki = (xXIKeyInfo *) any; 174 assert(any->type == XIKeyClass); 177 assert(any->length == (2 + ki->num_keycodes)); 191 assert(any [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_input.c | 118 XInputClass *any; local in function:queryTabletPos 123 any = state->data; 126 switch (any->c_class) { 128 switch (any->class) { 131 v = (XValuatorState *) any; 139 any = (XInputClass *) ((char *) any + any->length); 319 XAnyClassPtr any; local in function:probeDevices 350 any [all...] |
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-xiquerydevice.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 96 xXIAnyInfo *any; local in function:reply_XIQueryDevice_data 151 any = (xXIAnyInfo*)((char*)&info[1] + ((info->name_len + 3)/4) * 4); 156 swaps(&any->type, n); 157 swaps(&any->length, n); 158 swaps(&any->sourceid, n); 167 xXIKeyInfo *ki = (xXIKeyInfo*)any; 174 g_assert(any->type == XIKeyClass); 176 g_assert(any->length == (2 + ki->num_keycodes)); 192 g_assert(any [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xiquerydevice.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 543 char *any = (char *) &info[1]; local in function:ListDeviceInfo 554 memset(any, 0, len); 555 strncpy(any, dev->name, info->name_len); 556 any += len; 559 total_len += ListDeviceClasses(client, dev, any, &info->num_classes); 564 * Write the class info of the device into the memory pointed to by any, set 570 char *any, uint16_t * nclasses) 582 len = ListButtonInfo(dev, (xXIButtonInfo *) any, rc == Success); 583 any 569 ListDeviceClasses(ClientPtr client,DeviceIntPtr dev,char * any,uint16_t * nclasses) argument 629 char *any = (char *) &info[1]; local in function:SwapDeviceInfo [all...] |
| H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char *any, uint16_t * nclasses);
|
| H A D | xichangehierarchy.c | 5 * Permission is hereby granted, free of charge, to any person obtaining a 438 xXIAnyHierarchyChangeInfo *any; local in function:ProcXIChangeHierarchy 456 any = (xXIAnyHierarchyChangeInfo *) &stuff[1]; 463 SWAPIF(swaps(&any->type)); 464 SWAPIF(swaps(&any->length)); 466 if (len < ((size_t)any->length << 2)) 471 if ((len < sizeof(type)) || (any->length != (sizeof(type) >> 2))) { \ 477 switch (any->type) { 480 xXIAddMasterInfo *c = (xXIAddMasterInfo *) any; 501 xXIRemoveMasterInfo *r = (xXIRemoveMasterInfo *) any; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | xiquerydevice.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 408 char *any = (char*)&info[1]; local in function:ListDeviceInfo 419 memset(any, 0, len); 420 strncpy(any, dev->name, info->name_len); 421 any += len; 424 total_len += ListDeviceClasses(client, dev, any, &info->num_classes); 429 * Write the class info of the device into the memory pointed to by any, set 435 char *any, uint16_t *nclasses) 448 len = ListButtonInfo(dev, (xXIButtonInfo*)any, rc == Success); 449 any 434 ListDeviceClasses(ClientPtr client,DeviceIntPtr dev,char * any,uint16_t * nclasses) argument 476 char *any = (char*)&info[1]; local in function:SwapDeviceInfo [all...] |
| H A D | xichangehierarchy.c | 5 * Permission is hereby granted, free of charge, to any person obtaining a 438 xXIAnyHierarchyChangeInfo *any; local in function:ProcXIChangeHierarchy 459 any = (xXIAnyHierarchyChangeInfo*)&stuff[1]; 467 SWAPIF(swapl(&any->type, n)); 468 SWAPIF(swaps(&any->length, n)); 470 if ((any->length > (INT_MAX >> 2)) || (len < (any->length << 2))) 475 if ((len < sizeof(type)) || (any->length != (sizeof(type) >> 2))) { \ 481 switch(any->type) 485 xXIAddMasterInfo* c = (xXIAddMasterInfo*)any; [all...] |
| H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char* any, uint16_t* nclasses);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/ |
| H A D | xkbPrivate.c | 22 XkbAnyAction *xf86act = &(act->any);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/xkb/ |
| H A D | xkbPrivate.c | 23 XkbAnyAction *xf86act = &(act->any);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mieq.c | 6 documentation for any purpose is hereby granted without fee, provided that 213 if (e->any.type == ET_Motion) 251 evlen = e->any.length; 255 time = e->any.time; 260 e->any.time = miEventQueue.lastEventTime; 262 miEventQueue.lastEventTime = evt->any.time; 309 switch (event->any.type) { 355 event->any.type); 367 if (original->any.type == ET_ButtonPress || 368 original->any [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | cso.rst | 9 can be bound at any time for the desired effect.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | cso.rst | 9 can be bound at any time for the desired effect.
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | servermd.h | 6 documentation for any purpose is hereby granted without fee, provided that 30 documentation for any purpose and without fee is hereby granted, 51 #error Drivers must include xorg-server.h before any other xserver headers 52 #error xserver code must include dix-config.h before any other headers
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mieq.c | 6 documentation for any purpose is hereby granted without fee, provided that 162 if (e->any.type == ET_Motion) 189 evlen = e->any.length; 207 time = e->any.time; 212 e->any.time = miEventQueue.lastEventTime; 214 miEventQueue.lastEventTime = ((InternalEvent*)evt->event)->any.time; 261 switch(event->any.type) 287 event->any.type); 299 if (original->any.type == ET_ButtonPress || 300 original->any [all...] |
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | list.c | 5 * documentation for any purpose is hereby granted without fee, provided that 11 * representations about the suitability of this software for any purpose. It 40 XAnyClassPtr any; local in function:print_info 90 any = (XAnyClassPtr) (info->inputclassinfo); 92 switch (any->class) { 94 k = (XKeyInfoPtr) any; 101 b = (XButtonInfoPtr) any; 106 v = (XValuatorInfoPtr) any; 122 any = (XAnyClassPtr) ((char *) any [all...] |
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | eventstr.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 71 #define CHECKEVENT(ev) if (ev && ((InternalEvent*)(ev))->any.header != 0xFF) \ 73 ((InternalEvent*)(ev))->any.header); 234 } any; member in union:_InternalEvent
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBSetGeom.c | 5 software and its documentation for any purpose and without 13 of this software for any purpose. It is provided "as is" 14 without any express or implied warranty. 116 if (doodad->any.type == XkbTextDoodad) { 120 else if (doodad->any.type == XkbLogoDoodad) { 254 doodadWire->any.name = doodad->any.name; 255 doodadWire->any.type = doodad->any.type; 256 doodadWire->any [all...] |
| /xsrc/external/mit/iceauth/dist/ |
| H A D | configure.ac | 5 dnl documentation for any purpose is hereby granted without fee, provided that 11 dnl representations about the suitability of this software for any purpose. It 32 # Must be called before any macros that run the compiler (like
|
| /xsrc/external/mit/libFS/dist/ |
| H A D | configure.ac | 5 # documentation for any purpose is hereby granted without fee, provided that 11 # representations about the suitability of this software for any purpose. It 35 # Must be called before any macros that run the compiler (like
|