Searched refs:and (Results 1 - 25 of 928) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfbrrop24.h22 #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 Diso646.h8 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 DMathLShiftS64.c7 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 DMathLShiftS64.S4 # 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 DMathRShiftU64.S4 # 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 Dllshl.c7 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 Dshldi3.S4 # 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 Dashrdi3.S4 # 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 Dfpu_rmode.S4 # 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 DFpuRmode.s5 // 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 DDisableCache.S4 # 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 DEnableCache.S4 # 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 DMultU64x32.S4 # 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 DDisableCache.S4 # 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 DEnableCache.S4 # 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 Dtst.chill.ksh5 # 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 DZeroMem.asm4 ; 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 DSetMem32.asm4 ; 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 DZeroMem.asm4 ; 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 DTODO9 - 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 Dlibxml2.spec1 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 DCpuFlushTlb.S7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
H A DCpuSleep.S13 # 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 DCpuFlushTlb.asm3 ; This program and the accompanying materials
4 ; are licensed and made available under the terms and conditions of the BSD License
H A DCpuSleep.asm3 ; This program and the accompanying materials
4 ; are licensed and made available under the terms and conditions of the BSD License

Completed in 4260 milliseconds

1234567891011>>