Home
last modified time | relevance | path

Searched defs:polarity (Results 1 – 16 of 16) sorted by relevance

/external/ImageMagick/coders/
Dbraille.c202 polarity; in WriteBRAILLEImage() local
Ddcm.c2698 polarity; member
/external/arm-trusted-firmware/include/export/lib/bl_aux_params/
Dbl_aux_params_exp.h77 uint8_t polarity; member
/external/clang/test/CodeGenCXX/
Dcopy-assign-volatile-synthesis.cpp18 word_t polarity : 1; member
/external/llvm-project/clang/test/CodeGenCXX/
Dcopy-assign-volatile-synthesis.cpp18 word_t polarity : 1; member
/external/icu/icu4c/source/common/
Duniset.cpp1728 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr()
1776 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add()
1887 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain()
Dustring.cpp468 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3064 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor()
3114 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add()
3212 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2991 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor()
3041 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add()
3139 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain()
/external/crosvm/hypervisor/src/
Dx86_64.rs223 polarity: BitField1, field
/external/ImageMagick/MagickCore/
Dxwindow.c5933 polarity; in XMakeImageLSBFirst() local
6550 polarity; in XMakeImageMSBFirst() local
Deffect.c1219 const int polarity,Quantum *magick_restrict f,Quantum *magick_restrict g) in Hull()
Daccelerate.c2061 int polarity; in ComputeDespeckleImage() local
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h98 __u8 polarity:1; member
/external/rust/crates/syn/src/
Ditem.rs2485 let polarity = if input.peek(Token![!]) && !input.peek2(token::Brace) { in parse_impl() localVariable
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs1128 pub fn polarity(&self) -> __u8 { in polarity() method
1208 let polarity: u8 = unsafe { ::std::mem::transmute(polarity) }; localVariable