Searched refs:GetBit (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dblumshub.cpp24 return current.GetBit(--bitsLeft);
H A Dxtr.cpp61 for (lowest1bit=0; e.GetBit(lowest1bit) == 0; lowest1bit++) {}
72 if (e.GetBit(i))
H A Dalgebra.cpp137 power1 = 2*power1 + e1.GetBit(i);
138 power2 = 2*power2 + e2.GetBit(i);
224 while (!exp.GetBit(skipCount))
238 if (fastNegate && exp.GetBit(windowSize))
H A Ddsa.cpp107 if (p.GetBit(L-1) && IsPrime(p))
H A Dinteger.h190 bool GetBit(size_t i) const;
209 bool IsEven() const {return GetBit(0) == 0;}
211 bool IsOdd() const {return GetBit(0) == 1;}
H A Deprecomp.cpp79 if (fastNegate && r.GetBit(m_windowSize-1))
H A Dnbtheory.cpp120 if (nminus1.GetBit(a))
211 if (n1.GetBit(a))
795 while (a.GetBit(i)==0)
825 if (e.GetBit(i))
H A Decp.cpp98 if ((type & 1) != P.y.GetBit(0))
125 bt.Put(2 + P.y.GetBit(0));
H A Dec2n.cpp101 bt.Put(2 + (!P.x ? 0 : m_field->Divide(P.y, P.x).GetBit(0)));
H A Dgf2n.h109 bool GetBit(size_t n) const {return GetCoefficient(n)!=0;} function in class:PolynomialMod2
H A Dcryptlib.h717 unsigned int GetBit() {return GenerateBit();} function in class:RandomNumberGenerator
H A Dinteger.cpp2904 bool Integer::GetBit(size_t n) const
2946 v |= lword(GetBit(i+j)) << j;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deepro.c226 #define GetBit(x,y) ((x & (1<<y))>>y) macro
622 printk(KERN_DEBUG " Plug 'n Pray: %d\n",GetBit(Word,ee_PnP));
623 printk(KERN_DEBUG " Buswidth: %d\n",(GetBit(Word,ee_BusWidth)+1)*8 );
624 printk(KERN_DEBUG " AutoNegotiation: %d\n",GetBit(Word,ee_AutoNeg));
631 printk(KERN_DEBUG " LI: %d\n", GetBit(Word,ee_LI));
632 printk(KERN_DEBUG " PC: %d\n", GetBit(Word,ee_PC));
633 printk(KERN_DEBUG " TPE/AUI: %d\n", GetBit(Word,ee_TPE_AUI));
634 printk(KERN_DEBUG " Jabber: %d\n", GetBit(Word,ee_Jabber));
635 printk(KERN_DEBUG " AutoPort: %d\n", !GetBit(Word,ee_AutoPort));
636 printk(KERN_DEBUG " Duplex: %d\n", GetBit(Wor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dwb35reg_s.h22 #define GetBit(dwData, i) (dwData & (0x00000001 << i)) macro
H A Dwb35reg.c703 BitA = GetBit(dwData, i);
704 BitB = GetBit(dwData, j);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dvia-ircc.h165 #define GetBit(val,bit) val = (unsigned char) ((val>>bit) & 0x1) macro
283 return GetBit(temp, BitPos);

Completed in 114 milliseconds