Searched defs:GetBit (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.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
/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
/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
/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
[all...]

Completed in 179 milliseconds