Home
last modified time | relevance | path

Searched defs:GetBit (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.cc350 bool StunUInt32Attribute::GetBit(int index) const { in GetBit() function in cricket::StunUInt32Attribute
/external/grub/netboot/
Deepro.c49 #define GetBit(x,y) ((x & (1<<y))>>y) macro