Searched defs:GetBit (Results 1 – 7 of 7) 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
641 static inline UINT_32 GetBit( in GetBit() function
80 RegList GetBit() const { in GetBit() function
652 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
4812 #define GetBit(alpha,i) ((((size_t) (alpha) >> (size_t) (i)) & 0x01) != 0) in SteganoImage() macro