Home
last modified time | relevance | path

Searched refs:polarity (Results 1 – 22 of 22) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_rfkill.c45 sc->rf_kill.gpio, sc->rf_kill.polarity); in ath5k_rfkill_disable()
47 ath5k_hw_set_gpio(sc->ah, sc->rf_kill.gpio, !sc->rf_kill.polarity); in ath5k_rfkill_disable()
54 sc->rf_kill.gpio, sc->rf_kill.polarity); in ath5k_rfkill_enable()
56 ath5k_hw_set_gpio(sc->ah, sc->rf_kill.gpio, sc->rf_kill.polarity); in ath5k_rfkill_enable()
76 sc->rf_kill.polarity); in ath5k_is_rfkill_set()
86 sc->rf_kill.polarity = ah->ah_capabilities.cap_eeprom.ee_rfkill_pol; in ath5k_rfkill_hw_start()
Dbase.h128 unsigned polarity; member
/external/icu/icu4c/source/common/
Duniset.cpp1714 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() argument
1727 if (polarity == 1 || polarity == 2) { in exclusiveOr()
1764 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() argument
1780 switch (polarity) { in add()
1793 polarity ^= 1; in add()
1802 polarity ^= 2; in add()
1815 polarity ^= 1; in add()
1817 polarity ^= 2; in add()
1829 polarity ^= 1; // factored common code in add()
1831 polarity ^= 2; in add()
[all …]
Dustring.cpp467 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() argument
487 if(polarity) { in _matchFromSet()
513 if(polarity) { in _matchFromSet()
/external/ImageMagick/coders/
Dbraille.c194 polarity; in WriteBRAILLEImage() local
267 polarity = 0; in WriteBRAILLEImage()
269 polarity=(Quantum) (GetPixelInfoIntensity(image,&image->colormap[0]) >= in WriteBRAILLEImage()
272 polarity=(Quantum) (GetPixelInfoIntensity(image,&image->colormap[0]) >= in WriteBRAILLEImage()
292 cell |= (GetPixelIndex(image,p+x+dx+dy*image->columns) == polarity) << bit; \ in WriteBRAILLEImage()
Ddcm.c2804 polarity, in ReadDCMImage() local
2899 polarity=MagickFalse; in ReadDCMImage()
3224 polarity=LocaleCompare(photometric,"MONOCHROME1 ") == 0 ? in ReadDCMImage()
3463 polarity=MagickTrue; in ReadDCMImage()
3894 pixel_value=polarity != MagickFalse ? in ReadDCMImage()
3904 if (polarity != MagickFalse) in ReadDCMImage()
4009 pixel_value=polarity != MagickFalse ? in ReadDCMImage()
4015 pixel_value=(int) (polarity != MagickFalse ? in ReadDCMImage()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2885 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument
2893 if (polarity == 1 || polarity == 2) { in xor()
2935 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument
2944 switch (polarity) { in add()
2957 polarity ^= 1; in add()
2966 polarity ^= 2; in add()
2979 polarity ^= 1; in add()
2980 b = other[j++]; polarity ^= 2; in add()
2991 a = list[i++]; polarity ^= 1; // factored common code in add()
2992 b = other[j++]; polarity ^= 2; in add()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2958 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument
2966 if (polarity == 1 || polarity == 2) { in xor()
3008 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument
3017 switch (polarity) { in add()
3030 polarity ^= 1; in add()
3039 polarity ^= 2; in add()
3052 polarity ^= 1; in add()
3053 b = other[j++]; polarity ^= 2; in add()
3064 a = list[i++]; polarity ^= 1; // factored common code in add()
3065 b = other[j++]; polarity ^= 2; in add()
[all …]
/external/v8/src/compiler/
Dloop-variable-optimizer.cc230 void LoopVariableOptimizer::VisitIf(Node* node, bool polarity) { in VisitIf() argument
237 AddCmpToLimits(limits, cond, InductionVariable::kStrict, polarity); in VisitIf()
240 AddCmpToLimits(limits, cond, InductionVariable::kNonStrict, !polarity); in VisitIf()
243 AddCmpToLimits(limits, cond, InductionVariable::kNonStrict, polarity); in VisitIf()
246 AddCmpToLimits(limits, cond, InductionVariable::kStrict, !polarity); in VisitIf()
256 bool polarity) { in AddCmpToLimits() argument
260 if (polarity) { in AddCmpToLimits()
Dloop-variable-optimizer.h89 void VisitIf(Node* node, bool polarity);
95 InductionVariable::ConstraintKind kind, bool polarity);
/external/clang/test/CodeGenCXX/
Dcopy-assign-volatile-synthesis.cpp18 word_t polarity : 1; member
/external/icu/icu4c/source/common/unicode/
Duniset.h1552 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);
1554 void add(const UChar32* other, int32_t otherLen, int8_t polarity);
1556 void retain(const UChar32* other, int32_t otherLen, int8_t polarity);
/external/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake51 macro(append_rtti_flag polarity list)
52 if(polarity)
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c47 static int32_t e1000_check_polarity(struct e1000_hw *hw, e1000_rev_polarity *polarity);
4232 e1000_rev_polarity polarity; in e1000_phy_igp_get_info() local
4247 ret_val = e1000_check_polarity(hw, &polarity); in e1000_phy_igp_get_info()
4251 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
4309 e1000_rev_polarity polarity; in e1000_phy_ife_get_info() local
4325 ret_val = e1000_check_polarity(hw, &polarity); in e1000_phy_ife_get_info()
4330 polarity = ((phy_data & IFE_PSC_FORCE_POLARITY) >> in e1000_phy_ife_get_info()
4334 phy_info->cable_polarity = polarity; in e1000_phy_ife_get_info()
4359 e1000_rev_polarity polarity; in e1000_phy_m88_get_info() local
4382 ret_val = e1000_check_polarity(hw, &polarity); in e1000_phy_m88_get_info()
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h93 __u8 polarity:1; member
/external/ImageMagick/MagickCore/
Daccelerate.c2121 int polarity; in ComputeDespeckleImage() local
2126 polarity = 1; in ComputeDespeckleImage()
2128 clStatus|= clEnv->library->clSetKernelArg(hullPass1,5,sizeof(int),(void *)&polarity); in ComputeDespeckleImage()
2130 clStatus|=clEnv->library->clSetKernelArg(hullPass2,5,sizeof(int),(void *)&polarity); in ComputeDespeckleImage()
2158 polarity = 1; in ComputeDespeckleImage()
2160 clStatus|= clEnv->library->clSetKernelArg(hullPass1,5,sizeof(int),(void *)&polarity); in ComputeDespeckleImage()
2162 clStatus|=clEnv->library->clSetKernelArg(hullPass2,5,sizeof(int),(void *)&polarity); in ComputeDespeckleImage()
2188 polarity = -1; in ComputeDespeckleImage()
2190 clStatus|= clEnv->library->clSetKernelArg(hullPass1,5,sizeof(int),(void *)&polarity); in ComputeDespeckleImage()
2192 clStatus|=clEnv->library->clSetKernelArg(hullPass2,5,sizeof(int),(void *)&polarity); in ComputeDespeckleImage()
[all …]
Daccelerate-kernels-private.h1471 , const int2 offset, const int polarity, const int matte) {
1502 if (polarity > 0) {
1534 , const int2 offset, const int polarity, const int matte) {
1581 if (polarity > 0) {
Dxwindow.c5941 polarity; in XMakeImageLSBFirst() local
5956 polarity=(unsigned short) ((GetPixelInfoIntensity(image, in XMakeImageLSBFirst()
5959 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) < in XMakeImageLSBFirst()
5972 if (GetPixelIndex(canvas,p) == (Quantum) polarity) in XMakeImageLSBFirst()
6558 polarity; in XMakeImageMSBFirst() local
6573 polarity=(unsigned short) ((GetPixelInfoIntensity(image, in XMakeImageMSBFirst()
6576 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) < in XMakeImageMSBFirst()
6589 if (GetPixelIndex(canvas,p) == (Quantum) polarity) in XMakeImageMSBFirst()
Deffect.c879 const int polarity,Quantum *magick_restrict f,Quantum *magick_restrict g) in Hull() argument
913 if (polarity > 0) in Hull()
950 if (polarity > 0) in Hull()
/external/libjpeg-turbo/
Dlibjpeg.txt1426 polarity used in bare JPEG files will not change in 3.0.) In either case,
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/brotli/tests/testdata/
Dlcet10.txt6681 etchings, reverse-polarity drawings, and engravings.