Home
last modified time | relevance | path

Searched refs:GetBit (Results 1 – 3 of 3) sorted by relevance

/external/grub/netboot/
Deepro.c49 #define GetBit(x,y) ((x & (1<<y))>>y) macro
557 GetBit(read_eeprom(5), ee_BNC_TPE) ? "BNC" : "TP"); in eepro_probe1()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.h238 bool GetBit(int index) const;
Dstun.cc350 bool StunUInt32Attribute::GetBit(int index) const { in GetBit() function in cricket::StunUInt32Attribute