/vbox/src/VBox/Frontends/VirtualBox/shaders/ |
H A D | ckeyDst.c | 8 if(any(greaterThan(difClr, vec3(0.01, 0.01, 0.01))) 9 || any(lessThan(difClr, vec3(-0.01, -0.01, -0.01))))
|
H A D | ckeyDst2.c | 8 if(any(greaterThan(difClr, vec3(0.01, 0.01, 0.01))) 9 || any(lessThan(difClr, vec3(-0.01, -0.01, -0.01))))
|
H A D | mainOverlayNoDiscard.c | 9 if(any(greaterThan(difClr, vec3(0.01, 0.01, 0.01))) 10 || any(lessThan(difClr, vec3(-0.01, -0.01, -0.01))))
|
H A D | mainOverlayNoDiscard2.c | 9 if(any(greaterThan(difClr, vec3(0.01, 0.01, 0.01))) 10 || any(lessThan(difClr, vec3(-0.01, -0.01, -0.01))))
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/ |
H A D | _wcstoul.h | 68 int neg, any, cutlim; local 79 * Skip white space and pick up leading +/- sign if any. 109 for (acc = 0, any = 0;; wc = (wint_t) *s++) { 116 if (any < 0) 119 any = -1; 123 any = 1; 128 if (neg && any > 0) 131 *endptr = __UNCONST(any ? s - 1 : nptr);
|
H A D | _wcstol.h | 66 int neg, any, cutlim; local 82 * Skip white space and pick up leading +/- sign if any. 120 for (acc = 0, any = 0;; wc = (wchar_t) *s++) { 126 if (any < 0) 130 any = -1; 134 any = 1; 140 any = -1; 144 any = 1; 151 *endptr = __UNCONST(any ? s - 1 : nptr);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
H A D | strtoimax.c | 65 int neg, any, cutlim; local 76 * Skip white space and pick up leading +/- sign if any. 116 * Set any if any `digits' consumed; make it negative to indicate 129 for (acc = 0, any = 0;; c = (unsigned char) *s++) { 138 if (any < 0) 142 any = -1; 146 any = 1; 152 any = -1; 156 any [all...] |
H A D | strtoumax.c | 74 int neg, any, cutlim; local 105 for (acc = 0, any = 0;; c = (unsigned char) *s++) { 118 if (any < 0) 126 any = -1; 131 any = 1; 136 if (neg && any > 0) 139 *endptr = __UNCONST(any ? s - 1 : nptr);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
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
|
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char *any, uint16_t * nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
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
|
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char* any, uint16_t* nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
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
|
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char* any, uint16_t* nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
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
|
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char* any, uint16_t* nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
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
|
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char* any, uint16_t* nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char *any, uint16_t * nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char* any, uint16_t* nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char* any, uint16_t* nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char *any, uint16_t * nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char *any, uint16_t * nclasses);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | xiquerydevice.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 41 char *any, uint16_t * nclasses);
|
/vbox/src/VBox/Installer/linux/install_service/ |
H A D | install_service.sh | 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 50 service can be re-started and will do any necessary clean-up automatically. 51 - That any output which must not be lost go either to the system log or to the 58 is in active use. We assume that this will not have any adverse effects. 67 prevents it from starting when entering any run-level. If a version of 142 # Find the best System V/BSD init path if any is present.
|