/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
narrow-shl-load.ll | 19 %shl15.masked = and i64 %shl15, 4294967294 20 %and17 = or i64 %shl15.masked, %conv11
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
PrefixParser.cpp | 90 uint32_t masked = mPrefixes[i].v4Addr & mPrefixes[i].v4Mask; local 91 if (masked != mPrefixes[i].v4Addr) 94 uint32_t masked[4]; local 95 masked[0] = mPrefixes[i].v6Addr[0] & mPrefixes[i].v6Mask[0]; 96 masked[1] = mPrefixes[i].v6Addr[1] & mPrefixes[i].v6Mask[1]; 97 masked[2] = mPrefixes[i].v6Addr[2] & mPrefixes[i].v6Mask[2]; 98 masked[3] = mPrefixes[i].v6Addr[3] & mPrefixes[i].v6Mask[3]; 100 if (masked[j] != mPrefixes[i].v6Addr[j])
|
/external/autotest/server/site_tests/network_WiFi_MaskedBSSID/ |
network_WiFi_MaskedBSSID.py | 11 """Test behavior around masked BSSIDs."""
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
LanaiFixupKinds.h | 30 FIXUP_LANAI_21_F, // 21-bit symbol relocation, last two bits masked to 0
|
/external/lzma/C/ |
Ppmd.h | 34 /* SEE-contexts for PPM-contexts with masked symbols */
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_swizzle.h | 51 * Determine how to split access to the masked channels of the
|
/external/syslinux/gpxe/src/crypto/ |
crandom.c | 46 * Somewhat arbitrarily, choose the 0x00FF0000-masked byte
|
/toolchain/binutils/binutils-2.25/include/vms/ |
egsd.h | 33 #define EGSD__C_SYMM 7 /* Masked versions of SYM. */
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
SaveRestoreSse.inc | 138 ; all exceptions masked, double-precision, round-to-nearest
143 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
|
/external/dng_sdk/source/ |
dng_linearization_info.h | 44 /// This rectangle defines the active (non-masked) pixels of the sensor. 53 /// List of non-overlapping rectangle coordinates of fully masked pixels. 57 /// not be used, since the masked pixels are no longer useful.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_isinstance.py | 14 # class's bases is masked. This was actually a bug in Python 2.2 and
63 # If that exception is not AttributeError, it should not get masked
75 # AttributeError, which /should/ get masked as a TypeError
|
/external/python/cpython2/Lib/test/ |
test_isinstance.py | 14 # class's bases is masked. This was actually a bug in Python 2.2 and 63 # If that exception is not AttributeError, it should not get masked 75 # AttributeError, which /should/ get masked as a TypeError
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_isinstance.py | 14 # class's bases is masked. This was actually a bug in Python 2.2 and 63 # If that exception is not AttributeError, it should not get masked 75 # AttributeError, which /should/ get masked as a TypeError
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_isinstance.py | 14 # class's bases is masked. This was actually a bug in Python 2.2 and 63 # If that exception is not AttributeError, it should not get masked 75 # AttributeError, which /should/ get masked as a TypeError
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_isinstance.py | 14 # class's bases is masked. This was actually a bug in Python 2.2 and 63 # If that exception is not AttributeError, it should not get masked 75 # AttributeError, which /should/ get masked as a TypeError
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_isinstance.py | 14 # class's bases is masked. This was actually a bug in Python 2.2 and 63 # If that exception is not AttributeError, it should not get masked 75 # AttributeError, which /should/ get masked as a TypeError
|
/device/generic/goldfish/camera/ |
Converters.h | 37 * masked as 0x000000ff, and blue color would be masked as 0x00ff0000, while if 38 * the code runs on a big endian CPU, the red color in 'rgb' would be masked as 39 * 0xff000000, and blue color would be masked as 0x0000ff00,
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
ArchDebugSupport.c | 45 // If the exception is masked to be reserved except for INT1 and INT3, skip it
|
/external/blktrace/ |
blktrace_api.h | 65 * Trace actions in full. Additionally, read or write is masked
|
/external/fio/ |
blktrace_api.h | 65 * Trace actions in full. Additionally, read or write is masked
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
signal.h | 71 * SA_NODEFER prevents the current signal from being masked in the handler.
|
/external/kernel-headers/original/uapi/asm-generic/ |
signal.h | 62 * SA_NODEFER prevents the current signal from being masked in the handler.
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
signal.h | 72 * SA_NODEFER prevents the current signal from being masked in the handler.
|
/external/kernel-headers/original/uapi/linux/ |
blktrace_api.h | 68 * Trace actions in full. Additionally, read or write is masked
|
/external/llvm/docs/ |
ReleaseNotes.rst | 99 * New intrinsics ``llvm.masked.load``, ``llvm.masked.store``, 100 ``llvm.masked.gather`` and ``llvm.masked.scatter`` were introduced to the
|