/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | cfbrrop24.h | 22 #define RROP_SET_SETUP(xor, and) \ 29 piQxelAnd[0] = (and & 0xFFFFFF)|(and << 24); \ 30 piQxelAnd[1] = (and << 16)|((and >> 8) & 0xFFFF); \ 31 piQxelAnd[2] = (and << 8)|((and >> 16) & 0xFF); \
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | iso646.h | 8 This program and the accompanying materials are licensed and made available under 9 the terms and conditions of the BSD License that accompanies this distribution. 20 #define and && ///< Logical AND of two boolean expressions macro
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/ |
H A D | MathLShiftS64.c | 7 This program and the accompanying materials 8 are licensed and made available under the terms and conditions of the BSD License 31 ; Handle shifting of between 0 and 31 bits 40 ; Handle shifting of between 32 and 63 bits 45 and cl, 31
|
H A D | MathLShiftS64.S | 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License 41 # Handle shifting of between 0 and 31 bits 50 # Handle shifting of between 32 and 63 bits 55 and $31, %cl
|
H A D | MathRShiftU64.S | 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License 42 # Handle shifting between 0 and 31 bits 56 and $32, %cl
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/ |
H A D | llshl.c | 7 This program and the accompanying materials are licensed and made available 8 under the terms and conditions of the BSD License which accompanies this 31 ; Handle shifting of between 0 and 31 bits 40 ; Handle shifting of between 32 and 63 bits 45 and cl, 31
|
H A D | shldi3.S | 4 # This program and the accompanying materials are licensed and made available 5 # under the terms and conditions of the BSD License which accompanies this 41 # Handle shifting of between 0 and 31 bits 50 # Handle shifting of between 32 and 63 bits 55 and $31, %cl
|
H A D | ashrdi3.S | 4 # This program and the accompanying materials are licensed and made available 5 # under the terms and conditions of the BSD License which accompanies this 42 # Handle shifting between 0 and 31 bits 56 and $32, %cl
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/ |
H A D | fpu_rmode.S | 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/Ipf/ |
H A D | FpuRmode.s | 5 // bits 10 and 11 are the rc bits from main status field fpsr.sf0 9 and r8 = r8, r9;;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | DisableCache.S | 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License 18 # Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
|
H A D | EnableCache.S | 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License 18 # Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
|
H A D | MultU64x32.S | 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License 18 # Calculate the product of a 64-bit integer and a 32-bit integer
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
H A D | DisableCache.S | 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License 18 # Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
|
H A D | EnableCache.S | 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License 18 # Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.chill.ksh | 5 # Common Development and Distribution License (the "License"). 11 # and limitations under the License. 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 38 * SECTION: Actions and Subroutines/chill() 41 * we just run this and make sure it runs.
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibSse2/Ia32/ |
H A D | ZeroMem.asm | 4 ; This program and the accompanying materials 5 ; are licensed and made available under the terms and conditions of the BSD License 43 and ecx, 15 51 and edx, 15
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibSse2/X64/ |
H A D | SetMem32.asm | 4 ; This program and the accompanying materials 5 ; are licensed and made available under the terms and conditions of the BSD License 39 and rcx, 15 49 and edx, 3
|
H A D | ZeroMem.asm | 4 ; This program and the accompanying materials 5 ; are licensed and made available under the terms and conditions of the BSD License 38 and rcx, 15 47 and edx, 15
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | TODO | 9 - verification of interfaces (warnings and/or errors) 12 - check for truncated xpt files and version problems 16 - we really need a set of .xpt and .zip files and code that does an array 17 of autoreg and interfaceinof use activitities to test various corners
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | libxml2.spec | 1 Summary: Library providing XML and HTML support 16 to read, modify and write XML and HTML files. There is DTDs support 17 this includes parsing and validation even with complex DtDs, either 19 can be a simple SAX stream or and in-memory DOM like representations. 20 In this case one can use the built-in XPath and XPointer implementation 22 available, with existing HTTP and FTP modules and combined to an 26 Summary: Libraries, includes, etc. to develop XML and HTML applications 35 to read, modify and writ [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Arm/ |
H A D | CpuFlushTlb.S | 7 # This program and the accompanying materials 8 # are licensed and made available under the terms and conditions of the BSD License
|
H A D | CpuSleep.S | 13 # This program and the accompanying materials 14 # are licensed and made available under the terms and conditions of the BSD License
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Ia32/ |
H A D | CpuFlushTlb.asm | 3 ; This program and the accompanying materials 4 ; are licensed and made available under the terms and conditions of the BSD License
|
H A D | CpuSleep.asm | 3 ; This program and the accompanying materials 4 ; are licensed and made available under the terms and conditions of the BSD License
|