Searched defs:isBitSet (Results 1 – 7 of 7) sorted by relevance
123 #define isBitSet(bit, arr) (arr[(bit) / 8] & (1 << ((bit) % 8))) macro
57 inline bool isBitSet (deUint32 src, int ndx) in isBitSet() function
272 inline bool isBitSet(deUint32 src, int ndx) in isBitSet() function
273 inline bool isBitSet(deUint32 src, int ndx) in isBitSet() function
67 inline bool isBitSet (deUint32 src, int ndx) in isBitSet() function246 bool isBitSet (int ndx) const in isBitSet() function in tcu::astc::__anon0bec42260111::Block128
171 bool isBitSet(IValueT Bit, IValueT Value) { return (Value & Bit) == Bit; } in isBitSet() function