/prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/ |
kvm.h | 324 __u8 masked; member in struct:kvm_vcpu_events::__anon102645
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/ |
kvm.h | 324 __u8 masked; member in struct:kvm_vcpu_events::__anon103422
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm/ |
kvm.h | 324 __u8 masked; member in struct:kvm_vcpu_events::__anon107292
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm/ |
kvm.h | 324 __u8 masked; member in struct:kvm_vcpu_events::__anon108069
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/ |
BaseSerialPortLib16550.c | 121 value programmed into the PCI configuration register. All values must be masked
150 value programmed into the PCI configuration register. All values must be masked
[all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/ |
BaseXApicLib.c | 625 // Program the LINT0 vector entry as ExtInt. Not masked, edge, active high.
635 // Program the LINT0 vector entry as NMI. Not masked, edge, active high.
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/ |
BaseXApicX2ApicLib.c | 720 // Program the LINT0 vector entry as ExtInt. Not masked, edge, active high.
730 // Program the LINT0 vector entry as NMI. Not masked, edge, active high.
|
/external/boringssl/src/crypto/cipher_extra/ |
tls_cbc.c | 372 * block for the masked HMAC key. */ 377 /* hmac_pad is the masked HMAC key. */
|
/external/elfutils/libcpu/ |
i386_disasm.c | 427 uint_fast8_t masked = *codep++ & *curr++; local 428 if (masked != *curr++)
|
/external/icu/icu4c/source/common/ |
ucnvmbcs.h | 304 /* single-byte fromUTF8 using the sbcsIndex; l and t must be masked externally; can be l=0 and t<=0x7f */ 319 /* double-byte fromUTF8 using the mbcsIndex; l and t1 combined into lt1; lt1 and t2 must be masked externally */
|
/external/llvm/test/CodeGen/AArch64/ |
bitfield-insert.ll | 17 %f.sroa.0.0.insert.ext.masked = and i32 %tmp.sroa.0.0.extract.trunc, 135 18 %1 = or i32 %f.sroa.0.0.insert.ext.masked, %0
|
/external/llvm/test/MC/AArch64/ |
neon-mov.s | 131 // Vector Move Immediate Masked 144 // Vector Move Inverted Immediate Masked
|
/external/mesa3d/src/mesa/main/ |
arrayobj.c | 384 /* We have already masked out vao->VertexAttribBufferMask */ 415 /* We have already masked with vao->VertexAttribBufferMask */
|
/external/protobuf/src/google/protobuf/ |
descriptor_database_unittest.cc | 641 // FromPool1 only shows up in forward_merged_ because it is masked by 695 // masked by database2_'s baz.proto in reverse_merged_.
|
/frameworks/base/core/java/android/view/inputmethod/ |
EditorInfo.java | 232 * masked by {@link #IME_MASK_ACTION}, this indicates that the action 245 * masked by {@link #IME_MASK_ACTION}. If this flag is not set, IMEs will
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiBackupRestore.java | 332 * Create log dump of the backup data in XML format with the preShared & WEP key masked. 510 * WEP key masked. [all...] |
WifiConfigManager.java | 472 * Retrieves the list of all configured networks with passwords masked. 494 * Retrieves the list of all configured networks with the passwords masked. 504 * masked. 514 // Create a new configuration object with the passwords masked to send out to the external 521 * masked. 531 // Create a new configuration object with the passwords masked to send out to the external 551 // Create a new configuration object without the passwords masked to send out to the 625 // Create a new WifiConfiguration with passwords masked before we send it out. [all...] |
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
builder_misc.cpp | 366 /// @brief Generate an i32 masked load operation in LLVM IR. If not 367 /// supported on the underlying platform, emulate it with float masked load 533 /// @brief Generate a masked gather operation in LLVM IR. If not 585 /// @brief Generate a masked gather operation in LLVM IR. If not 635 /// @brief Generate a masked gather operation in LLVM IR. If not [all...] |
/external/selinux/libsepol/src/ |
services.c | 849 sepol_access_vector_t masked = 0; local 877 masked = ~lo_avd.allowed & avd->allowed; 879 if (!masked) 880 return; /* no masked permission */ 883 avd->allowed &= ~masked; [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCalls.cpp | [all...] |
InstCombineAndOrXor.cpp | 507 /// Convert an analysis of a masked ICmp into its equivalent if all boolean 605 // Any icmp can be viewed as being trivially masked; if it allows us to [all...] |
/frameworks/support/v7/appcompat/res/values/ |
attrs.xml | 560 <!-- The tint is masked by the alpha channel of the drawable. The drawable?s [all...] |
/external/dng_sdk/source/ |
dng_negative.h | 566 // the padding but not the black masked pixels. [all...] |
/external/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 333 /// \brief Return true if the target supports masked load/store 338 /// \brief Return true if the target supports masked gather/scatter 524 /// \return The cost of masked Load and Store instructions. [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
Float16Utils.java | 159 * exponent of the lower value. For the higher value, we increment the masked mantissa
|