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

  /art/compiler/optimizing/
bytecode_utils.h 106 bool IsSparse() const { return sparse_; }
109 return IsSparse() || GetNumEntries() <= kSmallSwitchThreshold;
149 return table_.IsSparse() ? table_.GetEntryAt(index_) : table_.GetEntryAt(0) + index_;
  /external/lzma/CPP/Windows/
FileFind.h 58 bool IsSparse() const { return MatchesMask(FILE_ATTRIBUTE_SPARSE_FILE); }
  /external/eigen/Eigen/src/Core/util/
Constants.h 302 IsSparse

Completed in 83 milliseconds