Searched defs:isBitSet (Results 1 – 4 of 4) sorted by relevance
56 inline bool isBitSet(uint32_t src, int ndx) in isBitSet() function
242 inline bool isBitSet(uint32_t src, int ndx) in isBitSet() function
67 inline bool isBitSet(uint32_t src, int ndx) in isBitSet() function253 bool isBitSet(int ndx) const in isBitSet() function in tcu::astc::__anon3dedf9fb0111::Block128
171 bool isBitSet(IValueT Bit, IValueT Value) { return (Value & Bit) == Bit; } in isBitSet() function