| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | touch.c | 41 DeviceIntRec dev; 100 DeviceIntRec dev; 168 DeviceIntRec dev; 215 DeviceIntRec dev; 259 DeviceIntRec dev;
|
| H A D | input.c | 60 DeviceIntRec dev; 67 memset(&dev, 0, sizeof(DeviceIntRec)); 577 DeviceIntRec xi_all_devices, xi_all_master_devices, dev1, dev2; 608 memset(&xi_all_devices, 0, sizeof(DeviceIntRec)); 609 memset(&xi_all_master_devices, 0, sizeof(DeviceIntRec)); 610 memset(&dev1, 0, sizeof(DeviceIntRec)); 611 memset(&dev2, 0, sizeof(DeviceIntRec)); 1055 DeviceIntRec dev; 1339 DeviceIntRec dev; 1344 memset(&dev, 0, sizeof(DeviceIntRec)); [all...] |
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | xi2.c | 45 DeviceIntRec dev; 46 DeviceIntRec all_devices, all_master_devices;
|
| H A D | protocol-xigetselectedevents.c | 150 DeviceIntRec dev;
|
| /xsrc/external/mit/xorg-server.old/dist/test/ |
| H A D | input.c | 53 DeviceIntRec dev; 60 memset(&dev, 0, sizeof(DeviceIntRec)); 458 DeviceIntRec xi_all_devices, xi_all_master_devices, dev1, dev2; 489 memset(&xi_all_devices, 0, sizeof(DeviceIntRec)); 490 memset(&xi_all_master_devices, 0, sizeof(DeviceIntRec)); 491 memset(&dev1, 0, sizeof(DeviceIntRec)); 492 memset(&dev2, 0, sizeof(DeviceIntRec)); 897 DeviceIntRec dev; 1157 DeviceIntRec dev; 1162 memset(&dev, 0, sizeof(DeviceIntRec)); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-xigetselectedevents.c | 164 DeviceIntRec dev;
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | xiselectev.c | 101 DeviceIntRec dummy;
|
| H A D | xichangehierarchy.c | 64 DeviceIntRec dummyDev;
|
| H A D | extinit.c | 135 * delivered, without the need for extra structures in the DeviceIntRec. */ 192 static DeviceIntRec xi_all_devices; 193 static DeviceIntRec xi_all_master_devices;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | inputstr.h | 561 } DeviceIntRec; typedef in typeref:struct:_DeviceIntRec
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xiselectev.c | 152 DeviceIntRec dummy;
|
| H A D | xichangehierarchy.c | 66 DeviceIntRec dummyDev;
|
| H A D | extinit.c | 131 * delivered, without the need for extra structures in the DeviceIntRec. */ 179 static DeviceIntRec xi_all_devices; 180 static DeviceIntRec xi_all_master_devices;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | inputstr.h | 633 } DeviceIntRec; typedef in typeref:struct:_DeviceIntRec
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | devices.c | 258 dev = _dixAllocateObjectWithPrivates(sizeof(DeviceIntRec) + sizeof(SpriteInfoRec), 259 sizeof(DeviceIntRec) + sizeof(SpriteInfoRec), 260 offsetof(DeviceIntRec, devPrivates), PRIVATE_DEVICE); 320 DeviceIntRec dummyDev; 323 memset(&dummyDev, 0, sizeof(DeviceIntRec));
|
| H A D | events.c | 2475 DeviceIntRec dummy;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | devices.c | 260 sizeof(DeviceIntRec) + 335 DeviceIntRec dummyDev = { .id = XIAllDevices };
|
| H A D | events.c | 2953 DeviceIntRec dummy; 5495 DeviceIntRec dummy;
|