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

1 2

  /xsrc/external/mit/libXi/dist/src/
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...]
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...]
  /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...]
protocol-eventconvert.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
14 * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
656 xXIAnyInfo *any = (xXIAnyInfo *) ptr; local
659 swaps(&any->length);
660 swaps(&any->type);
661 swaps(&any->sourceid);
664 switch (any->type) {
667 xXIButtonInfo *b = (xXIButtonInfo *) any;
692 xXIKeyInfo *k = (xXIKeyInfo *) any;
    [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...]
protocol-eventconvert.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
14 * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
669 xXIAnyInfo* any = (xXIAnyInfo*)ptr; local
674 swaps(&any->length, n);
675 swaps(&any->type, n);
676 swaps(&any->sourceid, n);
679 switch(any->type)
683 xXIButtonInfo *b = (xXIButtonInfo*)any;
713 xXIKeyInfo *k = (xXIKeyInfo*)any;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_mat_op_to_vec.cpp 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
92 /* Pull out any matrix expression to a separate assignment to a
241 * return !any(bvec4(a[0] != b[0],
249 * return any(bvec4(a[0] != b[0],
281 ir_expression *any = local
287 any = new(this->mem_ctx) ir_expression(ir_unop_logic_not, any);
290 new(mem_ctx) ir_assignment(result->clone(mem_ctx, NULL), any);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_mat_op_to_vec.cpp 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
92 /* Pull out any matrix expression to a separate assignment to a
241 * return !any(bvec4(a[0] != b[0],
249 * return any(bvec4(a[0] != b[0],
281 ir_expression *any = local
287 any = new(this->mem_ctx) ir_expression(ir_unop_logic_not, any);
290 new(mem_ctx) ir_assignment(result->clone(mem_ctx, NULL), any);
    [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/dist/Xi/
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...]
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...]
extinit.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,
416 * Swap any replies defined in this extension.
629 xXIAnyInfo *any; local
634 any = (xXIAnyInfo *) &to[1];
636 int length = any->length
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xi/
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.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...]
  /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/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/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tile_cache.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
75 ubyte any[1]; member in union:softpipe_cached_tile::__anon1637
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tile_cache.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
75 ubyte any[1]; member in union:softpipe_cached_tile::__anon4076
  /xsrc/external/mit/xedit/dist/lisp/re/
rec.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
46 rec_grp *pgrp; /* Current group, if any */
47 rec_pat *ppat; /* Current pattern, if any */
843 rec_pat *any; local
848 any = NULL;
851 for (any = grp->alt->pat; any->next; any = any->next
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxcommon.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
388 XAnyClassPtr any; local
392 for (j = 0, any = devices[i].inputclassinfo;
394 any = (XAnyClassPtr)((char *)any + any->length), j++) {
395 switch (any->class) {
397 ki = (XKeyInfoPtr)any;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_cfg.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
224 /* In this case, the function didn't have any actual blocks. It's
336 "merge block declared by any other header block.");
420 * construct and continue iterating at the merge target block (if any).
987 nir_ssa_def *any = nir_imm_false(&b->nb); local
993 any = nir_ior(&b->nb, any,
996 return nir_inot(&b->nb, any);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_cfg.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
858 nir_ssa_def *any = nir_imm_false(&b->nb); local
863 any = nir_ior(&b->nb, any,
866 return nir_inot(&b->nb, any);
1033 * switch is still going at any given point. Any switch breaks
  /xsrc/external/mit/editres/dist/
widgets.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
68 static void MakeBoxLookNice ( Widget dot, Widget star, Widget any,
568 Widget dot, star, name, class, single, any;
575 name = class = any = NULL;
625 XtAddCallback(any, XtNcallback, AnyChosen, (XtPointer) old_info);
626 XtAddCallback(any, XtNdestroyCallback,
666 XtSetArg(args[num_args], (String)XtNfromHoriz, any); num_args++;
670 any = XtCreateManagedWidget("any", toggleWidgetClass
557 Widget dot, star, name, class, single, any; local
    [all...]

Completed in 18 milliseconds

1 2