/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | hexnan.c | 39 L_shift(x, x1, i) ULong *x; ULong *x1; int i; 41 L_shift(ULong *x, ULong *x1, int i) 52 } while(++x < x1); 63 ULong c, h, *x, *x1, *xe; local 74 x1 = xe = x; 81 if (x < x1 && i < 8) 82 L_shift(x, x1, i); 89 x1 = x; 111 if (x < x1 [all...] |
H A D | gmisc.c | 40 ULong *x, *x1, *xe, y; local 43 x = x1 = b->x; 52 *x1++ = (y | (*x << n)) & ALL_ON; 55 if ((*x1 = y) !=0) 56 x1++; 60 *x1++ = *x++; 62 if ((b->wds = (int)(x1 - b->x)) == 0)
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Pci.h | 91 (((PcieCapReg) >> 8) & 0x1) 102 (((PcieDeviceCap) >> 5) & 0x1) 108 (((PcieDeviceCap) >> 15) & 0x1) 114 (((PcieDeviceCap) >> 28) & 0x1) 119 ((PcieDeviceControl) & 0x1) 121 (((PcieDeviceControl) >> 1) & 0x1) 123 (((PcieDeviceControl) >> 2) & 0x1) 125 (((PcieDeviceControl) >> 3) & 0x1) 127 (((PcieDeviceControl) >> 4) & 0x1) 131 (((PcieDeviceControl) >> 8) & 0x1) [all...] |
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsSubstringTuple.cpp | 44 ( (ptrdiff_t(_v) & 0x1) \ 46 ((unsigned long)_v & ~0x1))->ToSubstring() \
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/ |
H A D | BiosKeyboard.h | 75 #define KB_CMMBYTE_KSCAN2UNI_COV (0x1 << 6) 76 #define KB_CMMBYTE_DISABLE_AUX (0x1 << 5) 77 #define KB_CMMBYTE_DISABLE_KB (0x1 << 4) 78 #define KB_CMMBYTE_SLFTEST_SUCC (0x1 << 2) 79 #define KB_CMMBYTE_ENABLE_AUXINT (0x1 << 1) 80 #define KB_CMMBYTE_ENABLE_KBINT (0x1 << 0) 93 #define KBC_STSREG_VIA64_PARE (0x1 << 7) 94 #define KBC_STSREG_VIA64_TIM (0x1 << 6) 95 #define KBC_STSREG_VIA64_AUXB (0x1 << 5) 96 #define KBC_STSREG_VIA64_KEYL (0x1 << [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/ |
H A D | HiiResourceSampleHii.h | 19 { 0x4f4ef7f0, 0xaa29, 0x4ce9, { 0xba, 0x41, 0x64, 0x3e, 0x1, 0x23, 0xa9, 0x9f }}
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/ |
H A D | HiiFormMapMethodGuid.h | 21 { 0x3bd2f4ec, 0xe524, 0x46e4, { 0xa9, 0xd8, 0x51, 0x1, 0x17, 0x42, 0x55, 0x62 } }
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Guid/ |
H A D | HiiFormMapMethodGuid.h | 23 { 0x3bd2f4ec, 0xe524, 0x46e4, { 0xa9, 0xd8, 0x51, 0x1, 0x17, 0x42, 0x55, 0x62 } }
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/ |
H A D | miscstruct.h | 59 short x1, y1, x2, y2; member in struct:_Box
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsCheapSets.h | 90 return (PtrBits(mValOrHash) & 0x1) ? nsnull : (nsStringHashSet*)mValOrHash; 95 return (PtrBits(mValOrHash) & 0x1) 96 ? (nsAString*)(PtrBits(mValOrHash) & ~0x1) 106 mValOrHash = (nsAString*)(PtrBits(str) | 0x1); 163 return PtrBits(mValOrHash) & 0x1 ? nsnull : (nsInt32HashSet*)mValOrHash; 168 return !!(PtrBits(mValOrHash) & 0x1); 178 mValOrHash = (void*)(uintptr_t)((aInt << 1) | 0x1);
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_viewport.c | 27 if (q->x1 < imagewindow->x1) q->x1 = imagewindow->x1; 28 if (q->x1 > imagewindow->x2) q->x1 = imagewindow->x2; 31 if (q->x2 < imagewindow->x1) q->x2 = imagewindow->x1; 50 q->x1 = q->x1 [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/ |
H A D | spantmp.h | 53 GLint x1; local 62 CLIPSPAN(x,y,n,x1,n1,i); 64 if (DBG) fprintf(stderr, "WriteRGBASpan %d..%d (x1 %d)\n", 65 (int)i, (int)n1, (int)x1); 69 for (;n1>0;i++,x1++,n1--) 71 WRITE_RGBA( x1, y, 77 for (;n1>0;i++,x1++,n1--) 78 WRITE_RGBA( x1, y, 96 GLint x1; local 105 CLIPSPAN(x,y,n,x1,n 182 GLint x1; local 263 GLint x1,n1; local [all...] |
/vbox/src/VBox/Additions/x11/x11include/libx11-1.1.5-other/X11/ |
H A D | Xregion.h | 53 short x1, x2, y1, y2; member in struct:__anon3696 92 ((r1)->x2 > (r2)->x1 && \ 93 (r1)->x1 < (r2)->x2 && \ 101 if((r)->x1 < (idRect)->extents.x1)\ 102 (idRect)->extents.x1 = (r)->x1;\ 133 ((R-1)->x1 <= (Rx1)) &&\ 140 (r)->x1 = (rx1);\ 156 (r)->x1 [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | cards.h | 27 #define NOCLOCKPROBE 0x1 /* Never probe clocks of the card. */
|
H A D | miscstruct.h | 58 short x1, y1, x2, y2; member in struct:_Box
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | cards.h | 20 #define NOCLOCKPROBE 0x1 /* Never probe clocks of the card. */
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/ |
H A D | LoadImage.h | 23 { 0xc1fcd448, 0x6300, 0x4458, { 0xb8, 0x64, 0x28, 0xdf, 0x1, 0x53, 0x64, 0xbc } }
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | S3SmmSaveState.h | 38 {0x320afe62, 0xe593, 0x49cb, { 0xa9, 0xf1, 0xd4, 0xc2, 0xf4, 0xaf, 0x1, 0x4c }}
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/ |
H A D | WorkingBlockHeader.h | 33 #define WORKING_BLOCK_VALID 0x1
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | dmusbuff.h | 43 #define DMUS_EVENT_STRUCTURED 0x1
|
/vbox/src/VBox/Additions/x11/x11include/dri2proto-2.8/X11/extensions/ |
H A D | dri2tokens.h | 57 #define DRI2_EXCHANGE_COMPLETE 0x1
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | cards.h | 28 #define NOCLOCKPROBE 0x1 /* Never probe clocks of the card. */
|
H A D | miscstruct.h | 60 short x1, y1, x2, y2; member in struct:_Box
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | cards.h | 28 #define NOCLOCKPROBE 0x1 /* Never probe clocks of the card. */
|
H A D | miscstruct.h | 60 short x1, y1, x2, y2; member in struct:_Box
|