Searched defs:GetBit (Results 1 – 9 of 9) sorted by relevance
26 static WEBP_INLINE uint32_t GetBit(const uint8_t* const data, size_t nb, in GetBit() function
53 bool GetBit(T i, size_t n) { in GetBit() function
194 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
120 RegList GetBit() const { in GetBit() function
529 bool GetBit(int bit) const { in GetBit() function
777 static inline UINT_32 GetBit( 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