Searched defs:GetBit (Results 1 – 13 of 13) 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
321 bool IcingFlashBitmap::GetBit(uint64_t idx) const { in GetBit() function in icing::lib::IcingFlashBitmap
197 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
670 static inline UINT_32 GetBit( in GetBit() function
119 RegList GetBit() const { in GetBit() function
320 bool GetBit(int bit) const { in GetBit() function
188 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
893 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
2467 #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