Searched refs:GetBit (Results 1 – 3 of 3) sorted by relevance
49 #define GetBit(x,y) ((x & (1<<y))>>y) macro557 GetBit(read_eeprom(5), ee_BNC_TPE) ? "BNC" : "TP"); in eepro_probe1()
238 bool GetBit(int index) const;
350 bool StunUInt32Attribute::GetBit(int index) const { in GetBit() function in cricket::StunUInt32Attribute