Searched defs:GetBit (Results 1 – 9 of 9) sorted by relevance
93 #define GetBit(alpha,i) (((size_t) (alpha) >> (size_t) (i)) & 0x01) in ReadSTEGANOImage() macro
100 #define GetBit(a,i) (((a) >> (i)) & 1L) in ReadOTBImage() macro
197 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
670 static inline UINT_32 GetBit( in GetBit() function
79 RegList GetBit() const { in GetBit() function
652 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
2457 #define GetBit(alpha,i) ((((size_t) (alpha) >> (size_t) (i)) & 0x01) != 0) in SteganoImage() macro
1953 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedCh… in GetBit() function
258 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (St… in GetBit() function