HomeSort by: relevance | last modified time | path
    Searched refs:any (Results 1 - 25 of 584) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/libXi/dist/src/
XQueryDv.c 6 documentation for any purpose is hereby granted without fee, provided that
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30 documentation for any purpose and without fee is hereby granted,
39 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
40 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
75 XInputClass *any, *Any; local
103 for (i = 0, any = (XInputClass *) data; i < (int)rep.num_classes; i++) {
104 if ((char *)any + sizeof(XInputClass) > end |
    [all...]
XListDev.c 6 documentation for any purpose is hereby granted without fee, provided that
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30 documentation for any purpose and without fee is hereby granted,
39 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
40 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
77 SizeClassInfo(xAnyClassPtr *any, size_t len, int num_classes, size_t *size)
83 switch ((*any)->class) {
96 v = (xValuatorInfoPtr) *any;
104 if ((*any)->length > len
186 xAnyClassPtr any, sav_any; local
    [all...]
XIHierarchy.c 6 documentation for any purpose is hereby granted without fee, provided that
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
48 XIAnyHierarchyChangeInfo* any; local
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++
    [all...]
XExtToWire.c 6 documentation for any purpose is hereby granted without fee, provided that
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30 documentation for any purpose and without fee is hereby granted,
39 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
40 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
329 XInputClass *any = (XInputClass *) & ev->data[0]; local
335 if (any->class == KeyClass) {
336 XKeyStatus *k = (XKeyStatus *) any;
340 } else if (any->class == ButtonClass)
    [all...]
  /xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-xiquerydevice.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102 xXIAnyInfo *any; local
153 any =
157 swaps(&any->type);
158 swaps(&any->length);
159 swaps(&any->sourceid);
167 xXIKeyInfo *ki = (xXIKeyInfo *) any;
174 assert(any->type == XIKeyClass)
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_input.c 118 XInputClass *any; local
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
350 any = (XAnyClassPtr) device->inputclassinfo
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/test/xi2/
protocol-xiquerydevice.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
96 xXIAnyInfo *any; local
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)
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xi/
xiquerydevice.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
543 char *any = (char *) &info[1]; local
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
629 char *any = (char *) &info[1]; local
    [all...]
xiquerydevice.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41 char *any, uint16_t * nclasses);
xichangehierarchy.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
438 xXIAnyHierarchyChangeInfo *any; local
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)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xi/
xiquerydevice.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
408 char *any = (char*)&info[1]; local
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
476 char *any = (char*)&info[1]; local
    [all...]
xichangehierarchy.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
438 xXIAnyHierarchyChangeInfo *any; local
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))) {
    [all...]
xiquerydevice.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41 char* any, uint16_t* nclasses);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/xkb/
xkbPrivate.c 23 XkbAnyAction *xf86act = &(act->any);
  /xsrc/external/mit/xorg-server/dist/mi/
mieq.c 6 documentation for any purpose is hereby granted without fee, provided that
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
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)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/
xkbPrivate.c 22 XkbAnyAction *xf86act = &(act->any);
  /xsrc/external/mit/xorg-server/dist/include/
servermd.h 6 documentation for any purpose is hereby granted without fee, provided that
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30 documentation for any purpose and without fee is hereby granted,
39 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
40 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
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/
mieq.c 6 documentation for any purpose is hereby granted without fee, provided that
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
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)
    [all...]
  /xsrc/external/mit/xinput/dist/src/
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
16 * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
40 XAnyClassPtr any; local
90 any = (XAnyClassPtr) (info->inputclassinfo);
92 switch (any->class) {
94 k = (XKeyInfoPtr) any;
101 b = (XButtonInfoPtr) any;
106 v = (XValuatorInfoPtr) any;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/include/
eventstr.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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/fontconfig/dist/doc/
fcvalue.fncs 7 * documentation for any purpose is hereby granted without fee, provided that
13 * representations about the suitability of this software for any purpose. It
18 * EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
19 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
29 Frees any memory referenced by <parameter>v</parameter>. Values of type FcTypeString,
38 Returns a copy of <parameter>v</parameter> duplicating any object referenced by it so that <parameter>v</parameter>
fcinit.fncs 7 * documentation for any purpose is hereby granted without fee, provided that
13 * representations about the suitability of this software for any purpose. It
18 * EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
19 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
30 Does not load any font information.
60 new call to one of the FcInit functions before any other fontconfig
90 when any changes are detected. Returns FcFalse if the configuration cannot
  /xsrc/external/mit/libX11/dist/src/xkb/
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.
19 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
20 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
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
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
xinput.c 6 * Permission is hereby granted, free of charge, to any person obtaining
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
153 XAnyClassPtr any; local
166 for (j = 0, any = devInfo[i].inputclassinfo;
168 any = (XAnyClassPtr)((char *)any + any->length), j++) {
170 switch (any->class) {
  /xsrc/external/mit/libxkbfile/dist/src/
xkbdraw.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.
19 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
20 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
103 tmp->priority = doodad->any.priority;
120 tmp->priority = doodad->any.priority;

Completed in 14 milliseconds

1 2 3 4 5 6 7 8 91011>>