Searched refs:polarity (Results 1 - 19 of 19) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_rfkill.c44 DBG("ath5k: rfkill disable (gpio:%d polarity:%d)\n",
45 sc->rf_kill.gpio, sc->rf_kill.polarity);
47 ath5k_hw_set_gpio(sc->ah, sc->rf_kill.gpio, !sc->rf_kill.polarity);
53 DBG("ath5k: rfkill enable (gpio:%d polarity:%d)\n",
54 sc->rf_kill.gpio, sc->rf_kill.polarity);
56 ath5k_hw_set_gpio(sc->ah, sc->rf_kill.gpio, sc->rf_kill.polarity);
76 sc->rf_kill.polarity);
86 sc->rf_kill.polarity = ah->ah_capabilities.cap_eeprom.ee_rfkill_pol;
H A Dbase.h128 unsigned polarity; member in struct:ath5k_softc::__anon20146
/external/clang/test/CodeGenCXX/
H A Dcopy-assign-volatile-synthesis.cpp18 word_t polarity : 1; member in struct:ioapic_redir_t::__anon2369::__anon2370
/external/icu/icu4c/source/common/
H A Duniset.cpp1711 // polarity = 0, 3 is normal: x xor y
1712 // polarity = 1, 2: x xor ~y == x === y
1714 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) {
1727 if (polarity == 1 || polarity == 2) {
1759 // polarity = 0 is normal: x union y
1760 // polarity = 2: x union ~y
1761 // polarity = 1: ~x union y
1762 // polarity = 3: ~x union ~y
1764 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) {
[all...]
H A Dustring.cpp463 * is (polarity==TRUE) or is not (FALSE) contained in the matchSet.
467 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { argument
487 if(polarity) {
513 if(polarity) {
/external/ImageMagick/coders/
H A Dbraille.c199 polarity;
272 polarity = 0;
274 polarity=(Quantum) (GetPixelInfoIntensity(image,&image->colormap[0]) >=
277 polarity=(Quantum) (GetPixelInfoIntensity(image,&image->colormap[0]) >=
297 cell |= (GetPixelIndex(image,p+x+dx+dy*image->columns) == polarity) << bit; \
194 polarity; local
H A Ddcm.c2808 polarity,
2903 polarity=MagickFalse;
3228 polarity=LocaleCompare(photometric,"MONOCHROME1 ") == 0 ?
3467 polarity=MagickTrue;
3898 pixel_value=polarity != MagickFalse ?
3908 if (polarity != MagickFalse)
4013 pixel_value=polarity != MagickFalse ?
4019 pixel_value=(int) (polarity != MagickFalse ?
2804 polarity, local
/external/v8/src/compiler/
H A Dloop-variable-optimizer.h89 void VisitIf(Node* node, bool polarity);
95 InductionVariable::ConstraintKind kind, bool polarity);
H A Dloop-variable-optimizer.cc230 void LoopVariableOptimizer::VisitIf(Node* node, bool polarity) { argument
237 AddCmpToLimits(limits, cond, InductionVariable::kStrict, polarity);
240 AddCmpToLimits(limits, cond, InductionVariable::kNonStrict, !polarity);
243 AddCmpToLimits(limits, cond, InductionVariable::kNonStrict, polarity);
246 AddCmpToLimits(limits, cond, InductionVariable::kStrict, !polarity);
256 bool polarity) {
260 if (polarity) {
254 AddCmpToLimits( VariableLimits* limits, Node* node, InductionVariable::ConstraintKind kind, bool polarity) argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java2882 // polarity = 0, 3 is normal: x xor y
2883 // polarity = 1, 2: x xor ~y == x === y
2885 private UnicodeSet xor(int[] other, int otherLen, int polarity) { argument
2890 // TODO: Based on the call hierarchy, polarity of 1 or 2 is never used
2893 if (polarity == 1 || polarity == 2) {
2930 // polarity = 0 is normal: x union y
2931 // polarity = 2: x union ~y
2932 // polarity = 1: ~x union y
2933 // polarity
2935 add(int[] other, int otherLen, int polarity) argument
3033 retain(int[] other, int otherLen, int polarity) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java2955 // polarity = 0, 3 is normal: x xor y
2956 // polarity = 1, 2: x xor ~y == x === y
2958 private UnicodeSet xor(int[] other, int otherLen, int polarity) { argument
2963 // TODO: Based on the call hierarchy, polarity of 1 or 2 is never used
2966 if (polarity == 1 || polarity == 2) {
3003 // polarity = 0 is normal: x union y
3004 // polarity = 2: x union ~y
3005 // polarity = 1: ~x union y
3006 // polarity
3008 add(int[] other, int otherLen, int polarity) argument
3106 retain(int[] other, int otherLen, int polarity) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A 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/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h93 __u8 polarity:1; member in struct:kvm_ioapic_state::__anon8327::__anon8328
/external/ImageMagick/MagickCore/
H A Daccelerate.c2121 int polarity; local
2126 polarity = 1;
2128 clStatus|= clEnv->library->clSetKernelArg(hullPass1,5,sizeof(int),(void *)&polarity);
2130 clStatus|=clEnv->library->clSetKernelArg(hullPass2,5,sizeof(int),(void *)&polarity);
2158 polarity = 1;
2160 clStatus|= clEnv->library->clSetKernelArg(hullPass1,5,sizeof(int),(void *)&polarity);
2162 clStatus|=clEnv->library->clSetKernelArg(hullPass2,5,sizeof(int),(void *)&polarity);
2188 polarity = -1;
2190 clStatus|= clEnv->library->clSetKernelArg(hullPass1,5,sizeof(int),(void *)&polarity);
2192 clStatus|=clEnv->library->clSetKernelArg(hullPass2,5,sizeof(int),(void *)&polarity);
[all...]
H A 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) {
H A Dxwindow.c5987 polarity;
6002 polarity=(unsigned short) ((GetPixelInfoIntensity(image,
6005 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) <
6018 if (GetPixelIndex(canvas,p) == (Quantum) polarity)
6605 polarity;
6620 polarity=(unsigned short) ((GetPixelInfoIntensity(image,
6623 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) <
6636 if (GetPixelIndex(canvas,p) == (Quantum) polarity)
5941 polarity; local
6558 polarity; local
H A Deffect.c885 const int polarity,Quantum *magick_restrict f,Quantum *magick_restrict g)
919 if (polarity > 0)
956 if (polarity > 0)
877 Hull(const Image *image,const ssize_t x_offset, const ssize_t y_offset,const size_t columns,const size_t rows, const int polarity,Quantum *magick_restrict f,Quantum *magick_restrict g) argument
/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000_hw.c47 static int32_t e1000_check_polarity(struct e1000_hw *hw, e1000_rev_polarity *polarity);
802 /* Multiple read bit is reversed polarity */
830 /* Multiple read bit is reversed polarity */
854 /* Multiple read bit is reversed polarity */
1087 /* ICH8 No-snoop bits are opposite polarity.
1216 * polarity value for the SW controlled pins, and setup the
3013 * are forced to 10H or 10F, then we will implement the polarity
4232 e1000_rev_polarity polarity; local
4243 /* IGP01E1000 always correct polarity reversal */
4246 /* Check polarity statu
4309 e1000_rev_polarity polarity; local
4359 e1000_rev_polarity polarity; local
7007 e1000_check_polarity(struct e1000_hw *hw, e1000_rev_polarity *polarity) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 686 milliseconds