HomeSort by relevance Sort by last modified time
    Searched defs:IsBitSet (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
intrinsics.h 125 bool Get##name() const { return IsBitSet(k##name); } \
141 bool IsBitSet(uint32_t bit) const {
162 bool Get##name() const { return IsBitSet(k##name); } \
  /art/runtime/base/
bit_vector.h 170 bool IsBitSet(uint32_t idx) const {
173 return (idx < (storage_size_ * kWordBits)) && IsBitSet(storage_, idx);
252 static bool IsBitSet(const uint32_t* storage, uint32_t idx) {
  /external/tpm2/
RSAKeySieve.c 57 // IsBitSet()
70 IsBitSet(

Completed in 47 milliseconds