Searched defs:GetBit (Results 1 – 7 of 7) sorted by relevance
26 static WEBP_INLINE uint32_t GetBit(const uint8_t* const data, size_t nb, in GetBit() function
698 static inline UINT_32 GetBit( in GetBit() function
119 RegList GetBit() const { in GetBit() function
321 bool GetBit(int bit) const { in GetBit() function
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
2587 …inline bool GetBit(size_t n) const { int off = (int)(n >> 5); ImU32 mask = 1u << (n & 31); re… in GetBit() function