Searched refs:xe (Results 1 - 25 of 85) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Diplpack.h5 #define NUM_LONGS(planes, xs, xe) \
6 (((((xe) * (planes) + 31) & ~31) - \
H A DXServer.h75 - (BOOL)getMousePosition:(xEvent *)xe fromEvent:(NSEvent *)anEvent;
92 - (void)sendXEvent:(xEvent *)xe;
H A Ddarwin.h76 void DarwinModeProcessEvent(xEvent *xe);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgmisc.c40 ULong *x, *x1, *xe, y; local
46 xe = x + b->wds;
51 while(x < xe) {
59 while(x < xe)
70 CONST ULong *x, *xe; local
74 xe = x + b->wds;
75 for(n = 0; x < xe && !*x; x++)
77 if (x < xe) {
H A Dsum.c45 ULong carry, *xc, *xa, *xb, *xe, y; local
61 xe = xc + b->wds;
70 while(xc < xe);
71 xe += a->wds - b->wds;
72 while(xc < xe) {
85 while(xc < xe);
86 xe += a->wds - b->wds;
87 while(xc < xe) {
H A Dhexnan.c63 ULong c, h, *x, *x1, *xe; local
74 x1 = xe = x;
116 while(x <= xe);
118 while(x1 <= xe);
123 *xe &= ((ULong)0xffffffff) >> (ULbits - i);
125 for(x1 = xe;; --x1) {
H A Dsmisc.c158 ULong *ce, *x, *xe; local
166 xe = x + b->wds;
167 while(x < xe)
172 for(xe = x + (nw - nw1); x < xe; x += 2)
H A Dstrtodg.c62 ULong *x, *xe; local
69 xe = x + b->wds;
77 } while(x < xe);
85 } while(x < xe);
109 ULong *x, *xe; local
115 xe = x + b->wds;
124 while(x < xe);
130 } while(borrow && x < xe);
142 CONST ULong *x, *xe; local
145 xe
162 ULong *x, *xe; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Guid/
H A DBdsLibHii.h20 0x3b4d9b23, 0x95ac, 0x44f6, { 0x9f, 0xcd, 0xe, 0x95, 0x94, 0x58, 0x6c, 0x72 } \
H A DHdBootVariable.h24 0xfab7e9e1, 0x39dd, 0x4f2b, { 0x84, 0x8, 0xe2, 0xe, 0x90, 0x6c, 0xb6, 0xde } \
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DIp4ConfigHii.h20 0x9d5b53f, 0xf4b0, 0x4f59, { 0xa0, 0xb1, 0x7b, 0x57, 0xd3, 0x5c, 0xe, 0x5 } \
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/
H A DSmmCommunication.h28 0xae933e1c, 0xcc47, 0x4e38, { 0x8f, 0xe, 0xe2, 0xf6, 0x1d, 0x26, 0x5, 0xdf } \
H A DUsbIo.h32 0x7c29785c, 0x66b9, 0x49fc, { 0xb7, 0x97, 0x1c, 0xa5, 0x55, 0xe, 0xf2, 0x83} \
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_copy_tmp.h65 COPY_FUNC( 0xe )
84 _mesa_copy_tab[0xe] = TAG2(copy, 0xe);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DHiiPlatformSetupFormset.h23 { 0x93039971, 0x8545, 0x4b04, { 0xb4, 0x5e, 0x32, 0xeb, 0x83, 0x26, 0x4, 0xe } }
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Guid/
H A DHiiPlatformSetupFormset.h25 { 0x93039971, 0x8545, 0x4b04, { 0xb4, 0x5e, 0x32, 0xeb, 0x83, 0x26, 0x4, 0xe } }
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSmmIoTrapDispatch2.h28 0x58dc368d, 0x7bfa, 0x4e77, {0xab, 0xbc, 0xe, 0x29, 0x41, 0x8d, 0xf9, 0x30 } \
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRC.cpp73 || iIDT == 0xe
209 idtInstall(pTst, 0xe);
217 idtInstall(pTst, 0xe);
225 idtInstall(pTst, 0xe);
233 idtInstall(pTst, 0xe);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DXServer.h73 - (BOOL)getMousePosition:(xEvent *)xe fromEvent:(NSEvent *)anEvent;
90 - (void)sendXEvent:(xEvent *)xe;
H A Ddarwin.h75 void DarwinModeProcessEvent(xEvent *xe);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DXServer.h73 - (BOOL)getMousePosition:(xEvent *)xe fromEvent:(NSEvent *)anEvent;
90 - (void)sendXEvent:(xEvent *)xe;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DXServer.h75 - (BOOL)getMousePosition:(xEvent *)xe fromEvent:(NSEvent *)anEvent;
92 - (void)sendXEvent:(xEvent *)xe;
H A Ddarwin.h76 void DarwinModeProcessEvent(xEvent *xe);
/vbox/src/VBox/VMM/VMMRC/
H A DMMRamRC.cpp58 TRPMGCSetTempHandler(pVM, 0xe, mmGCRamTrap0eHandler);
70 TRPMGCSetTempHandler(pVM, 0xe, NULL);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dbitmap.c98 case 0xe:
260 case 0xe: /* Black */
296 case 0xe:
459 case 0xe: /* Black */
495 case 0xe:
740 case 0xe: /* Black */

Completed in 205 milliseconds

1234