Home
last modified time | relevance | path

Searched defs:IsExtended (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp79 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp80 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp83 unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup()
/external/openthread/src/core/thread/
Dlink_metrics_types.hpp150 static bool IsExtended(uint8_t aTypeId) { return (aTypeId & kExtendedFlag); } in IsExtended() function in ot::LinkMetrics::TypeId
/external/lzma/CPP/7zip/Archive/
DMbrHandler.cpp94 bool IsExtended() const { return Type == 5 || Type == 0xF; } in IsExtended() function
/external/openthread/src/core/common/
Dtlvs.hpp88 bool IsExtended(void) const { return (mLength == kExtendedLength); } in IsExtended() function in ot::Tlv
/external/openthread/src/core/mac/
Dmac_types.hpp296 bool IsExtended(void) const { return (mType == kTypeExtended); } in IsExtended() function in ot::Mac::Address
/external/lzma/CPP/7zip/Archive/Udf/
DUdfIn.h343 bool IsExtended; member